Accepting request 1099748 from home:ojkastl_buildservice:Branch_devel_kubic
update to 13.2.3 OBS-URL: https://build.opensuse.org/request/show/1099748 OBS-URL: https://build.opensuse.org/package/show/devel:kubic/teleport?expand=0&rev=144
This commit is contained in:
parent
f7fe50c0a2
commit
f2a5992832
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">v13.2.2</param>
|
<param name="revision">v13.2.3</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>
|
||||||
|
@ -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">e348ec20d60a5cc5babc0d4556f59f773aa05990</param></service></servicedata>
|
<param name="changesrevision">4785e70f7f38edab7b86c3434ed580bcda3feb4a</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:5af516addf4a7ddff4b908bef3eb5b8d98163382597eaf2bf02b03608bf9df0a
|
|
||||||
size 259098638
|
|
3
teleport-13.2.3.obscpio
Normal file
3
teleport-13.2.3.obscpio
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:18f6ce8c061b2594c1625ef7951f1b7bf3dd254df4d7ec17b8885f8b33c82fe3
|
||||||
|
size 259444750
|
@ -1,3 +1,57 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jul 20 05:47:54 UTC 2023 - kastl@b1-systems.de
|
||||||
|
|
||||||
|
- Update to version 13.2.3:
|
||||||
|
* Release 13.2.3 (#29308)
|
||||||
|
* v13: dronegen: Switch linux-based push builds to GitHub
|
||||||
|
(#29297)
|
||||||
|
* [v13] Fix nil user group entries. (#29326)
|
||||||
|
* [v13] update discovery labels (#29269)
|
||||||
|
* Remove access list gRPC service from OSS, introduce
|
||||||
|
owner/member checks. (#29289)
|
||||||
|
* [v13] ALPN handshake test to account "unadvertised ALPN" error
|
||||||
|
(#29312)
|
||||||
|
* Upsert ServerInfos from discovery service (#27475) (#29277)
|
||||||
|
* [v13] Restores default API endpoint for PagerDuty plugin
|
||||||
|
(#29295)
|
||||||
|
* [v13] Record os_build_supplemental in the DeviceProfile
|
||||||
|
(#29263)
|
||||||
|
* v13: [ci] Change macOS GHA runner to `macos-latest-xl-arm64`
|
||||||
|
(#29282)
|
||||||
|
* [v13] Docs: clarify the value of 'host' key where needed
|
||||||
|
(#28800)
|
||||||
|
* [v13] Add an audit event for creating provisioning tokens
|
||||||
|
(#29105)
|
||||||
|
* Fix proxy protocol support for Kube access flow (#29268)
|
||||||
|
(#29274)
|
||||||
|
* AWS DBs Heartbeat: return IAM status (#28952) (#29196)
|
||||||
|
* Add the AccessList to the cache. (#29270)
|
||||||
|
* update config reference docs (#29236)
|
||||||
|
* [v13] Introduce AccessList gRPC service and calls. (#29255)
|
||||||
|
* [v13] Add ServerInfo and label API (#29237)
|
||||||
|
* docs: update github sso instructions for self-hosted to use new
|
||||||
|
parameters (#29258)
|
||||||
|
* Clean up access list protos, add in conversion functions tests.
|
||||||
|
(#29254)
|
||||||
|
* Access list backend service and marshal/unmarshal. (#29253)
|
||||||
|
* [v13] Introduce Access List internal object. (#29252)
|
||||||
|
* Fix reference to azure identity in GCP app (#29209)
|
||||||
|
* Introduce the Access List object. (#29251)
|
||||||
|
* add semicolon (#29154)
|
||||||
|
* docs: update version (#29217)
|
||||||
|
* Define the GetDevicesUsage RPC (#29089) (#29227)
|
||||||
|
* Fix certbot installation in AMI (#29103)
|
||||||
|
* upgrader monitoring and alerts (#28951) (#29206)
|
||||||
|
* [v13] Document --port and --login in `tsh config` (#29199)
|
||||||
|
* [v13] Allow custom enroll token expiration time (#29213)
|
||||||
|
* [v13] provide warning on tsh sso login with Teleport user
|
||||||
|
specified (#29221)
|
||||||
|
* [v13] Fix lint warning, make these unordered lists (#29160)
|
||||||
|
* Support non-gogo objects for auth service events. (#29207)
|
||||||
|
* Add ServerInfo type (#25281) (#29162)
|
||||||
|
* [v13] Clarify API GetDatabases vs GetDatabaseServers (#29136)
|
||||||
|
* [v13] Add assist fields to configuration reference (#29110)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jul 17 05:32:22 UTC 2023 - kastl@b1-systems.de
|
Mon Jul 17 05:32:22 UTC 2023 - kastl@b1-systems.de
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
name: teleport
|
name: teleport
|
||||||
version: 13.2.2
|
version: 13.2.3
|
||||||
mtime: 1689378233
|
mtime: 1689825908
|
||||||
commit: e348ec20d60a5cc5babc0d4556f59f773aa05990
|
commit: 4785e70f7f38edab7b86c3434ed580bcda3feb4a
|
||||||
|
@ -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.2.2
|
Version: 13.2.3
|
||||||
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:21e9244a2d00043d48c70416293659afd0544a1efea9ffade90c1433d5f125b5
|
oid sha256:51ce5a7c6f2ac0f1c0ae643fd5be39360c1c6600d4df269c110bd215f752b854
|
||||||
size 33833677
|
size 33863732
|
||||||
|
Loading…
Reference in New Issue
Block a user