Accepting request 1113773 from home:ojkastl_buildservice:Branch_devel_kubic

update to 13.4.1

OBS-URL: https://build.opensuse.org/request/show/1113773
OBS-URL: https://build.opensuse.org/package/show/devel:kubic/teleport?expand=0&rev=158
This commit is contained in:
Johannes Kastl 2023-09-27 04:54:35 +00:00 committed by Git OBS Bridge
parent aa8da76e26
commit f9b7ef4990
8 changed files with 79 additions and 11 deletions

View File

@ -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">v13.4.0</param> <param name="revision">v13.4.1</param>
<param name="versionformat">@PARENT_TAG@</param> <param name="versionformat">@PARENT_TAG@</param>
<param name="changesgenerate">enable</param> <param name="changesgenerate">enable</param>
<param name="versionrewrite-pattern">v(.*)</param> <param name="versionrewrite-pattern">v(.*)</param>

View File

@ -1,4 +1,4 @@
<servicedata> <servicedata>
<service name="tar_scm"> <service name="tar_scm">
<param name="url">https://github.com/gravitational/teleport</param> <param name="url">https://github.com/gravitational/teleport</param>
<param name="changesrevision">480c2738fe4a35f0dee8c2bb463cb2b4cde3c6b6</param></service></servicedata> <param name="changesrevision">cb7f7b621d67627c1c15bb7b6c4693ed81acd577</param></service></servicedata>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:caf0fc8da31113f035ddc29570ecd404c209b7e5e031a0b69803ee59cd9ab073
size 266708494

3
teleport-13.4.1.obscpio Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b97146b203c8068d3972540f20e722ad83e1470f046700635657c0d53e7f6d18
size 266936334

View File

@ -1,3 +1,71 @@
-------------------------------------------------------------------
Wed Sep 27 04:37:00 UTC 2023 - kastl@b1-systems.de
- Update to version 13.4.1:
* Release 13.4.1 (#32594)
* [v13] Remove unused FIPS infrastructure (#32539)
* Remove mention of reversetunnel_connected_proxies (#32573)
* [v13] docs: add faq answer for using oss or ent release for
agents (#32521)
* Add gRPC error interceptors to API client. (#31009)
* Correct grammar error in PagerDuty integration notification
(#32538)
* [v13] Add support for Protobuf Enums into Operator CRDs
(#32556)
* fix(regular): combine static and dynamic labels for session
metadata (#32383)
* Allow sudoer files to be created without host users (#32404)
* `compareSemVers` should return 0 if values are equal (#32315)
(#32462)
* [v13] Updated packer version to fix tag builds (#32527)
* docs: helm install agent updates (#32508)
* docs: Flip Github connector examples for OSS vs Commercial
(#32506)
* [v13] Update reduce-blast-radius.mdx (#32396)
* [v13] docs: Root access is insecure: draft for expanded
security admin topics (#32424)
* [v13] docs: remove v10 references (#32492)
* [v13] Update e ref. (#32497)
* Remove gravitational/configure dependency (#32488)
* Secure File Removal Improvements (#32260) (#32437)
* [v13] docs: remove duplicate warning (#32479)
* [v13] Prevent duplicate Access List owners. (#32480)
* Fix incorrect CA in Machine ID database access guide (#32466)
* [v13] Improve AWS CLI Access performance by caching AWS session
credentials (#32414)
* Fix data race when calling Uploader's `Close` and `Serve`
simultaneously (#30360) (#32395)
* Enforce use of IMDSv2 for AMI builds (#32419)
* Support AWS EC2 IMDSv2 for installer and inventory metadata
(#31134)
* docs: remove guidance on version warning older than v11
(#32410)
* [v13] Use the instance role for the upload completer (#32346)
* [v13] Provide error message if process file is unavailable due
to permissions for teleport start (#32349)
* [v13] ci: clarify failure on `go mod tidy` (#32390)
* Upgrade TypeScript to 5.2.2 (#32376)
* Application access header rewrites should be a list (#32339)
* Add interactive tonal primary colors (#32007) (#32320)
* [v13] Fix repeated ServiceAccount in `teleport-kube-agent`
chart (#32337)
* [v13] update e (#32367)
* Add Access List usage events, emit event for userloginstate
Generator. (#32298)
* Make access list membership check fn public (#31355) (#32362)
* [v13] Define and add `IneligibleStatus` fields for access list
members and owners (#31857) (#32279)
* Bump UI Role version to `v6` (#32335)
* Update token parameter description to be consistent (#32331)
* pgbk: docs for change_feed_conn_string and warning against OLAP
workloads (#32079) (#32284)
* Allow including only traits when doing a JWT rewrite (#32290)
* docs: include SLES install with zypper repo in ent install
(#32306)
* [docs] fix Postgres auto-user provisioning role group (#31968)
* Fix double counting of auth server (#32269)
* [auto] docs: Update version to v13.4.0 (#32276)
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Sep 21 04:39:02 UTC 2023 - kastl@b1-systems.de Thu Sep 21 04:39:02 UTC 2023 - kastl@b1-systems.de

View File

@ -1,4 +1,4 @@
name: teleport name: teleport
version: 13.4.0 version: 13.4.1
mtime: 1695245288 mtime: 1695758380
commit: 480c2738fe4a35f0dee8c2bb463cb2b4cde3c6b6 commit: cb7f7b621d67627c1c15bb7b6c4693ed81acd577

View File

@ -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: 13.4.0 Version: 13.4.1
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

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:7566f3f3102a28927eda4ea198b3d341a02706305766e742240fb86ec32a3a23 oid sha256:fcac7999f17efc75f4a11561a92ae890442f6d8a7e2ebf65d296a062f758ef45
size 35733638 size 35725426