Accepting request 1003414 from home:ojkastl_buildservice:Branch_devel_kubic
update to 10.2.1 OBS-URL: https://build.opensuse.org/request/show/1003414 OBS-URL: https://build.opensuse.org/package/show/devel:kubic/teleport?expand=0&rev=45
This commit is contained in:
parent
3135138845
commit
c7075056ea
4
_service
4
_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">v10.2.0</param>
|
<param name="revision">v10.2.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>
|
||||||
@ -25,6 +25,6 @@
|
|||||||
<param name="compression">gz</param>
|
<param name="compression">gz</param>
|
||||||
</service>
|
</service>
|
||||||
<service name="go_modules" mode="disabled">
|
<service name="go_modules" mode="disabled">
|
||||||
<param name="archive">teleport-10.2.0.tar.gz</param>
|
<param name="archive">teleport-10.2.1.tar.gz</param>
|
||||||
</service>
|
</service>
|
||||||
</services>
|
</services>
|
||||||
|
@ -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">b8cdfe9acd07bb948702b325517ca88926407fc7</param></service></servicedata>
|
<param name="changesrevision">25604691898f57a20a09f0cb8bfadb10671b9829</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:78abc3f2f6c7f1fa3bdb8e45ddbf6ab590d96169dcbd25244b2f380bc14c28df
|
|
||||||
size 99242308
|
|
3
teleport-10.2.1.tar.gz
Normal file
3
teleport-10.2.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:db285851a9f28a834a641457d45036350d145338d41dd288635cc360d1ad74c1
|
||||||
|
size 104189390
|
@ -1,3 +1,30 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Sep 13 12:46:41 UTC 2022 - kastl@b1-systems.de
|
||||||
|
|
||||||
|
- Update to version 10.2.1:
|
||||||
|
* Release 10.2.1 (#16283)
|
||||||
|
* [auto] Update webassets in teleport/branch/v10 from webassets/teleport-v10 (#16287)
|
||||||
|
* [auto] Update webassets in teleport/branch/v10 from webassets/teleport-v10 (#16280)
|
||||||
|
* [v10] Reduce the severity of the upgrade alert to 'info' (#16211)
|
||||||
|
* [v10] Add documentation for Jira Helm chart (#15921)
|
||||||
|
* [v10] Categorize Teleport Connect linux builds correctly (#16272)
|
||||||
|
* Remove the "." from the end of the auth token generated by "tctl tokens add" command (#16157) (#16238)
|
||||||
|
* Update Helm snapshots when updating version (#16189)
|
||||||
|
* Change base image for os compatibility check. (#16177)
|
||||||
|
* (v10) Bump Go to 1.18.6 (#16259)
|
||||||
|
* [v10] fix tctl auth server flag (#16255)
|
||||||
|
* [v10] Calculate shasums of TCon Linux OS packages (#16253) (#16256)
|
||||||
|
* Added 09/08 Upcoming Releases Update
|
||||||
|
* Update grpc-go (#16199)
|
||||||
|
* Add validation for hostname read from EC2 (#16015)
|
||||||
|
* [v10] Correct cluster auth preference dynamic example (#16246)
|
||||||
|
* [v10] bump go mod go1.18 (#16088)
|
||||||
|
* Add serialization of writes to `known_hosts` file. (#16203)
|
||||||
|
* [v10] Update the CockroachDB logo in our guide (#16194)
|
||||||
|
* bumps rust to 1.63.0, fixes linting errors (#16056) (#16152)
|
||||||
|
* Fix running ssh command on multiple nodes with mfa per session (#16148)
|
||||||
|
* [v10] Add a guide to Desktop Access Directory Sharing (#15932)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Sep 07 06:53:32 UTC 2022 - kastl@b1-systems.de
|
Wed Sep 07 06:53:32 UTC 2022 - kastl@b1-systems.de
|
||||||
|
|
||||||
|
@ -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: 10.2.0
|
Version: 10.2.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
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:8b505f2b35e902a02981816a91b401cbe8b71c7d13a1349b9243b5ed0aea4521
|
oid sha256:c407c77c194553be4753b942907917dc927ea8d0c2a05ba49c19d77c3ef9e1c5
|
||||||
size 23466679
|
size 23496159
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:61e25b4761d4da1393e67530b21b4faf038e4e6c80843a6e1c52217971c37e85
|
oid sha256:cdd5caab2c4d1bdceadf29820307f5893e0a4c953f6dc96cb6052c19ac46f429
|
||||||
size 4200875
|
size 4202085
|
||||||
|
Loading…
Reference in New Issue
Block a user