Accepting request 1249404 from devel:kubic
OBS-URL: https://build.opensuse.org/request/show/1249404 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/teleport?expand=0&rev=137
This commit is contained in:
commit
2fd2c716e2
2
_service
2
_service
@ -4,7 +4,7 @@
|
|||||||
<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">v17.2.9</param>
|
<param name="revision">v17.3.0</param>
|
||||||
<param name="match-tag">v*</param>
|
<param name="match-tag">v*</param>
|
||||||
<param name="versionformat">@PARENT_TAG@</param>
|
<param name="versionformat">@PARENT_TAG@</param>
|
||||||
<param name="versionrewrite-pattern">v(.*)</param>
|
<param name="versionrewrite-pattern">v(.*)</param>
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:823a920a381111e9fb92088a4545c710089212ac6e745e207b371b6e3a21f8b8
|
|
||||||
size 271173646
|
|
3
teleport-17.3.0.obscpio
Normal file
3
teleport-17.3.0.obscpio
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:c104847f86a6a7d4d39141698a94bfe8d6926c87c1ea0e5af24c07a5d807aa07
|
||||||
|
size 272952334
|
@ -1,3 +1,59 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Mar 1 11:13:43 UTC 2025 - Johannes Kastl <opensuse_buildservice@ojkastl.de>
|
||||||
|
|
||||||
|
- update to 17.3.0:
|
||||||
|
Note for openSUSE users:
|
||||||
|
The automatic updates via the teleport-update are not included in
|
||||||
|
this package. if you require this functionality, please use the
|
||||||
|
official packages from upstream.
|
||||||
|
* Delegated joining for Oracle Cloud Infrastructure
|
||||||
|
Teleport agents running on Oracle Cloud Infrastructure (OCI)
|
||||||
|
are now able to join the Teleport cluster without a static join
|
||||||
|
token.
|
||||||
|
* Stable UIDs for host-user creation
|
||||||
|
Teleport now provides the ability to create host users with
|
||||||
|
stable UIDs across the entire Teleport cluster.
|
||||||
|
* Improved GitHub Proxy enrollment flow
|
||||||
|
Teleport web UI now provides wizard-like guided enrollment flow
|
||||||
|
for the new GitHub Proxy integration.
|
||||||
|
* AWS Identity Center integration improvements
|
||||||
|
AWS Identity Center integration now supports using IAM
|
||||||
|
authentication instead of OIDC (useful for private clusters)
|
||||||
|
and a hybrid setup that allows to use another IdP as external
|
||||||
|
identity source.
|
||||||
|
* Okta integration improvements
|
||||||
|
Teleport Okta integration now provides updated guided
|
||||||
|
enrollment flow and will allow updating integration settings
|
||||||
|
(such as sync configuration or group filters) without having to
|
||||||
|
recreate the integration.
|
||||||
|
Note that the new enrollment flow uses OAuth authentication
|
||||||
|
method instead of API tokens. If the Okta integration is
|
||||||
|
installed on v17.3 and the cluster is downgraded the Okta
|
||||||
|
plugin must be reinstalled to ensure proper functionality.
|
||||||
|
* Readiness endpoint changes
|
||||||
|
The Auth Service readiness now reflects the connectivity from
|
||||||
|
the instance to the backend storage, and the Proxy Service
|
||||||
|
readiness reflects the connectivity to the Auth Service API. In
|
||||||
|
case of Auth or backend storage failure, the instances will now
|
||||||
|
turn unready. This change ensures that control plane components
|
||||||
|
can be excluded from their relevant load-balancing pools. If
|
||||||
|
you want to preserve the old behaviour (the Auth Service or
|
||||||
|
Proxy Service instance stays ready and runs in degraded mode)
|
||||||
|
in the teleport-cluster Helm chart, you can now tune the
|
||||||
|
readiness setting to have the pods become unready after a high
|
||||||
|
number of failed probes.
|
||||||
|
* Other fixes and improvements
|
||||||
|
- Added tctl edit support for Identity Center plugin resources.
|
||||||
|
#52605
|
||||||
|
- Added Oracle join method to web UI provision token editor.
|
||||||
|
#52599
|
||||||
|
- Added auto-importing of Oracle Cloud tags. #52543
|
||||||
|
- Added support for X509 revocations to Workload Identity.
|
||||||
|
#52503
|
||||||
|
- Git proxy commands executed in terminals now support
|
||||||
|
interactive login prompts when the tsh session expires.
|
||||||
|
#52475
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Feb 26 05:56:01 UTC 2025 - Johannes Kastl <opensuse_buildservice@ojkastl.de>
|
Wed Feb 26 05:56:01 UTC 2025 - Johannes Kastl <opensuse_buildservice@ojkastl.de>
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
name: teleport
|
name: teleport
|
||||||
version: 17.2.9
|
version: 17.3.0
|
||||||
mtime: 1740509854
|
mtime: 1740773611
|
||||||
commit: 6b86200a6e27cbefb7a1b63d39fa8ef049f1d677
|
commit: 91d71bd18e271006102b357035853665f52ce9dd
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: teleport
|
Name: teleport
|
||||||
Version: 17.2.9
|
Version: 17.3.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Identity-aware, multi-protocol access proxy
|
Summary: Identity-aware, multi-protocol access proxy
|
||||||
License: AGPL-3.0-only
|
License: AGPL-3.0-only
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:7476dc88b05ab279b02796bc1c64c5ead3fcd30368369e521088cd11aef04206
|
oid sha256:af07aeef081bb9aef69764768048f29558aec9062d0d696bc472da013b1d7803
|
||||||
size 52747518
|
size 53946510
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:2aeb68d4cf9cfb2b4259e5860ff446f2de0db1f9bc0dada91788928790345a58
|
oid sha256:923171d81faa0925d7c5af833a7d012c60cb93740e08f0c151efd8735c607bf2
|
||||||
size 734568
|
size 735067
|
||||||
|
Loading…
x
Reference in New Issue
Block a user