Accepting request 1062467 from home:ojkastl_buildservice:Branch_devel_kubic
update to 11.3.1 OBS-URL: https://build.opensuse.org/request/show/1062467 OBS-URL: https://build.opensuse.org/package/show/devel:kubic/teleport?expand=0&rev=84
This commit is contained in:
parent
2f25dab52c
commit
18086e7de0
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.3</param>
|
||||
<param name="revision">v11.3.1</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.3.tar.gz</param>
|
||||
<param name="archive">teleport-11.3.1.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">73240bcab9ded0e2240b14a5a0d44c61d57257e0</param></service></servicedata>
|
||||
<param name="changesrevision">ccd6a1b02ad787c2f06c4ffcbd63fb34b4ce5446</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b4a41876f7edcaebc47d28726cc2527d20b779b82a7e504dbb46d984fa333729
|
||||
size 119568556
|
3
teleport-11.3.1.tar.gz
Normal file
3
teleport-11.3.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:069656631a8ad39290bbb93ad3cb2379355d40e470728ee22ca212173e735565
|
||||
size 119590179
|
@ -1,3 +1,57 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 31 15:22:27 UTC 2023 - kastl@b1-systems.de
|
||||
|
||||
- Update to version 11.3.1:
|
||||
* Release 11.3.1 (#20864)
|
||||
* Add tsh proxy types aws,db,ssh to CLI ref (#20547)
|
||||
* Fixed issue where container image tag and push step would fail due to missing `docker pull` `--platform` argument (#20859)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 31 15:16:55 UTC 2023 - kastl@b1-systems.de
|
||||
|
||||
- Update to version 11.3.0:
|
||||
* Release 11.3.0 (#20841)
|
||||
* InstallNode Script: use correct version (oss vs ent) (#20816)
|
||||
* WebAPI/CreateDB: improve error message when DB already exists (#20755)
|
||||
* [auto] Update webassets in teleport/branch/v11 from webassets/teleport-v11 (#20803)
|
||||
* [v11] Add support for Moderated Sessions in the Web UI (#19647)
|
||||
* Fix key attestation error on `tsh login` (#20712)
|
||||
* [auto] Update webassets in teleport/branch/v11 from webassets/teleport-v11 (#20790)
|
||||
* Renew Kubernetes cluster credentials until the cluster is removed from inventory (#20788)
|
||||
* [v11] update e and webassets to latest v11 (#20780)
|
||||
* [v11] feat: evaluate login rules for OIDC and SAML users (#20738)
|
||||
* Pass parent context to `prompt.Confirmation()` in `identityfile`. (#20685) (#20773)
|
||||
* [v11] feat: evaluate login rules for GitHub users (#20737)
|
||||
* fix(azure): verify if system identity is set (#20483)
|
||||
* Add test that verifies connectivity when Auth is down (#20450) (#20683)
|
||||
* [v11] Reject access requests with invalid cluster names (#20674)
|
||||
* [v11] Convert rhel `VERSION_ID`s to only include the major version (#20604)
|
||||
* Fix two issues with Oracle MySQL client on Windows. (#20599)
|
||||
* [v11] feat: add login rule audit event types
|
||||
* [v11] feat: add RW verbs for login rules to preset editor role
|
||||
* [v11] ci: Use large macOS runner for build-macos workflow (#20718)
|
||||
* [v11] Disconnect moderated session on Ctrl+C (#20588)
|
||||
* Alert ack API + CLI implementation (#20692)
|
||||
* Enforce using github.com/google/uuid (#20633) (#20681)
|
||||
* Update ssh-approval-email.mdx (#20701)
|
||||
* [v11] Move connection metrics to `proxy.Router` (#20688)
|
||||
* [auto] Update webassets in teleport/branch/v11 from webassets/teleport-v11 (#20625)
|
||||
* [v11] (buddy) helm: Add nodeSelector field (#20441)
|
||||
* [v11] helm: have proxy reload certificates daily (#20503)
|
||||
* helm: addPodMonitor support (#20564)
|
||||
* [v11] Fix typo in install-node script's usage message (#20668)
|
||||
* Show `client_idle_timeout_message` for windows access (#20617)
|
||||
* [v11] feat: add login rule evaluator to auth.Server (#20629)
|
||||
* Document Machine ID and CircleCI joining (#20545)
|
||||
* Docs. Direct invite link via docs (#20548)
|
||||
* helm: support passing raw config in `teleport-kube-agent` (#20129) (#20449)
|
||||
* [v11] Docker install doc updates (#20578)
|
||||
* Update FedRAMP link (#20464)
|
||||
* Docs version update (#20612)
|
||||
* Fix: change var to inner scope's Testing t (#20595)
|
||||
* fix `tctl auth sign --format kubernetes` when using remote auth server (#20497) (#20571)
|
||||
* Increase `ReadDeadline` to accommodate slow clients (#20517)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 24 20:42:58 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.3
|
||||
Version: 11.3.1
|
||||
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:1800d75249c6059db6bdd486bd883878af3b6ed65d6363011dc3455f88fdec0b
|
||||
size 30968661
|
||||
oid sha256:3b073f3e14873daebb5e6742a5670aa2a2366bc75d85f5d2a45e7791888071a8
|
||||
size 30971760
|
||||
|
Loading…
Reference in New Issue
Block a user