Accepting request 1361549 from devel:kubic
OBS-URL: https://build.opensuse.org/request/show/1361549 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/teleport?expand=0&rev=174
This commit is contained in:
@@ -1,3 +1,35 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 24 07:00:48 UTC 2026 - Johannes Kastl <opensuse_buildservice@ojkastl.de>
|
||||
|
||||
- update to 17.7.26:
|
||||
* Breaking changes
|
||||
- Kubernetes API server proxy access
|
||||
Access to the Kubernetes API server pods/{name}/proxy/{path},
|
||||
services/{name}/proxy/{path}, and nodes/{name}/proxy/{path}
|
||||
endpoints now requires the new proxy verb in
|
||||
kubernetes_resources. Previously these endpoints were
|
||||
authorized as the get verb. Roles that use the Kubernetes API
|
||||
server proxy must add "proxy" to the relevant verbs
|
||||
list.
|
||||
* Other fixes and improvements
|
||||
- Fixed Teleport Connect file uploads for empty files. #67926
|
||||
- Fixed an issue where path separators could be included in scp
|
||||
file names during upload. #67773
|
||||
- Sanitized AWS console federation transport errors to avoid
|
||||
logging AWS session credential material. #67708
|
||||
- Fixed an SSRF vulnerability in AWS application access where a
|
||||
crafted X-Forwarded-Host header could divert IAM-signed AWS
|
||||
API requests to an attacker-controlled host. #67707
|
||||
- Cap AWS STS AssumeRole session duration to the Teleport
|
||||
identity TTL, including query-string AssumeRole requests and
|
||||
requests made with cached assumed-role credentials. #67705
|
||||
- Fixed role impersonation incorrectly being affected by user
|
||||
allow/deny rules. #67690
|
||||
- Prevented users with the same name in different clusters from
|
||||
being able to cancel each others' remote port forwards.
|
||||
#67688
|
||||
- Update golang.org/x/crypto to v0.53.0. #67641
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 10 05:11:48 UTC 2026 - Johannes Kastl <opensuse_buildservice@ojkastl.de>
|
||||
|
||||
|
||||
+1
-1
@@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: teleport
|
||||
Version: 17.7.25
|
||||
Version: 17.7.26
|
||||
Release: 0
|
||||
Summary: Identity-aware, multi-protocol access proxy
|
||||
License: AGPL-3.0-only
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
<param name="scm">git</param>
|
||||
<param name="submodules">disable</param>
|
||||
<param name="exclude">.git</param>
|
||||
<param name="revision">v17.7.25</param>
|
||||
<param name="revision">v17.7.26</param>
|
||||
<param name="match-tag">v*</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="versionrewrite-pattern">v(.*)</param>
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6da9d99e3f49ecdde400c6b2859257a5b582e3dac42969841baa36f300598b7e
|
||||
size 257203214
|
||||
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:10fd7a48ebef3e758e666cf4dfa08d7a31134124d966b9691f74ec09315f8ad4
|
||||
size 257308174
|
||||
+3
-3
@@ -1,4 +1,4 @@
|
||||
name: teleport
|
||||
version: 17.7.25
|
||||
mtime: 1781015559
|
||||
commit: 6f690bad4c56948f6edd8e45f0d12f82b072dd13
|
||||
version: 17.7.26
|
||||
mtime: 1782159584
|
||||
commit: 02e9da4fa0e3393b1e5398277c50d22a3bd8385a
|
||||
|
||||
+2
-2
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:84bab1d29b76f018f3d3f31a69c499e84e05500e5c386b5aa1729dfc0dd76f34
|
||||
size 52096150
|
||||
oid sha256:8eff53a71003ed0b5fcd63830e6dad822e444da2df8d049a75bb3319ee110620
|
||||
size 52102911
|
||||
|
||||
Reference in New Issue
Block a user