Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package teleport for openSUSE:Factory 
checked in at 2023-02-08 17:20:41
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/teleport (Old)
 and      /work/SRC/openSUSE:Factory/.teleport.new.4462 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "teleport"

Wed Feb  8 17:20:41 2023 rev:43 rq:1063801 version:12.0.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/teleport/teleport.changes        2023-02-02 
18:18:58.396012334 +0100
+++ /work/SRC/openSUSE:Factory/.teleport.new.4462/teleport.changes      
2023-02-08 17:21:09.186196439 +0100
@@ -1,0 +2,76 @@
+Wed Feb 08 08:08:12 UTC 2023 - ka...@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 - ka...@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.
+
+-------------------------------------------------------------------

Old:
----
  teleport-11.3.2.tar.gz

New:
----
  teleport-12.0.1.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ teleport.spec ++++++
--- /var/tmp/diff_new_pack.LFXPJZ/_old  2023-02-08 17:21:10.878204745 +0100
+++ /var/tmp/diff_new_pack.LFXPJZ/_new  2023-02-08 17:21:10.890204804 +0100
@@ -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

++++++ _service ++++++
--- /var/tmp/diff_new_pack.LFXPJZ/_old  2023-02-08 17:21:11.290206767 +0100
+++ /var/tmp/diff_new_pack.LFXPJZ/_new  2023-02-08 17:21:11.326206944 +0100
@@ -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,7 +26,7 @@
     <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>
 

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.LFXPJZ/_old  2023-02-08 17:21:11.466207631 +0100
+++ /var/tmp/diff_new_pack.LFXPJZ/_new  2023-02-08 17:21:11.478207690 +0100
@@ -1,6 +1,6 @@
 <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>
 (No newline at EOF)
 

++++++ teleport-11.3.2.tar.gz -> teleport-12.0.1.tar.gz ++++++
/work/SRC/openSUSE:Factory/teleport/teleport-11.3.2.tar.gz 
/work/SRC/openSUSE:Factory/.teleport.new.4462/teleport-12.0.1.tar.gz differ: 
char 12, line 1

++++++ vendor.tar.gz ++++++
/work/SRC/openSUSE:Factory/teleport/vendor.tar.gz 
/work/SRC/openSUSE:Factory/.teleport.new.4462/vendor.tar.gz differ: char 5, 
line 1

Reply via email to