Accepting request 1069398 from devel:kubic
OBS-URL: https://build.opensuse.org/request/show/1069398 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/teleport?expand=0&rev=46
This commit is contained in:
commit
880fb9b3b5
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">v12.0.4</param>
|
<param name="revision">v12.0.5</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>
|
||||||
@ -26,6 +26,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-12.0.4.tar.gz</param>
|
<param name="archive">teleport-12.0.5.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">cf72ee5d591b21d59a1d6b31339051bad0f77f1b</param></service></servicedata>
|
<param name="changesrevision">818318c7af231b0fb2f0e87512af5ba0d8bca1a6</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:48b6a589de43c3d5b6107592ffb678276211c46d97250a671464ccc17b156122
|
|
||||||
size 133613306
|
|
3
teleport-12.0.5.tar.gz
Normal file
3
teleport-12.0.5.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:ca8073bb1c4ec10dabc44d124b8ac234d522152f57793b2abd728e8ed3568c6a
|
||||||
|
size 134172909
|
@ -1,3 +1,91 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Mar 04 08:45:41 UTC 2023 - kastl@b1-systems.de
|
||||||
|
|
||||||
|
- Update to version 12.0.5:
|
||||||
|
* Release 12.0.5 (#22599)
|
||||||
|
* Add SAML IdP service providers to default allow rules.
|
||||||
|
(#22600)
|
||||||
|
* [v12] node hb and watcher scalability improvements (#21495)
|
||||||
|
* Add in SAML IdP service provider session metadata to auth
|
||||||
|
attempts. (#22544) (#22562)
|
||||||
|
* update eref (#22596)
|
||||||
|
* [Web] Refactor serverside filtering and pagination
|
||||||
|
(#20823) (#22432)
|
||||||
|
* fix video link (#22576)
|
||||||
|
* Use `btree.BTreeG` directly in memory backend (#22409)
|
||||||
|
* [v12] Add GCP Service Account parameter to tctl users add
|
||||||
|
reference (#22543)
|
||||||
|
* [v12] Add Telnet into docker to test connectivity for cloud
|
||||||
|
getting started (#22570)
|
||||||
|
* Allow all alert severities to be acknowledged (#22582)
|
||||||
|
* add github.com/google/go-attestation/attest to e imports #2
|
||||||
|
(#22465)
|
||||||
|
* Fix compilation on ARM (#22569)
|
||||||
|
* [v12] Refresh the Access Controls menu (#22523)
|
||||||
|
* [v12] update e ref to latest branch/v12 (#22566)
|
||||||
|
* Added 03/02 Upcoming Releases Update (#22547)
|
||||||
|
* [v12] Enable BPF on ARM64 (#22550)
|
||||||
|
* Teleport 12 Videos (#22527)
|
||||||
|
* Add Azure auto-joining (#21087) (#22521)
|
||||||
|
* [v12] Unify x86/ARM64 build process (#22495)
|
||||||
|
* Fix pickDefaultAddr not respecting HTTPS_PROXY (#22492)
|
||||||
|
* Set `create_as_resource` in device-related `tctl` RPCs
|
||||||
|
(#22415) (#22518)
|
||||||
|
* Improve `tsh kube credentials` read operations (#22508)
|
||||||
|
* [v12] SAML IdP audit events. (#22510)
|
||||||
|
* [v12] `lib/usagereporter` refactor and consolidation (#22512)
|
||||||
|
* [v12] Make curl fail on server error when downloading binaries
|
||||||
|
in buildbox (#22380) (#22442)
|
||||||
|
* add known STS endpoint for ap-southeast-4 (#22486)
|
||||||
|
* [v12] Server Access RBAC Docs page (#22500)
|
||||||
|
* Okta local service. (#22434) (#22513)
|
||||||
|
* chore: Bump Buf to v1.15.0 (#22430) (#22472)
|
||||||
|
* [v12] Allow devices writes with resource-like semantics
|
||||||
|
(#22470)
|
||||||
|
* Initial Okta objects. (#22151) (#22431)
|
||||||
|
* [v12] Update to libbpf 1.0.1 (#22424)
|
||||||
|
* Automatically parse entity ID from SAML SP during CLI creation.
|
||||||
|
(#22101) (#22368)
|
||||||
|
* [v12] Add static and dynamic web ui configuration options
|
||||||
|
(#22422)
|
||||||
|
* [v12] feat: add LoginRule methods to api/client (#22426)
|
||||||
|
* [v12] Add docs steps to create machine-id data dir and systemd
|
||||||
|
enablement (#22477)
|
||||||
|
* [v12] Remove non-applicable roles from teleport start --roles
|
||||||
|
reference (#22311)
|
||||||
|
* [v12] Use developer-friendly and precise technical language in
|
||||||
|
docs (#22412)
|
||||||
|
* docs: use approved terminology for desktop access w/ local
|
||||||
|
users (#22418)
|
||||||
|
* [v12] Add CLI doc changes after new client only parameter for
|
||||||
|
tsh version (#22392)
|
||||||
|
* Export runtime traces from tsh (#22406)
|
||||||
|
* [v12] fixes #21970 - remove broken config validation check in
|
||||||
|
scratch mode (#22423)
|
||||||
|
* [v12] sshserver: Correctly handle PuTTY winadj channel requests
|
||||||
|
(#22420)
|
||||||
|
* Docs: Device Trust role and locking support (#21915) (#22416)
|
||||||
|
* [v12] update e-ref (#22381)
|
||||||
|
* Install libbpf 1.0.1 in buildboxes (#22317)
|
||||||
|
* [v12] Update to default k8s deployment docs (#22396)
|
||||||
|
* Update docs Teleport version and golang (#22384)
|
||||||
|
* Add caching to web assets (#22183)
|
||||||
|
* [v12] Connect: Remove resource cache (#22316)
|
||||||
|
* Machine ID readme example script fix (#22394)
|
||||||
|
* Add Azure join method (#22204)
|
||||||
|
* [v12] Bump versions in docker images to 12 (#22375)
|
||||||
|
* Updates to enable merge queue (#22370)
|
||||||
|
* Fix incorrect login options for Windows Desktops
|
||||||
|
(#22118) (#22333)
|
||||||
|
* [v12] Update eref (#22343)
|
||||||
|
* Add WEBASSETS_SKIP_BUILD to Makefile (#22337)
|
||||||
|
* Always include webassets_embed when building teleport (#22339)
|
||||||
|
* Add `isDashboard` to web config object (#20830) (#22329)
|
||||||
|
* [v12] [Web] Add custom element support to SearchPanel (#22325)
|
||||||
|
* Fix SAML IdP service provider CLI bug. (#22322)
|
||||||
|
* [v12] [web] Move filtering out cloud and tcp apps to the
|
||||||
|
frontend (#22324)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Feb 28 07:52:01 UTC 2023 - kastl@b1-systems.de
|
Tue Feb 28 07:52:01 UTC 2023 - 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: 12.0.4
|
Version: 12.0.5
|
||||||
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:97c43967d8950319e5d44ede0befcaff72f4d014b778fd0d1bfdae34c3f237ea
|
oid sha256:1e41f809d9c9cb6a523d0db6cb6dec5df048480dfb91aed872bfce062fed38d0
|
||||||
size 29078002
|
size 28876389
|
||||||
|
Loading…
Reference in New Issue
Block a user