Accepting request 990342 from devel:kubic
OBS-URL: https://build.opensuse.org/request/show/990342 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/teleport?expand=0&rev=20
This commit is contained in:
commit
eae3ef9ebe
4
_service
4
_service
@ -4,7 +4,7 @@
|
||||
<param name="scm">git</param>
|
||||
<param name="submodules">disable</param>
|
||||
<param name="exclude">.git</param>
|
||||
<param name="revision">v10.0.1</param>
|
||||
<param name="revision">v10.0.2</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
<param name="versionrewrite-pattern">v(.*)</param>
|
||||
@ -25,6 +25,6 @@
|
||||
<param name="compression">gz</param>
|
||||
</service>
|
||||
<service name="go_modules" mode="disabled">
|
||||
<param name="archive">teleport-10.0.1.tar.gz</param>
|
||||
<param name="archive">teleport-10.0.2.tar.gz</param>
|
||||
</service>
|
||||
</services>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/gravitational/teleport</param>
|
||||
<param name="changesrevision">ac7323277ade0562a4e1f8a862f566d6e768855d</param></service></servicedata>
|
||||
<param name="changesrevision">47e0914fb84e018fdcb89190d269b0cd5d62cd11</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3e8abedc202c9beef855d1d6bf4b8b0be6cfd50ce38852e56c221901e9dfa9eb
|
||||
size 94998763
|
3
teleport-10.0.2.tar.gz
Normal file
3
teleport-10.0.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1a75061f130d7492ecf4b3e9473551772c2a832baa4bb8ea2335080bc4fe2851
|
||||
size 95010712
|
@ -1,3 +1,22 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 20 05:47:24 UTC 2022 - kastl@b1-systems.de
|
||||
|
||||
- Update to version 10.0.2:
|
||||
* Release 10.0.2 (#14613)
|
||||
* [v10] Replace `ssh proxy` execution with `crypto/ssh` call (#14522)
|
||||
* [v10] Add Kubernetes Access support to Machine ID (#14269) (#14550)
|
||||
* [v10] Deflake TestOpenExecSessionSetsSession (#14588)
|
||||
* [v10] Fix broken links (#14532)
|
||||
* [v10] Update error message returned when user is not allowed to sign db certs (#14426)
|
||||
* [v10] tsh: Suppress PPK deletion error when file doesn't exist (#14572)
|
||||
* Fix TestProxyTunnelStrategyAgentMesh flakiness (#14398) (#14474)
|
||||
* [v10] Expand the edition comparison table (#14255)
|
||||
* [v10] Add RBAC instructions for Kubernetes Access (#14258)
|
||||
* [v10] Display helpful error when joining with invalid host ID for EC2 join method (#14494)
|
||||
* [v10] Bundle `tbot` into the built docker images (#14462)
|
||||
* [v10] Fail `app_service` start on invalid configuration (#14325) (#14478)
|
||||
* [v10] Add check that roles in given user exist (#14459)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 18 05:57:27 UTC 2022 - kastl@b1-systems.de
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
%define __arch_install_post export NO_BRP_STRIP_DEBUG=true
|
||||
|
||||
Name: teleport
|
||||
Version: 10.0.1
|
||||
Version: 10.0.2
|
||||
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:dfeaccd2d6f49962e85c782ef3fa8c2d10b112e8b1b71499464d118785285cf3
|
||||
oid sha256:ad7d21e504fbf5fc0d9da8ff9cd972b19e8f8dfad128cb504760de9eac7a75b8
|
||||
size 22207350
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3eefd9338ee8f24b5f18292d26fe5dc51c9ca2a3b0518e04d1e31e5200185472
|
||||
size 3789769
|
||||
oid sha256:20e61aac468c2076cf6950571ee6c97deced83a1a35c0acf8f6f536658e1aa3e
|
||||
size 3766254
|
||||
|
Loading…
Reference in New Issue
Block a user