Accepting request 992190 from devel:kubic

OBS-URL: https://build.opensuse.org/request/show/992190
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/teleport?expand=0&rev=21
This commit is contained in:
Dominique Leuenberger 2022-08-02 20:09:28 +00:00 committed by Git OBS Bridge
commit 9f77ac0b55
8 changed files with 132 additions and 11 deletions

View File

@ -4,7 +4,7 @@
<param name="scm">git</param> <param name="scm">git</param>
<param name="submodules">disable</param> <param name="submodules">disable</param>
<param name="exclude">.git</param> <param name="exclude">.git</param>
<param name="revision">v10.0.2</param> <param name="revision">v10.1.2</param>
<param name="versionformat">@PARENT_TAG@</param> <param name="versionformat">@PARENT_TAG@</param>
<param name="changesgenerate">enable</param> <param name="changesgenerate">enable</param>
<param name="versionrewrite-pattern">v(.*)</param> <param name="versionrewrite-pattern">v(.*)</param>
@ -25,6 +25,6 @@
<param name="compression">gz</param> <param name="compression">gz</param>
</service> </service>
<service name="go_modules" mode="disabled"> <service name="go_modules" mode="disabled">
<param name="archive">teleport-10.0.2.tar.gz</param> <param name="archive">teleport-10.1.2.tar.gz</param>
</service> </service>
</services> </services>

View File

@ -1,4 +1,4 @@
<servicedata> <servicedata>
<service name="tar_scm"> <service name="tar_scm">
<param name="url">https://github.com/gravitational/teleport</param> <param name="url">https://github.com/gravitational/teleport</param>
<param name="changesrevision">47e0914fb84e018fdcb89190d269b0cd5d62cd11</param></service></servicedata> <param name="changesrevision">5bc7caf752f6f241708549f189ebe2fef43b7e66</param></service></servicedata>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1a75061f130d7492ecf4b3e9473551772c2a832baa4bb8ea2335080bc4fe2851
size 95010712

3
teleport-10.1.2.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3ed444bdf12883a94f45e02a4a3cc9f44530164d0ee8e05fd533d79e0a7c58e4
size 96023233

View File

@ -1,3 +1,124 @@
-------------------------------------------------------------------
Tue Aug 02 07:25:30 UTC 2022 - kastl@b1-systems.de
- Update to version 10.1.2:
* Release 10.1.2 (#15104)
* [v10] Check manifest before attempting to push docker images (#15095)
* Backport [v10] Add error messages to SFTP audit events (#15035)
* [v10] SSH request tracing (#14124) (#14968)
* Release 10.1.1 (#15067)
* [V10] Download mTLS files from Web (#14526) (#15081)
* [v10] Make tsh installer non relocatable and drop version from app (#15033)
* [v10] helm: Deploy CRDs when the operator is enabled (#15006)
* [v10] Fix drone teleport operator publishing (#15066)
* [v10] Fix duplicated JWT import (#14888)
* [v10] docs: mark resource access requests as in preview (#15059)
* [v10] Document `tsh request drop` (#15038)
* Release 10.1.0 (#15047)
* [v10] Return nil on success for web UI file tranfers (#15044)
* [v10] Move Helm references (#13102) (#14166)
* [v10] Fix chan_shutdown_read issue (#15049)
* [v10] Fix tsh proxy ssh handshake (#15010)
* improve semaphore retries and tests
* Refactor tests under services package.
* [v10] Change IAM "UnmodifiableEntity" error to a debug log (#14958)
* [v10] backport 14985 (#15026)
* [v10] backport #14940 (refactor `Supervisor.WaitForEvent`) (#14994)
* [v10] Update drone publishing (#14961)
* Added 07/28 Upcoming Releases Update
* [v10] Updated Teleport 10 Getting started videos (#14906)
* [v10] Enable BPF tests in CI (#14501)
* [v10] Firestore: Err Not Found if doc was already deleted (#14982)
* [v10] Use IP as `LocalAddress` when gateway is created on Windows for SQL Server (#15000)
* [v10] helm: Add CA Pinning Support (#14893)
* [v10] Connect: Implement SetGatewayLocalPort RPC (#14828)
* [v10] Backport "Add on_leave documentation for require policies" (#14182) (#14579)
* [v10] Make EC2 availability check more robust (#14962)
* Added 07/27 Upcoming Releases Update
* Backport [v10] SFTP server side support (#14209)
* [v10] Fix artifact registration in Releases API for Teleport Connect (#13946) (#14925)
* [v10] Validate token for node join script (#14944)
* [v10] Fix Token creation TTL regression (#14943)
* (v10) Add support for proxying TCP apps (#14896)
* [v10] Add docs for Teleport Connect (#14945)
* [v10] Support AWS external id (#14086) (#14894)
* [v10] Rename `teleport.dev/database-name` to `teleport.dev/database_name` to match convention. (#14933)
* [v10] Handle `"true"` being passed for the `email_verified` OIDC claim (#14917)
* [v10] `tsh ssh` `--forward` and `--dynamic-forward`: graceful error handling (#14914) (#14745)
* [v10] Error out if port is already bound #13464 (#14886)
* [v10] Force unlock keychain on Darwin Push Build (#14910)
* [v10] Teleport 10 Video (#14811)
* [v10] Support dynamic registration in kube-agent helm chart (#14881)
* [v10] Fix makeClientForProxy user extraction (#14865)
* [v10] Refactor reversetunnel localsite (#14785)
* [v10] Fix flakiness in `TestRoleUpdate` (#14890)
* [v10] Warn that all nodes must be on v10 for Resource Access Requests (#14868)
* [v10] Add context.Context to session.Service inteface (#14877)
* [v10] Support TCP protocol in tshd (#14882)
* [v10] Add dynamodb metrics (#14757)
* [v10] Improve error message if data dir on tbot and tctl not available for permissions (#14872)
* [v10] Teleport Operator (#14860)
* [v10] Add `tsh request drop` command (#14843)
* [v10] Add context.Context to AuthenticateWebUser and AuthenticateSSHUser (#14846)
* [v10] Fix TestMux/Timeout (#14483)
* [v10] Correct Node/agent naming and usage (#14650)
* [v10] Allow setting public addresses in `teleport-cluster` chart (#14768)
* [v10] Ensure that the WindowsDesktopReady event is emitted (#14839)
* [v10] Adjust global logger to include `\r` when terminal is in raw mode. (#14831)
* [v10] Retry login for tsh proxy ssh (#14814)
* [v10] Fix possible deadlock during server close (#14816)
* [v10] Spelling fixes additional (#14837)
* [v10] Allow "tsh proxy db" without "tsh db login" first (#14336) (#14798)
* [v10] Allow to override db name using AWS tag. (#14799)
* [v10] Remove time.Sleep in teleterm tests (#14829)
* [v10] Spelling Fixes (#14819)
* [v10] Fix session join access denied (#14770)
* [v10] Fix the device detection loop for U2F devices (#14795)
* [v10] Update advisory to remove that SQL Server audit logs aren't available (#14805)
* [auto] Update webassets in branch/v10 (#14769)
* Backport #12770 to branch/v10 (#14714)
* [v10] Fix tctl instructions in DB Access guides (#14600)
* [v10] Fix bug when merging resource and role requests (#14711) (#14777)
* [v10] Ensure the upload completer sets the time on session.upload events (#14559)
* Backport #14658 to branch/v10 (#14784)
* [v10] Better error message on ping parse error. (#14735)
* [v10] Add SSH session recording modes to documentation (#14747)
* [v10] Add app access support to Machine ID (#14551) (#14723)
* [v10] backport #14177 (build-time cbindgen) (#14684)
* [v10] Fix Enterprise spelling in intro (#14670)
* [v10] Fix docs redirects (#14720)
* [v10] Add documentation for the sqlite backend options (#14744)
* [v10] Move the tsh guide to the new "Use Teleport" section (#14682)
* [v10] [docs] Consistently quote second_factor in cluster_auth_preference (#14727)
* [v10] Allow traces to be exported to files (#14746)
* [v10] Updates to loadtest assets (#14527)
* [v10] Correctly exit out of tbot when one shot mode is enabled (#14683)
* [v10] Allow dynamic libfido2 builds via Makefile (#14693)
* [v10] Update port used in Machine ID database guide (#14708)
* Added 07/20 Upcoming Releases Update
* Apply forScopes feature to articles (#14704) (#14709)
* [branch/v10] Add context.Context to CreateWebSession and DeleteWebSession (#14663) (#14699)
* Update scaling documentation.
* [v10] Add s3 metrics (#14664)
* [auto] Update webassets in branch/v10 (#14675)
* [v10] add config flags to db configure create (#14654)
* [v10] Fix CTRL-C hanging if session is paused (#14511)
* [v10] Add note about disabling password authentication for added security (#14626)
* [v10] lib/teleterm: Refactor daemon gateways to a hash map (#14640)
* [v10] Reduce flakiness of Testbot_Run_CARotation (#14628)
* [v10] Add error message for failed SSO authorization (#9622)
* [v10] Docs update version 10.0.2 for on-prem, 9.3.10 cloud (#14524)
* [v10] WebAPI: return user traits (#14138) (#14453)
* Add support for session recording config override
* [v10] Complete renaming of the Graceful Restarts guide (#14605)
* Backport "Update docs for new APT repos" (#12959) into branch/v10 (#14591)
* Fix TestAgentStart flakiness (#14610) (#14639)
* [v10] Implement the Touch ID credential picker (#14643)
* [v10] Add tbot to nightly build (#14631)
* [v10] Remove `update` verb requirement when creating Tokens (#14506) (#14624)
* [v10] Fail `db_service` start on invalid configuration (#14515)
* [v10]: fix tsh status cluster env var (#14335)
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Jul 20 05:47:24 UTC 2022 - kastl@b1-systems.de Wed Jul 20 05:47:24 UTC 2022 - kastl@b1-systems.de

View File

@ -19,7 +19,7 @@
%define __arch_install_post export NO_BRP_STRIP_DEBUG=true %define __arch_install_post export NO_BRP_STRIP_DEBUG=true
Name: teleport Name: teleport
Version: 10.0.2 Version: 10.1.2
Release: 0 Release: 0
Summary: Identity-aware, multi-protocol access proxy Summary: Identity-aware, multi-protocol access proxy
License: Apache-2.0 License: Apache-2.0

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:ad7d21e504fbf5fc0d9da8ff9cd972b19e8f8dfad128cb504760de9eac7a75b8 oid sha256:f1ab47ca03dc67d57e9fb8b1651e4cc9bbdfa476749880e071b00bb449815b40
size 22207350 size 23034549

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:20e61aac468c2076cf6950571ee6c97deced83a1a35c0acf8f6f536658e1aa3e oid sha256:a52a6c6a6f28e547d17344bda9a2ccda6ff0b4a3b16dd8d54b194dfaa07c2293
size 3766254 size 3786154