Skip to content

feat(container)!: Update image ghcr.io/mogenius/helm-charts/renovate-operator ( 4.14.1 ➔ 5.0.1 )#1781

Open
daddy-ro[bot] wants to merge 1 commit into
mainfrom
renovate/ghcr.io-mogenius-helm-charts-renovate-operator-5.x
Open

feat(container)!: Update image ghcr.io/mogenius/helm-charts/renovate-operator ( 4.14.1 ➔ 5.0.1 )#1781
daddy-ro[bot] wants to merge 1 commit into
mainfrom
renovate/ghcr.io-mogenius-helm-charts-renovate-operator-5.x

Conversation

@daddy-ro

@daddy-ro daddy-ro Bot commented Jul 8, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

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

Release Notes

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

v5.0.1

Compare Source

Bug Fixes
  • automatic webhook sync for forgejo/gitea does not properly set authorization header if configured (94acbfb), closes #​476

v5.0.0

Compare Source

⚠ BREAKING CHANGES
  • During the development of this feature the existing forgejo webhook sync expirienced a major rewrite. Forgejo users please note the updated docs and plan accordingly
Features
  • add automatic webhook sync for all suported git providers (90532a5)
  • add scheme override for auth redirect and webhook base URL (#​452) (c5128f1)
  • adding s3 configuration for renovate job logs and caching (1010817), closes #​329
  • allow setting the webhook host to the ui host for small deployments (738cd2f), closes #​460
  • operator: serve UI, API and auth under a configurable sub-path (58787c2)
  • webhook: support Standard Webhooks signature authentication (#​454) (dd01c86)
Bug Fixes
  • deps: update go module directive to v1.26.5 (12bebd7)
  • deps: update golang docker tag to v1.26.5 (afc9d80)

Configuration

📅 Schedule: (in timezone America/Los_Angeles)

  • 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 this update again.


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

This PR has been generated by Mend Renovate.

@github-actions

github-actions Bot commented Jul 8, 2026

Copy link
Copy Markdown
Kustomization diff
spec.ref.tag  (source.toolkit.fluxcd.io/v1/OCIRepository/renovate/renovate-operator)
  ± value change
    - 4.14.1
    + 5.0.1

HelmRelease diff
spec.template.spec.containers.renovate-operator.env  (apps/v1/Deployment/renovate/renovate-operator)
  + two list entries added:
    - name: WEBHOOK_SERVER_UNIFIED_HOST
      value: "false"
    - name: WEBHOOK_BASE_URL
      value: "https://renovate-webhook.kantai.xyz"

spec.template.spec.containers.renovate-operator.image  (apps/v1/Deployment/renovate/renovate-operator)
  ± value change
    - ghcr.io/mogenius/renovate-operator:4.14.1
    + ghcr.io/mogenius/renovate-operator:5.0.1

data.renovatejob.yaml  (v1/ConfigMap/renovate/renovate-operator-crd)
  ± value change in multiline text (five inserts, five deletions)
      ---
      apiVersion: apiextensions.k8s.io/v1
      kind: CustomResourceDefinition
      metadata:
      
      [4236 lines unchanged)]
      
                          - enabled
                          type: object
                        enabled:
                          type: boolean
    -                   forgejo:
    -                     description: Forgejo-specific webhook configuration
    +                   sync:
    +                     description: |-
    +                       configuration for syncing webhooks onto the repositories discovered for this
    +                       job.
                          properties:
    -                       sync:
    -                         description: configuration for syncing webhooks to Forgejo
    -                           repos by topic
    +                       enabled:
    +                         description: Flag to enable the automatic repo webhook sync
    +                         type: boolean
    +                       secretRef:
    +                         description: |-
    +                           Optional reference to a secret key holding the platform token used for
    +                           webhook management. When not set, the job's platform token
    +                           (spec.secretRef or spec.githubAppReference) is used. If key is empty,
    +                           the common Renovate token key names are tried.
                              properties:
    -                           authTokenSecretRef:
    -                             description: reference to a secret and key
    -                             properties:
    -                               key:
    -                                 type: string
    -                               name:
    -                                 type: string
    -                             type: object
    -                           enabled:
    -                             type: boolean
    -                           events:
    -                             items:
    -                               type: string
    -                             type: array
    -                           tokenSecretRef:
    -                             description: reference to a secret and key
    -                             properties:
    -                               key:
    -                                 type: string
    -                               name:
    -                                 type: string
    -                             type: object
    -                           topic:
    +                           key:
                                  type: string
    -                           webhookURL:
    +                           name:
                                  type: string
    -                         required:
    -                         - enabled
    -                         - webhookURL
                              type: object
    +                     required:
    +                     - enabled
                          type: object
                      required:
                      - enabled
                      type: object
      
      [112 lines unchanged)]
      
          served: true
          storage: true
          subresources:
            status: {}
  
  

Diff created by flateWorkflow run

@daddy-ro daddy-ro Bot force-pushed the renovate/ghcr.io-mogenius-helm-charts-renovate-operator-5.x branch from 588aafb to 994fd94 Compare July 8, 2026 17:03
@daddy-ro daddy-ro Bot changed the title feat(container)!: Update image ghcr.io/mogenius/helm-charts/renovate-operator ( 4.14.1 ➔ 5.0.0 ) feat(container)!: Update image ghcr.io/mogenius/helm-charts/renovate-operator ( 4.14.1 ➔ 5.0.1 ) Jul 8, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants