Accepting request 1143762 from devel:kubic
OBS-URL: https://build.opensuse.org/request/show/1143762 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/teleport?expand=0&rev=90
This commit is contained in:
commit
f9bd079c85
2
_service
2
_service
@ -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">v14.3.3</param>
|
<param name="revision">v14.3.4</param>
|
||||||
<param name="versionformat">@PARENT_TAG@</param>
|
<param name="versionformat">@PARENT_TAG@</param>
|
||||||
<param name="changesgenerate">disable</param>
|
<param name="changesgenerate">disable</param>
|
||||||
<param name="versionrewrite-pattern">v(.*)</param>
|
<param name="versionrewrite-pattern">v(.*)</param>
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:d83d1feb7ca3835142dd071f9ba671c61f6659745a769fe8f8d1d5991c569a74
|
|
||||||
size 243041294
|
|
3
teleport-14.3.4.obscpio
Normal file
3
teleport-14.3.4.obscpio
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:a125d4b2821b5e918d60cd4a48259aff5dd8936074f353d51d86e324dc32335a
|
||||||
|
size 250530318
|
@ -1,3 +1,71 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Feb 3 08:30:56 UTC 2024 - Johannes Kastl <opensuse_buildservice@ojkastl.de>
|
||||||
|
|
||||||
|
- update to 14.3.4:
|
||||||
|
* Skip tsh AppID pre-flight check whenever possible. #37643
|
||||||
|
* Update OpenSSL to 3.0.13. #37552
|
||||||
|
* tsh FIDO2 backend re-written for improved responsiveness and
|
||||||
|
reliability. #37538
|
||||||
|
* Do not add alphabetically first Kube cluster's name to a user
|
||||||
|
certificate on login. #37501
|
||||||
|
* Allow to replicate proxy pods when using an ingress in the
|
||||||
|
teleport-cluster Helm chart. #37480
|
||||||
|
* Fix an issue tsh uses wrong default username for auto-user
|
||||||
|
provisioning enabled databases in remote clusters #37418
|
||||||
|
* Prevent backend throttling caused by a large number of app
|
||||||
|
sessions. #37391
|
||||||
|
* Emit audit events when SFTP or SCP commands are blocked. #37385
|
||||||
|
* Fix goroutine leak on PostgreSQL access. #37342
|
||||||
|
* Fixed incompatibility between leaf clusters and ProxyJump.
|
||||||
|
#37319
|
||||||
|
* Fixed a potential crash when setting up the Connect My Computer
|
||||||
|
role in Teleport Connect. #37314
|
||||||
|
* Fixed CA key generation when two auth servers share a single
|
||||||
|
YubiHSM2. #37296
|
||||||
|
* Add support for cancelling CockroachDB requests. #37282
|
||||||
|
* Fix Terraform provider creating AccessLists with next audit
|
||||||
|
date set to Epoch. #37262
|
||||||
|
* Fix an issue selecting MySQL database is not reflected in the
|
||||||
|
audit logs. #37257
|
||||||
|
* The login screen will no longer be rendered for authenticated
|
||||||
|
users. #37230
|
||||||
|
* Fixed missing proxy address in GCP and Azure VM auto-discovery.
|
||||||
|
#37215
|
||||||
|
* Teleport namespace label prefixes are now sorted toward the end
|
||||||
|
of the labels list in the web UI. #37191
|
||||||
|
* Adds tbot proxy kube to support connecting to Kubernetes
|
||||||
|
clusters using Machine ID when the Proxy is behind a L7 LB.
|
||||||
|
#37157
|
||||||
|
* Fix a bug that was breaking web UI if automatic upgrades are
|
||||||
|
misconfigured. #37130
|
||||||
|
* Fix an issue AWS Redshift auto-provisioned user not deleted in
|
||||||
|
drop mode. #37036
|
||||||
|
* Fix an issue database auto-user provisioning fails to connect a
|
||||||
|
second session on MariaDB older than 10.7. #37028
|
||||||
|
* Improved styling of the login form in Connect and Web UI.
|
||||||
|
#37003
|
||||||
|
* Ensure that moderated sessions do not get stuck in the event of
|
||||||
|
an unexpected drop in the moderator's connection. #36917
|
||||||
|
* The web terminal now properly displays underscores on Linux.
|
||||||
|
#36890
|
||||||
|
* Fix tsh panic on Windows if WebAuthn.dll is missing. #36868
|
||||||
|
* Increased timeout when waiting for response from Jira API and
|
||||||
|
webhook to reconcile. #36818
|
||||||
|
* Ensure connect_to_node_attempts_total is always incremented
|
||||||
|
when dialing hosts. #36739
|
||||||
|
* Fixed a potential crash in Teleport Connect after downgrading
|
||||||
|
the app from v15+. #36730
|
||||||
|
* Prevent a goroutine leak caused by app sessions not cleaning up
|
||||||
|
resources properly. #36668
|
||||||
|
* Added tctl idp saml test-attribute-mapping command to test SAML
|
||||||
|
IdP attribute mapping. #36662
|
||||||
|
* Fixed an issue where valid SAML entity descriptors could be
|
||||||
|
rejected. #36485
|
||||||
|
* Updated SAML IdP UI to display entity ID, SSO URL and X.509
|
||||||
|
certificate. #3322
|
||||||
|
* Updated access request creation dialog to pre-select suggested
|
||||||
|
reviewers. #3325
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jan 15 19:15:12 UTC 2024 - Johannes Kastl <opensuse_buildservice@ojkastl.de>
|
Mon Jan 15 19:15:12 UTC 2024 - Johannes Kastl <opensuse_buildservice@ojkastl.de>
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
name: teleport
|
name: teleport
|
||||||
version: 14.3.3
|
version: 14.3.4
|
||||||
mtime: 1705078875
|
mtime: 1706836945
|
||||||
commit: 542fbb04b39d300d9852e5c61dac34124f7ff078
|
commit: 16b0227e84173270c01b4c5626aa4eacb46bf433
|
||||||
|
@ -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: 14.3.3
|
Version: 14.3.4
|
||||||
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
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:e01657727dab41d63de8b00644c37d29b4a4579170eff1b0f1094d1d797bfc6d
|
oid sha256:a0958fec8a210434da7268d50f103d3494f20a183fa7d3299d5a0043585d0478
|
||||||
size 42717361
|
size 42726155
|
||||||
|
Loading…
Reference in New Issue
Block a user