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
Open
Conversation
Kustomization diffspec.ref.tag (source.toolkit.fluxcd.io/v1/OCIRepository/renovate/renovate-operator)
± value change
- 4.14.1
+ 5.0.1
HelmRelease diffspec.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 flate — Workflow run |
…operator ( 4.14.1 ➔ 5.0.1 )
588aafb to
994fd94
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
4.14.1→5.0.1Release Notes
mogenius/renovate-operator (ghcr.io/mogenius/helm-charts/renovate-operator)
v5.0.1Compare Source
Bug Fixes
v5.0.0Compare Source
⚠ BREAKING CHANGES
Features
Bug Fixes
Configuration
📅 Schedule: (in timezone America/Los_Angeles)
🚦 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.
This PR has been generated by Mend Renovate.