Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Apr 5, 2024

Note: This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
github.com/grafana/grafana-operator/v5 v5.8.0 -> v5.20.0 age confidence

Warning

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


Release Notes

grafana/grafana-operator (github.com/grafana/grafana-operator/v5)

v5.20.0

Compare Source

Welcome to release 5.20.0 of the Grafana Operator!

The biggest new feature is support for service account management using the operator. We also added some other quality of live improvements (like the ability to use latest as a plugin version) and implemented some long overdue bug fixes!

Upgrade instructions

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

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

# Cluster Scope
kubectl replace -f https://github.com/grafana/grafana-operator/releases/download/v5.20.0/kustomize-cluster_scoped.yaml 
Using kustomize
flux pull artifact oci://ghcr.io/grafana/kustomize/grafana-operator:v5.20.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

Features
Fixes
  • fix(plugins): properly handle version preference in Sanitize, add CRD plugin validations by @​weisdd in #​2162
  • fix(plugins): ConfigMap key collisions for cross-namespace ds/db/lp with the same names by @​weisdd in #​2170
  • fix(plugins): remove ConfigMap key if no plugins left by @​weisdd in #​2179
  • fix(librarypanel): finalize plugins, mitigate HTTP errors for non-existent panels by @​weisdd in #​2180
Dependencies

New Contributors

Full Changelog: grafana/grafana-operator@v5.19.0...v5.20.0

v5.19.4

Compare Source

This minor release only contains changes to the release pipeline, no functionality has been added or removed
See the v5.19.0 release notes for more details.

v5.19.3

Compare Source

This minor release only contains changes to the release pipeline, no functionality has been added or removed
See the v5.19.0 release notes for more details.

v5.19.2

Compare Source

This minor release only contains changes to the release pipeline, no functionality has been added or removed
See the v5.19.0 release notes for more details.

v5.19.1

Compare Source

This minor release only contains changes to the release pipeline, no functionality has been added or removed
See the v5.19.0 release notes for more details.

v5.19.0

Compare Source

Welcome to release 5.19.0 of the Grafana Operator!

This release features many smaller enhancements, like better status updates for most resources, as well as updating our spec to match changes in dependencies (more fields in alert rule groups, improved ingress & route support etc.).

We're also improving our image signing process. This is the first release after this change so we might push out a new minor release soon if something is not quite working.

Upgrade instructions

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

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

# Cluster Scope
kubectl replace -f https://github.com/grafana/grafana-operator/releases/download/v5.19.0/kustomize-cluster_scoped.yaml 
Using kustomize
flux pull artifact oci://ghcr.io/grafana/kustomize/grafana-operator:v5.19.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

Features
Fixes
Dependencies

New Contributors

Full Changelog: grafana/grafana-operator@v5.18.0...v5.19.0

v5.18.0

Compare Source

We're proud to announce version 5.18.0 of the Grafana Operator!

This release adds many fixes for bugs introduced by our refactoring of the caching logic. It also adds an option to scale up the concurrent reconciles for large installations.

Upgrade instructions

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

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

# Cluster Scope
kubectl replace -f https://github.com/grafana/grafana-operator/releases/download/v5.18.0/kustomize-cluster_scoped.yaml 
Using kustomize
flux pull artifact oci://ghcr.io/grafana/kustomize/grafana-operator:v5.18.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

Features
Fixes
Dependencies

New Contributors

Full Changelog: grafana/grafana-operator@v5.17.1...v5.18.0

v5.17.1

Compare Source

We're proud to announce version 5.17.1 of the Grafana Operator!

This release mostly contains bugfixes and performance improvements. Most notably, issue #​1917 has been fixed, and we have enabled the safe caching mode by default.

Upgrade instructions

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

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

# Cluster Scope
kubectl replace -f https://github.com/grafana/grafana-operator/releases/download/v5.17.1/kustomize-cluster_scoped.yaml 
Using kustomize
flux pull artifact oci://ghcr.io/grafana/kustomize/grafana-operator:v5.17.1 --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

Features
Fixes
  • fix: add NotificationPolicyRoute to CSV base by @​theSuess in #​1892
  • fix(GrafanaAlertRuleGroup): apply mute_time_intervals by @​caiofralmeida in #​1909
  • fix(GrafanaNotificationPolicy): use patch instead of update when applying the notification policy annotation to avoid Grafana CR drift by @​Baarsgaard in #​1898
  • fix(Grafana): avoid grafana-ini's configmap mount masking the existing files/directories by @​wilfriedroset in #​1928
  • fix(Grafana): do not skip reconciliation if generation is the same as before by @​weisdd in #​1931
  • fix(controllers): retry reconciliation for plugins and home dashboards and fix ownerReferences for plugins and Deployment by @​weisdd in #​1932
  • fix(helm): use datasource variable in all panels of grafana-operator dashboard by @​solidDoWant in #​1927
  • fix: use stricter validation for resyncPeriod by @​theSuess in #​1951
Dependencies

New Contributors

Full Changelog: grafana/grafana-operator@v5.17.0...v5.17.1

v5.17.0

Compare Source

We're proud to announce version 5.17.0 of the Grafana Operator!

Highlights include recording rules, a service for HA configuration, sharding and memory optimizations.
The memory optimizations are currently opt-in. To try them out, configure the ENFORCE_CACHE_LABELS environment variable. See the comments in the helm values for more information.

Upgrade instructions

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

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

# Cluster Scope
kubectl replace -f https://github.com/grafana/grafana-operator/releases/download/v5.17.0/kustomize-cluster_scoped.yaml 
Using kustomize
flux pull artifact oci://ghcr.io/grafana/kustomize/grafana-operator:v5.17.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.

Changelog:

Features
Fixes
Dependencies

New Contributors

Full Changelog: grafana/grafana-operator@v5.16.0...v5.17.0

v5.16.0

Compare Source

This release adds a bunch of cool features, so be sure to check it out!

Highlights include:

  • Grafana 11.3.0 as the new default version
  • Support for Notification Templates
  • Custom HTTP Headers, which allow for more authentication models and rudimentary multi-org support
  • Fetch TLS secrets from different namespaces

Upgrade instructions

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

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

# Cluster Scope
kubectl replace -f https://github.com/grafana/grafana-operator/releases/download/v5.16.0/kustomize-cluster_scoped.yaml 
Using kustomize
flux pull artifact oci://ghcr.io/grafana/kustomize/grafana-operator:v5.16.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.

Changelog:

Features
Fixes
Dependencies

New Contributors

Full Changelog: grafana/grafana-operator@v5.15.1...v5.16.0

v5.15.1

Compare Source

This release only affects the way we publish helm charts. See the release notes for v5.15.0 for a more comprehensive list.

v5.15.0

Compare Source

What's Changed

Changes
Docs
Dependencies

New Contributors

Full Changelog: grafana/grafana-operator@v5.14.0...v5.15.0

v5.14.0

Compare Source

What's Changed

Heads up! This release contains a refactoring of the RBAC rules in our deployment templates. If you encounter any permission issues please let us know!

Changes

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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 force-pushed the renovate/github.com-grafana-grafana-operator-v5-5.x branch from a64bf2c to 3b0a47f Compare April 10, 2024 15:10
@renovate renovate bot force-pushed the renovate/github.com-grafana-grafana-operator-v5-5.x branch from 3b0a47f to 626c46e Compare May 1, 2024 17:34
@renovate renovate bot changed the title fix(deps): update module github.com/grafana/grafana-operator/v5 to v5.8.1 fix(deps): update module github.com/grafana/grafana-operator/v5 to v5.9.0 May 1, 2024
@renovate renovate bot force-pushed the renovate/github.com-grafana-grafana-operator-v5-5.x branch 2 times, most recently from c3de4a7 to 87bfb65 Compare May 8, 2024 14:52
@renovate renovate bot force-pushed the renovate/github.com-grafana-grafana-operator-v5-5.x branch from 87bfb65 to 6f61fe4 Compare May 23, 2024 19:34
@renovate renovate bot changed the title fix(deps): update module github.com/grafana/grafana-operator/v5 to v5.9.0 fix(deps): update module github.com/grafana/grafana-operator/v5 to v5.9.1 May 23, 2024
@renovate renovate bot force-pushed the renovate/github.com-grafana-grafana-operator-v5-5.x branch from 6f61fe4 to d3018c6 Compare June 3, 2024 14:04
@renovate renovate bot changed the title fix(deps): update module github.com/grafana/grafana-operator/v5 to v5.9.1 fix(deps): update module github.com/grafana/grafana-operator/v5 to v5.9.2 Jun 3, 2024
@renovate
Copy link
Contributor Author

renovate bot commented Jun 4, 2024

ℹ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 4 additional dependencies were updated

Details:

Package Change
github.com/google/go-jsonnet v0.20.0 -> v0.21.0
github.com/grafana/grafana-openapi-client-go v0.0.0-20240215164046-eb0e60d27cb7 -> v0.0.0-20250617151817-c0f8cbb88d5c
github.com/prometheus/client_golang v1.22.0 -> v1.23.0
sigs.k8s.io/controller-runtime v0.20.4 -> v0.21.0

@renovate renovate bot force-pushed the renovate/github.com-grafana-grafana-operator-v5-5.x branch from d3018c6 to 9ec7b26 Compare June 14, 2024 20:35
@renovate renovate bot force-pushed the renovate/github.com-grafana-grafana-operator-v5-5.x branch from 9ec7b26 to 3d7fd3f Compare July 4, 2024 10:10
@renovate renovate bot changed the title fix(deps): update module github.com/grafana/grafana-operator/v5 to v5.9.2 fix(deps): update module github.com/grafana/grafana-operator/v5 to v5.10.0 Jul 4, 2024
@renovate renovate bot force-pushed the renovate/github.com-grafana-grafana-operator-v5-5.x branch 3 times, most recently from 06f084e to 2e674b4 Compare July 30, 2024 16:33
@renovate renovate bot changed the title fix(deps): update module github.com/grafana/grafana-operator/v5 to v5.10.0 fix(deps): update module github.com/grafana/grafana-operator/v5 to v5.11.0 Jul 30, 2024
@renovate renovate bot force-pushed the renovate/github.com-grafana-grafana-operator-v5-5.x branch from 2e674b4 to efa0b67 Compare August 7, 2024 15:13
@renovate renovate bot changed the title fix(deps): update module github.com/grafana/grafana-operator/v5 to v5.11.0 fix(deps): update module github.com/grafana/grafana-operator/v5 to v5.12.0 Aug 7, 2024
@renovate renovate bot force-pushed the renovate/github.com-grafana-grafana-operator-v5-5.x branch from efa0b67 to e1805c5 Compare September 10, 2024 17:00
@renovate renovate bot changed the title fix(deps): update module github.com/grafana/grafana-operator/v5 to v5.12.0 fix(deps): update module github.com/grafana/grafana-operator/v5 to v5.13.0 Sep 10, 2024
@renovate renovate bot force-pushed the renovate/github.com-grafana-grafana-operator-v5-5.x branch from e1805c5 to 893ee62 Compare September 24, 2024 02:41
@renovate renovate bot force-pushed the renovate/github.com-grafana-grafana-operator-v5-5.x branch from 893ee62 to c6b4e2a Compare October 7, 2024 16:16
@renovate renovate bot changed the title fix(deps): update module github.com/grafana/grafana-operator/v5 to v5.13.0 fix(deps): update module github.com/grafana/grafana-operator/v5 to v5.14.0 Oct 7, 2024
@renovate renovate bot force-pushed the renovate/github.com-grafana-grafana-operator-v5-5.x branch from c6b4e2a to 5426b2b Compare November 4, 2024 14:44
@renovate renovate bot changed the title fix(deps): update module github.com/grafana/grafana-operator/v5 to v5.14.0 fix(deps): update module github.com/grafana/grafana-operator/v5 to v5.15.1 Nov 4, 2024
@renovate renovate bot force-pushed the renovate/github.com-grafana-grafana-operator-v5-5.x branch from 5426b2b to 1e58e33 Compare January 5, 2025 23:10
@renovate renovate bot force-pushed the renovate/github.com-grafana-grafana-operator-v5-5.x branch from 1e58e33 to cea3463 Compare January 15, 2025 17:33
@renovate renovate bot changed the title fix(deps): update module github.com/grafana/grafana-operator/v5 to v5.15.1 fix(deps): update module github.com/grafana/grafana-operator/v5 to v5.16.0 Jan 15, 2025
@renovate renovate bot force-pushed the renovate/github.com-grafana-grafana-operator-v5-5.x branch from cea3463 to b4f2e0e Compare January 16, 2025 04:32
@renovate renovate bot force-pushed the renovate/github.com-grafana-grafana-operator-v5-5.x branch from 2cd0fa0 to 78b01c7 Compare April 10, 2025 11:57
@renovate renovate bot changed the title fix(deps): update module github.com/grafana/grafana-operator/v5 to v5.17.0 fix(deps): update module github.com/grafana/grafana-operator/v5 to v5.17.1 Apr 10, 2025
@renovate renovate bot force-pushed the renovate/github.com-grafana-grafana-operator-v5-5.x branch from 78b01c7 to 3f20dac Compare May 13, 2025 11:54
@renovate renovate bot changed the title fix(deps): update module github.com/grafana/grafana-operator/v5 to v5.17.1 fix(deps): update module github.com/grafana/grafana-operator/v5 to v5.18.0 May 13, 2025
@renovate renovate bot force-pushed the renovate/github.com-grafana-grafana-operator-v5-5.x branch from 3f20dac to 58535a2 Compare July 20, 2025 21:42
@renovate renovate bot force-pushed the renovate/github.com-grafana-grafana-operator-v5-5.x branch from 58535a2 to 9d3c542 Compare August 4, 2025 14:50
@renovate renovate bot changed the title fix(deps): update module github.com/grafana/grafana-operator/v5 to v5.18.0 fix(deps): update module github.com/grafana/grafana-operator/v5 to v5.19.0 Aug 4, 2025
@renovate renovate bot force-pushed the renovate/github.com-grafana-grafana-operator-v5-5.x branch from 9d3c542 to fb77dd9 Compare August 5, 2025 16:23
@renovate renovate bot changed the title fix(deps): update module github.com/grafana/grafana-operator/v5 to v5.19.0 fix(deps): update module github.com/grafana/grafana-operator/v5 to v5.19.1 Aug 5, 2025
@renovate renovate bot force-pushed the renovate/github.com-grafana-grafana-operator-v5-5.x branch from fb77dd9 to 0dfc7b5 Compare August 6, 2025 13:01
@renovate renovate bot changed the title fix(deps): update module github.com/grafana/grafana-operator/v5 to v5.19.1 fix(deps): update module github.com/grafana/grafana-operator/v5 to v5.19.4 Aug 6, 2025
@renovate renovate bot force-pushed the renovate/github.com-grafana-grafana-operator-v5-5.x branch 6 times, most recently from ff8711a to 7a40dcf Compare September 8, 2025 13:55
@renovate renovate bot force-pushed the renovate/github.com-grafana-grafana-operator-v5-5.x branch 5 times, most recently from 1e7bbc3 to ca1b3f7 Compare September 14, 2025 21:44
@renovate renovate bot force-pushed the renovate/github.com-grafana-grafana-operator-v5-5.x branch 2 times, most recently from d4da828 to 27adf01 Compare September 22, 2025 01:52
@renovate renovate bot force-pushed the renovate/github.com-grafana-grafana-operator-v5-5.x branch from 27adf01 to 143031c Compare September 30, 2025 00:50
@renovate renovate bot force-pushed the renovate/github.com-grafana-grafana-operator-v5-5.x branch from 143031c to 68efd06 Compare October 23, 2025 07:53
@renovate renovate bot changed the title fix(deps): update module github.com/grafana/grafana-operator/v5 to v5.19.4 fix(deps): update module github.com/grafana/grafana-operator/v5 to v5.20.0 Oct 23, 2025
@renovate
Copy link
Contributor Author

renovate bot commented Oct 23, 2025

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: go.sum
Command failed: go get -t ./...
go: module github.com/grafana/grafana-operator/[email protected] requires go >= 1.25.0; switching to go1.25.5
go: downloading go1.25.5 (linux/amd64)
go: download go1.25.5: golang.org/[email protected]: verifying module: checksum database disabled by GOSUMDB=off

@renovate renovate bot force-pushed the renovate/github.com-grafana-grafana-operator-v5-5.x branch from 68efd06 to 00719c2 Compare December 6, 2025 03:49
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.

1 participant