Accepting request 1203735 from devel:kubic
OBS-URL: https://build.opensuse.org/request/show/1203735 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/teleport?expand=0&rev=116
This commit is contained in:
commit
617a802536
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">v16.4.0</param>
|
||||
<param name="revision">v16.4.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:d31ab9a3045b9121527bda25658704b7f41a0e03c84d7ab9313217d7f0364578
|
||||
size 270617614
|
3
teleport-16.4.1.obscpio
Normal file
3
teleport-16.4.1.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0d398e5926c37a6857cc05c2f2f5de6df68f5ce3ac1ab2e71071ebe4081068e8
|
||||
size 270937102
|
@ -1,3 +1,26 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 25 17:04:49 UTC 2024 - Johannes Kastl <opensuse_buildservice@ojkastl.de>
|
||||
|
||||
- update to 16.4.1:
|
||||
* Secrets support for Kubernetes Operator
|
||||
- Kubernetes Operator is now able to lookup values from
|
||||
Kubernetes secrets for GithubConnector.ClientSecret and
|
||||
OIDCConnector.ClientSecret.
|
||||
* Other improvements and fixes
|
||||
- Fixed a regression that made it impossible to read the
|
||||
Teleport Audit Log after creating a plugin if the audit event
|
||||
is present. #46831
|
||||
- Added a new flag to static host users spec that allows
|
||||
teleport to automatically take ownership across matching
|
||||
hosts of any users with the same name as the static host
|
||||
user. #46828
|
||||
- Added support for Kubernetes SPDY over Websocket Protocols
|
||||
for PortForward. #46815
|
||||
- Fixed a regression where Teleport swallowed Kubernetes API
|
||||
errors when using kubectl exec with a Kubernetes cluster
|
||||
newer than v1.30.0. #46811
|
||||
- Added support for Access Request Datadog plugin. #46740
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 21 13:37:04 UTC 2024 - Johannes Kastl <opensuse_buildservice@ojkastl.de>
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: teleport
|
||||
version: 16.4.0
|
||||
mtime: 1726699200
|
||||
commit: e08d4e0e2137bf4ec353d19a4b08a88e264f539d
|
||||
version: 16.4.1
|
||||
mtime: 1727231711
|
||||
commit: 03a20fdbabea61949bdd09405ca423fcaee32db4
|
||||
|
@ -19,7 +19,7 @@
|
||||
%define __arch_install_post export NO_BRP_STRIP_DEBUG=true
|
||||
|
||||
Name: teleport
|
||||
Version: 16.4.0
|
||||
Version: 16.4.1
|
||||
Release: 0
|
||||
Summary: Identity-aware, multi-protocol access proxy
|
||||
License: AGPL-3.0-only
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e8b35d8901ed4acacc553d15991c8b89778d7b1260724701bc281457df7a73b1
|
||||
size 46695419
|
||||
oid sha256:62b838c6140844773e0c882c48e836719521413b0dbd914fbb43d0fb0d465839
|
||||
size 46697466
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5b472d2aad0efc5cb1ace5cbb1606758d37b394c75c5321f622ca4fbe76fab83
|
||||
size 720754
|
||||
oid sha256:130e39d637fb70b755dde41600243cc75358ce1abdcda33d7f62560caa975a5c
|
||||
size 722331
|
||||
|
Loading…
Reference in New Issue
Block a user