feat(grafana): update chart to v9.3.1
This MR contains the following updates:
Package | Update | Change |
---|---|---|
grafana/grafana | minor |
9.2.0 -> 9.3.1
|
Release Notes
grafana/grafana
v9.3.1
Features and enhancements
- Connections: Update "Your connections/Data sources" page. #58589, @mikkancso
Bug fixes
- Accessibility: Increase badge constrast to be WCAG AA compliant. #59531, @eledobleefe
v9.3.0
Features and enhancements
- Alerting: Enable interpolation for notification policies in file provisioning. #58956, @JohnnyQQQQ
- Azure Monitor Logs: Avoid warning when the response is empty. #59211, @andresmgot
- Azure Monitor: Add support to customized routes. #54829, @ms-hujia
- Canvas: Add icon value mapping. #59013, @nmarrs
- CloudWatch: Cross-account querying support. #59362, @sunker
-
Docs: Update
merge-pull-request.md
regarding backport policies. #59239, @dsotirakis - GaugePanel: Setting the neutral-point of a gauge. #53989, @sfranzis
- Geomap: Improve location editor. #58017, @drew08t
- Internationalization: Enable internationalization by default. #59204, @joshhunt
-
Logs: Add
Download logs
button to log log-browser. #55163, @svennergr -
Loki: Add
gzip
compression to resource calls. #59059, @svennergr - Loki: Add improvements to loki label browser. #59387, @gwdawson
- Loki: Make label browser accessible in query builder. #58525, @gwdawson
- Loki: Remove raw query toggle. #59125, @gwdawson
- Middleware: Add CSP Report Only support. #58074, @jcalisto
- Navigation: Prevent viewer role accessing dashboard creation, import and folder creation. #58842, @lpskdl
- OAuth: Refactor OAuth parameters handling to support obtaining refresh tokens for Google OAuth. #58782, @mgyongyosi
- Oauth: Display friendly error message when role_attribute_strict=true and no valid role found. #57818, @kalleep
- Preferences: Add confirmation modal when saving org preferences. #59119, @JoaoSilvaGrafana
- PublicDashboards: Orphaned public dashboard deletion script added. #57917, @juanicabanas
- Query Editor: Hide overflow for long query names. #58840, @zuchka
- Reports: Configurable timezone. (Enterprise)
- Solo Panel: Configurable timezone. #59153, @spinillos
- TablePanel: Add support for Count calculation per column or per entire dataset. #58134, @mdvictor
- Tempo: Send the correct start time when making a TraceQL query. #59128, @CrypticSignal
- Various Panels: Remove beta label from Bar Chart, Candlestick, Histogram, State Timeline, & Status History Panels. #58557, @codeincarnate
Bug fixes
- Access Control: Clear user's permission cache after resource creation. #59307, @grafanabot
- Access Control: Clear user's permission cache after resource creation. #59101, @IevaVasiljeva
-
Accessibility: Improve keyboard accessibility in
AnnoListPanel
. #58971, @ashharrison90 -
Accessibility: Improve keyboard accessibility in
Collapse
. #59022, @ashharrison90 -
Accessibility: Improve keyboard accessibility in
GettingStarted
panel. #58966, @ashharrison90 -
Accessibility: Improve keyboard accessibility of
FilterPill
. #58976, @ashharrison90 - Admin: Fix broken links to image assets in email templates. #58729, @zuchka
- Azure Monitor: Fix namespace selection for storageaccounts. #56449, @andresmgot
- Calcs: Fix difference percent in legend. #59243, @zoltanbedi
- DataLinks: Improve Data-Links AutoComplete Logic. #58934, @zuchka
- Explore: Fix a11y issue with logs navigation buttons. #58944, @Elfo404
- Heatmap: Fix blurry text & rendering. #59260, @leeoniya
- Heatmap: Fix tooltip y range of top and bottom buckets in calculated heatmaps. #59172, @leeoniya
- Logs: Fix misalignment of LogRows. #59279, @svennergr
- Navigation: Stop clearing search state when opening a result in a new tab. #58880, @ashharrison90
- OptionsUI: SliderValueEditor does not get auto focused on slider change. #59209, @eledobleefe
- PanelEdit: Fixes bug with not remembering panel options pane collapse/expand state. #59265, @torkelo
- Query Caching: Skip 207 status codes. (Enterprise)
- Quota: Fix failure in store due to missing scope parameters. #58874, @papagian
- Quota: Fix failure when checking session limits. #58865, @papagian
- Reports: Fix time preview. (Enterprise)
- StateTimeline: Prevent label text from overflowing state rects. #59169, @leeoniya
- Tempo: Fix search table duration unit. #58642, @joey-grafana
- TraceView: Fix broken rendering when scrolling in Dashboard panel in Firefox. #56642, @zdg-github
Plugin development fixes & changes
- GrafanaUI: Add disabled option for menu items. #58980, @going-confetti
v9.2.7
Bug fixes
- Access Control: Clear user's permission cache after resource creation. #59318, @IevaVasiljeva
- Azure Monitor: Fix empty/errored responses for Logs variables. #59240, @andresmgot
- Azure Monitor: Fix resource picker selection for subresources. #56392, @andresmgot
- Navigation: Fix crash when Help is disabled. #58919, @lpskdl
- PostgreSQL: Fix missing CA field from configuration. #59280, @oscarkilhed
- SQL Datasources: Fix annotation migration. #59438, @zoltanbedi
- SQL: Fix code editor for SQL datasources. #58116, @zoltanbedi
- SSE: Make sure to forward headers, user and cookies/OAuth token. #58897, @kylebrandt
- TimeseriesPanel: Preserve string fields for data link interpolation. #58424, @mdvictor
v9.2.6
Features and enhancements
- Alerting: Support Prometheus durations in Provisioning API. #58293, @bartpeeters
- SSE: Keep value name from numeric table. #58831, @kylebrandt
- Transformations: Make Card Descriptions Clickable. #58717, @zuchka
Bug fixes
- MS/My/PostgresSQL: Migrate annotation query. #58847, @zoltanbedi
- Search: Fixes issue with Recent/Starred section always displaying "General" folder. #58746, @JoaoSilvaGrafana
- Server: Write internal server error on missing write. #57813, @sakjur
v9.2.5
Features and enhancements
- Alerting: Log when alert rule cannot be screenshot to help debugging. #58537, @grobinson-grafana
- Alerting: Suggest previously entered custom labels. #57783, @VikaCep
- Canvas: Improve disabled inline editing UX. #58610, @nmarrs
- Canvas: Improve disabled inline editing UX. #58609
- Chore: Upgrade go-sqlite3 to v1.14.16. #58581, @sakjur
- Plugins: Ensure CallResource responses contain valid Content-Type header. #58506, @xnyo
- Prometheus: Handle errors and warnings in buffered client. #58657, @itsmylife
- Prometheus: Upgrade HTTP client library to v1.13.1. #58363, @marefr
Bug fixes
- Alerting: Fix screenshots were not cached. #58493, @grobinson-grafana
- Canvas: Fix setting icon from field data. #58499, @nmarrs
- Plugins: Fix don't set Content-Type header if status is 204 for call resource. #50780, @sd2k
Plugin development fixes & changes
- Toolkit: Fix compilation loop when watching plugins for changes. #58167, @jackw
- Tooltips: Make tooltips in FormField and FormLabel interactive and keyboard friendly. #57706, @asimpson
v9.2.4
Features and enhancements
- Access Control: Add an endpoint for setting several managed resource permissions. #57893, @IevaVasiljeva
-
Accessibility: Increase
Select
placeholder contrast to be WCAG AA compliant. #58034, @ashharrison90 - Alerting: Append org ID to alert notification URLs. #57123, @neel1996
- Alerting: Make the Grouped view the default one for Rules. #58271, @VikaCep
- Build: Remove unnecessary alpine package updates. #58005, @DanCech
- Chore: Upgrade Go to 1.19.3. #58052, @sakjur
- Google Cloud Monitoring: Set frame interval to draw null values. #57768, @andresmgot
- Instrumentation: Expose when the binary was built as a gauge. #57951, @bergquist
-
Loki: Preserve
X-ID-Token
header. #57878, @siiimooon - Search: Reduce requests in folder view. #55876, @mvsousa
- TimeSeries: More thorough detection of negative values for auto-stacking direction. #57863, @leeoniya
Bug fixes
- Alerting: Attempt to preserve UID from migrated legacy channel. #57639, @alexweav
- Alerting: Fix response is not returned for invalid Duration in Provisioning API. #58046, @grobinson-grafana
- Alerting: Fix screenshot is not taken for stale series. #57982, @grobinson-grafana
- Auth: Fix admins not seeing pending invites. #58217, @joshhunt
- MSSQL/Postgres: Fix visual query editor filter disappearing. #58248, @zoltanbedi
- Tempo: Fix dropdown issue on tag field focus. #57616, @xiyu95
- Timeseries: Fix null pointer when matching fill below to field. #58030, @mdvictor
Plugin development fixes & changes
- Toolkit: Fix Webpack less-loader config. #57950, @dessen-xu
v9.2.3
Features and enhancements
- Docs: Add information about DB version support to upgrade guide. #57643, @joeblubaugh
- Footer: Update footer release notes link to Github changelog. #57871, @joshhunt
- Prometheus: Do not drop errors in streaming parser. #57698, @kylebrandt
- Prometheus: Flavor/version configuration. #57554, @gtk-grafana
- Prometheus: Provide label values match parameter API when supported prometheus instance is configured. #57553, @gtk-grafana
- Security: Upgrade x/text to version unaffected by CVE-2022-32149. #57797, @yong-jie-gong
Bug fixes
- Access control: Fix a bug with argument order for data source managed permission updates. (Enterprise)
- Auth: Fix GF_AUTH_JWT_URL_LOGIN env variable doesn't work. #57689, @Jguer
- Live: Explicitly reply with http 200. #57428, @sh0rez
- Prometheus: Fix builder operation mode changing multiselect to single select behaviour. #57780, @itsmylife
- Prometheus: Fix builder operation mode changing multiselect to single select behaviour. #57493, @yinjialu
- Security: Fix vulnerabilities in webpack loader-utils. #57533, @jackw
v9.2.2
Features and enhancements
- Alerting: Add support for wecom apiapp. #55991, @aimuz
- Canvas: Improve resource picker initialization. #57319, @nmarrs
- Canvas: Improve text element readability. #57371, @adela-almasan
- CloudWatch: Make sure adoption tracking is done on valid, migrated queries. #56872, @sunker
- Dashboard: Alerts user to incorrect tag format for JSON import. #54657, @iamelDuderino
- MSSQL: Support tables from all schemas. #53099, @zoltanbedi
- Opentsdb: Allow template variables for filter keys. #57226, @bohandley
- Prometheus: Provide label values match parameter API when supported prometheus instance is configured. #56510, @gtk-grafana
- QueryEditor: Revert components from grafana-ui. #57436, @zoltanbedi
- TeamSync: Allow team sync when external organization mapping returns no organization role. (Enterprise)
Bug fixes
- Browse: Fix General folder not showing in FolderPicker. #57156, @eledobleefe
- Elasticsearch: Fix calculation of trimEdges in alert mode. #56148, @jorgelbg
- Elasticsearch: Fix trimEdges delete logic in alert mode. #56985, @gabor
- GoogleOAuth: Unlock User Admin UI. #57350, @gamab
-
LogContext: Fix wrong color of
show context
icon in light theme. #57427, @svennergr - Loki: Fix adding of adhoc filters to stream selector when query with empty stream selector. #57280, @ivanahuckova
- Loki: Fix double stringified log-lines when copied via Copy button. #57243, @svennergr
- Loki: Fix explain section about $__interval variable. #57188, @ivanahuckova
- Loki: Remove already selected options from next label filter options in builder. #57187, @ivanahuckova
- NodeGraph: Fix rendering issues when values of arc are over 1. #57460, @aocenas
- PublicDashboards: Fix hidden queries execution. #57194, @juanicabanas
- PublicDashboards: Fix hidden queries execution. #57004, @juanicabanas
- Tempo: Fix Node Graph visualization type in dashboard. #56931, @CrypticSignal
- TimeSeries: Fix stacking when first value is negative zero. #57257, @zoltanbedi
- TimeseriesPanel: Fix variables in data links. #56729, @mdvictor
- User: Fix externalUserId not being populated. #57341, @joshhunt
Breaking changes
We added some components a bit too early to @grafana/ui in 9.2 so we are moving them back to @grafana/experimental. If you used any of these components
- AccessoryButton
- EditorFieldGroup
- EditorHeader
- EditorField
- EditorRow
- EditorList
- EditorRows
- EditorSwitch
- FlexItem
- Stack
- InlineSelect
- InputGroup
- Space
Please use them from grafana/experimental from now on. Issue #57436
v9.2.1
Features and enhancements
- Alerting: Improve notification policies created during migration. #52071, @JacobsonMT
- AzureAD: Add option to force fetch the groups from the Graph API. #56916, @gamab
- AzureAD: Add option to force fetch the groups from the Graph API (#56916). #56947, @gamab
- Docs: Note end of release notes publication. #57013, @gguillotte-grafana
- Inspect: Handle JSON tab crash when the provided object is too big to stringify. #55939, @TsotosA
- TablePanel: Footer now updates values on column filtering. #56354, @mdvictor
Bug fixes
- Alerting: Fix email image embedding on Windows. #56766, @joeblubaugh
- Alerting: Fix mathexp.NoData for ConditionsCmd. #56816, @grobinson-grafana
- Legacy Alerting: Fix duration calculation when testing a rule. #56616, @jorgelbg
- Loki: Propagate additional headers from Grafana to Loki when querying data. #56896, @alexweav
- Search: Sort alphabetically in the folder view, increase the limit of the folder search from 50 to 1000. #57141, @ArturWierzbicki
- TablePanel: Fix last table column to be centered. #56047, @gitstart
Plugin development fixes & changes
Configuration
-
If you want to rebase/retry this MR, click this checkbox.
This MR has been generated by Renovate Bot.
Edited by Johan Fleury (Arcaik)