chore(deps): update dependency grafana/grafana-operator to v5.22.1 #4731
Reference in New Issue
Block a user
Delete Branch "renovate/unified-grafanagrafana-operator"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
v5.22.0→v5.22.1Release Notes
grafana/grafana-operator (grafana/grafana-operator)
v5.22.1Compare Source
Changes worth paying attention to
emptyDirvolume with/tmpmount point and deprecation ofTMPDIRenv:TMPDIRenv, which we have previously used to override temporary location for plugin downloads, is now ignored. To mitigate that change on the operator side, we backed/tmpby anemptyDirvolume and stopped addingTMPDIRenv (the alternative was to generateforward_host_env_varssetting inpluginssection of aconfigMap, which would be overly complex for our needs). It works with any Grafana version, so should be a transparent change for most users. In case you, for some reasons, have some manual volume overrides for/tmpas well, it would be a good idea to remove those;default-receiver,grafana-default-email), before upgrading to v12.4.0+, you should migrate to a custom receiver (useGrafanaContactPointCR to provision one). It's also an option to rely onemptyreceiver instead, but it's available only in v12.4.0+, so you'd have to upgrade all matching Grafana instances at once;LeaderElectionevents. It appears that controller-runtime still depends on core API ("") to generate this specific event. All the other events get recorded usingevents.k8s.ioAPI group. Our RBAC manifests have been extended to accomodate both groups (thanks to @tamcore).What's Changed
Breaking changes
Fixes
--zap-devel=truedoes not enable debug logs by @Baarsgaard in #2563namespaceScope=trueis set withoutwatchNamespacesby @Baarsgaard in #2570Dependencies
Documentation
Other Changes
Full Changelog: https://github.com/grafana/grafana-operator/compare/v5.22.0...v5.22.1
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.
This PR has been generated by Renovate Bot.