Accepting request 1127253 from devel:kubic
OBS-URL: https://build.opensuse.org/request/show/1127253 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/teleport?expand=0&rev=83
This commit is contained in:
commit
134c5383dd
4
_service
4
_service
@ -4,9 +4,9 @@
|
|||||||
<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.1.3</param>
|
<param name="revision">v14.1.5</param>
|
||||||
<param name="versionformat">@PARENT_TAG@</param>
|
<param name="versionformat">@PARENT_TAG@</param>
|
||||||
<param name="changesgenerate">enable</param>
|
<param name="changesgenerate">disable</param>
|
||||||
<param name="versionrewrite-pattern">v(.*)</param>
|
<param name="versionrewrite-pattern">v(.*)</param>
|
||||||
<param name="match-tag">v*</param>
|
<param name="match-tag">v*</param>
|
||||||
</service>
|
</service>
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
<servicedata>
|
<servicedata>
|
||||||
<service name="tar_scm">
|
<service name="tar_scm">
|
||||||
<param name="url">https://github.com/gravitational/teleport</param>
|
<param name="url">https://github.com/gravitational/teleport</param>
|
||||||
<param name="changesrevision">748fa4e13472fbf93bc0d4833c5647bc82e7fbf4</param></service></servicedata>
|
<param name="changesrevision">f1ce28f6f67aa2e9f14400785f7a43ec247da995</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:61da350436bc0db3c9b0b9d5446ea00ca73fbe2804ed7c75b64c7be4b7b7104b
|
|
||||||
size 257082382
|
|
3
teleport-14.1.5.obscpio
Normal file
3
teleport-14.1.5.obscpio
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:9b2f19773a239d81af22a87dda2a999dbe921a490cc74863a9f013d51f7e989e
|
||||||
|
size 259961870
|
@ -1,3 +1,40 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Nov 17 06:05:32 UTC 2023 - kastl@b1-systems.de
|
||||||
|
|
||||||
|
- Update to version 14.1.5:
|
||||||
|
* Increased the maximum width of the console tabs in the web UI.
|
||||||
|
#34648
|
||||||
|
* Fixed accessing dedicated Proxy Kubernetes port when TLS
|
||||||
|
routing is enabled. #34645
|
||||||
|
* Fixed tsh --piv-slot custom PIV slot setting for Hardware Key
|
||||||
|
Support. #34592
|
||||||
|
* Disabled AWS IMDSv1 fallback and enforced use of FIPS endpoints
|
||||||
|
in FIPS mode. #34433
|
||||||
|
* Fixed incorrect permissions when opening X11 listener. #34617
|
||||||
|
* Prevented .tsh/environment values from overriding prior set
|
||||||
|
values. #34626
|
||||||
|
* Changed access lists to respect user locking. #34620
|
||||||
|
* Fixed access requests to respect explicit deny rules. #34600
|
||||||
|
* Added Teleport Access Graph integration. #34569
|
||||||
|
* Fixed cleanup of unused GCP KMS keys. #34468
|
||||||
|
* Added list view option to the unified resources page. #34466
|
||||||
|
* Fixed duplicate entries in resources view when updating
|
||||||
|
nodename #34236 #34453
|
||||||
|
* Allow configuring cluster_networking_config and
|
||||||
|
cluster_auth_preference via --bootstrap. #34445
|
||||||
|
* Fixed tsh logout with broken key directory. #34435
|
||||||
|
* Added binary formatted parameters as base64 encoded strings to
|
||||||
|
PostgreSQL Statement Bind audit log events. #34432
|
||||||
|
* Reduced CPU & memory usage, and logging in the operator, by
|
||||||
|
reusing connections to Teleport. #34425
|
||||||
|
* Updated the code signing certificate for Windows artifacts.
|
||||||
|
#34377
|
||||||
|
* Added IAM Authentication support for Amazon MemoryDB Access.
|
||||||
|
#34348
|
||||||
|
* Split large desktop recordings into multiple files during
|
||||||
|
export. #34319
|
||||||
|
* Allow setting server labels from tctl. #34137
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Nov 16 14:24:38 UTC 2023 - kastl@b1-systems.de
|
Thu Nov 16 14:24:38 UTC 2023 - kastl@b1-systems.de
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
name: teleport
|
name: teleport
|
||||||
version: 14.1.3
|
version: 14.1.5
|
||||||
mtime: 1699485178
|
mtime: 1700180378
|
||||||
commit: 748fa4e13472fbf93bc0d4833c5647bc82e7fbf4
|
commit: f1ce28f6f67aa2e9f14400785f7a43ec247da995
|
||||||
|
@ -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.1.3
|
Version: 14.1.5
|
||||||
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:cb42b2dc64b3ae449fb4f448a9b098fd7cf5798a67083e32eac6756ef7b71868
|
oid sha256:911d05abb54adcffb9626a3a14f5df70047f580ab1b8889a00d57cf43837785c
|
||||||
size 39644500
|
size 39647925
|
||||||
|
Loading…
Reference in New Issue
Block a user