Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(rook-ceph): update rook-ceph group to v1.13.8 (patch) #2763

Merged
merged 1 commit into from
Apr 3, 2024

Conversation

tyriis-automation[bot]
Copy link
Contributor

This PR contains the following updates:

Package Update Change OpenSSF
rook-ceph patch v1.13.7 -> v1.13.8 OpenSSF Scorecard
rook-ceph-cluster patch v1.13.7 -> v1.13.8 OpenSSF Scorecard

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

rook/rook (rook-ceph)

v1.13.8

Compare Source

Improvements

Rook v1.13.8 is a patch release limited in scope and focusing on feature additions and bug fixes to the Ceph operator.


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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@tyriis-automation tyriis-automation bot added renovate/flux renovate flux manager renovate/helm renovate helm datasource type/patch a patch for a bug area/kubernetes cluster/talos-flux labels Apr 3, 2024
Copy link

sonarqubecloud bot commented Apr 3, 2024

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

@tyriis-automation
Copy link
Contributor Author

--- kubernetes/talos-flux/apps/home-automation/home-assistant/app Kustomization: flux-system/apps-home-assistant HelmRelease: home-automation/home-assistant

+++ kubernetes/talos-flux/apps/home-automation/home-assistant/app Kustomization: flux-system/apps-home-assistant HelmRelease: home-automation/home-assistant

@@ -40,13 +40,13 @@

               TZ: ${SETTING_TZ}
             envFrom:
             - secretRef:
                 name: home-assistant-secrets
             image:
               repository: ghcr.io/home-assistant/home-assistant
-              tag: 2024.4.0@sha256:2060bcda3ea90f601acf538d17e2e3139da50a5bd5cd9c56ec0a2cddba8b042d
+              tag: 2024.3.3@sha256:48773146b3b7f7d4811426a33044a322e8e4fcda97b9ed9a6b37d7e5b649af0b
             ports:
             - containerPort: 8123
               name: http
               protocol: TCP
             resources:
               requests:
--- 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.13.7
+      version: v1.13.8
   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.13.7
+      version: v1.13.8
   dependsOn:
   - name: rook-ceph-operator
     namespace: rook-ceph
   install:
     remediation:
       retries: 5

@tyriis-automation
Copy link
Contributor Author

🦙 MegaLinter status: ✅ SUCCESS

Descriptor Linter Files Fixed Errors Elapsed time
✅ EDITORCONFIG editorconfig-checker 3 0 0.02s
✅ REPOSITORY gitleaks yes no 2.25s
✅ YAML prettier 3 0 0.8s
✅ YAML yamllint 3 0 0.39s

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

@tyriis-automation
Copy link
Contributor Author

--- HelmRelease: home-automation/home-assistant Deployment: home-automation/home-assistant

+++ HelmRelease: home-automation/home-assistant Deployment: home-automation/home-assistant

@@ -49,13 +49,13 @@

       - env:
         - name: TZ
           value: ${SETTING_TZ}
         envFrom:
         - secretRef:
             name: home-assistant-secrets
-        image: ghcr.io/home-assistant/home-assistant:2024.4.0@sha256:2060bcda3ea90f601acf538d17e2e3139da50a5bd5cd9c56ec0a2cddba8b042d
+        image: ghcr.io/home-assistant/home-assistant:2024.3.3@sha256:48773146b3b7f7d4811426a33044a322e8e4fcda97b9ed9a6b37d7e5b649af0b
         name: app
         ports:
         - containerPort: 8123
           name: http
           protocol: TCP
         resources:
--- 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: rook/ceph:v1.13.7
+        image: rook/ceph:v1.13.8
         imagePullPolicy: IfNotPresent
         args:
         - ceph
         - operator
         securityContext:
           capabilities:

@tyriis-automation tyriis-automation bot merged commit a36061e into main Apr 3, 2024
15 checks passed
@tyriis-automation tyriis-automation bot deleted the renovate/patch-rook-ceph branch April 3, 2024 22:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/kubernetes cluster/talos-flux renovate/flux renovate flux manager renovate/helm renovate helm datasource type/patch a patch for a bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants