Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package rook for openSUSE:Factory checked in 
at 2021-05-13 22:18:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rook (Old)
 and      /work/SRC/openSUSE:Factory/.rook.new.2988 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rook"

Thu May 13 22:18:17 2021 rev:24 rq:892261 version:1.6.2+git0.ge8fd65f08

Changes:
--------
--- /work/SRC/openSUSE:Factory/rook/rook.changes        2021-04-29 
01:37:39.274515010 +0200
+++ /work/SRC/openSUSE:Factory/.rook.new.2988/rook.changes      2021-05-13 
22:18:30.283595693 +0200
@@ -1,0 +2,69 @@
+Fri May  7 11:57:36 UTC 2021 - Stefan Haas <stefan.h...@suse.com>
+
+- Update to v1.6.2
+  * Set base Ceph operator image and example deployments to v16.2.2
+  * Update snapshot APIs from v1beta1 to v1
+  * Documentation for creating static PVs
+  * Allow setting primary-affinity for the OSD
+  * Remove unneeded debug log statements
+  * Preserve volume claim template annotations during upgrade
+  * Allow re-creating erasure coded pool with different settings
+  * Double mon failover timeout during a node drain
+  * Remove unused volumesource schema from CephCluster CRD
+  * Set the device class on raw mode osds
+  * External cluster schema fix to allow not setting mons
+  * Add phase to the CephFilesystem CRD
+  * Generate full schema for volumeClaimTemplates in the CephCluster CRD
+  * Automate upgrades for the MDS daemon to properly scale down and scale up
+  * Add Vault KMS support for object stores
+  * Ensure object store endpoint is initialized when creating an object user
+  * Support for OBC operations when RGW is configured with TLS
+  * Preserve the OSD topology affinity during upgrade for clusters on PVCs
+  * Unify timeouts for various Ceph commands
+  * Allow setting annotations on RGW service
+  * Expand PVC size of mon daemons if requested
+
+- Update to v1.6.1
+  * Disable host networking by default in the CSI plugin with option to enable
+  * Fix the schema for erasure-coded pools so replication size is not required
+  * Improve node watcher for adding new OSDs
+  * Operator base image updated to v16.2.1
+  * Deployment examples updated to Ceph v15.2.11
+  * Update Ceph-CSI to v3.3.1
+  * Allow any device class for the OSDs in a pool instead of restricting the 
schema
+  * Fix metadata OSDs for Ceph Pacific
+  * Allow setting the initial CRUSH weight for an OSD
+  * Fix object store health check in case SSL is enabled
+  * Upgrades now ensure latest config flags are set for MDS and RGW
+  * Suppress noisy RGW log entry for radosgw-admin commands
+
+- Update to v1.6.0
+  * Removed Storage Providers
+    * CockroachDB
+    * EdgeFS
+    * YugabyteDB
+  * Ceph
+    * Support for creating OSDs via Drive Groups was removed.
+    * Ceph Pacific (v16) support
+    * CephFilesystemMirror CRD to support mirroring of CephFS volumes with 
Pacific
+    * Ceph CSI Driver
+      * CSI v3.3.0 driver enabled by default
+      * Volume Replication Controller for improved RBD replication support
+      * Multus support
+      * GRPC metrics disabled by default
+    * Ceph RGW
+      * Extended the support of vault KMS configuration
+      * Scale with multiple daemons with a single deployment instead of a 
separate deployment for each rgw daemon
+    * OSDs
+      * LVM is no longer used to provision OSDs
+      * More efficient updates for multiple OSDs at the same time
+
+    * Multiple Ceph mgr daemons are supported for stretch clusters 
+      and other clusters where HA of the mgr is critical (set count: 2 under 
mgr in the CephCluster CR)
+    * Pod Disruption Budgets (PDBs) are enabled by default for Mon, 
+      RGW, MDS, and OSD daemons. See the disruption management settings.
+    * Monitor failover can be disabled, for scenarios where 
+      maintenance is planned and automatic mon failover is not desired
+    * CephClient CRD has been converted to use the controller-runtime library
+
+-------------------------------------------------------------------

Old:
----
  rook-1.5.10+git4.g309ad2f64.tar.gz

New:
----
  rook-1.6.2+git0.ge8fd65f08.tar.gz

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

Other differences:
------------------
++++++ rook.spec ++++++
--- /var/tmp/diff_new_pack.yeEeEn/_old  2021-05-13 22:18:32.055589531 +0200
+++ /var/tmp/diff_new_pack.yeEeEn/_new  2021-05-13 22:18:32.055589531 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           rook
-Version:        1.5.10+git4.g309ad2f64
+Version:        1.6.2+git0.ge8fd65f08
 Release:        0
 Summary:        Orchestrator for distributed storage systems in cloud-native 
environments
 License:        Apache-2.0
@@ -179,7 +179,7 @@
 csi_resize_image=$(sed -ne "s|.*DefaultResizerImage.* 
\"\(.*resizer:.*\)\"|\1|p" %{spec_go})
 #  %CEPH_VERSION% is replaced at build time by _service
 #  rook_container_version is updated by update-tarball.sh:
-%global rook_container_version 1.5.10
+%global rook_container_version 1.6.2
 %global rook_image       %{registry}/rook/ceph:%{rook_container_version}
 %global ceph_image       %{registry}/ceph/ceph:%CEPH_VERSION%
 %global ceph_csi_image   $ceph_csi_image

++++++ rook-1.5.10+git4.g309ad2f64.tar.gz -> rook-1.6.2+git0.ge8fd65f08.tar.gz 
++++++
/work/SRC/openSUSE:Factory/rook/rook-1.5.10+git4.g309ad2f64.tar.gz 
/work/SRC/openSUSE:Factory/.rook.new.2988/rook-1.6.2+git0.ge8fd65f08.tar.gz 
differ: char 45, line 2

++++++ update-tarball.sh ++++++
--- /var/tmp/diff_new_pack.yeEeEn/_old  2021-05-13 22:18:32.143589225 +0200
+++ /var/tmp/diff_new_pack.yeEeEn/_new  2021-05-13 22:18:32.143589225 +0200
@@ -5,7 +5,7 @@
 #ROOK_REPO="github.com/rook/rook"
 #ROOK_REV="v1.4.0"
 ROOK_REPO="github.com/SUSE/rook"
-ROOK_REV="suse-release-1.5"
+ROOK_REV="suse-release-1.6"
 
 if ! command -V go;
 then

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

Reply via email to