chore(deps): update dependency grafana/grafana-operator to v5.22.2#1819
Open
renovate[bot] wants to merge 1 commit intomainfrom
Open
chore(deps): update dependency grafana/grafana-operator to v5.22.2#1819renovate[bot] wants to merge 1 commit intomainfrom
renovate[bot] wants to merge 1 commit intomainfrom
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1819 +/- ##
==========================================
- Coverage 11.58% 11.56% -0.02%
==========================================
Files 248 248
Lines 11405 11405
==========================================
- Hits 1321 1319 -2
- Misses 10040 10041 +1
- Partials 44 45 +1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
10219fd to
5c53a54
Compare
5c53a54 to
7fc94f0
Compare
7fc94f0 to
f412585
Compare
f412585 to
5c9c8f5
Compare
5c9c8f5 to
e460950
Compare
e460950 to
afc93f2
Compare
|
This pull request has been marked as stale because it has been inactive for more than 30 days. Please update this pull request or it will be automatically closed in 30 days. |
afc93f2 to
1bfc855
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:
v5.18.0→v5.22.2Release Notes
grafana/grafana-operator (grafana/grafana-operator)
v5.22.2Compare Source
This release fixes issues around CEL validation rules and kubernetes compatibility. No changes were made to the functionality of the operator since the last release.
When updating, you should ideally update to this release directly, skipping
5.22.0and5.22.1to prevent issues during CRD updates.What's Changed
Fixes
Dependencies
Documentation
Full Changelog: grafana/grafana-operator@v5.22.1...v5.22.2
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: grafana/grafana-operator@v5.22.0...v5.22.1
v5.22.0Compare Source
We're happy to announce version 5.22.0 of the Grafana Operator!
This release contains a bunch of new and exciting features like:
GrafanaManifestresourceGrafanaManifestresources)jqscripts before submitting them to the Grafana API!metadata.nameUpgrade instructions
Using Helm
Using kubectl
Using kustomize
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
Changes that might need your attention
safeinstead ofoff. If you haven't explicitly setenforceCacheLabelsto null, this does not affect you.Features
active_time_intervalsinnotificationSettingsby @heliapb in #2479.spec.nameoptional by @Baarsgaard in #2524Fixes
dashboardUidandpanelIdby @Baarsgaard in #2450watchNamespaceSelectorby @Baarsgaard in #2465Dependencies
Documentation
GrafanaManifestresource by @theSuess in #2431suspend=trueand link to Common Options by @Baarsgaard in #2451GrafanaManifestmissing and removal ofGrafanaManifestTemplatesby @Baarsgaard in #2473Other Changes
New Contributors
Full Changelog: grafana/grafana-operator@v5.21.4...v5.22.0
v5.21.4Compare Source
This release contains a few fixes around
HTTPRouteCRD discovery, kustomize artifacts, andNotificationPolicyvalidations.What's Changed
Breaking changes
.spec.routeby @Baarsgaard in #2270:.spec.route. Those fields have never had any effect, so should have never been used by anyone in the first place. More details can be found in the related PR;Fixes
HTTPRouteCRD was actually missing, the operator would crash while trying to do cache fine-tuning (part of the start-up process). From now on, the operator will specifically check forHTTPRouteCRD instead;v5.18.0, cluster-scoped kustomize artifacts (kustomize-cluster_scoped.yaml) have contained a stale image override. Those artifacts, based on our pull stats, are not widely used, so the effect was minimal. In any case, we'll adjust our Makefile targets to prevent accidental image overrides.New Contributors
Full Changelog: grafana/grafana-operator@v5.21.3...v5.21.4
v5.21.3Compare Source
NOTE: This patch release is aimed to fix a bug in the helm chart around setting the default value for
image.repository(in earlier v5.21.x versions, it should have been set tografana/grafana-operator, not toghcr.io/grafana/grafana-operator, which resulted inErrImagePullerrors).What's Changed
Fixes
Full Changelog: grafana/grafana-operator@v5.21.2...v5.21.3
v5.21.2Compare Source
NOTE: due to a bug in our workflow,
image.repositoryin the helm chart is set toghcr.io/grafana/grafana-operator(instead ofgrafana/grafana-operator), which will lead to theErrImagePullerror in Kubernetes. You can either do a manual override or wait for chart5.21.3.What's Changed
Fixes
*/finalizerspatch;update perms for OpenShift by @Baarsgaard in #2391Full Changelog: grafana/grafana-operator@v5.21.1...v5.21.2
v5.21.1Compare Source
NOTE: functionality-wise,
v5.21.1is the same asv5.21.0. - The patch release contains only a fix for our helm publishing workflow. Make sure to use5.21.1tag for helm chart.NOTE: due to a bug in our workflow,
image.repositoryin the helm chart is set toghcr.io/grafana/grafana-operator(instead ofgrafana/grafana-operator), which will lead to theErrImagePullerror in Kubernetes. You can either do a manual override or wait for chart5.21.3.Welcome to release 5.21.1 of the Grafana Operator!
It mainly includes bug fixes but also some cool new features (like kubernetes-native JWT authentication, HTTPRoute support or more flexible date parsing in alert rule groups).
We also made some changes to the helm chart. One minor change is that we removed the
vprefix from our chart versions which should hopefully simplify OCI installations. We also aligned theimage.repositoryvalue with other Grafana helm charts which might cause issues. More details can be found in the next section.Breaking changes to the helm chart
If you've been using the
image.repositoryfield to change the image, this field has been split intoregistryandrepositoryto align with the rest of the Grafana helm charts.To migrate any custom values to this new format, follow this example:
Migration example
If your
values.yamlcontained this:you'll need to replace it with this:
values.yaml, you can safely ignore this.Upgrade instructions
Using Helm
Using kubectl
Using kustomize
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
.spec.client.useKubeAuthby @Baarsgaard in #2137dandwinforduration strings by @vignesh-codes in #2269Fixes
.spec.editablecannot be be disabled by @Miguel-Barros96 in #2276CreateContainerConfigErrorwithdisableDefaultAdminSecretand admin secret missing by @Baarsgaard in #2356vprefix from Helm Chart version by @Baarsgaard in #2377Dependencies
d92957cby @renovate-sh-app[bot] in #22288c9accaby @renovate-sh-app[bot] in #2229bc988d5by @renovate-sh-app[bot] in #2230New Contributors
Full Changelog: grafana/grafana-operator@v5.20.0...v5.21.0
v5.21.0Compare Source
Welcome to release 5.21.0 of the Grafana Operator!
It mainly includes bug fixes but also some cool new features (like kubernetes-native JWT authentication, HTTPRoute support or more flexible date parsing in alert rule groups).
We also made some changes to the helm chart. One minor change is that we removed the
vprefix from our chart versions which should hopefully simplify OCI installations. We also aligned theimage.repositoryvalue with other Grafana helm charts which might cause issues. More details can be found in the next section.Breaking changes to the helm chart
If you've been using the
image.repositoryfield to change the image, this field has been split intoregistryandrepositoryto align with the rest of the Grafana helm charts.To migrate any custom values to this new format, follow this example:
Migration example
If your
values.yamlcontained this:you'll need to replace it with this:
values.yaml, you can safely ignore this.Upgrade instructions
Using Helm
Using kubectl
Using kustomize
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
.spec.client.useKubeAuthby @Baarsgaard in #2137dandwinforduration strings by @vignesh-codes in #2269Fixes
.spec.editablecannot be be disabled by @Miguel-Barros96 in #2276CreateContainerConfigErrorwithdisableDefaultAdminSecretand admin secret missing by @Baarsgaard in #2356vprefix from Helm Chart version by @Baarsgaard in #2377Dependencies
d92957cby @renovate-sh-app[bot] in #22288c9accaby @renovate-sh-app[bot] in #2229bc988d5by @renovate-sh-app[bot] in #2230New Contributors
Full Changelog: grafana/grafana-operator@v5.20.0...v5.21.0
v5.20.0Compare 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
latestas a plugin version) and implemented some long overdue bug fixes!Upgrade instructions
Using Helm
Using kubectl
Using kustomize
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
Configuration
📅 Schedule: (UTC)
🚦 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 was generated by Mend Renovate. View the repository job log.