Skip to content

feat(container): update image ghcr.io/mogenius/helm-charts/renovate-operator (4.7.1 → 4.8.0)#8156

Merged
szinn merged 1 commit into
mainfrom
renovate/main-ghcr.io-mogenius-helm-charts-renovate-operator-4.x
May 14, 2026
Merged

feat(container): update image ghcr.io/mogenius/helm-charts/renovate-operator (4.7.1 → 4.8.0)#8156
szinn merged 1 commit into
mainfrom
renovate/main-ghcr.io-mogenius-helm-charts-renovate-operator-4.x

Conversation

@szinn
Copy link
Copy Markdown
Owner

@szinn szinn commented May 14, 2026

This PR contains the following updates:

Package Update Change
ghcr.io/mogenius/helm-charts/renovate-operator (source) minor 4.7.14.8.0

Release Notes

mogenius/renovate-operator (ghcr.io/mogenius/helm-charts/renovate-operator)

v4.8.0

Compare Source

Bug Fixes
  • deps: update module github.com/alicebob/miniredis/v2 to v2.38.0 (d5498c3)
  • deps: update module github.com/valkey-io/valkey-go to v1.0.75 (3ba0336)
  • deps: update module sigs.k8s.io/controller-runtime to v0.24.1 (8e211a4)
  • deps: update registry.k8s.io/kubectl docker tag to v1.36.1 (7233605)
  • renovate: replace LOG_ env vars with RENOVATE_LOG_ (88783d1), closes #​328
Features
  • adding options to add custom ca certificates for oidc (0dccf76), closes #​305
  • ui: add All filter badge to clear active project filter (7869217)
  • ui: adding search bar to logs with match highlighting (318fa58), closes #​333

4.7.1 (2026-05-07)

Bug Fixes
  • correctly display projects with open onboarding PR (54df116)

…perator (4.7.1 → 4.8.0)

| datasource | package                                        | from  | to    |
| ---------- | ---------------------------------------------- | ----- | ----- |
| docker     | ghcr.io/mogenius/helm-charts/renovate-operator | 4.7.1 | 4.8.0 |
@szinn szinn added renovate/container Issue relates to a Renovate container update type/minor Issue relates to a minor version bump labels May 14, 2026
@repo-jeeves repo-jeeves Bot added cluster/main Changes made in the main cluster size/XS Marks a PR that changes 0-9 lines, ignoring generated files labels May 14, 2026
@repo-jeeves
Copy link
Copy Markdown
Contributor

repo-jeeves Bot commented May 14, 2026

--- HelmRelease: renovate/renovate-operator Deployment: renovate/renovate-operator

+++ HelmRelease: renovate/renovate-operator Deployment: renovate/renovate-operator

@@ -22,13 +22,13 @@

         runAsNonRoot: true
         runAsUser: 1000
         seccompProfile:
           type: RuntimeDefault
       containers:
       - name: renovate-operator
-        image: ghcr.io/mogenius/renovate-operator:4.7.1
+        image: ghcr.io/mogenius/renovate-operator:4.8.0
         imagePullPolicy: IfNotPresent
         args:
         - --zap-log-level=info
         - --zap-encoder=json
         securityContext:
           allowPrivilegeEscalation: false
--- HelmRelease: renovate/renovate-operator ConfigMap: renovate/renovate-operator-crd

+++ HelmRelease: renovate/renovate-operator ConfigMap: renovate/renovate-operator-crd

@@ -4277,13 +4277,13 @@

               status:
                 description: RenovateJobStatus defines the observed state of RenovateJob
                 properties:
                   executionOptions:
                     properties:
                       debug:
-                        description: If true, the renovate job will be executed with LOG_LEVEL=debug
+                        description: If true, the renovate job will be executed with RENOVATE_LOG_LEVEL=debug
                         type: boolean
                     type: object
                   projects:
                     items:
                       description: Status of a single project within a RenovateJob
                       properties:
--- HelmRelease: renovate/renovate-operator Job: renovate/renovate-operator-crd-install

+++ HelmRelease: renovate/renovate-operator Job: renovate/renovate-operator-crd-install

@@ -20,13 +20,13 @@

         runAsNonRoot: true
         runAsUser: 1000
         seccompProfile:
           type: RuntimeDefault
       containers:
       - name: kubectl
-        image: registry.k8s.io/kubectl:v1.36.0
+        image: registry.k8s.io/kubectl:v1.36.1
         imagePullPolicy: IfNotPresent
         securityContext:
           allowPrivilegeEscalation: false
           capabilities:
             drop:
             - ALL

@repo-jeeves
Copy link
Copy Markdown
Contributor

repo-jeeves Bot commented May 14, 2026

--- kubernetes/main/apps/renovate/renovate-operator/app Kustomization: renovate/renovate-operator OCIRepository: renovate/renovate-operator

+++ kubernetes/main/apps/renovate/renovate-operator/app Kustomization: renovate/renovate-operator OCIRepository: renovate/renovate-operator

@@ -10,9 +10,9 @@

 spec:
   interval: 15m
   layerSelector:
     mediaType: application/vnd.cncf.helm.chart.content.v1.tar+gzip
     operation: copy
   ref:
-    tag: 4.7.1
+    tag: 4.8.0
   url: oci://ghcr.io/mogenius/helm-charts/renovate-operator
 
--- kubernetes/main/apps/renovate/renovate-operator/jobs Kustomization: renovate/renovate-operator-jobs RenovateJob: renovate/k8s-homelab

+++ kubernetes/main/apps/renovate/renovate-operator/jobs Kustomization: renovate/renovate-operator-jobs RenovateJob: renovate/k8s-homelab

@@ -16,13 +16,13 @@

   - name: RENOVATE_ALLOWED_COMMANDS
     value: '[pnpm ["pnpm run bundle"]'
   - name: RENOVATE_GIT_AUTHOR
     value: Jeeves <jeeves@noreply.github.com>
   - name: RENOVATE_PLATFORM_COMMIT
     value: enabled
-  image: ghcr.io/renovatebot/renovate:43.180.0@sha256:64acc02b94a8d51f71f31de8045e62c06fcbeac441f7ef22ac0d9c6e3d0712e5
+  image: ghcr.io/renovatebot/renovate:43.179.4@sha256:b35bd4634714fa968d1faaed3dd72a2b4f8c7ebb5713cb8c07e723c7a5a9f252
   parallelism: 5
   provider:
     name: github
   resources:
     requests:
       cpu: 100m

@szinn szinn merged commit c7608d3 into main May 14, 2026
22 checks passed
@szinn szinn deleted the renovate/main-ghcr.io-mogenius-helm-charts-renovate-operator-4.x branch May 14, 2026 19:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cluster/main Changes made in the main cluster renovate/container Issue relates to a Renovate container update size/XS Marks a PR that changes 0-9 lines, ignoring generated files type/minor Issue relates to a minor version bump

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant