Accepting request 1030118 from home:stroeder:iam
Update to version 10.3.3 with multiple improvements and bug fixes OBS-URL: https://build.opensuse.org/request/show/1030118 OBS-URL: https://build.opensuse.org/package/show/devel:kubic/teleport?expand=0&rev=58
This commit is contained in:
parent
f82e354ace
commit
43e4bd8c21
4
_service
4
_service
@ -4,7 +4,7 @@
|
||||
<param name="scm">git</param>
|
||||
<param name="submodules">disable</param>
|
||||
<param name="exclude">.git</param>
|
||||
<param name="revision">v10.3.2</param>
|
||||
<param name="revision">v10.3.3</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
<param name="versionrewrite-pattern">v(.*)</param>
|
||||
@ -25,6 +25,6 @@
|
||||
<param name="compression">gz</param>
|
||||
</service>
|
||||
<service name="go_modules" mode="disabled">
|
||||
<param name="archive">teleport-10.3.2.tar.gz</param>
|
||||
<param name="archive">teleport-10.3.3.tar.gz</param>
|
||||
</service>
|
||||
</services>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/gravitational/teleport</param>
|
||||
<param name="changesrevision">504d64cea96cc8f85c20afcc50da0d11352216f5</param></service></servicedata>
|
||||
<param name="changesrevision">202fd4c1723bc31c9381f20867a778d3e1ed2f4f</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b4b4b128905f37d5c3d2d84e20858c04072489666ef9a7c04becfe94061fa1a5
|
||||
size 110988073
|
3
teleport-10.3.3.tar.gz
Normal file
3
teleport-10.3.3.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2d424e487b7519781b911306dbe0b65031e7d957df9f82ebdab01a6e0971193b
|
||||
size 111645625
|
@ -1,3 +1,25 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 20 08:03:56 UTC 2022 - michael@stroeder.com
|
||||
|
||||
- Update to version 10.3.3 with multiple improvements and bug fixes:
|
||||
* Fixed issue with EC2 auto-enrollment not working on Ubuntu instances. #17467
|
||||
* Fixed issue with tctl auth sign producing "access denied" error. #17557
|
||||
* Fixed issue with agents entering permanent error loop if they had expired
|
||||
join tokens and the cluster had previously undergone host CA rotation. #17599
|
||||
* Fixed issue with tsh producing auditd errors on some systems. #17495
|
||||
* Fixed issue with Machine ID bots joined via IAM token not respecting requested certificate TTL. #17371
|
||||
* Fixed issue with Teleport failing to initialize properly without configuration file. #17343
|
||||
* Fixed desktop access clipboard sharing with newer versions of Chrome. webapps#1266
|
||||
* Added license expiration alerts. #17489
|
||||
* Added support for imagePullSecret in teleport-kube-agent Helm chart. #16678
|
||||
* Added support for join parameters in teleport-kube-agent Helm chart. #17534
|
||||
* Improved error when trying to connecto to a Windows desktop that is locked. #17548
|
||||
* Improved SAML connectors validation upon creation. #16854
|
||||
* Improved desktop access connection error handling. #17390
|
||||
* Updated tsh ls --query to allow querying SSH nodes by hostname. #17038
|
||||
* Updated Machine ID to export user CA when generating SSH host certificate. #17525
|
||||
* Updated tsh to default to passwordless login if Touch ID is available. #17472
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 14 04:56:55 UTC 2022 - kastl@b1-systems.de
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
%define __arch_install_post export NO_BRP_STRIP_DEBUG=true
|
||||
|
||||
Name: teleport
|
||||
Version: 10.3.2
|
||||
Version: 10.3.3
|
||||
Release: 0
|
||||
Summary: Identity-aware, multi-protocol access proxy
|
||||
License: Apache-2.0
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:20937e8c3c766cf8e5ac87f6a0670650cfc9b1c78e0da8a9c14893919a61b2ed
|
||||
size 25634016
|
||||
oid sha256:bda58c813f0929acd87c2c0e5374b581e7a730575e018046d5cbcc03688f2c83
|
||||
size 25635627
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e9de13f83af7f7df81c5b1bf87f41b9d067489b7800cac4b59c5758e70734b9f
|
||||
size 4216969
|
||||
oid sha256:efbb3e10ae34a32a82c9a330ea6048b4f22dd5a5fa58c1d47727dd443ae0ed9a
|
||||
size 4217175
|
||||
|
Loading…
Reference in New Issue
Block a user