Accepting request 1059930 from home:ojkastl_buildservice:Branch_devel_kubic
update to 11.2.2 OBS-URL: https://build.opensuse.org/request/show/1059930 OBS-URL: https://build.opensuse.org/package/show/devel:kubic/teleport?expand=0&rev=80
This commit is contained in:
parent
396c09efb8
commit
66ed42b904
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">v11.2.1</param>
|
||||
<param name="revision">v11.2.2</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
<param name="versionrewrite-pattern">v(.*)</param>
|
||||
@ -26,6 +26,6 @@
|
||||
<param name="compression">gz</param>
|
||||
</service>
|
||||
<service name="go_modules" mode="disabled">
|
||||
<param name="archive">teleport-11.2.1.tar.gz</param>
|
||||
<param name="archive">teleport-11.2.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">999ff610be62036ee3ffe625f9ac56981e8840bb</param></service></servicedata>
|
||||
<param name="changesrevision">90bde73bcfaad2722ad0811924b7d6c88e7eb5e2</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7ecb6fbcce3d2e7ab85488c081fea47fdde156036b84fb67228925965335d13f
|
||||
size 118825770
|
3
teleport-11.2.2.tar.gz
Normal file
3
teleport-11.2.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7c2495f1550b04f1782ad56472590131a1dec54c150c01b4ab66c48e50b260cc
|
||||
size 119739095
|
@ -1,3 +1,45 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 20 10:08:52 UTC 2023 - kastl@b1-systems.de
|
||||
|
||||
- Update to version 11.2.2:
|
||||
* Release 11.2.2 (#20363)
|
||||
* [auto] Update webassets in teleport/branch/v11 from webassets/teleport-v11 (#20375)
|
||||
* Remove invalid commands on login with ssh port (#20364)
|
||||
* spell fixes (#20279)
|
||||
* [v11] Add Connect docs about linking tsh (#20029)
|
||||
* Validate AWS regions when configuring the AWSMatcher (#20288)
|
||||
* Add redirects to the new Audit Events section (#19553) (#19968)
|
||||
* [v11] Point at source version in docs rather then generic master. (#20303)
|
||||
* [v11] [Docs] Use gravitational.com to download checksums. (#20282)
|
||||
* Added binary signing for darwin tarballs - branch/v11 backport (#20305)
|
||||
* [v11] Machine ID and GitHub Actions docs copy improvements (#20291)
|
||||
* Add mysql conn tester (#20177) (#20230)
|
||||
* fix: Always dial to root cluster for single-use certificates (#20238)
|
||||
* [v11] Set extra proxy headers in all `tsh` HTTP requests (#20071)
|
||||
* [v11] Updates to cloud getting started (#20256)
|
||||
* Update Rust to 1.66.1 (#20201)
|
||||
* Bump Buf to v1.12.0 (#20194)
|
||||
* [v11] Stop heartbeating during graceful shutdown (#20225)
|
||||
* [v11] docs: add overview of session recording (#19934)
|
||||
* [v11] Use pre-generated RSA keys in tests (#19448)
|
||||
* [v11] Document GitHub Actions and Kubernetes (#20179)
|
||||
* fixes ldap filter example (#20223)
|
||||
* [v11] Update Linux install package link for Cloud (#20210)
|
||||
* Grant the built-in kube role semaphore permissions (#20174)
|
||||
* Adds a post-delete hook to delete the `kube-agent` state secrets (#20169)
|
||||
* Stablize RemoteConnCleanup (#20048) (#20086)
|
||||
* [v11] Change the application access authentication flow (#20165)
|
||||
* Bump cloud version to 11.2.1 (#20157)
|
||||
* [v11] capture additional prehog events (#20114)
|
||||
* Ensure Proxy uses cache for periodic operations (#20153)
|
||||
* Add kube and windows_desktop tctl tokens add handling (#20139)
|
||||
* Added 01/12 Upcoming Releases Update (#20137)
|
||||
* [v11] feat: add login rule service proto definition (#20112)
|
||||
* [v11] Trim error messages on UserLogin events (#20125)
|
||||
* [v11] Fix `certificate signed by unknown authority` after reconciling a dynamic RDS resource (#20099)
|
||||
* Update to 11.2.1 for docs (#20117)
|
||||
* Fix CertificateInvalidError in formatCertError (#20052)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 12 06:03:42 UTC 2023 - kastl@b1-systems.de
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
%define __arch_install_post export NO_BRP_STRIP_DEBUG=true
|
||||
|
||||
Name: teleport
|
||||
Version: 11.2.1
|
||||
Version: 11.2.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:1c86aef08e4c031563be1850202f1a46b51995439c08310a1c0fc6b61c5ba9f2
|
||||
size 30953927
|
||||
oid sha256:689c65b461870b9f89ec13268652b3455cd1e20e880035c98ae6680057686681
|
||||
size 30956702
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0e89810ab484db5eb4ccdc49f0011ea7b8118df1316c11359284f9439e846803
|
||||
size 4314722
|
||||
oid sha256:8ebfa06d9f41722ae86b5e39b2b995fbb0b58f159980272e9fa01c967916b7de
|
||||
size 4315327
|
||||
|
Loading…
Reference in New Issue
Block a user