Accepting request 1132269 from home:ojkastl_buildservice:Branch_devel_kubic

update to 14.2.2

OBS-URL: https://build.opensuse.org/request/show/1132269
OBS-URL: https://build.opensuse.org/package/show/devel:kubic/teleport?expand=0&rev=176
This commit is contained in:
2023-12-09 20:35:47 +00:00
committed by Git OBS Bridge
parent 1b06b4d77f
commit c173404089
7 changed files with 45 additions and 10 deletions

View File

@@ -1,3 +1,38 @@
-------------------------------------------------------------------
Sat Dec 9 19:51:14 UTC 2023 - Johannes Kastl <kastl@b1-systems.de>
- update to 14.2.2:
* Prevent panic when dialing a deleted Application Server. #35525
* Fixed regression issue with arm32 binaries in 14.2.1 having
higher glibc requirements. #35539
* Fixed GCP VM auto-discovery not using instances' internal IP
address. #35521
* Calculate latency of Web SSH sessions and report it to users.
#35516
* Fix bot's unable to view or approve access requests issue.
#35512
* Fix querying of large audit events with Athena backend. #35483
* Fix panic on potential nil value when requesting
/webapi/presetroles. #35463
* Add insecure-drop host user creation mode. #35403
* IAM permissions for rds:DescribeDBProxyTargets are no longer
required for RDS Proxy discovery. #35389
* Update Go to 1.21.5. #35371
* Desktop connections default to RDP port 3389 if not otherwise
specified. #35343
* Add cluster_auth_preferences to the shortcuts for
cluster_auth_preference. #35329
* Make the podSecurityPolicy configurable in the
teleport-kube-agent chart. #35320
* Prevent EKS fetcher not having correct IAM permissions from
stopping whole Discovery service start up. #35319
* Add database automatic user provisioning support for
self-hosted MongoDB. #35317
* Improve the resilience of tbot to misconfiguration of auth
connectors when generating a Kubernetes output. #35309
* Fix crash when writing kubeconfig with tctl auth sign --tar.
#34874
-------------------------------------------------------------------
Fri Dec 1 06:22:19 UTC 2023 - Johannes Kastl <kastl@b1-systems.de>