Skip to content

chore(deps): update dependency grafana/grafana-operator to v5.25.0 - #107

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/grafana-grafana-operator-5.x
Open

chore(deps): update dependency grafana/grafana-operator to v5.25.0#107
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/grafana-grafana-operator-5.x

Conversation

@renovate

@renovate renovate Bot commented Aug 24, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Update Change
grafana/grafana-operator minor v5.24.0v5.25.0

Release Notes

grafana/grafana-operator (grafana/grafana-operator)

v5.25.0

Compare Source

Welcome to release 5.25.0 of the Grafana Operator!

This release contains many bug fixes and contains a bunch of new features like:

  • Public Dashboard support: Expose your dashboards to anonymous users in a declarative way
  • Scale subresource suppport: Allows you to kubectl scale --replicas=X your grafana instances & integrate with auto scalers
  • Variable support for dashboards: Set default values for your template variables from the GrafanaDashboard directly

Thanks to everyone who contributed & reported bugs!

Upgrade instructions

Using Helm
# Upgrade the operator image & deployment
helm upgrade -i grafana-operator oci://ghcr.io/grafana/helm-charts/grafana-operator --version 5.25.0

# Upgrading CRDs
kubectl apply --server-side --force-conflicts -f https://github.com/grafana/grafana-operator/releases/download/v5.25.0/crds.yaml
Using kubectl
# Namespace Scope
kubectl replace -f https://github.com/grafana/grafana-operator/releases/download/v5.25.0/kustomize-namespace_scoped.yaml

# Cluster Scope
kubectl replace -f https://github.com/grafana/grafana-operator/releases/download/v5.25.0/kustomize-cluster_scoped.yaml 
Using kustomize
flux pull artifact oci://ghcr.io/grafana/kustomize/grafana-operator:v5.25.0 --output ./grafana-operator/
Using OLM

Releases are published to operatorhub.io as well as the OpenShift Operator Catalog. Depending on the installation, existing installations will either upgrade automatically or require approval from an administrator.

What's Changed

Breaking changes
  • chore(controllers): deprecate support for k8s 1.33 and Grafana 10 by @​weisdd in #​2818
Features
Fixes
Dependencies
Documentation
Other Changes
  • chore(controllers): refactor addFinalizer and simplify tests for removeFinalizer by @​weisdd in #​2893

New Contributors

Full Changelog: grafana/grafana-operator@v5.24.0...v5.25.0


Configuration

📅 Schedule: (UTC)

  • 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 is behind base branch, 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 was generated by Mend Renovate. View the repository job log.

@renovate
renovate Bot requested a review from a team as a code owner August 24, 2026 14:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants