generated from onedr0p/cluster-template
-
Notifications
You must be signed in to change notification settings - Fork 0
feat(container)!: Update ghcr.io/grafana/helm-charts/grafana ( 8.14.2 → 9.0.0 ) #755
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
flowbie-bot
wants to merge
1
commit into
main
Choose a base branch
from
renovate/major-grafana-monorepo
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
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
Contributor
--- kubernetes/flux/meta Kustomization: flux-system/cluster-meta OCIRepository: flux-system/grafana
+++ kubernetes/flux/meta Kustomization: flux-system/cluster-meta OCIRepository: flux-system/grafana
@@ -11,9 +11,9 @@
spec:
interval: 5m
layerSelector:
mediaType: application/vnd.cncf.helm.chart.content.v1.tar+gzip
operation: copy
ref:
- tag: 8.14.2
+ tag: 10.5.15
url: oci://ghcr.io/grafana/helm-charts/grafana
|
d570a0e to
1f5669e
Compare
1f5669e to
440296b
Compare
440296b to
9aefff7
Compare
28ff7ca to
085185b
Compare
085185b to
f382c97
Compare
c8322ae to
a0d0a24
Compare
a0d0a24 to
ef8697d
Compare
d45aabf to
057aebe
Compare
edf1f94 to
0f6a83b
Compare
0f6a83b to
e8dcbe4
Compare
9eda93b to
da4f680
Compare
da4f680 to
12e63ec
Compare
9b29ee6 to
531e0cb
Compare
531e0cb to
f4bdd35
Compare
f4bdd35 to
de978fe
Compare
e4f9992 to
b7c5610
Compare
b7c5610 to
48f9343
Compare
48f9343 to
331679e
Compare
331679e to
076fc70
Compare
076fc70 to
0eb0435
Compare
0eb0435 to
2a854ac
Compare
2a854ac to
9cd78d0
Compare
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:
8.14.2->9.0.0Release Notes
grafana/grafana (ghcr.io/grafana/helm-charts/grafana)
v9.0.0: 9.0.0 (2022-06-14)Download page
What's new highlights
Features and enhancements
Rename by regex. #48179, @ashharrison90Bug fixes
Breaking changes
The
@grafana/uipackage helper functionselectOptionInTestused in frontend tests has been removed as it caused testing libraries to be bundled in the production code of Grafana. If you were using this helper function in your tests please update your code accordingly:Issue #50442
Removed deprecated
checkHealthprop from the@grafana/e2eaddDataSourceconfig. Previously this value defaulted tofalse, and has not been used in end-to-end tests since Grafana 8.0.3. Issue #50296Removes the deprecated
LegacyBaseMap,LegacyValueMapping,LegacyValueMap, andLegacyRangeMaptypes, andgetMappedValuefunction from grafana-data. Migration is as follows:LegacyBaseMapMappingTypeLegacyValueMappingValueMappingLegacyValueMapValueMapLegacyRangeMapRangeMapgetMappedValuegetValueMappingResultThis change fixes a bug in Grafana where intermittent failure of database, network between Grafana and the database, or error in querying the database would cause all alert rules to be unscheduled in Grafana. Following this change scheduled alert rules are not updated unless the query is successful.
The
get_alert_rules_duration_secondsmetric has been renamed toschedule_query_alert_rules_duration_seconds. Issue #49874Any secret (data sources credential, alert manager credential, etc, etc) created or modified with Grafana v9.0 won't be decryptable from any previous version (by default) because the way encrypted secrets are stored into the database has changed. Although secrets created or modified with previous versions will still be decryptable by Grafana v9.0.
If required, although generally discouraged, the
disableEnvelopeEncryptionfeature toggle can be enabled to keep envelope encryption disabled once updating to Grafana v9.0.In case of need to rollback to an earlier version of Grafana (i.e. Grafana v8.x) for any reason, after being created or modified any secret with Grafana v9.0, the
envelopeEncryptionfeature toggle will need to be enabled to keep backwards compatibility (only fromv8.3.xa bit unstable, from8.5.xstable).As a final attempt to deal with issues related with the aforementioned situations, the
grafana-cli admin secrets-migration rollbackcommand has been designed to move back all the Grafana secrets encrypted with envelope encryption to legacy encryption. So, after running that command it should be safe to disable envelope encryption and/or roll back to a previous version of Grafana.Alternatively or complementarily to all the points above, backing up the Grafana database before updating could be a good idea to prevent disasters (although the risk of getting some secrets corrupted only applies to those updates/created with after updating to Grafana v9.0). Issue #49301
According to the dynamic labels documentation, you can use up to five dynamic values per label. There’s currently no such restriction in the alias pattern system, so if more than 5 patterns are being used the GetMetricData API will return an error.
Dynamic labels only allow ${LABEL} to be used once per query. There’s no such restriction in the alias pattern system, so in case more than 1 is being used the GetMetricData API will return an error.
When no alias is provided by the user, Grafana will no longer fallback with custom rules for naming the legend.
In case a search expression is being used and no data is returned, Grafana will no longer expand dimension values, for instance when using a multi-valued template variable or star wildcard
*in the dimension value field. Ref https://github.com/grafana/grafana/issues/20729Time series might be displayed in a different order. Using for example the dynamic label
${PROP('MetricName')}, might have the consequence that the time series are returned in a different order compared to when the alias pattern{{metric}}is usedIssue #49173
In Elasticsearch, browser access mode was deprecated in grafana 7.4.0 and removed in 9.0.0. If you used this mode, please switch to server access mode on the datasource configuration page. Issue #49014
Environment variables passed from Grafana to external Azure plugins have been renamed:
AZURE_CLOUDrenamed toGFAZPL_AZURE_CLOUDAZURE_MANAGED_IDENTITY_ENABLEDrenamed toGFAZPL_MANAGED_IDENTITY_ENABLEDAZURE_MANAGED_IDENTITY_CLIENT_IDrenamed toGFAZPL_MANAGED_IDENTITY_CLIENT_IDThere are no known plugins which were relying on these variables. Moving forward plugins should read Azure settings only via Grafana Azure SDK which properly handles old and new environment variables. Issue #48954
Removes support for for ElasticSearch versions after their end-of-life, currently versions < 7.10.0. To continue to use ElasticSearch data source, upgrade ElasticSearch to version 7.10.0+.
Issue #48715
Application Insights and Insight Analytics queries in Azure Monitor were deprecated in Grafana 8.0 and finally removed in 9.0. Deprecated queries will no longer be executed. Please refer to the documentation for more information about this change.
Issue #48328
grafana/ui: Button now specifies a default type="button"
The
Buttoncomponent provided by @grafana/ui now specifies a defaulttype="button"when no type is provided. In previous versions, if the attribute was not specified for buttons associated with a<form>the default value wassubmitper the specificationYou can preserve the old behavior by explicitly setting the type attribute:
<Button type="submit" />Github Issue #41863.
Issue #48183
The
Rename by regextransformation has been improved to allow global patterns of the form/<stringToReplace>/g. Depending on the regex match used, this may cause some transformations to behave slightly differently. You can guarantee the same behaviour as before by wrapping thematchstring in forward slashes (/), e.g.(.*)would become/(.*)/Issue #48179<Select />menus will now portal to the document body by default. This is to give more consistent behaviour when positioning and overlaying. If you were settingmenuShouldPortal={true}before you can safely remove that prop and behaviour will be the same. If you weren't explicitly setting that prop, there should be no visible changes in behaviour but your tests may need updating. Please see the original PR (https://github.com/grafana/grafana/pull/36398) for migration guides. If you were settingmenuShouldPortal={false}this will continue to prevent the menu from portalling.Issue #48176
Grafana alerting endpoint prefixed with
api/v1/rule/testthat tests a rule against a Corte/Loki data source now expects the data source UID as a path parameter instead of the data source numeric identifier. Issue #48070Grafana alerting endpoints prefixed with
api/prometheus/that proxy requests to a Cortex/Loki data source now expect the data source UID as a path parameter instead of the data source numeric identifier. Issue #48052Grafana alerting endpoints prefixed with
api/ruler/that proxy requests to a Cortex/Loki data source now expect the data source UID as a path parameter instead of the data source numeric identifier. Issue #48046Grafana alerting endpoints prefixed with
api/alertmanager/that proxy requests to an Alertmanager now expect the data source UID as a path parameter instead of the data source numeric identifier. Issue #47978The format of log messages have been updated,
lvlis nowlevelanderoranddbughas been replaced witherroranddebug. The precision of timestamps has been increased. To smooth the transition, it is possible to opt-out of the new log format by enabling the feature toggleoldlog. This option will be removed in a future minor release. Issue #47584In the Loki data source, the dataframe format used to represent Loki logs-data has been changed to a more efficient format. The query-result is represented by a single dataframe with a "labels" column, instead of the separate dataframes for every labels-value. When displaying such data in explore, or in a logs-panel in the dashboard will continue to work without changes, but if the data was loaded into a different dashboard-panel, or Transforms were used, adjustments may be necessary. For example, if you used the "labels to fields" transformation with the logs data, please switch to the "extract fields" transformation. Issue #47153
Deprecations
setExploreQueryField,setExploreMetricsQueryFieldandsetExploreLogsQueryFieldare now deprecated and will be removed in a future release. If you need to set a different query editor for Explore, conditionally render based onprops.appin your regular query editor. Please refer to https://grafana.com/docs/grafana/latest/developers/plugins/add-support-for-explore-queries/ for more informations.Issue #48701
Plugin development fixes & changes
Configuration
📅 Schedule: Branch creation - "every weekend" (UTC), Automerge - At any time (no schedule defined).
🚦 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 Renovate Bot.