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:
2024-04-07 08:09:16 +00:00
committed by Git OBS Bridge
parent f63eec1eb2
commit bab4b3c378
7 changed files with 44 additions and 10 deletions

View File

@@ -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>