Accepting request 965043 from home:ojkastl_buildservice:Branch_devel_kubic
update to 9.0.2 OBS-URL: https://build.opensuse.org/request/show/965043 OBS-URL: https://build.opensuse.org/package/show/devel:kubic/teleport?expand=0&rev=13
This commit is contained in:
parent
020cb46727
commit
a934ee9515
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">v9.0.1</param>
|
||||
<param name="revision">v9.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-9.0.1.tar.gz</param>
|
||||
<param name="archive">teleport-9.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">7bbe6f15c5c88a28b4b998d68561394938eae7c0</param></service></servicedata>
|
||||
<param name="changesrevision">354b8c037259e1af59e539f97a203af35b3d8901</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bb13f7a431cb5da5fc6a40aa7aa46ee968d4fd458394388ccc4b3e63d29cc0a1
|
||||
size 46071816
|
3
teleport-9.0.2.tar.gz
Normal file
3
teleport-9.0.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7affb552ddb0cf75dc20b28044f253e5d927995febb0c5036d780e57fdc87865
|
||||
size 46091136
|
@ -1,3 +1,63 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Mar 26 14:53:54 UTC 2022 - kastl@b1-systems.de
|
||||
|
||||
- Update to version 9.0.2:
|
||||
* Release 9.0.2.
|
||||
* Updated CHANGELOG.md.
|
||||
* update enterprise (#11408)
|
||||
* Reexec with `/proc/self/exe` on Linux (#11283) (#11453)
|
||||
* Add version string to terraform role ref (#11407)
|
||||
* [v9] Add HTTPS_PROXY for tsh (#11397)
|
||||
* Add tests for motd fixes
|
||||
* Fix MOTD not showing up on tsh login with certain arguments
|
||||
* Fix panic in getWebConfig (#11389) (#11413)
|
||||
* Update cargo deps (#11400) (#11416)
|
||||
* Reslove comments, move all occurences of teleport.dev to use a constant
|
||||
* Add configurable verbosity to `tctl get roles`
|
||||
* Resolve comments
|
||||
* Add verbosity to tctl * ls commands and resource get.
|
||||
* Move 'MakeTableWithTruncatedColumn' to asciitable and truncate labels
|
||||
* ls consistency: add support for tctl desktop ls
|
||||
* ls consistency: add tctl kube ls command
|
||||
* ls consistency: make tctl db ls output consistent
|
||||
* ls consistency: make tctl apps ls output consistent
|
||||
* ls consistency: Make tctl nodes ls output consistent, support yaml
|
||||
* Add a .tsh/config file and add support for configuring custom http headers
|
||||
* [v9] Backport: "helm: Adds missing namespaces to ConfigMap (#11032)" (#11343)
|
||||
* add copy/paste mention (#11377)
|
||||
* Edit Helm installation instructions (#11303)
|
||||
* Situate the Installation guide more clearly (#11300)
|
||||
* Edit four Kubernetes Access guides for Cloud users (#11354)
|
||||
* Teleport cloud license info and other info update (#11376)
|
||||
* add all token types (#11375)
|
||||
* Update Redis links in docs (#11393)
|
||||
* [v9] Add endpoint to webapi to generate DB join token (#10914) (#11256)
|
||||
* Fix certificate extension not being included in `tctl auth sign`
|
||||
* Show usage on invalid command line invocation. (#11174) (#11333)
|
||||
* Remove the v5 Kubernetes migration guide (#11297)
|
||||
* Add Cloud-specific instructions to two guides (#11314)
|
||||
* Add notes about wildcard certificates (#11310)
|
||||
* Fix broken link in the ADFS guide (#11307)
|
||||
* update e module (#11341)
|
||||
* [v9] helm: Backport chart changes from unit test addition (#11336)
|
||||
* Added Machine ID CLI and configuration references.
|
||||
* Update 'tctl apps/db/nodes ls' to accept filter flags (#11003) (#11076)
|
||||
* docs: add desktop session recording and clipboard sharing (#11005) (#11252)
|
||||
* Mention Cloud compatibility in three guides (#11234)
|
||||
* Updates `tsh ls` for node/app/db/kube to accept new filter flags (#10980) (#11016)
|
||||
* Add doc for filter support for CLI tools (#11012) (#11258)
|
||||
* Support role bootstrapping in OSS (#11175) (#11247)
|
||||
* corrects some powershell examples and put in code for linux commands (#11225)
|
||||
* docs: clarify /healthz and /readyz (#11085) (#11231)
|
||||
* Keep multiple per-node remoteConns in localSite (#11074) (#11184)
|
||||
* Fix TLS multiplexing for the kubernetes_service in the teleport-cluster helm chart (#10002) (#11212)
|
||||
* Update upcoming-releases.mdx
|
||||
* Improve `tsh` error message if mysql client is missing (#11215)
|
||||
* helm: Adds extraArgs and extraEnv to teleport-kube-agent (#11155) (#11237)
|
||||
* helm: include static_labels in database example (#10414) (#11214)
|
||||
* Revert "Only allow access request deletion through static roles' permissions (#9540)" (#11221)
|
||||
* Address problems in concurrent sqlite access (#10706) (#11190)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 17 10:28:30 UTC 2022 - kastl@b1-systems.de
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
%define __arch_install_post export NO_BRP_STRIP_DEBUG=true
|
||||
|
||||
Name: teleport
|
||||
Version: 9.0.1
|
||||
Version: 9.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:b748ac9facf21c2bc290909f059a8e7a2966ad73ca1926c58c6445a512018dae
|
||||
size 19440803
|
||||
oid sha256:ce5005369aba6630adc0e51f381f34cd500ccb8227d63df365d1ebd816857550
|
||||
size 19444302
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cf1760fd1e9db78d0da93034576219f451da689a154be7a5c781823b52ddf77d
|
||||
size 4736293
|
||||
oid sha256:0dbcfc7716a84f3e4702d47760f203b95a29a6f160dda625450b568035ed988f
|
||||
size 4734755
|
||||
|
Loading…
Reference in New Issue
Block a user