Accepting request 1035781 from devel:kubic
OBS-URL: https://build.opensuse.org/request/show/1035781 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/teleport?expand=0&rev=32
This commit is contained in:
commit
de21ef20f4
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">v11.0.1</param>
|
||||
<param name="revision">v11.0.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-11.0.1.tar.gz</param>
|
||||
<param name="archive">teleport-11.0.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">4746a0ad70378492f5fc095276a30927f775c8a0</param></service></servicedata>
|
||||
<param name="changesrevision">6f0eeef0b3698968ed774cb86b8e14b262845212</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9c5c62b8c6626e2b0cf3952fa57b9077781f5b8b4e61c02650bb1861b917f533
|
||||
size 111979314
|
3
teleport-11.0.3.tar.gz
Normal file
3
teleport-11.0.3.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:705d083806a4ebf02d1088c9e7f25e8dd71132827d896369723c929c9e2e0e20
|
||||
size 112979659
|
@ -1,3 +1,37 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 15 07:20:33 UTC 2022 - michael@stroeder.com
|
||||
|
||||
- Update to version 11.0.3:
|
||||
* Fixed issue with validation of U2F devices. #17876
|
||||
* Fixed tsh ssh -J not being able to connect to leaf cluster nodes. #18268
|
||||
* Fixed issue with failed database connection when client requests GSS encryption. #17811
|
||||
* Fixed issue with setting Teleport version to v10 in Helm charts resulting in invalid config. #18008
|
||||
* Fixed issue with Teleport Kubernetes resource name conflicting with builtin resources. #17717
|
||||
* Fixed issue with invalid MS Teams plugin systemd service file. #18028
|
||||
* Fixed issue with failing to connect to OpenSSH 7.x servers. #18248
|
||||
* Fixed issue with extra trailing question mark in application access requests. #17955
|
||||
* Fixed issue with application access websocket requests sometimes failing in Chrome. #18002
|
||||
* Fixed issue with multiple tbot's concurrently using the same output directory. #17999
|
||||
* Fixed issue with tbot failing to parse version on some kernels. #18298
|
||||
* Fixed panic when v9 node runs against v11 auth server. #18383
|
||||
* Fixed issue with Kubernetes proxy caching client credentials between sessions. #18109
|
||||
* Fixed issue with agents not being able to reconnect to proxies in some cases. #18149
|
||||
* Fixed issue with remote tunnel connections not being closed properly. #18224
|
||||
* Added CircleCI support to Machine ID. #17996
|
||||
* Added support for arm and arm64 Docker images for Teleport and Operator. #18222
|
||||
* Added PostgreSQL and MySQL RDS Proxy support to database access. #18045
|
||||
* Improved database access denied error messages. #17856
|
||||
* Improved desktop access errors in case of locked sessions. #17549
|
||||
* Improved web UI handling of private key policy errors. #17991
|
||||
* Improved memory usage in clusters with large numbers of active sessions. #18051
|
||||
* Updated tsh proxy ssh to support HTTPS_PROXY. #18295
|
||||
* Updated Azure hosted databases to fetch the new CA. #18172
|
||||
* Updated tsh kube login to support providing default user, group and namespace. #18185
|
||||
* Updated web UI session listing to include active sessions of all types. #18229
|
||||
* Updated user locking to terminate in progress TCP application access connections. #18187
|
||||
* Updated teleport configure command to produce v2 config when auth server is provided. #17914
|
||||
* Updated all systemd service files to set max open files limit. #17961
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 27 15:29:33 UTC 2022 - Michael Ströder <michael@stroeder.com>
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
%define __arch_install_post export NO_BRP_STRIP_DEBUG=true
|
||||
|
||||
Name: teleport
|
||||
Version: 11.0.1
|
||||
Version: 11.0.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:fc1bf8d017900dc253d692fd9e61691b6e3457adff21ba91f980f25adc912fc8
|
||||
size 30472016
|
||||
oid sha256:6dcda069de6391b739d83b6df4bb80cf93befa53e891e3a3e8c289cd88c4c8f8
|
||||
size 30473950
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:04180c56f83f0ffccbf00ac49b6f506cf439dd6819b99f70be54b59ef4a0d80f
|
||||
size 4222844
|
||||
oid sha256:1e318cb308df974483f5e8dbd7aae95cef9c57db79c95fcb43b9a218405eb7ce
|
||||
size 4224512
|
||||
|
Loading…
Reference in New Issue
Block a user