Accepting request 1130157 from devel:kubic
OBS-URL: https://build.opensuse.org/request/show/1130157 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/teleport?expand=0&rev=85
This commit is contained in:
commit
fb584685ce
2
_service
2
_service
@ -4,7 +4,7 @@
|
||||
<param name="scm">git</param>
|
||||
<param name="submodules">disable</param>
|
||||
<param name="exclude">.git</param>
|
||||
<param name="revision">v14.2.0</param>
|
||||
<param name="revision">v14.2.1</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="changesgenerate">disable</param>
|
||||
<param name="versionrewrite-pattern">v(.*)</param>
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b8789a960ae7b3c9bfc76d4adaf7a78320b8ad34e2281bc0a28261124f9ae1a0
|
||||
size 260419086
|
3
teleport-14.2.1.obscpio
Normal file
3
teleport-14.2.1.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:446511733f9b4b2b3e577f130e4f471ac87d3c239b4787c7d9e4f34cdf3941b0
|
||||
size 236809742
|
@ -1,3 +1,43 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 1 06:22:19 UTC 2023 - Johannes Kastl <kastl@b1-systems.de>
|
||||
|
||||
- update to 14.2.1:
|
||||
* Fixed issue that could cause app and desktop session recording
|
||||
events to be written to the audit log. #35183
|
||||
* Fixed a possible panic when downgrading Teleport roles to older
|
||||
versions. #35236
|
||||
* Fixed a regression issue where tsh db connect to Redis 7 fails
|
||||
with an error on REDIS_REPLY_STATUS. #35162
|
||||
* Allow Teleport to complete abandoned uploads faster in HA
|
||||
deployments. #35102
|
||||
* Fixed error when installing a v13 node with the default
|
||||
installer from a v14 cluster. #35058
|
||||
* Fixed issue with the absence of membership expiry circumventing
|
||||
membership requirements check. #35057
|
||||
* Added read verb to suggested role spec when enrolling new
|
||||
resources. #35053
|
||||
* Added more new "Enroll Integration" tiles for Machine ID
|
||||
guides. #35050
|
||||
* Fixed default installer yum error on RHEL and Amazon Linux.
|
||||
#35021
|
||||
* External Audit Storage enables Cloud customers to store Audit
|
||||
Logs and Session Recordings in their own AWS account. #35008
|
||||
* Fixed IP propagation for nodes/bots joining the cluster and add
|
||||
LoginIP to bot certificates. #34958
|
||||
* Fixed an issue tsh db connect <mongodb> does not give reason on
|
||||
connection errors. #34910
|
||||
* Updated distroless images to use Debian 12. #34878
|
||||
* Added new email-based UI for inviting new local users on
|
||||
Teleport Cloud clusters. #34869
|
||||
* Fix an issue "Allowed Users" in "tsh db ls" shows wrong user
|
||||
for databases with Automatic User Provisioning enabled. #34850
|
||||
* Fixed issue with application access requests and web UI large
|
||||
file downloads timing out after 30 seconds. #34849
|
||||
* Added default database support for PostgreSQL auto-user
|
||||
provisioning. #34840
|
||||
* Machine ID: handle kernel version check failing more
|
||||
gracefully. #34828
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 21 05:58:22 UTC 2023 - Johannes Kastl <kastl@b1-systems.de>
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: teleport
|
||||
version: 14.2.0
|
||||
mtime: 1700515419
|
||||
commit: 5d4cf8198cc0e479c08479ffe76129cf6c75d2f2
|
||||
version: 14.2.1
|
||||
mtime: 1701392054
|
||||
commit: e6737fe00510a9fb8c5f240bc04d708d1142bee0
|
||||
|
@ -19,7 +19,7 @@
|
||||
%define __arch_install_post export NO_BRP_STRIP_DEBUG=true
|
||||
|
||||
Name: teleport
|
||||
Version: 14.2.0
|
||||
Version: 14.2.1
|
||||
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:860f00874a824e448eade7ec8bfcbca8ba7fe279e814ff2d29bb6b411c802bf1
|
||||
size 39706068
|
||||
oid sha256:8087a39ac441b753fdef479103bd6e5981a08f2203bd029477fb48e5f91f1484
|
||||
size 39740636
|
||||
|
Loading…
Reference in New Issue
Block a user