tyriis / home-ops

IaC for my HomeLab kubernetes cluster resources with Flux
https://github.com/tyriis/home-ops/blob/main/README.md
38 stars 2 forks source link

fix(rook-ceph): update rook-ceph group ( v1.15.0 β†’ v1.15.1 ) (patch) #3588

Closed tyriis-automation[bot] closed 1 week ago

tyriis-automation[bot] commented 1 week ago

This PR contains the following updates:

Package Update Change OpenSSF
rook-ceph patch v1.15.0 -> v1.15.1 OpenSSF Scorecard
rook-ceph-cluster patch v1.15.0 -> v1.15.1 OpenSSF Scorecard

[!WARNING] Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

rook/rook (rook-ceph) ### [`v1.15.1`](https://redirect.github.com/rook/rook/releases/tag/v1.15.1) [Compare Source](https://redirect.github.com/rook/rook/compare/v1.15.0...v1.15.1) ##### Improvements Rook v1.15.1 is a patch release limited in scope and focusing on feature additions and bug fixes to the Ceph operator. - csi: Update csi-addons to v0.9.1 ([#​14671](https://redirect.github.com/rook/rook/issues/14671), [@​Madhu-1](https://redirect.github.com/Madhu-1)) - helm: Reorder volumes in rook-ceph-csi scc for argocd diff to show no changes ([#​14642](https://redirect.github.com/rook/rook/issues/14642), [@​raynay-r](https://redirect.github.com/raynay-r)) - rgw: Allow users to add custom volume mounts ([#​14616](https://redirect.github.com/rook/rook/issues/14616), [@​BlaineEXE](https://redirect.github.com/BlaineEXE)) - core: Spread Ceph mons across zones when using `mon.zones` spec ([#​14636](https://redirect.github.com/rook/rook/issues/14636), [@​BenoitKnecht](https://redirect.github.com/BenoitKnecht)) - external: Remove the false bool values from config file ([#​14627](https://redirect.github.com/rook/rook/issues/14627), [@​parth-gr](https://redirect.github.com/parth-gr)) - core: Host cleanup jobs to read flags correctly ([#​14631](https://redirect.github.com/rook/rook/issues/14631), [@​sp98](https://redirect.github.com/sp98)) - multus: Fix default service account handling ([#​14629](https://redirect.github.com/rook/rook/issues/14629), [@​BlaineEXE](https://redirect.github.com/BlaineEXE)) - csi: Use specific CSI operator version tag instead of latest image ([#​14618](https://redirect.github.com/rook/rook/issues/14618), [@​subhamkrai](https://redirect.github.com/subhamkrai))

Configuration

πŸ“… Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

β™» 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.



This PR has been generated by Renovate Bot.

sonarcloud[bot] commented 1 week ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud

tyriis-automation[bot] commented 1 week ago

--- kubernetes/talos-flux/apps/rook-ceph/rook-ceph/operator Kustomization: flux-system/apps-rook-ceph-operator HelmRelease: rook-ceph/rook-ceph-operator

+++ kubernetes/talos-flux/apps/rook-ceph/rook-ceph/operator Kustomization: flux-system/apps-rook-ceph-operator HelmRelease: rook-ceph/rook-ceph-operator

@@ -12,13 +12,13 @@

     spec:
       chart: rook-ceph
       sourceRef:
         kind: HelmRepository
         name: rook-ceph-charts
         namespace: flux-system
-      version: v1.15.0
+      version: v1.15.1
   install:
     remediation:
       retries: 5
   interval: 30m
   upgrade:
     remediation:
--- kubernetes/talos-flux/apps/rook-ceph/rook-ceph/cluster Kustomization: flux-system/apps-rook-ceph-cluster HelmRelease: rook-ceph/rook-ceph-cluster

+++ kubernetes/talos-flux/apps/rook-ceph/rook-ceph/cluster Kustomization: flux-system/apps-rook-ceph-cluster HelmRelease: rook-ceph/rook-ceph-cluster

@@ -12,13 +12,13 @@

     spec:
       chart: rook-ceph-cluster
       sourceRef:
         kind: HelmRepository
         name: rook-ceph-charts
         namespace: flux-system
-      version: v1.15.0
+      version: v1.15.1
   dependsOn:
   - name: rook-ceph-operator
     namespace: rook-ceph
   - name: snapshot-controller
     namespace: kube-system
   install:
tyriis-automation[bot] commented 1 week ago

--- HelmRelease: rook-ceph/rook-ceph-operator ConfigMap: rook-ceph/rook-ceph-operator-config

+++ HelmRelease: rook-ceph/rook-ceph-operator ConfigMap: rook-ceph/rook-ceph-operator-config

@@ -34,13 +34,13 @@

   ROOK_CSI_PROVISIONER_IMAGE: registry.k8s.io/sig-storage/csi-provisioner:v5.0.1
   ROOK_CSI_SNAPSHOTTER_IMAGE: registry.k8s.io/sig-storage/csi-snapshotter:v8.0.1
   ROOK_CSI_ATTACHER_IMAGE: registry.k8s.io/sig-storage/csi-attacher:v4.6.1
   ROOK_CSI_RESIZER_IMAGE: registry.k8s.io/sig-storage/csi-resizer:v1.11.1
   ROOK_CSI_IMAGE_PULL_POLICY: IfNotPresent
   CSI_ENABLE_CSIADDONS: 'false'
-  ROOK_CSIADDONS_IMAGE: quay.io/csiaddons/k8s-sidecar:v0.9.0
+  ROOK_CSIADDONS_IMAGE: quay.io/csiaddons/k8s-sidecar:v0.9.1
   CSI_ENABLE_TOPOLOGY: 'false'
   ROOK_CSI_ENABLE_NFS: 'false'
   CSI_FORCE_CEPHFS_KERNEL_CLIENT: 'true'
   CSI_GRPC_TIMEOUT_SECONDS: '150'
   CSI_PROVISIONER_REPLICAS: '2'
   CSI_RBD_PROVISIONER_RESOURCE: |
--- HelmRelease: rook-ceph/rook-ceph-operator Deployment: rook-ceph/rook-ceph-operator

+++ HelmRelease: rook-ceph/rook-ceph-operator Deployment: rook-ceph/rook-ceph-operator

@@ -26,13 +26,13 @@

       - effect: NoExecute
         key: node.kubernetes.io/unreachable
         operator: Exists
         tolerationSeconds: 5
       containers:
       - name: rook-ceph-operator
-        image: docker.io/rook/ceph:v1.15.0
+        image: docker.io/rook/ceph:v1.15.1
         imagePullPolicy: IfNotPresent
         args:
         - ceph
         - operator
         securityContext:
           capabilities:
tyriis-automation[bot] commented 1 week ago

πŸ¦™ MegaLinter status: βœ… SUCCESS

Descriptor Linter Files Fixed Errors Elapsed time
βœ… EDITORCONFIG editorconfig-checker 2 0 0.02s
βœ… REPOSITORY gitleaks yes no 2.77s
βœ… YAML prettier 2 0 0.71s
βœ… YAML yamllint 2 0 0.37s

See detailed report in MegaLinter reports _Set VALIDATE_ALL_CODEBASE: true in mega-linter.yml to validate all sources, not only the diff_

MegaLinter is graciously provided by OX Security