Accepting request 1200982 from devel:kubic
OBS-URL: https://build.opensuse.org/request/show/1200982 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/teleport?expand=0&rev=114
This commit is contained in:
commit
2440ea168f
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">v16.1.4</param>
|
||||
<param name="revision">v16.3.0</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:00f52316a4b8478d61543d74ea98d4124393b6fe86dc032d9edbb04d19eff339
|
||||
size 258401294
|
3
teleport-16.3.0.obscpio
Normal file
3
teleport-16.3.0.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2e3b34d55a0ac7f480c09c6d96d89238ce79bd3bd82b6807ba3beec113a8fe01
|
||||
size 264692238
|
@ -1,3 +1,102 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 14 07:49:25 UTC 2024 - Johannes Kastl <opensuse_buildservice@ojkastl.de>
|
||||
|
||||
- update to 16.3.0:
|
||||
* Out-of-band user creation
|
||||
- Cluster administrators are now able to configure Teleport's
|
||||
ssh_service to ensure that certain host users exist on the
|
||||
machine without the need to start an SSH session. #46498
|
||||
* Other improvements and fixes
|
||||
- Allow the cluster wide ssh dial timeout to be set via
|
||||
auth_service.ssh_dial_timeout in the Teleport config file.
|
||||
#46507
|
||||
- Fixed an issue preventing session joining while host user
|
||||
creation was in use. #46501
|
||||
- Added tbot Helm chart for deploying a Machine ID Bot into a
|
||||
Teleport cluster. #46373
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 14 07:37:43 UTC 2024 - Johannes Kastl <opensuse_buildservice@ojkastl.de>
|
||||
|
||||
- update to 16.2.2:
|
||||
* Fixed an issue that prevented the Firestore backend from
|
||||
reading existing data. #46433
|
||||
* The teleport-kube-agent chart now correctly propagates
|
||||
configured annotations when deploying a StatefulSet. #46421
|
||||
* Fixed regression with Slack notification rules matching on
|
||||
plugin name instead of type. #46391
|
||||
* Update tsh puttyconfig to respect any defined proxy templates.
|
||||
#46384
|
||||
* Ensure that additional pod labels are carried over to
|
||||
post-upgrade and post-delete hook job pods when using the
|
||||
teleport-kube-agent Helm chart. #46232
|
||||
* Fix bug that renders WebUI unusable if a role is deleted while
|
||||
it is still being in use by the logged in user. #45774
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 14 06:35:21 UTC 2024 - Johannes Kastl <opensuse_buildservice@ojkastl.de>
|
||||
|
||||
- update to 16.2.1 (there is no 16.2.0 release):
|
||||
* Fixed debug service not being turned off by configuration;
|
||||
Connect My Computer in Teleport Connect should no longer fail
|
||||
with "bind: invalid argument". #46293
|
||||
* Fixed an issue that could result in duplicate session
|
||||
recordings being created. #46265
|
||||
* Connect now supports bulk selection of resources to create an
|
||||
access request in the unified resources view. #46238
|
||||
* Added support for the teleport_installer resource to the
|
||||
Teleport Terraform provider. #46200
|
||||
* Fixed an issue that would cause reissue of certificates to fail
|
||||
in some scenarios where a local auth service was present.
|
||||
#46184
|
||||
* Updated OpenSSL to 3.0.15. #46180
|
||||
* Extend Teleport ability to use non-default cluster domains in
|
||||
Kubernetes, avoiding the assumption of cluster.local. #46150
|
||||
* Fixed retention period handling in the CockroachDB audit log
|
||||
storage backend. #46147
|
||||
* Prevented Teleport Kubernetes access from resending resize
|
||||
events to the party that triggered the terminal resize,
|
||||
avoiding potential resize loops. #46066
|
||||
* Fixed an issue where attempts to play/export certain session
|
||||
recordings would fail with gzip: invalid header. #46035
|
||||
* Fixed a bug where Teleport services could not join the cluster
|
||||
using iam, azure, or tpm methods when the proxy service
|
||||
certificate did not contain IP SANs. #46010
|
||||
* Prevent connections from being randomly terminated by Teleport
|
||||
proxies when proxy_protocol is enabled and TLS is terminated
|
||||
before Teleport Proxy. #45992
|
||||
* Updated the icons for server, application, and desktop
|
||||
resources. #45990
|
||||
* Added eks:UpdateAccessEntry to IAM permissions generated by the
|
||||
teleport integration IAM setup command and to the documentation
|
||||
reference for auto-discovery IAM permissions. #45983
|
||||
* Added ServiceNow support to access request notification routing
|
||||
rules. #45965
|
||||
* Added PagerDuty support to access request notification routing
|
||||
rules. #45913
|
||||
* Fixed an issue where host_sudoers could be written to Teleport
|
||||
proxy server sudoer lists in Teleport v14 and v15. #45958
|
||||
* Prevent interactive sessions from hanging on exit. #45952
|
||||
* Fixed kernel version check of Enhanced Session Recording for
|
||||
distributions with backported BPF. #45941
|
||||
* Added a flag to skip a relogin attempt when using tsh ssh and
|
||||
tsh proxy ssh. #45929
|
||||
* The hostname where the process is running is returned when
|
||||
running tctl get db_services. #45909
|
||||
* Add buttons to clear all selected Roles/Reviewers in new Access
|
||||
Requests. #45904
|
||||
* Fixed an issue WebSocket upgrade fails with MiTM proxies that
|
||||
can remask payloads. #45899
|
||||
* When a database is created manually (without auto-discovery)
|
||||
the teleport.dev/db-admin and
|
||||
teleport.dev/db-admin-default-database labels are no longer
|
||||
ignored and can be used to configure database auto-user
|
||||
provisioning. #45891
|
||||
* Add support for non-RSA SSH signatures with imported CA keys.
|
||||
#45890
|
||||
* Update tsh login and tsh status output to truncate a list of
|
||||
roles. #45581
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 9 18:26:17 UTC 2024 - Johannes Kastl <opensuse_buildservice@ojkastl.de>
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: teleport
|
||||
version: 16.1.4
|
||||
mtime: 1723064260
|
||||
commit: acdd343922cabefa026312a84e88d9999f09028b
|
||||
version: 16.3.0
|
||||
mtime: 1726110771
|
||||
commit: 5cf82cc114da605cc3ba414da3a76750d5ed27c6
|
||||
|
@ -19,7 +19,7 @@
|
||||
%define __arch_install_post export NO_BRP_STRIP_DEBUG=true
|
||||
|
||||
Name: teleport
|
||||
Version: 16.1.4
|
||||
Version: 16.3.0
|
||||
Release: 0
|
||||
Summary: Identity-aware, multi-protocol access proxy
|
||||
License: AGPL-3.0-only
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bfd23562b9393ee625ae65915daf379c6f09e59fae0c09b5c076531f9ed1933d
|
||||
size 46609307
|
||||
oid sha256:667e73cc1287d2b7bbcef65cc1dad47311b1b04a593cb8d929183773eb4e9dea
|
||||
size 46689724
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b480dee68be122e0800be803149b442ad6549a40c193608419ee22644399aed2
|
||||
size 716045
|
||||
oid sha256:7584fc64fcb730526b1bae05f1c5fd396b041edb1994821b0d5166b841b0b49c
|
||||
size 720882
|
||||
|
Loading…
x
Reference in New Issue
Block a user