From 929d6768e19d8f236437934a452545ec28bdd9ae Mon Sep 17 00:00:00 2001 From: "lumiere-bot[bot]" <98047013+lumiere-bot[bot]@users.noreply.github.com> Date: Fri, 19 Apr 2024 17:40:43 +0000 Subject: [PATCH] =?UTF-8?q?fix(helm):=20update=20rook-ceph=20group=20(=20v?= =?UTF-8?q?1.14.0=20=E2=86=92=20v1.14.2=20)=20(patch)=20(#4541)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | [rook-ceph](https://togithub.com/rook/rook) | patch | `v1.14.0` -> `v1.14.2` | | [rook-ceph-cluster](https://togithub.com/rook/rook) | patch | `v1.14.0` -> `v1.14.2` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes
rook/rook (rook-ceph) ### [`v1.14.2`](https://togithub.com/rook/rook/releases/tag/v1.14.2) [Compare Source](https://togithub.com/rook/rook/compare/v1.14.1...v1.14.2) ##### Improvements Rook v1.14.2 is a patch release limited in scope and focusing on feature additions and bug fixes to the Ceph operator. - ci: Add K8s 1.30 support ([#​14093](https://togithub.com/rook/rook/issues/14093), [@​subhamkrai](https://togithub.com/subhamkrai)) - helm: Use correct metadata and data EC block pool ([#​14088](https://togithub.com/rook/rook/issues/14088), [@​travisn](https://togithub.com/travisn)) - csi: Only create CSI config configmap in CSI reconciler ([#​14089](https://togithub.com/rook/rook/issues/14089), [@​BlaineEXE](https://togithub.com/BlaineEXE)) ### [`v1.14.1`](https://togithub.com/rook/rook/releases/tag/v1.14.1) [Compare Source](https://togithub.com/rook/rook/compare/v1.14.0...v1.14.1) ##### Improvements Rook v1.14.1 is a patch release limited in scope and focusing on feature additions and bug fixes to the Ceph operator. - crds: More verbose kubectl info for CephBlockPoolRadosNamespace and CephFilesystemSubVolumeGroup ([#​14049](https://togithub.com/rook/rook/issues/14049), [@​NymanRobin](https://togithub.com/NymanRobin)) - subvolumegroup: Add support for quota and datapool ([#​14036](https://togithub.com/rook/rook/issues/14036), [@​Madhu-1](https://togithub.com/Madhu-1)) - osd: Add option to require healthy PGs during OSD upgrade ([#​14040](https://togithub.com/rook/rook/issues/14040), [@​mmaoyu](https://togithub.com/mmaoyu)) - core: Cleanup RADOS namespace with forced deletion annotation ([#​14052](https://togithub.com/rook/rook/issues/14052), [@​sp98](https://togithub.com/sp98)) - core: Cleanup Subvolumegroups with forced deletion annotation ([#​14026](https://togithub.com/rook/rook/issues/14026), [@​sp98](https://togithub.com/sp98)) - osd: Prevent osd reconcile when device set names duplicated ([#​14002](https://togithub.com/rook/rook/issues/14002), [@​travisn](https://togithub.com/travisn)) - doc: Host networking required for CSI driver ([#​14023](https://togithub.com/rook/rook/issues/14023), [@​BlaineEXE](https://togithub.com/BlaineEXE)) - operator: Ensure cluster owner info is set in LoadClusterInfo ([#​14079](https://togithub.com/rook/rook/issues/14079), [@​BlaineEXE](https://togithub.com/BlaineEXE))
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). Co-authored-by: lumiere-bot[bot] <98047013+lumiere-bot[bot]@users.noreply.github.com> --- kubernetes/kyak/apps/rook-ceph/rook-ceph/app/helmrelease.yaml | 2 +- .../kyak/apps/rook-ceph/rook-ceph/cluster/helmrelease.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/kubernetes/kyak/apps/rook-ceph/rook-ceph/app/helmrelease.yaml b/kubernetes/kyak/apps/rook-ceph/rook-ceph/app/helmrelease.yaml index 79c28fefc8..1850ef6dd3 100644 --- a/kubernetes/kyak/apps/rook-ceph/rook-ceph/app/helmrelease.yaml +++ b/kubernetes/kyak/apps/rook-ceph/rook-ceph/app/helmrelease.yaml @@ -10,7 +10,7 @@ spec: chart: spec: chart: rook-ceph - version: v1.14.0 + version: v1.14.2 sourceRef: kind: HelmRepository name: rook-ceph diff --git a/kubernetes/kyak/apps/rook-ceph/rook-ceph/cluster/helmrelease.yaml b/kubernetes/kyak/apps/rook-ceph/rook-ceph/cluster/helmrelease.yaml index de56646e8b..effd313fd1 100644 --- a/kubernetes/kyak/apps/rook-ceph/rook-ceph/cluster/helmrelease.yaml +++ b/kubernetes/kyak/apps/rook-ceph/rook-ceph/cluster/helmrelease.yaml @@ -10,7 +10,7 @@ spec: chart: spec: chart: rook-ceph-cluster - version: v1.14.0 + version: v1.14.2 sourceRef: kind: HelmRepository name: rook-ceph