Accepting request 1165929 from home:ojkastl_buildservice:Branch_devel_kubic
update to 15.2.1 OBS-URL: https://build.opensuse.org/request/show/1165929 OBS-URL: https://build.opensuse.org/package/show/devel:kubic/teleport?expand=0&rev=200
This commit is contained in:
parent
f63eec1eb2
commit
bab4b3c378
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">v15.2.0</param>
|
||||
<param name="revision">v15.2.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:d6dac1592104c5a004948a5afa868a925ff1677ac9a01e8c95a13fecb19b6660
|
||||
size 247606798
|
3
teleport-15.2.1.obscpio
Normal file
3
teleport-15.2.1.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:451b1205f777026a3e3d59f473688531d3ab148dbd702668ff018db2fb6b17aa
|
||||
size 248533518
|
@ -1,3 +1,37 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Apr 6 20:08:36 UTC 2024 - Johannes Kastl <opensuse_buildservice@ojkastl.de>
|
||||
|
||||
- update to 15.2.1:
|
||||
* Teleport Connect now shows all recent connections instead of
|
||||
capping them at 10. #40250
|
||||
* Limit max read size for the tsh device trust DMI cache file on
|
||||
Linux. #40234
|
||||
* Fix an issue that prevents the teleport service from restarting.
|
||||
#40229
|
||||
* Add new resource filtering predicates to allow exact matches on
|
||||
a single item of a delimited list stored in a label value. For
|
||||
example, if given the following label containing a string
|
||||
separated list of values foo=bar,baz,bang, it is now possible to
|
||||
match on any resources with a label foo that contains the
|
||||
element bar via contains(split(labels[foo], ","), bar). #40183
|
||||
* Updated Go to 1.21.9. #40176
|
||||
* Adds disable_exec_plugin option to the Machine ID Kubernetes
|
||||
Output to remove the dependency on tbot existing in the target
|
||||
environment. #40162
|
||||
* Adds the database-tunnel service to tbot which allows an
|
||||
authenticated database tunnel to be opened by tbot. This is an
|
||||
improvement over the original technique of using tbot proxy db.
|
||||
#40151
|
||||
* Allow diagnostic endpoints to be accessed behind a PROXY
|
||||
protocol enabled loadbalancer/proxy. #40138
|
||||
* Include system annotations in audit event entries for access
|
||||
requests. #40123
|
||||
* Fixed GitHub Auth Connector update event to show in Audit Log
|
||||
with name and description. #40116
|
||||
* Re-enabled the show_desktop_wallpaper flag. #40088
|
||||
* Reduce default Jamf inventory page size, allow custom values to
|
||||
be provided. #3817
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Mar 30 17:16:29 UTC 2024 - Johannes Kastl <opensuse_buildservice@ojkastl.de>
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: teleport
|
||||
version: 15.2.0
|
||||
mtime: 1711746250
|
||||
commit: bb8bd77625f4e82178d068da6f0f4756d043e37c
|
||||
version: 15.2.1
|
||||
mtime: 1712342966
|
||||
commit: 6e72fc78b8fb6960a9533c8ff445fdd65ec1da07
|
||||
|
@ -19,7 +19,7 @@
|
||||
%define __arch_install_post export NO_BRP_STRIP_DEBUG=true
|
||||
|
||||
Name: teleport
|
||||
Version: 15.2.0
|
||||
Version: 15.2.1
|
||||
Release: 0
|
||||
Summary: Identity-aware, multi-protocol access proxy
|
||||
License: Apache-2.0
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7044d9dec404dc6300dc472a5b990809720c12810a4691c08eef54f3c2196a81
|
||||
size 44221695
|
||||
oid sha256:ec1549d8f3a34ac772159fdfdb5da3c3776f55b0a80f0ef42fd41133734bdff6
|
||||
size 44357080
|
||||
|
Loading…
Reference in New Issue
Block a user