Accepting request 1185353 from home:ojkastl_buildservice:Branch_devel_kubic
update to 15.4.7 OBS-URL: https://build.opensuse.org/request/show/1185353 OBS-URL: https://build.opensuse.org/package/show/devel:kubic/teleport?expand=0&rev=225
This commit is contained in:
parent
b8feb3e1e2
commit
a3ae7702f8
2
_service
2
_service
@ -4,7 +4,7 @@
|
||||
<param name="scm">git</param>
|
||||
<param name="submodules">disable</param>
|
||||
<param name="exclude">.git</param>
|
||||
<param name="revision">v15.4.6</param>
|
||||
<param name="revision">v15.4.7</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="changesgenerate">disable</param>
|
||||
<param name="versionrewrite-pattern">v(.*)</param>
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4b9959f200429506779cd839be0ff687a984666e73eb08e63d5c999cc2abdebf
|
||||
size 254900750
|
3
teleport-15.4.7.obscpio
Normal file
3
teleport-15.4.7.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4cf30701185d08b30467a90b76bde37880206b45395bd32eea4a25547e655e94
|
||||
size 254994446
|
@ -1,3 +1,26 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 4 07:35:11 UTC 2024 - Johannes Kastl <opensuse_buildservice@ojkastl.de>
|
||||
|
||||
- update to 15.4.7:
|
||||
* Added audit events for discovery config actions. #43794
|
||||
* Updated Go toolchain to v1.22.5. #43769
|
||||
* Reduced CPU usage in auth servers experiencing very high
|
||||
concurrent request load. #43760
|
||||
* Machine ID defaults to disabling the use of the Kubernetes exec
|
||||
plugin when writing a Kubeconfig to a directory destination.
|
||||
This removes the need to manually configure
|
||||
disable_exec_plugin. #43656
|
||||
* Fixed startup crash of Teleport Connect on Ubuntu 24.04 by
|
||||
adding an AppArmor profile. #43652
|
||||
* Added support for dialling leaf clusters to the tbot SSH
|
||||
multiplexer. #43635
|
||||
* Extend Teleport ability to use non-default cluster domains in
|
||||
Kubernetes, avoiding the assumption of cluster.local. #43632
|
||||
* Wait for user MFA input when reissuing expired certificates for
|
||||
a kube proxy. #43613
|
||||
* Improved error diagnostics when using Machine ID's SSH
|
||||
multiplexer. #43587
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 3 15:58:15 UTC 2024 - Johannes Kastl <opensuse_buildservice@ojkastl.de>
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: teleport
|
||||
version: 15.4.6
|
||||
mtime: 1719465569
|
||||
commit: 5ed51dddad616fae03f57e50ea31c7d59bf4a7fa
|
||||
version: 15.4.7
|
||||
mtime: 1720067281
|
||||
commit: 2611484dfdf000c08770ecc7b10b696897e7f3ba
|
||||
|
@ -19,7 +19,7 @@
|
||||
%define __arch_install_post export NO_BRP_STRIP_DEBUG=true
|
||||
|
||||
Name: teleport
|
||||
Version: 15.4.6
|
||||
Version: 15.4.7
|
||||
Release: 0
|
||||
Summary: Identity-aware, multi-protocol access proxy
|
||||
License: AGPL-3.0-only
|
||||
@ -36,7 +36,7 @@ Source6: vendor.tar.zst
|
||||
BuildRequires: cargo >= 1.69
|
||||
BuildRequires: cargo-packaging
|
||||
BuildRequires: git-core
|
||||
BuildRequires: go >= 1.20
|
||||
BuildRequires: go >= 1.22
|
||||
BuildRequires: pam-devel
|
||||
BuildRequires: systemd-rpm-macros
|
||||
Requires: teleport-tctl
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c747cd9276e98cfa91856cda0d4d3bcfe732c4ef595ebbf9463cdf7570471106
|
||||
size 51518081
|
||||
oid sha256:38212125d653ad724efa8a858ef093742f39bc9f4f28c04739de28f8b9299aad
|
||||
size 51518796
|
||||
|
Loading…
Reference in New Issue
Block a user