Accepting request 1063799 from home:ojkastl_buildservice:Branch_devel_kubic

update to 12.0.1

OBS-URL: https://build.opensuse.org/request/show/1063799
OBS-URL: https://build.opensuse.org/package/show/devel:kubic/teleport?expand=0&rev=87
This commit is contained in:
Johannes Kastl 2023-02-08 11:38:48 +00:00 committed by Git OBS Bridge
parent cd544b9cd2
commit f79aaab1e9
7 changed files with 85 additions and 9 deletions

View File

@ -4,7 +4,7 @@
<param name="scm">git</param>
<param name="submodules">disable</param>
<param name="exclude">.git</param>
<param name="revision">v11.3.2</param>
<param name="revision">v12.0.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.3.2.tar.gz</param>
<param name="archive">teleport-12.0.1.tar.gz</param>
</service>
</services>

View File

@ -1,4 +1,4 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://github.com/gravitational/teleport</param>
<param name="changesrevision">d14904a2c32888d3f8cd2da169a705f1cad53dc6</param></service></servicedata>
<param name="changesrevision">a27fce92756b49c8a9229299a63bfcb55069c556</param></service></servicedata>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5271e6319780ea5ffff8e1333af1e6eb21a3999b92f42da04fadab73c12488fb
size 128207438

3
teleport-12.0.1.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5c65ac0417c93d51d243800d47c19f9305ac4c1ab29d219b8cbb561acffb4306
size 133667985

View File

@ -1,3 +1,79 @@
-------------------------------------------------------------------
Wed Feb 08 08:08:12 UTC 2023 - kastl@b1-systems.de
- Update to version 12.0.1:
* Release 12.0.1 (#21372)
* Fix operator build (#21369)
* fix lint-breaking spacing (#21356)
* [v12] Preview Page (#21283)
-------------------------------------------------------------------
Wed Feb 08 07:53:13 UTC 2023 - kastl@b1-systems.de
- Update to version 12.0.0:
Full changelog is available at
https://github.com/gravitational/teleport/releases/tag/v12.0.0
Teleport 12 brings the following marquee features and improvements:
- Device Trust (Preview, Enterprise only)
- Passwordless Windows access for local users (Preview, Enterprise only)
- Per-pod RBAC for Kubernetes Access (Preview)
- Azure and GCP CLI support for Application Access (Preview)
- Support for more databases in Database Access:
- AWS DynamoDB
- AWS Redshift Serverless
- AWS RDS Proxy for PostgreSQL/MySQL
- Azure SQLServer Auto Discovery
- Azure Flexible Servers
- Refactored Helm charts (Preview)
- Dropped support for SHA1 in Server Access
- Signed/notarized macOS binaries
* Azure and GCP CLI support for Application Access (Preview)
In Teleport 12 administrators can interact with Azure and GCP APIs through
Application Access using `tsh az` and `tsh gcloud` CLI commands, or using
standard `az` and `gcloud` tools through the local application proxy.
* Support for more databases in Database Access
Database Access in Teleport 12 brings a number of new integrations to AWS-hosted
databases such as DynamoDB (now with audit log support), Redshift Serverless and
RDS Proxy for PostgreSQL/MySQL.
On Azure, Database Access adds SQLServer auto-discovery and support for Azure
Flexible Server for PostgreSQL/MySQL.
* Refactored Helm charts (Preview)
The “teleport-cluster” Helm chart underwent significant refactoring in Teleport
12 to provide better scalability and UX. Proxy and Auth are now separate
deployments and the new “scratch” chart mode makes it easier to provide a custom
Teleport config.
“Custom” mode users should follow the migration guide:
https://goteleport.com/docs/ver/12.x/deploy-a-cluster/helm-deployments/migration-v12/
* Dropped support for SHA1 in Server Access
Newer OpenSSH clients connecting to Teleport 12 clusters no longer need the
“PubAcceptedKeyTypes” workaround to include the deprecated “sha” algorithm.
* Signed/notarized macOS binaries
Users who download Teleport 12 Darwin binaries would no longer get an untrusted
software warning from macOS.
* tctl edit
tctl now supports an edit subcommand, allowing you to edit resources directly in
your preferred text editor.
* Breaking Changes
Please familiarize yourself with the following potentially disruptive changes in
Teleport 12 before upgrading.
- Helm charts
The teleport-cluster Helm chart underwent significant changes in Teleport 12. To
upgrade from an older version of the Helm chart deployed in “custom” mode, use
the following migration guide:
https://goteleport.com/docs/ver/12.x/deploy-a-cluster/helm-deployments/migration-v12/
Additionally, PSPs are removed from the chart when installing on Kubernetes 1.23
and higher to account for the deprecation/removal of PSPs by Kubernetes.
- tctl auth export
The tctl auth export command only exports the private key when passing the
--keys flag. Previously it would output the certificate and private key
together.
- Desktop Access
Windows Desktop sessions disable the wallpaper by default, improving
performance. To restore the previous behavior, add `show_desktop_wallpaper: true`
to your windows_desktop_service config.
-------------------------------------------------------------------
Thu Feb 02 06:59:38 UTC 2023 - kastl@b1-systems.de

View File

@ -19,7 +19,7 @@
%define __arch_install_post export NO_BRP_STRIP_DEBUG=true
Name: teleport
Version: 11.3.2
Version: 12.0.1
Release: 0
Summary: Identity-aware, multi-protocol access proxy
License: Apache-2.0

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4f16bf12e778e873746607fb12201170ee2b82ce82ead8456e3d158dcdd80e4f
size 30972713
oid sha256:5d4d15adb8aff46b8b69d760fdea49f7f80f9de600de5bfe9c26c29cf734ab1b
size 28816178