Accepting request 1171439 from devel:kubic
OBS-URL: https://build.opensuse.org/request/show/1171439 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/teleport?expand=0&rev=101
This commit is contained in:
commit
b69a424e14
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">v15.2.5</param>
|
<param name="revision">v15.3.0</param>
|
||||||
<param name="versionformat">@PARENT_TAG@</param>
|
<param name="versionformat">@PARENT_TAG@</param>
|
||||||
<param name="changesgenerate">disable</param>
|
<param name="changesgenerate">disable</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:ecef04d41d76f82ead6eef05ed4359f827068f4f97a18807f2387b71446414fa
|
|
||||||
size 252961294
|
|
3
teleport-15.3.0.obscpio
Normal file
3
teleport-15.3.0.obscpio
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:ef64468ea4cd833f77eeff6271e59683c0c27d78fe505dd630cc758ae3662579
|
||||||
|
size 253016078
|
@ -1,3 +1,39 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu May 2 17:45:44 UTC 2024 - Johannes Kastl <opensuse_buildservice@ojkastl.de>
|
||||||
|
|
||||||
|
- update to 15.3.0:
|
||||||
|
* Improved Roles UI
|
||||||
|
The Roles page of the web UI is now backed by a paginated API,
|
||||||
|
ensuring fast load times even on clusters with large numbers of
|
||||||
|
roles.
|
||||||
|
* Resizing for Windows desktop sessions
|
||||||
|
Windows desktop sessions now automatically resize as the size
|
||||||
|
of the browser window changes.
|
||||||
|
* Hardware key support for agentless nodes
|
||||||
|
Teleport now supports connecting to agentless OpenSSH nodes
|
||||||
|
even when Teleport is configured to require hardware key MFA
|
||||||
|
checks.
|
||||||
|
* TPM joining
|
||||||
|
The new TPM join method enables secure joining for agents and
|
||||||
|
Machine ID bots that run on-premise. Based on the secure
|
||||||
|
properties of the host's hardware trusted platform module, this
|
||||||
|
join method removes the need to create and distribute secret
|
||||||
|
tokens, significantly reducing the risk of exfiltration.
|
||||||
|
* Other improvements and fixes
|
||||||
|
- Fixed user SSO bypass by performing a local passwordless
|
||||||
|
login. #41067
|
||||||
|
- Enforce allow_passwordless server-side. #41057
|
||||||
|
- Fixed a memory leak caused by incorrectly passing the offset
|
||||||
|
when paginating all Access Lists' members when there are more
|
||||||
|
than the default pagesize (200) Access Lists. #41045
|
||||||
|
- Added resize capability to windows desktop sessions. #41025
|
||||||
|
- Fixed a regression causing roles filtering to not work.
|
||||||
|
#40999
|
||||||
|
- Allow AWS integration to be used for global services without
|
||||||
|
specifying a valid region. #40991
|
||||||
|
- Made account id visible when selecting IAM Role for accessing
|
||||||
|
the AWS Console. #40987
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Apr 27 09:30:21 UTC 2024 - Johannes Kastl <opensuse_buildservice@ojkastl.de>
|
Sat Apr 27 09:30:21 UTC 2024 - Johannes Kastl <opensuse_buildservice@ojkastl.de>
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
name: teleport
|
name: teleport
|
||||||
version: 15.2.5
|
version: 15.3.0
|
||||||
mtime: 1714168247
|
mtime: 1714526045
|
||||||
commit: 7d2a77bfa17ef43cc4799078887da8e0e9ddd09d
|
commit: 0a192a42c3d143c542b5589133cd7f20d199fa36
|
||||||
|
@ -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: 15.2.5
|
Version: 15.3.0
|
||||||
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:f05fa3b16d6f5cf62a09eb70bc070f75cbb42a3c41381141f184f96650a8c1bd
|
oid sha256:94e0365de1f2a51e7b97b0398310d6265110db63b7d2b0b3aa11d5cf4e209563
|
||||||
size 44779229
|
size 44779393
|
||||||
|
Loading…
Reference in New Issue
Block a user