Hello community, here is the log from the commit of package rook for openSUSE:Leap:15.2 checked in at 2020-03-26 05:42:00 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:15.2/rook (Old) and /work/SRC/openSUSE:Leap:15.2/.rook.new.3160 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rook" Thu Mar 26 05:42:00 2020 rev:3 rq:788370 version:1.2.6+git0.g99024013 Changes: -------- --- /work/SRC/openSUSE:Leap:15.2/rook/rook.changes 2020-03-13 11:01:42.708620199 +0100 +++ /work/SRC/openSUSE:Leap:15.2/.rook.new.3160/rook.changes 2020-03-26 05:42:13.655305183 +0100 @@ -1,0 +2,10 @@ +Wed Mar 18 14:27:07 UTC 2020 - Kristoffer Gronlund <[email protected]> + +- Update to v1.2.6: + * Update default Ceph version to v14.2.8 (#4960) + * Fix for OSDs on PVCs that were crashing on Ceph v14.2.8 (#4960) + * Mount /udev so the osds can discover device info (#5001) + * Query for the topology.kubernetes.io labels in K8s 1.17 or newer for the CRUSH hierarchy (#4989) + * Log a warning when useAllNodes is true, but nodes are defined in the cluster CR ([commit](https://github.com/rook/rook/pull/4974/commits/69c9ed4206f47644687733396d87022e93d312a3)) + +------------------------------------------------------------------- @@ -22,0 +33,5 @@ + +------------------------------------------------------------------- +Mon Jan 27 14:04:35 UTC 2020 - Kristoffer Gronlund <[email protected]> + +- Package helm charts for the rook operator for ceph (SES-799) Old: ---- rook-1.2.4+git9.gd747507e-vendor.tar.xz rook-1.2.4+git9.gd747507e.tar.xz New: ---- rook-1.2.6+git0.g99024013-vendor.tar.xz rook-1.2.6+git0.g99024013.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ rook.spec ++++++ --- /var/tmp/diff_new_pack.wesRZX/_old 2020-03-26 05:42:14.619305682 +0100 +++ /var/tmp/diff_new_pack.wesRZX/_new 2020-03-26 05:42:14.619305682 +0100 @@ -17,7 +17,7 @@ Name: rook -Version: 1.2.4+git9.gd747507e +Version: 1.2.6+git0.g99024013 Release: 0 Summary: Orchestrator for distributed storage systems in cloud-native environments License: Apache-2.0 @@ -101,6 +101,23 @@ Rook-Ceph operator and Ceph clusters in a Kubernetes cluster. ################################################################################ +# Rook ceph operator helm charts +################################################################################ +%package ceph-helm-charts +Summary: Rook Ceph operator helm charts +Group: System/Management +BuildArch: noarch + +%description ceph-helm-charts +Helm helps manage Kubernetes applications. Helm Charts define, +install, and upgrade Kubernetes applications. Rook is a +cloud-native storage orchestrator for Kubernetes, providing +the platform, framework, and support for a diverse set of storage +solutions to integrate with cloud-native environments. + +This package contains Helm Charts for Rook. + +################################################################################ # Rook integration test binary metadata ################################################################################ %package integration @@ -143,7 +160,7 @@ # determine image names to use in manifests depending on the base os type # %CEPH_VERSION% is replaced at build time by the _service -%global rook_container_version 1.2.4.9 # this is updated by update-tarball.sh +%global rook_container_version 1.2.6.0 # this is updated by update-tarball.sh %if 0%{?is_opensuse} %global rook_image registry.opensuse.org/opensuse/rook/ceph:%{rook_container_version}.%{release} %global ceph_image registry.opensuse.org/opensuse/ceph/ceph:%CEPH_VERSION% @@ -252,6 +269,11 @@ sed -i -e "s|image: .*|image: %{rook_image}|g" %{buildroot}%{_datadir}/k8s-yaml/rook/ceph/toolbox* sed -i -e "s|/usr/local/bin/toolbox.sh|%{_bindir}/toolbox.sh|g" %{buildroot}%{_datadir}/k8s-yaml/rook/ceph/toolbox* +# Install the helm charts +mkdir -p %{buildroot}%{_datadir}/%{name}-ceph-helm-charts/operator +cp -pr cluster/charts/rook-ceph/* %{buildroot}%{_datadir}/%{name}-ceph-helm-charts/operator +sed -i -e "s|\".*/cephcsi/cephcsi:.*|\"%{ceph_csi_image}\"|g" %{buildroot}%{_datadir}/%{name}-ceph-helm-charts/operator/values.yaml + # For the integration test tooling, store files with the current Rook and Ceph image names # These files can be cat'ed to get these without needing to do special processing %define rook_integration_dir %{buildroot}%{_datadir}/rook-integration @@ -281,6 +303,10 @@ %dir %{_datarootdir}/k8s-yaml/rook/ceph %{_datadir}/k8s-yaml/rook/ceph/ +%files ceph-helm-charts +%doc %{_datadir}/%{name}-ceph-helm-charts/operator/README.md +%{_datadir}/%{name}-ceph-helm-charts + # rook-integration-version-build.arch.rpm %files integration # integration test binary ++++++ rook-1.2.4+git9.gd747507e-vendor.tar.xz -> rook-1.2.6+git0.g99024013-vendor.tar.xz ++++++ ++++++ rook-1.2.4+git9.gd747507e-vendor.tar.xz -> rook-1.2.6+git0.g99024013.tar.xz ++++++ /work/SRC/openSUSE:Leap:15.2/rook/rook-1.2.4+git9.gd747507e-vendor.tar.xz /work/SRC/openSUSE:Leap:15.2/.rook.new.3160/rook-1.2.6+git0.g99024013.tar.xz differ: char 25, line 1 ++++++ update-tarball.sh ++++++ --- /var/tmp/diff_new_pack.wesRZX/_old 2020-03-26 05:42:16.859306844 +0100 +++ /var/tmp/diff_new_pack.wesRZX/_new 2020-03-26 05:42:16.863306845 +0100 @@ -3,7 +3,7 @@ set -xEeuo pipefail ROOK_REPO="github.com/rook/rook" -ROOK_REV="d747507e17849b7935fa6ce2d0a9654711548ae1" +ROOK_REV="v1.2.6" if ! command -V go; then
