Hello community, here is the log from the commit of package rook for openSUSE:Factory checked in at 2019-12-07 15:15:26 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/rook (Old) and /work/SRC/openSUSE:Factory/.rook.new.4691 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rook" Sat Dec 7 15:15:26 2019 rev:10 rq:754360 version:1.1.7+git0.g50c6ca1f Changes: -------- --- /work/SRC/openSUSE:Factory/rook/rook.changes 2019-11-11 12:58:57.005598802 +0100 +++ /work/SRC/openSUSE:Factory/.rook.new.4691/rook.changes 2019-12-07 15:16:40.223784948 +0100 @@ -1,0 +2,18 @@ +Tue Dec 3 14:20:09 UTC 2019 - Kristoffer Gronlund <[email protected]> + +- Update rook to v1.1.7: + * Skip osd prepare job creation if osd daemon exists for the pvc (#4277) + * Stop osd process more quickly during pod shutdown to reduce IO unresponsiveness (#4328) + * Add osd anti-affinity to the example of OSDs on PVCs (#4326) + * Properly set app name on the cmdreporter (#4323) + * Ensure disruption draining state is set and checked correctly (#4319) + * Update LVM filter for OSDs on PVCs (#4312) + * Fix topology logic for disruption drains (#4221) + * Skip restorecon during ceph-volume configuration (#4260) + * Added a note around snapshot CRD cleanup (#4302) + * Storage utilization alert threshold and timing updated (#4286) + * Silence disruption errors if necessary and add missing errors (#4288) + * Create csi keys and secrets for external cluster (#4276) + * Add retry to ObjectUser creation (#4149) + +------------------------------------------------------------------- Old: ---- rook-1.1.6+git0.g91d6f635-vendor.tar.xz rook-1.1.6+git0.g91d6f635.tar.xz New: ---- rook-1.1.7+git0.g50c6ca1f-vendor.tar.xz rook-1.1.7+git0.g50c6ca1f.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ rook.spec ++++++ --- /var/tmp/diff_new_pack.ZvPQXg/_old 2019-12-07 15:16:43.391784499 +0100 +++ /var/tmp/diff_new_pack.ZvPQXg/_new 2019-12-07 15:16:43.395784498 +0100 @@ -1,7 +1,7 @@ # # spec file for package rook # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,12 +17,12 @@ Name: rook -Version: 1.1.6+git0.g91d6f635 +Version: 1.1.7+git0.g50c6ca1f Release: 0 Summary: Orchestrator for distributed storage systems in cloud-native environments License: Apache-2.0 Group: System/Filesystems -Url: https://rook.io/ +URL: https://rook.io/ Source0: %{name}-%{version}.tar.xz Source1: %{name}-%{version}-vendor.tar.xz @@ -143,16 +143,22 @@ # 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.1.6.0 # this is updated by update-tarball.sh +%global rook_container_version 1.1.7.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% %global ceph_csi_image registry.opensuse.org/opensuse/cephcsi/cephcsi:%CSI_VERSION%.%CSI_OFFSET% %else # is SES +%if 0%{?sle_version} >= 150200 +%global rook_image registry.suse.com/ses/7/rook/ceph:%{rook_container_version}.%{release} +%global ceph_image registry.suse.com/ses/7/ceph/ceph:%CEPH_VERSION% +%global ceph_csi_image registry.suse.com/ses/7/cephcsi/cephcsi:%CSI_VERSION%.%CSI_OFFSET% +%else %global rook_image registry.suse.com/ses/6/rook/ceph:%{rook_container_version}.%{release} %global ceph_image registry.suse.com/ses/6/ceph/ceph:%CEPH_VERSION% %global ceph_csi_image registry.suse.com/ses/6/cephcsi/cephcsi:%CSI_VERSION%.%CSI_OFFSET% %endif +%endif %build ++++++ rook-1.1.6+git0.g91d6f635-vendor.tar.xz -> rook-1.1.7+git0.g50c6ca1f-vendor.tar.xz ++++++ ++++++ rook-1.1.6+git0.g91d6f635-vendor.tar.xz -> rook-1.1.7+git0.g50c6ca1f.tar.xz ++++++ /work/SRC/openSUSE:Factory/rook/rook-1.1.6+git0.g91d6f635-vendor.tar.xz /work/SRC/openSUSE:Factory/.rook.new.4691/rook-1.1.7+git0.g50c6ca1f.tar.xz differ: char 25, line 1 ++++++ update-tarball.sh ++++++ --- /var/tmp/diff_new_pack.ZvPQXg/_old 2019-12-07 15:16:45.815784155 +0100 +++ /var/tmp/diff_new_pack.ZvPQXg/_new 2019-12-07 15:16:45.815784155 +0100 @@ -3,7 +3,7 @@ set -xEeuo pipefail ROOK_REPO="github.com/rook/rook" -ROOK_REV="v1.1.6" +ROOK_REV="v1.1.7" if ! command -V go; then
