forked from pool/grafana
main
23 Commits
| Author | SHA256 | Message | Date | |
|---|---|---|---|---|
| 9dda076208 |
Accepting request 1288821 from home:witekbedyk:branches:server:monitoring
- Update to version 11.6.3:
Security:
CVE-2025-3415: Fix exposure of DingDing alerting integration URL
to Viewer level users (bsc#1245302)
- Update to version 11.6.2:
* Drop 0003-Bump-x-net.patch
* Drop 0004-Fix-CVE-2025-3580.patch
Security:
CVE-2025-1088: Fix improper input validation (bsc#1245224)
OBS-URL: https://build.opensuse.org/request/show/1288821
OBS-URL: https://build.opensuse.org/package/show/server:monitoring/grafana?expand=0&rev=170
|
|||
| b87999eb9b |
Accepting request 1280627 from home:witekbedyk:branches:server:monitoring
- Update to version 11.6.1+security-01:
* Security:
CVE-2025-4123: Fix cross-site scripting vulnerability
(bsc#1243714)
- CVE-2025-22872: Bump golang.org/x/net/html (bsc#1241809)
* Add 0003-Bump-x-net.patch
- CVE-2025-3580: Prevent unauthorized server admin deletion
(bsc#1243672)
* Add 0004-Fix-CVE-2025-3580.patch
OBS-URL: https://build.opensuse.org/request/show/1280627
OBS-URL: https://build.opensuse.org/package/show/server:monitoring/grafana?expand=0&rev=166
|
|||
| ca956ddccc |
Accepting request 1273438 from home:witekbedyk:branches:server:monitoring
- Update to version 11.5.4:
Security:
* CVE-2025-3454
* CVE-2025-2703
* CVE-2025-30204: Bump github.com/golang-jwt/jwt/v5 (bsc#1240503)
* CVE-2024-6104: Bump OpenFGA to version 1.6.2 (bsc#1227039)
old: server:monitoring/grafana
new: home:witekbedyk:branches:server:monitoring/grafana rev None
Index: Makefile
===================================================================
--- Makefile (revision 160)
+++ Makefile (revision 3)
@@ -26,7 +26,6 @@
patch --no-backup-if-mismatch -p1 -i ../../0001-Add-source-code-reference.patch && \
# End patches section \
# Patches for Go modules go after here \
- patch --no-backup-if-mismatch -p1 -i ../../0003-Bump-go-jose.patch && \
# End of Go modules patches section \
go mod download && \
go mod verify && \
Index: _service
===================================================================
--- _service (revision 160)
+++ _service (revision 3)
@@ -5,7 +5,7 @@
<param name="exclude">.git</param>
<param name="versionformat">@PARENT_TAG@</param>
<param name="versionrewrite-pattern">v(.*)</param>
- <param name="revision">v11.5.2</param>
+ <param name="revision">v11.5.4</param>
</service>
<service name="recompress" mode="manual">
<param name="compression">gz</param>
Index: grafana.changes
===================================================================
--- grafana.changes (revision 160)
+++ grafana.changes (revision 3)
@@ -1,4 +1,40 @@
-------------------------------------------------------------------
+Tue Apr 29 09:43:38 UTC 2025 - Witek Bedyk <witold.bedyk@suse.com>
+
+- Update to version 11.5.4:
+ Features and enhancements:
+ * Azure Monitor: Filter namespaces by resource group
+ * Azure: Add support for custom namespace and custom metrics
+ variable queries
+ * Azure: Resource picker improvements
+ * Azure: Support more complex variable interpolation
+ * Azure: Variable editor and resource picker improvements
+ * DashboardScenePage: Correct slug in self referencing data links
+ * Dependencies: Bump github.com/redis/go-redis/v9
+ (CVE-2025-29923)
+ * Prometheus: Add support for cloud partners Prometheus data
+ sources
+ Bug fixes:
+ * InfluxDB: Fix nested variable interpolation
+ Security:
+ * CVE-2025-3454
+ * CVE-2025-2703
+ * CVE-2025-30204: Bump github.com/golang-jwt/jwt/v5 (bsc#1240503)
+
+- Update to version 11.5.3:
+ Bug fixes:
+ * Alerting: Fix token-based Slack image upload to work with
+ channel names
+ * Auth: Fix AzureAD config UI's ClientAuthentication dropdown
+ * Dashboard: Fix the unintentional time range and variables
+ updates on saving
+ * Dashboards: Fix missing v/e/i keybindings to return back to
+ dashboard
+ * InfluxDB: Improve handling of template variables contained in
+ regular expressions (InfluxQL)
+ * Org redirection: Fix linking between orgs
+
+-------------------------------------------------------------------
Mon Mar 10 11:27:53 UTC 2025 - Witek Bedyk <witold.bedyk@suse.com>
- CVE-2025-27144: Fix Go JOSE's Parsing Vulnerability (bsc#1237671)
@@ -57,6 +93,8 @@
* Dashboards: Customizable shareable dashboard panel images
* Datasources: Time series macro support in visual query builder
for SQL data sources
+ Security:
+ * CVE-2024-6104: Bump OpenFGA to version 1.6.2 (bsc#1227039)
- Update to version 11.4.0:
Features and enhancements:
Index: grafana.spec
===================================================================
--- grafana.spec (revision 160)
+++ grafana.spec (revision 3)
@@ -22,7 +22,7 @@
%endif
Name: grafana
-Version: 11.5.2
+Version: 11.5.4
Release: 0
Summary: The open-source platform for monitoring and observability
License: AGPL-3.0-only
@@ -37,8 +37,6 @@
Source4: Makefile
Source5: 0001-Add-source-code-reference.patch
Patch2: 0002-Use-bash-instead-of-env.patch
-# CVE-2025-27144
-Patch3: 0003-Bump-go-jose.patch
BuildRequires: fdupes
BuildRequires: git-core
BuildRequires: wire
Index: vendor.tar.gz
===================================================================
Binary files vendor.tar.gz (revision 160) and vendor.tar.gz (revision 3) differ
Index: grafana-11.5.4.tar.gz
===================================================================
Binary file grafana-11.5.4.tar.gz (revision 3) added
Index: 0003-Bump-go-jose.patch
===================================================================
--- 0003-Bump-go-jose.patch (revision 160)
+++ 0003-Bump-go-jose.patch (deleted)
@@ -1,28 +0,0 @@
-diff --git a/go.mod b/go.mod
-index c8b9d1ba5eb..48dbe231802 100644
---- a/go.mod
-+++ b/go.mod
-@@ -41,7 +41,7 @@ require (
- github.com/fatih/color v1.17.0 // @grafana/grafana-backend-group
- github.com/fullstorydev/grpchan v1.1.1 // @grafana/grafana-backend-group
- github.com/gchaincl/sqlhooks v1.3.0 // @grafana/grafana-search-and-storage
-- github.com/go-jose/go-jose/v3 v3.0.3 // @grafana/identity-access-team
-+ github.com/go-jose/go-jose/v3 v3.0.4 // @grafana/identity-access-team
- github.com/go-kit/log v0.2.1 // @grafana/grafana-backend-group
- github.com/go-ldap/ldap/v3 v3.4.4 // @grafana/identity-access-team
- github.com/go-openapi/loads v0.22.0 // @grafana/alerting-backend
-diff --git a/go.sum b/go.sum
-index 41643ba4ce9..d1bf6924732 100644
---- a/go.sum
-+++ b/go.sum
-@@ -1146,8 +1146,8 @@ github.com/go-gl/glfw/v3.3/glfw v0.0.0-20191125211704-12ad95a8df72/go.mod h1:tQ2
- github.com/go-gl/glfw/v3.3/glfw v0.0.0-20200222043503-6f7a984d4dc4/go.mod h1:tQ2UAYgL5IevRw8kRxooKSPJfGvJ9fJQFa0TUsXzTg8=
- github.com/go-ini/ini v1.67.0 h1:z6ZrTEZqSWOTyH2FlglNbNgARyHG8oLW9gMELqKr06A=
- github.com/go-ini/ini v1.67.0/go.mod h1:ByCAeIL28uOIIG0E3PJtZPDL8WnHpFKFOtgjp+3Ies8=
--github.com/go-jose/go-jose/v3 v3.0.3 h1:fFKWeig/irsp7XD2zBxvnmA/XaRWp5V3CBsZXJF7G7k=
--github.com/go-jose/go-jose/v3 v3.0.3/go.mod h1:5b+7YgP7ZICgJDBdfjZaIt+H/9L9T/YQrVfLAMboGkQ=
-+github.com/go-jose/go-jose/v3 v3.0.4 h1:Wp5HA7bLQcKnf6YYao/4kpRpVMp/yf6+pJKV8WFSaNY=
-+github.com/go-jose/go-jose/v3 v3.0.4/go.mod h1:5b+7YgP7ZICgJDBdfjZaIt+H/9L9T/YQrVfLAMboGkQ=
- github.com/go-kit/kit v0.8.0/go.mod h1:xBxKIO96dXMWWy0MnWVtmwkA9/13aqxPnvrjFYMA2as=
- github.com/go-kit/kit v0.9.0/go.mod h1:xBxKIO96dXMWWy0MnWVtmwkA9/13aqxPnvrjFYMA2as=
- github.com/go-kit/log v0.1.0/go.mod h1:zbhenjAZHb184qTLMA9ZjW7ThYL0H2mk7Q6pNt4vbaY=
Index: grafana-11.5.2.tar.gz
===================================================================
Binary file grafana-11.5.2.tar.gz (revision 160) deleted
OBS-URL: https://build.opensuse.org/request/show/1273438
OBS-URL: https://build.opensuse.org/package/show/server:monitoring/grafana?expand=0&rev=161
|
|||
| af7737579f |
Accepting request 1251836 from home:witekbedyk:branches:server:monitoring
- CVE-2025-27144: Fix Go JOSE's Parsing Vulnerability (bsc#1237671) * Add 0003-Bump-go-jose.patch OBS-URL: https://build.opensuse.org/request/show/1251836 OBS-URL: https://build.opensuse.org/package/show/server:monitoring/grafana?expand=0&rev=159 |
|||
| 3dffb03992 |
Accepting request 1242874 from home:witekbedyk:branches:server:monitoring
Update to version 11.3.3
* CVE-2024-11741: Fix the Grafana Alerting VictorOps integration
(bsc#1236734)
* Chore: Bump dependency golang.org/x/crypto to v0.31.0
* Drop 0004-Bump-crypto.patch
* Require Go 1.23.5 or newer for building
- Add provisioning directories
OBS-URL: https://build.opensuse.org/request/show/1242874
OBS-URL: https://build.opensuse.org/package/show/server:monitoring/grafana?expand=0&rev=150
|
|||
| 66b67a8fde |
Accepting request 1236155 from home:witekbedyk:branches:server:monitoring
- CVE-2024-45337: Prevent possible misuse of ServerConfig.PublicKeyCallback by upgrading golang.org/x/crypto (bsc#1234554) OBS-URL: https://build.opensuse.org/request/show/1236155 OBS-URL: https://build.opensuse.org/package/show/server:monitoring/grafana?expand=0&rev=140 |
|||
| 705ff79f3e |
Accepting request 1217348 from home:mkittler:branches:server:monitoring
- Update to version 11.3.0:
Features and enhancements:
* Alerting: Add manage permissions UI logic for Contact Points
* Alerting: Allow linking to silence form with __alert_rule_uid__
value preset
* Alerting: Hide query name when using simplified mode in the
alert rule
* Alerting: Limit and clean up old alert rules versions
* Alerting: Style nits for the simple query mode
* Alerting: Update texts in annotations step
* Alerting: Use useProduceNewAlertmanagerConfiguration for contact
points
* Auth: Attach external session info to Grafana session
* Auth: Replace jmespath/go-jmespath with
jmespath-community/go-jmespath
* CloudMigrations: Add support for migration of Library Elements
(Panels) resources
* Cloudwatch: Update grafana-aws-sdk
* Explore Logs: Preinstall for onprem Grafana instances
* ExploreMetrics: Ensure compatibility with Incremental Querying
* FieldConfig: Add support for Actions
* Plugin Extensions: Require meta-data to be defined in
plugin.json during development mode
* Tempo: Add deprecation notice for Aggregate By
Bug fixes:
* Alerting/Chore: Fix TimeRangeInput not working across multiple
months
* Alerting: Fix default value for input in simple condition
* Alerting: Fix eval interval not being saved when creating a new
group
* Alerting: Fix incorrect permission on POST external rule groups
endpoint [CVE-2024-8118]
* Alerting: Fix panics when attempting to create an Alertmanager
after failing
* DashboardScene: Fixes url issue with subpath when exiting edit
mode
* Dashboards: Enable scenes by default
* Dashboards: Fixes view & edit keyboard shortcuts when grafana is
behind a subpath
* ElasticSearch: Fix errorsource in newInstanceSettings
* SubMenu: Fix expanding sub menu items on touch devices
- Packaging improvements:
* Use `go work vendor` as the previous command runs into an error
with the updated version of Grafana
- Update to version 11.2.2+security-01:
Bug fixes
* SQL Expressions: Fixes CVE-2024-9264
- Update to version 11.2.0:
Features and enhancements:
* @grafana/data: Introduce new getTagKeys/getTagValues response
interface
* AWS: Update deprecated aws-sdk functions from env variable
versions
* Alerting: Add ha_reconnect_timeout configuration option
* Alerting: Add setting for maximum allowed rule evaluation
results-akhmetov
* Alerting: Add warning in telegram contact point
* Alerting: Central alert history part4
* Alerting: Don't crash the page when trying to filter rules by
regex
* Alerting: Enable remote primary mode using feature toggles
* Alerting: Hide edit/view rule buttons according to
deleting/creating state
* Alerting: Implement UI for grafana-managed recording rules
* Alerting: Improve performance of /api/prometheus for large
numbers of alerts.
* Alerting: Include a list of ref_Id and aggregated datasource
UIDs to alerts when state reason is NoData-nihal
* Alerting: Instrument outbound requests for Loki Historian and
Remote Alertmanager with tracing
* Alerting: Limit instances on alert detail view unless in
instances tab
* Alerting: Make alert group editing safer
* Alerting: Make whitespace more visible on labels
* Alerting: Remove option to return settings from api/v1/receivers
and restrict provisioning action access
* Alerting: Resend resolved notifications for ResolvedRetention
duration
* Alerting: Show Insights page only on cloud (when required ds's
are available)
* Alerting: Show repeat interval in timing options meta
* Alerting: Support median in reduce expressions-akhmetov
* Alerting: Track central ash interactions
* Alerting: Update alerting state history API to authorize access
using RBAC-tceretian
* Alerting: Update warning message for Telegram parse_mode and
default to empty value
* Alerting: Use Runbook URL label everywhere and add validation in
the alert rule…
* Alerting: Use cloud notifier types for metadata on Cloud AMs
* Alerting: Use stable identifier of a group when export to HCL
* Alerting: Use stable identifier of a group,contact point,mute
timing when export to HCL
* Alertmanager: Support limits for silences
* Angular deprecation: Disable dynamic angular inspector if
CheckForPluginUpdates is false
* App events: Add "info" variant-89
* Auth: Add org to role mappings support to AzureAD/Entra
integration
* Auth: Add organization mapping configuration to the UI
* Auth: Add support for escaping colon characters in org_mapping
* Azure: Add new Azure infrastructure dashboards-chan
* BrowseDashboards: Update results when starred param changes-89
* Caching: Handle memcached reconnects
* Calendar: Add labels for next/previous month
* Canvas: Element level data links-almasan
* Canvas: Improved tooltip-almasan
* Canvas: Support template variables in base URL of actions
* Chore: Add missing build elements to Dockerfile-de
* Chore: Add unit test for cloudmigration package-deveikis
* Chore: Commit results of bingo get
* CloudMigrations: Change onPremToCloudMigrations feature toggle
to public preview
* CloudWatch: Add errorsource for QueryData
* CloudWatch: Update grafana-aws-sdk for updated metrics
* Cloudwatch: Clear cached PDC transport when PDC is disabled
* Cloudwatch: Metrics Query Builder should clear old query
* Cloudwatch: Remove awsDatasourcesNewFormStyling feature toggle
* Cloudwatch: Rename Metric Query to Metric Insights
* Cloudwatch: Round up endTime in GetMetricData to next minute
* Dashboard: Use preferred timezone on create-89
* Datalinks: UX improvements-almasan
* DateTimePicker: Add "timeZone" prop-89
* Dynatrace: Add to list of DS with custom label logic-grafana
* Elasticsearch: Decouple backend from infra/http
* Elasticsearch: Decouple backend from infra/log
* Elasticsearch: Decouple backend from infra/tracing
* Explore: Add setting for default time offset
* Feat: Extending report interaction with static context that can
be appended to all interaction events
* Feature management: Add openSearchBackendFlowEnabled feature
toggle
* Features: Add cloudwatchMetricInsightsCrossAccount feature
toggle
* Features: Release Cloudwatch Metric Insights cross-account
querying to public preview
* FlameGraph: Remove flameGraphItemCollapsing feature
toggle-grafana
* GCP: Update GKE monitoring dashboard
* GOps: Add Grafana SLO steps to IRM configuration tracker
* Grafana: Enables use of encrypted certificates with password for
https-deveikis
* IDToken: Add current user's DisplayName to the ID token-stuart
* IDToken: Add current user's Username and UID to the ID token
* Keybinds: Allow move time range shortcuts (t left / t right) to
be chained
* LibraryPanels: Use new folder picker when creating a library
panel
* Log: Added panel support for filtering callbacks
* Logs: Add log line to content outline when clicking on
datalinks-grafana
* Loki: Add option to issue forward queries
* Loki: Added support for negative numbers in LogQL
* Loki: Also replace step with vars
* Loki: Remove instant query type from Log queries
* Loki: Respect pre-selected filters in adhoc filter queries
* MSSQL: Password auth for Azure AD
* Metrics: Add ability to disable classic histogram for HTTP
metric
* Nav: Add items to saved-89
* OpenAPI: Document the /api/health endpoint
* PanelChrome: Use labelledby for accessible title
* Plugins: Add filters by update available
* Plugins: Add logs to for plugin management actions
* Plugins: Disable install controls for provisioned plugin in
cloud
* Plugins: Expose functions to plugins for checking RBAC
permissions
* Plugins: Improve levitate / breaking changes report in
grafana/grafana
* Plugins: Support > 1 levels of plugin dependencies
* Plugins: Update CLI check if plugin is already installed
* Prometheus: Deprecation message for SigV4 in core Prom
* Prometheus: Reintroduce Azure audience override feature flag
* RBAC: Allow plugins to use scoped actions
* RBAC: Default to plugins.app:access for plugin includes
* Restore dashboards: Add RBAC-89
* Revert: Calcs: Update diff percent to be a percent
* SearchV2: Support soft deletion
* Select: Add orange indicator to selected item
* Snapshots: Remove deprecated option snapshot_remove_expired
* Table panel: Add alt and title text options to image cell type
* Tempo: Add toggle for streaming-grafana
* Tempo: Remove kind=server from metrics summary-grafana
* Tempo: Run go get-grafana
* Tempo: TraceQL metrics step option
* Tempo: Virtualize tags select to improve performance
* Tempo: Virtualized search dropdowns for attribute values
* TimePicker: Improve screen reader support
* TimeRangePicker: Add weekStart prop-89
* TimeRangePicker: Use week start-89
* Tooltip: Add tooltip support to Histogram-almasan
* Trace View: Add Session for this span button
* Tracing: Add regex support for span filters
* Transformations: Add variable support to select groupingToMatrix
* Transformations: Move transformation variables to general
availability
* Transformations: Promote add field from calc stat function
cumulative and window calcs as generally available
* Transformations: Promote format string as generally available
* Transformations: Promote group to nested table as generally
available
* Users: Add config option to control how often last_seen is
updated
* XYChart: Promote to generally available fixes
* Admin: Fixes logic for enabled a user
* Alerting: Add validation for path separators in the rule group
edit modal
* Alerting: Allow future relative time
* Alerting: Disable simplified routing when internal alert manager
is disabled
* Alerting: Do not check evaluation interval for external rulers
* Alerting: Do not count rule health for totals
* Alerting: Fix Recording Rules creation issues
* Alerting: Fix contact point export 500 error and
notifications/receivers missing settings
* Alerting: Fix permissions for prometheus rule
endpoints-tceretian
* Alerting: Fix persisting result fingerprint that is used by
recovery threshold-tceretian
* Alerting: Fix rule storage to filter by group names using
case-sensitive comparison-tceretian
* Alerting: Fix saving telegram contact point to Cloud AM config
* Alerting: Fix setting of existing Telegram Chat ID value
* Alerting: Fix silencing from policy instances
* Alerting: Fix some status codes returned from provisioning API.
* Alerting: Fix stale values associated with states that have gone
to NoData, unify values calculation
* Alerting: Refactor PromQL-style matcher parsing
* Alerting: Skip fetching alerts for unsaved dashboards
* Alerting: Skip loading alert rules for dashboards when disabled
* Alerting: Support utf8_strict_mode: false in Mimir
* Alerting: Time interval Delete API to check for usages in alert
rules-tceretian
* Analytics: Fix ApplicationInsights integration
* Azure Monitor: Add validation for namespace field in
AdvancedResourcePicker when entering a forward slash
* AzureMonitor: Fix out of bounds error when accessing
metricNamespaceArray and resourceNameArray in buildResourceURI
* BrowseDashboards: Prepend subpath to New Browse Dashboard
actions
* CloudWatch: Fix labels for raw metric search queries
* CloudWatch: Fix raw queries with dimensions set
* Correlations: Fix wrong target data source name in the form
* DashboardScene: Fixes issue removing override rule
* DashboardScene: Fixes lack of re-render when updating field
override properties
* DataSourcePicker: Create new data source does not work for
subpath
* Docs: Add fixed role UUIDs to docs for terraform provisioning
* Echo: Suppress errors from frontend-metrics API call failing
* Explore Metrics: Implement grouping with metric prefixes
* Fix: Portuguese Brazilian wasn't loading translations
* Folders: Fix folder pagination for cloud instances with many
folders
* Folders: Improve folder move permission checks
* InfluxDB: Fix query builder produces invalid SQL query when
using wildcard column name-nihal
* Inspect: Include only BOM char for excel files
* Jaeger: Fix calling of search query with the correct time range
* Metrics: Fix internal metrics endpoint not accessible from
browser if basic auth is enabled-nihal
* Notifications: Redact URL from errors
* Panel: Fix text aliasing bug when panel is loading
* Plugin extensions: Return react components from
usePluginComponents()
* Plugins: Ensure grafana cli can install multiple plugin
dependencies
* Prometheus: Fix interpolating adhoc filters with template
variables
* Prometheus: Fix query builder visualization when a query has
by() clause for quantile-rs
* QueryEditor: Break with Scenes because the default query is not
empty string
* RBAC: List only the folders that the user has access to
* Scenes/Dashboards: Fix issue where changes in panel height
weren't saved
* Scenes: Fixes issue with panel repeat height calculation
* Scenes: Implement 't a' shortcut
* Table Panel: Fix Image hover without datalinks
* Table component: Fix sub-table rows not displaying correctly
* Tempo: Fix grpc streaming support over pdc-agent-s-dean
* Tempo: Fix query history-grafana
Breaking changes:
* Folders: Allow folder editors and admins to create subfolders
without any additional permissions
Plugin development fixes & changes:
* Runtime: Add provider and access hook for location service
- Update to version 11.1.0:
Features and enhancements:
* Tracing: Enable traces to profiles.
* Auth: Add org to role mappings support to Google integration.
* Alerting: Support AWS SNS integration in Grafana.-tceretian
* Auth: Add org to role mappings support to Okta integration.
* Auth: Add org to role mappings support to Gitlab integration.
* Cloudwatch: Use the metric map from grafana-aws-sdk.
* Alerting: Add option to use Redis in cluster mode for Alerting
HA.-g
* VizTooltip: Allow setting the maxWidth option.-almasan
* Auth: Add org to role mappings support to GitHub integration .
* CloudWatch: Handle permissions error and update docs.
* ** Alerting:** Correctly handle duplicating notification
templates.
* Alerting: Mute Timing service to prevent changing provenance
status to none.-tceretian
* Alerting: Ensure we fetch AM config before saving new
configuration.
* Alerting: Remove regex reference in silences filter tooltip.
* Cloudwatch: Update AWS DynamoDB Metrics.
* Alerting: Make regex notification routing preview consistent
with notification policies implementation.
* DateTimePicker: Return cleared value in onChange.-89
* NodeGraph: Add msagl and the layered layout code.
* API: Add in theme support to /render/* endpoint.
* Alerting: Add filters for RouteGetRuleStatuses.-g
* Plugins: Update the plugin.json schema with UI extensions
meta-data.
* Auth: Update SAML lib to improve HTTP-Post binding.
* Tempo: Send current filters when retrieving tags for
AdHocFilters.-grafana
* Tempo: Support standard span convention.-grafana
* ValueFormats: Add Uruguay peso currency.
* DateTimePicker: Add clearable prop.-89
* Correlations: Enable feature toggle by default (on-prem).
* Stat: Add percent change color modes.
* Logs: Added multi-line display control to the "wrap lines"
option.
* Tempo: Update lezer autocomplete (histogram, quantile) and add
missing functions.-grafana
* AnnotationsPlugin2: Implement support for rectangular
annotations in Heatmap.
* CodeEditor: Improved styles when the code editor is loading.
* CloudWatch: Add additional AWS/KinesisAnalytics metrics .
* Cloudwatch: Add AWS/Events Metrics.
* Azure: Basic Logs support.
* Dashboard: Make dashboard search faster.
* Alerting: Support custom API URL for PagerDuty integration.
* Alerting: Add optional metadata via query param to silence GET
requests.
* Store: Enable adding extra middleware.-89
* Tempo: Don't modify the passed time range when using
timeShiftEnabled.
* InfluxDB: Introduce maxDataPoints setting for flux variable
query editor.
* Alerting: New list view UI – Part 1.
* NodeGraph: Remove msagl lib and layered layout option.
* InfluxDB: Introduce custom variable support.
* Gops: Add tracking for data source check.
* AzureMonitor: Prometheus exemplars support .
* Feature Management: Move awsDatasourcesNewFormStyling to GA.
* TimeRangePicker: Announce to screen reader when time range is
updated.
* Alerting: Template selector in contact points form.
* Azure: Load custom clouds from ini file.
* Loki: Kick start your query now applies templates to the current
query.
* Elasticsearch: Queries no longer executed while typing.
* Alerting: Add options to configure TLS for HA using Redis.-g
* VizLegend: Represent line style in series legend and tooltip.
* FeatureBadge: Update FeatureBadge to support current release
stages.
* Logs: Infinite scrolling in Explore enabled by default.
* Plugins: Improve frontend loader cache.
* Chore: Upgrade go from 1.21.0 to 1.21.10.
* Chore: Upgrade go to 1.22.3.
* Team: Add an endpoint for bulk team membership updates.
* Flamegraph: Add collapse and expand group buttons to toolbar.
* OIDC: Support Generic OAuth org to role mappings.
* Search: Announce to screen reader when query returns no result.
* Logs: Added support for numeric log levels.
* Prometheus: Place custom inputs first when using regex filter
values in the query builder.
* Alerting: Remove requirement for datasource query on rule read.
* Alerting: Add RBAC logic for silences creation.
* Alerting: Update silences creation to support __alert_rule_uid__
and move into drawer.
* Flamegraph: Add diff mode color legend.
* Dashboard: Keyboard and mouse panel shortcuts improvement.
* PanelHeaderCorner: Remove font-awesome icons.-89
* Alerting: Add OAuth2 to HTTP settings for vanilla Alertmanager /
Mimir.
* Plugins: Allow apps to expose components. Update the extensions
API.
* Plugins: Catalog to show all plugins by default.
* Prometheus: Ensure values in metric selector are visible.
* Select: Add data-testid to Input.-89
* Prometheus: Add native histogram types metric explorer to allow
filter by type.
* Prometheus: Add hints for native histograms.
* Alerting: Reduce number of request fetching rules in the
dashboard view using rtkq.
* Plugins: Make grafana-com API URL usage consistent.
* Stack: Add size props.-89
* Table Panel: Enable Text Wrapping.
* Alerting: Get grafana-managed alert rule by UID.-g
* Cloudwatch: Add Kendra metrics.
* Auth: Added support to filter for parent teams in GitHub
connector's team membership filter.-nihal
* Alerting: Hook up GMA silence APIs to new authentication
handler.
* GeoMap: Pan and zoom keyboard support.
* Alerting: Optimize rule status gathering APIs when a limit is
applied.
* Plugins: Add an auto-generated part to the plugin.json schema.
* Loki/Prometheus Query Editor: Disabled cmd/ctrl+f keybinding
within the editor.
* Grafana packages: Remove E2E workspace.
* RefreshPicker: Change running state to be less distracting .
* Prometheus: Cancellable label values requests.
* SQLStore: Improve recursive CTE support detection.
* CloudMonitoring: Ensure variables can be used in all variable
queries.
* Common labels/displayed fields: Show label names with values.
* AuthZ: Further protect admin endpoints.
* Explore: Deprecate local storage singular datasource key.
* Loki: Add label filters after label_format if present.
* Alerting: Immutable plugin rules and alerting plugins
extensions.
* Tempo: Group by template vars.-grafana
* Short Links: Add setting for changing expiration time.
* Prometheus: Add native histogram functions.
* Plugins: Removed feature toggle
pluginsDynamicAngularDetectionPatterns.
* Plugins: Removed feature toggle enablePluginsTracingByDefault.
* Tracing: Allow otel service name and attributes to be overridden
from env.
* PanelChrome: Improve accessibility landmark markup.
* Gops: Add configuration tracker on the existing IRM page.
* CloudWatch: Add additional Glue metrics.
* CloudWatch: Add labels for Metric Query type queries.
* Util: Support parsing and splitting strings enclosed in quotes
in util.SplitString.
* Loki: Handle X-Scope-OrgID and tenant IDs.-grafana
* CloudWatch: Add a Performance Insights and other missing metrics
to aws/rds.
* Prometheus: Respect dashboard queries when querying ad hoc
filter labels.
* Pyroscope: Add adhoc filters support.
* Table Panel: Update background colors to respect transparency.
* Canvas: Add support for line animation.-almasan
* Reducers: Add in basic Percentile Support.
* Storage: Watch tests.
* Plugins: Show update buttons when instance version is different.
* Tempo: Always use time range even if timeShiftEnabled is false.
* Alerting: Gops labels integration.
* Explore: Set X-Cache-Skip to true for query requests.
* Explore: Make Explore breadcrumb clickable.
* Prometheus: Fuzzy search for metric names in Code Mode.
* Storage Api: Adds traces.
* Storage Api: Add metrics.
* Alerting: Improve paused alert visibility and allow
pausing/resuming from alert list view.
* CloudWatch: Clarify match exact tooltip and docs.
* Alerting: Evaluation quick buttons.
* Alerting: Add state history polling interval.
* CloudWatch: Improve metric label parsing.
* Alerting: Improve template preview.
* Alerting: New settings page.
* Explore: Move Query History to be screen wide.
* MixedDataSource: Support multi value data source variable that
issues a query to each data source.
* PluginExtensions: Make the extensions registry reactive.
* Loki: Use label/<name>/values API instead of series API for
label values discovery.-rs
* Tempo: Escape backslash in span name for promsql query.
* Alerting: Export and provisioning rules into subfolders.
Bug fixes:
* Alerting: Fix go-swagger extraction and several embedded types
from Alertmanager in Swagger docs.
* DashboardScene: Fixes inspect with transforms issue.
* Elasticsearch: Fix stripping of trailing slashes in datasource
URLs.
* Loki: Fix editor history in wrong order.
* Cli: Fix bug where password is hashed twice.
* AzureMonitor: Fix bug detecting app insights queries.
* SSE: Fix threshold unmarshal to avoid panic.-tceretian
* Dashboard: Fix Variables query hides fields with non-supported
datasources.
* Explore: Align time filters properly to day boundaries in query
history.
* Access Control: Clean up permissions for deprovisioned data
sources.
* Dashboards: Correctly display Admin access to dashboards in the
UI.
* LibraryPanels/RBAC: Ignore old folder permission check when
deleting/patching lib panel.
* LogsTable: Fix default sort by time.
* Dashboards: Fix regression when deleting folder.
* Docker: Fix renderer plugin in custom Dockerfile.
* Alerting: Fix rules deleting when reordering whilst filtered.
* Alerting: Fix "copy link" not including full URL.
* Alerting: Fix typo in JSON response for rule export.-tceretian
* Alerting: Fix scheduler to sort rules before
evaluation.-tceretian
* CloudMonitoring: Fix query type selection issue.
* Alerting: Assume built-in AM is receiving alerts in case of not
having admin config.
* DashboardScene: Skip panel repeats when values are the same.
* Alerting: Fix deleting rules when silencing/resuming rule from a
panel alert tab.
* Dashboards: Don't set dashboard creator/updater if the action is
done by an API key.
* Elasticsearch: Fix setting of default
maxConcurrentShardRequests.
* Graphite: Fix alignment of elements in the query editor.
* DashboardScene: Fixing major row repeat issues.
* Alerting: Do not store series values from past evaluations in
state manager for no reason.
* RBAC: Update role picker in team page, fix a bug with roles
being removed upon team setting update.
* Transformations: Fix true inner join in joinByField
transformation.
* Alerting: Do not retry rule evaluations with "input data must be
a wide series but got type long" style errors.
* Tempo: Fix sorting for nested tables.-grafana
* Cloudwatch Logs: Fix bug where we did not return errors to user.
* CloudWatch: Fix apostrophes in dimension values not being
escaped.
* AnnotationList: Fix link for annotation with no panel or
dashboard.
* Graphite: Fix splitting expressions in tag_value with template
variables.
* SQL Query Editor: Fix label-for IDs, associate "Table" label.
* SSO: Add SSO settings to secrets migrator.
* Plugins: Preserve trailing slash in plugin proxy.
* TimeSeries: Improve keyboard focus and fix spacebar override.
* NodeGraph: Use values from fixedX/fixedY column for layout.
* Alerting: Prevent simplified routing zero duration GroupInterval
and RepeatInterval.
* Loki: Fix setting of tenant ID.-grafana
* DashboardScene: Fixes checkbox orienation in save forms.
* CloudMonitoring: Correctly interpolate multi-valued template
variables in PromQL queries.
* Expressions: Fix erroneous sorting of metrics and expressions.
* CloudMonitoring: Allow a custom group by value.
* DataLinks: Fixes datalinks with onClick and variables in url not
being interpolated .
* I18N: Fix untranslated descriptions in data source picker.
* RBAC: Fix global role deletion in hosted Grafana.
* Expression: Fix a bug of the display name of the threshold
expression result.
* Alerting: Fix incorrect display of pending period in alert rule
form.
* Alerting: Fix redirect after saving a notification template.
* Alerting: Get oncall metada only when we have alert manager
configuration data.
* Alerting: Return better error for invalid time range on alert
queries.
* CloudWatch: Fix SageMaker MBP namespace typo.
* Alerting: Only append /alertmanager when sending alerts to mimir
targets if not already present.
* Alerting: Set mimir implementation in jsonData by default when
creating a new a….
* Alerting: Persist silence state immediately on Create/Delete .
* NodeGraph: Fix configuring arc colors with mixed case field
names.
Breaking changes:
* Users that provision alert rules into folders whose titles
contain slashes from now on they should escape them: eg. if an
alert group contains `folder: folder_with_/_in_title` it
should become `folder: folder_with_\/_in_title Issue`.
Deprecations:
* The grafana.explore.richHistory.activeDatasourceOnly local
storage key is deprecated, and will be removed in Grafana 12.
You may experience loss of your Explore query history or
autocomplete data if you upgrade to Grafana 12 under 2 weeks of
Grafana 11.1. Actual risk of data loss depends on your query
history retention policy. Issue
Plugin development fixes & changes:
* Select: Change Select group headers to always be visible.
* Select: Ensure virtualised menu scrolls active option into view
when using arrow keys.
* Switch: Improve disabled active state.
* Button: Allow disabled button to still be focused.
* GrafanaUI: Add tabular prop to Text component for tabular
numbers.
- Update to version 11.0.0
Features and enhancements:
* Alerting: Add two sets of provisioning actions for rules and
notifications .
* Chore: Upgrade go to 1.21.10.
* Auth: Force lowercase login/email for users.
* Navigation: Add a return to previous button when navigating to
different sections.
* DashboardScene: Move add library panel view from grid item to
drawer.
* CloudWatch : Add missing AWS/ES metrics.
* Alerting: Reduce set of fields that could trigger alert state
change.
* OAuth: Make sub claim required for generic oauth behind feature
toggle.
* Grafana E2E: Add deprecation notice and update docs.
* Loki: Remove API restrictions on resource calls.
Bug fixes:
* AuthN: Fix signout redirect url.
* CloudMonitoring: Improve legacy query migrations.
* Azure data sources: Set selected config type before save.
* Loki: Fix log context when no label types are present.
* DashboardScene: Fixes editing transformations after toggling
table view.
* DashboardDataSource: Fixes issue where sometimes untransformed
data could be returned .
* Provisioning: Look up provisioned folders by UID when possible.
* Cloudwatch: Update grafana-aws-sdk to fix sts endpoints.
* Select: Fixes issue preserving search term (input) when
selecting a value.
* Alerting: Prevent search from locking the browser.
* DashboardScene: Fixes issue referring to library panel in
dashboard data source .
* Data source: Maintain the default data source permissions when
switching from unlicensed to licensed Grafana.
* Alerting: Allow deleting contact points referenced only by
auto-generated policies.
* Auth: Sign sigV4 request after adding headers.
* DashboardScene: Fixes issues with relative time range in panel
edit.
* DashboardScene: Fixes issue with dashboard links and variables.
* SQLStore: Disable redundant create and drop unique index
migrations on dashboard table.
* LogContext: Fix structured metadata labels being added as stream
selectors.
* DashboardScene: Fixes issue with editing panels that uses
instanceState.
* DashboardScene: Fixes deleting dirty dashboard.
* Alerting: Take receivers into account when custom grouping
Alertmanager groups.
* LDAP: Fix listing all non-matching groups.
* Alerting: Fix simplified routing group by override.
* NodeGraph: Fix invisible arrow tips in Editor.
* Dashboard: DashboardPageProxy - Use chaining operators to
prevent runtime error.
* Cli: Check missing plugin parameter of plugin update command.
* DashboardScene: Fixes issue saving new dashboard from panel
edit.
* DashboardScene: Fixes minor issue transitioning between
dashboards.
* MSSQL: Add SQL_VARIANT converter and update test.
* DashboardScene: Fixes react panels with old angular options.
* Alerting: Fix simplified routes '...' groupBy creating invalid
routes.
* AWS DataSource: Fix namespaces in sagemaker metrics.
* DashboardScene: Fixes saving dashboard with angular panels .
* DashboardScene: Fix empty row repeat issue.
* Nodegraph: Fix issue with rendering single node.
* Datasources: Add fixed width to name field in config editor.
* Alerting: Return a 400 and errutil error when trying to delete a
contact point that is referenced by a policy.
* Table Panel: Fix image disappearing when datalinks applied.
* LibraryPanelRBAC: Fix issue with importing dashboards containing
library panels.
* DashboardScene: Fixes issue moving between dashboards.
* Alerting: Fix evaluation metrics to not count retries.
* Google Cloud Monitor: Fix interface conversion for incorrect
type in cloudMonitoringProm.run.
* Dashboard: Allow auto refresh option when saving a dashboard.
* Time Zones: Fix relative time when using UTC timezone.
* PostgreSQL: Fix the verify-ca mode.
* DashboardScene: Fixes issue with mobile responsive layout due to
repeated grid item class.
* DashboardScene: Fixes panel edit issue with clearing title not
resulting in hover header mode .
* Angular deprecation: Prefer local "angularDetected" value to the
remote one.
* Chore: Fix trailing spaces in prometheus min step.
* Breaking changes:
* The @grafana/e2e package is deprecated in Grafana 11.0.0. If
your Grafana plugin has end-to-end tests that use @grafana/e2e,
it's recommended to replace them with @grafana/plugin-e2e and
Playwright. For information on how to migrate, please refer to
the plugin-e2e docs. Issue
Plugin development fixes & changes:
* DateTimePicker: Alternate timezones now behave correctly.
* TimeOfDayPicker: Fix text colours in light mode.
OBS-URL: https://build.opensuse.org/request/show/1217348
OBS-URL: https://build.opensuse.org/package/show/server:monitoring/grafana?expand=0&rev=134
|
|||
| b9fffb5615 |
Accepting request 1165668 from home:witekbedyk:branches:server:monitoring
Update to version 10.3.5 CVE-2024-1313,bsc#1222155 OBS-URL: https://build.opensuse.org/request/show/1165668 OBS-URL: https://build.opensuse.org/package/show/server:monitoring/grafana?expand=0&rev=132 |
|||
| 159254a17b |
Accepting request 1078603 from home:mkittler:branches:server:monitoring
- Update to 9.4.7 (2023-03-16)
* Bug fixes
- Alerting: Update scheduler to receive rule updates only
from database.
- Influxdb: Re-introduce backend migration feature toggle.
- Security: Fixes for CVE-2023-1410.
* Breaking changes
The InfluxDB backend migration feature toggle
(influxdbBackendMigration) has been reintroduced in this
version as issues were discovered with backend processing of
InfluxDB data. Unless this feature toggle is enabled, all
InfluxDB data will be parsed in the frontend. This frontend
processing is the default behavior.
In Grafana 9.4.4, InfluxDB data parsing started to be handled
in the backend. If you have upgraded to 9.4.4 and then added
new transformations on InfluxDB data, those panels will fail to
render. To resolve this either:
- Remove the affected panel and re-create it
- Edit the `time` field as `Time` in `panel.json` or
`dashboard.json`
- Remove 0002-Update-exporter-toolkit-to-version-0.7.3.patch
as the exporter toolkit has been updated by upstream
- Install wrapper scripts under /usr/sbin
- Install actual binaries under /usr/libexec/grafana (or /usr/lib
under older distributions) and create a simlink for wrapper
scripts and the service (which expect the binary to be under
/usr/share/grafana/bin)
- Update to 9.4.3 (2023-03-02)
* Bug fixes
- Alerting: Use background context for maintenance
function.
- Update to 9.4.2 (2023-03-02)
* Bug fixes
- Alerting: Fix boolean default in migration from false to
0.
- Update to 9.4.0 (2023-02-28)
* Features and enhancements
- Alerting: Add endpoint for querying state history.
- Alerting: Add label query parameters to state history
endpoint.
- Alerting: Add static label to all state history entries.
- Alerting: Mark AM configuration as applied.
- Azure Monitor: Enable multiple resource queries.
- InfluxDB: Move database information into jsondata.
- Query Caching: Add per-panel query caching TTL.
- Table: Add row number column option.
- Tempo: Remove tempoApmTable feature flag.
- Transformations: Selectively apply transformation to
queries.
* Bug fixes
- AccessControl: Clear user permission cache for update org
user role.
- Alerting: Fix handling of special floating-point cases
when writing observed values to annotations.
- Auth: Rotate token patch.
- ContextMenu: Consider y coord when determining bottom
collision.
- Elasticsearch: Fix consistent label order in alerting.
- Explore: Fix graph not updating when changing config.
- Heatmap: Support heatmap rows with non-timeseries X axis.
- Login: Fix panic when a user is upserted by a background
process.
- MSSQL: Add support for macro function calls.
- MySQL: Quote identifiers that include special characters.
- Navigation: Sign in button now works correctly when
served under a sub path.
- Nested Folder: Fix for SQLite not to overwrite the parent
on restarts.
- PanelChrome: Adds display mode to support transparent
option.
- Plugins: Case-sensitive routes for standalone pages.
- Plugins: Prefer to use the data source UID when querying.
- SQLStore: Fix folder migration for MySQL < 5.7.
- Search: Fix not being able to clear sort value.
- Tempo: Fix span name being dropped from the query.
* Plugin development fixes & changes
- PanelChrome: Implement hover header.
- Update to 9.3.7 (2023-02-28)
* Bug fixes
- Alerting: Validate that tags are 100 characters or less.
- Expressions: Fixes the issue showing expressions editor.
- Logs: Fix stats not being updated when log results
change.
- Plugins: Fix circular reference in customOptions leading
to MarshalJSON errors.
- Time Series Panel: Fix legend text selection in Firefox.
OBS-URL: https://build.opensuse.org/request/show/1078603
OBS-URL: https://build.opensuse.org/package/show/server:monitoring/grafana?expand=0&rev=101
|
|||
|
|
6af155934e |
Accepting request 1065931 from home:witekbedyk:branches:server:monitoring
- Update prometheus/exporter-toolkit to version 0.7.3 (bsc#1208065, CVE-2022-46146) - Require Go 1.19 or newer OBS-URL: https://build.opensuse.org/request/show/1065931 OBS-URL: https://build.opensuse.org/package/show/server:monitoring/grafana?expand=0&rev=95 |
||
| 7bb2886cd4 |
Accepting request 999209 from home:mkittler:branches:server:monitoring
- Update to version 8.5.10
+ Bug fixes (8.5.10):
* RBAC: Fix Anonymous Editors missing dashboard controls.
#52649, @gamab
+ Bug fixes (8.5.9):
* Security: Fixes for CVE-2022-31107 and CVE-2022-31097.
#52238, @xlson
+ Bug fixes (8.4.10):
* Security: Security: Fixes for CVE-2022-31107 and
CVE-2022-31097. #52218, @IevaVasiljeva
+ Bug fixes (8.5.6):
* Dashboard: Fixes random scrolling on time range change.
#50379, @torkelo
* Security: Fixes minor code scanning security warnings in old
vendored javascript libs. #50382, @torkelo
+ Features and enhancements (8.5.5):
* Azure Monitor: Include datasource ref when interpolating
variables. #49543, @kevinwcyu
* CloudWatch: Add multi-value template variable support for log
group names in logs query builder. #49737, @kevinwcyu
* Cloudwatch: Add template variable query function for listing
log groups. #50100, @yaelleC
+ Bug fixes (8.5.5):
* Alerting: Do not overwrite existing alert rule condition.
#49920, @gillesdemey
* Alerting: Remove double quotes from matchers. #50044,
@alexweav
+ Features and enhancements (8.5.4):
* Alerting: Remove disabled flag for data source when migrating
alerts. #48559, @yuri-tceretian
* Alerting: Show notification tab of legacy alerting only to
editor. #49624, @yuri-tceretian
* Alerting: Update migration to migrate only alerts that belong
to existing org\dashboard. #49192, @yuri-tceretian
* AzureMonitor: Do not quote variables when a custom "All"
variable option is used. #49428, @andresmgot
* AzureMonitor: Update allowed namespaces. #48468,
@jcolladokuri
* CloudMonitor: Correctly encode default project response.
#49510, @aangelisc
* Cloudwatch: Add support for new AWS/RDS EBS* metrics.
#48798, @szymonpk
* InfluxDB: Use backend for influxDB by default via feature
toggle. #48453, @yesoreyeram
* Legend: Use correct unit for percent and count calculations.
#49004, @dprokop
* LokI: use millisecond steps in Grafana 8.5.x. #48630, @gabor
* Plugins: Introduce HTTP 207 Multi Status response to
api/ds/query. #48550, @wbrowne
* Reporting: Improve PDF file size using grid layout.
(Enterprise)
* Transformations: Add an All Unique Values Reducer. #48653,
@josiahg
* Transformers: avoid error when the ExtractFields source field
is missing. #49368, @wardbekker
* [v8.5.x] Alerting: Update migration to migrate only alerts
that belong to existing org\dashboard. #49199, @grafanabot
* [v8.5.x] Reporting: Improve PDF file size using grid layout.
(Enterprise)
+ Bug fixes (8.5.4):
* Alerting: Allow disabling override timings for notification
policies. #48648, @gillesdemey
* Alerting: Allow serving images from custom url path. #49022,
@gillesdemey
* Alerting: Apply Custom Headers to datasource queries. #47860,
@joeblubaugh
* Alerting: Fix RBAC actions for notification policies. #49185,
@yuri-tceretian
* Alerting: Fix access to alerts for viewer with editor
permissions when RBAC is disabled. #49270, @yuri-tceretian
* Alerting: Fix anonymous access to alerting. #49203,
@yuri-tceretian
* Alerting: correctly show all alerts in a folder. #48684,
@gillesdemey
* AzureMonitor: Fixes metric definition for Azure Storage
queue/file/blob/table resources. #49101, @aangelisc
* Dashboard: Fix dashboard update permission check. #48746,
@IevaVasiljeva
* DashboardExport: Fix exporting and importing dashboards where
query data source ended up as incorrect. #48410, @torkelo
* FileUpload: clicking the Upload file button now opens their
modal correctly. #48766, @ashharrison90
* GrafanaUI: Fix color of links in error Tooltips in light
theme. #49327, @joshhunt
* LibraryPanels: Fix library panels not connecting properly in
imported dashboards. #49161, @joshhunt
* Loki: Improve unpack parser handling. #49074, @gabor
* RolePicker: Fix menu position on smaller screens. #48429,
@Clarity-89
* TimeRange: Fixes updating time range from url and browser
history. #48657, @torkelo
* TimeSeries: Fix detection & rendering of sparse datapoints.
#48841, @leeoniya
* Timeseries: Fix outside range stale state. #49633, @ryantxu
* Tooltip: Fix links not legible in Tooltips when using light
theme. #48748, @joshhunt
* Tooltip: Sort decimals using standard numeric compare.
#49084, @dprokop
* Transforms: Labels to fields, fix label picker layout.
#49304, @torkelo
* Variables: Fixes issue with data source variables not
updating queries with variable. #49478, @torkelo
* [v8.5.x] Alerting: Fix RBAC actions for notification policies
(#49185). #49348, @yuri-tceretian
* [v8.5.x] Alerting: Fix access to alerts for viewer with
editor permissions when RBAC is disabled. #49427, @konrad147
* [v8.5.x] Alerting: Fix anonymous access to alerting. #49268,
@yuri-tceretian
+ Breaking changes (8.5.4):
For a data source query made via /api/ds/query:
If the DatasourceQueryMultiStatus feature is enabled and
The data source response has an error set as part of the
DataResponse, the resulting HTTP status code is now 207
Multi Status instead of 400 Bad gateway
If the DatasourceQueryMultiStatus feature is not enabled and
The data source response has an error set as part of the
DataResponse, the resulting HTTP status code is 400 Bad
Request (no breaking change)
--> Issue #48550
+ Bug fixes (8.5.3):
* Security: fixes CVE-2022-29170. #49240, @xlson
+ Features and enhancements (8.5.2):
* Alerting: Add safeguard for migrations that might cause
dataloss. #48526, @JohnnyQQQQ
* AzureMonitor: Add support for not equals and startsWith
operators when creating Azure Metrics dimension filters.
#48077, @aangelisc
* Elasticsearch: Add deprecation notice for < 7.10 versions.
#48506, @ivanahuckova
* Traces: Filter by service/span name and operation in Tempo
and Jaeger. #48209, @joey-grafana
+ Bug fixes (8.5.2):
* AzureAd Oauth: Fix strictMode to reject users without an
assigned role. #48474, @kyschouv
* CloudWatch: Fix variable query tag migration. #48587, @iwysiu
* Plugins: Ensure catching all appropriate 4xx api/ds/query
scenarios. #47565, @wbrowne
+ Bug fixes (8.5.1):
* Azure Monitor: Fix space character encoding for metrics query
link to Azure Portal. #48139, @kevinwcyu
* CloudWatch: Prevent log groups from being removed on query
change. #47994, @asimpson
* Cloudwatch: Fix template variables in variable queries.
#48140, @iwysiu
* Explore: Prevent direct access to explore if disabled via
feature toggle. #47714, @Elfo404
* InfluxDB: Fixes invalid no data alerts. #48295, @yesoreyeram
* Navigation: Prevent navbar briefly showing on login. #47968,
@ashharrison90
* Plugins Catalog: Fix styling of hyperlinks. #48196, @marefr
* Table: Fix filter crashes table. #48258, @zoltanbedi
* TimeSeries: Properly stack series with missing datapoints.
#48321, @leeoniya
+ Features and enhancements (8.5.0):
* Alerting: Add contact points provisioning API. #47197,
@JohnnyQQQQ
* Alerting: Add resolved count to notification title when both
firing and resolved present. #46697, @JacobsonMT
* Alerting: Alert rule should wait For duration when execution
error state is Alerting. #47052, @grobinson-grafana
* Alerting: Classic conditions can now display multiple values.
#46971, @gotjosh
* Alerting: Display query from grafana-managed alert rules on
/api/v1/rules. #45969, @gotjosh
* Alerting: Enhance support for arbitrary group names in
managed alerts. #47785, @gillesdemey
* Alerting: add field for custom slack endpoint. #45751,
@nathanrodman
* Azure Monitor : Adding json formatting of error messages in
Panel Header Corner and Inspect Error Tab. #44877, @yaelleC
* Azure Monitor: Add 2 more Curated Dashboards for VM Insights.
#45187, @jcolladokuri
* CloudWatch: Handle new error codes for MetricInsights.
#47033, @Gabrielopesantos
* Dashboards: show changes in save dialog. #46557, @ryantxu
* DataSource: Default data source is no longer a persisted
state but just the default data source for new panels.
#45132, @torkelo
* DataSourcePlugin API: Allow queries import when changing data
source type. #47435, @dprokop
* Explore: Remove return to panel button. #45018, @gelicia
* Explore: allow users to save Explore state to a new panel in
a new dashboard. #45148, @Elfo404
* Instrumentation: Proxy status code correction and various
improvements. #47473, @marefr
* Logging: Introduce feature toggle to activate gokit/log
format. #47336, @ying-jeanne
* NewsPanel: Add support for Atom feeds. #45390, @kaydelaney
* Plugins: Add deprecation notice for /api/tsdb/query endpoint.
#45238, @wbrowne
* Plugins: Adding support for traceID field to accept
variables. #45559, @vinisdl
* PostgreSQL: __unixEpochGroup to support arithmetic expression
as argument. #46764, @s0nik42
* Profile/Help: Expose option to disable profile section and
help menu. #46308, @cameronwaterman
* Prometheus: Enable new visual query builder by default.
#46634, @torkelo
* SAML: Allow disabling of SAML signups. #47481, @mmandrus
* SAML: Allow disabling of SAML signups. (Enterprise)
* Table: New pagination option. #45732, @zoltanbedi
* TablePanel: Add cell inspect option. #45620, @dprokop
* Tempo / Trace Viewer: Support Span Links in Trace Viewer.
#45632, @Shachi16
* Tempo: Download span references in data inspector. #47074,
@connorlindsey
* Tempo: Separate trace to logs and loki search datasource
config. #46655, @connorlindsey
* Trace View: Show number of child spans. #44393, @tharun208
* Transformations: Support escaped characters in key-value pair
parsing. #47901, @aangelisc
+ Bug fixes (8.5.0):
* Azure Monitor: Bug Fix for incorrect variable cascading for
template variables. #47478, @jcolladokuri
* CloudWatch: List all metrics properly in SQL autocomplete.
#45898, @sunker
* CloudWatch: Run query on blur in logs query field. #47454,
@fridgepoet
* Dashboard: Template variables are now correctly persisted
when clicking breadcrumb links. #46790, @ashharrison90
* DashboardPage: Remember scroll position when coming back
panel edit / view panel. #47639, @torkelo
* Panel Edit: Options search now works correctly when a
logarithmic scale option is set. #47927, @ashharrison90
* Postgres: Return tables with hyphenated schemes. #45754,
@zuchka
* Table panel: Fix horizontal scrolling when pagination is
enabled. #47776, @dprokop
* Variables: Ensure variables in query params are correctly
recognised. #47049, @ashharrison90
* Variables: Fix crash when changing query variable datasource.
#44957, @joshhunt
* Visualizations: Stack negative-valued series downwards.
#47373, @leeoniya
+ Breaking changes (8.5.0):
For a proxied request, e.g. Grafana's datasource or plugin
proxy: If the request is cancelled, e.g. from the browser/by
the client, the HTTP status code is now 499 Client closed
request instead of 502 Bad gateway If the request times out,
e.g. takes longer time than allowed, the HTTP status code is
now 504 Gateway timeout instead of 502 Bad gateway. Issue
#47473 The change in behavior is that negative-valued series
are now stacked downwards from 0 (in their own stacks), rather
than downwards from the top of the positive stacks. We now
automatically group stacks by Draw style, Line interpolation,
and Bar alignment, making it impossible to stack bars on top of
lines, or smooth lines on top of stepped lines. Issue #47373
The meaning of the default data source has now changed from
being a persisted property in a panel. Before when you selected
the default data source for a panel and later changed the
default data source to another data source it would change all
panels who were configured to use the default data source. From
now on the default data source is just the default for new
panels and changing the default will not impact any currently
saved dashboards. Issue #45132 The Tooltip component provided
by @grafana/ui is no longer automatically interactive (that is
you can hover onto it and click a link or select text). It will
from now on by default close automatically when you mouse out
from the trigger element. To make tooltips behave like before
set the new interactive property to true.
+ Deprecations (8.5.0):
/api/tsdb/query API has been deprecated and will be removed in
a future release. Use /api/ds/query instead. Issue #45238
+ Plugin development fixes & changes (8.5.0):
* Card: Increase clickable area when meta items are present.
#47935, @ashharrison90
* Loki: Fix operator description propup from being shortened.
#46575, @glintik
* Tooltips: Make tooltips non interactive by default. #45053,
@torkelo
+ Features and enhancements (8.4.7):
* CloudWatch: Added missing MemoryDB Namespace metrics. #47290,
@james-deee
* Histogram Panel: Take decimal into consideration. #47330,
@mdvictor
* TimeSeries: Sort tooltip values based on raw values. #46738,
@dprokop
+ Bug fixes (8.4.7):
* API: Include userId, orgId, uname in request logging
middleware. #47183, @marefr
* Elasticsearch: Respect maxConcurrentShardRequests datasource
setting. #47120, @alexandrst88
+ Bug fixes (8.4.6):
* Security: Fixes CVE-2022-24812. For more information, see our
blog
+ Features and enhancements (8.4.5):
* Instrumentation: Make backend plugin metrics endpoints
available with optional authentication. #46467, @marefr
* Table panel: Show datalinks for cell display modes JSON View
and Gauge derivates. #46020, @mdvictor
+ Bug fixes (8.4.5):
* Azure Monitor: Small bug fixes for Resource Picker. #46665,
@sarahzinger
* Logger: Use specified format for file logger. #46970, @sakjur
* Logs: Handle missing fields in dataframes better. #46963,
@gabor
* ManageDashboards: Fix error when deleting all dashboards from
folder view. #46877, @joshhunt
+ Features and enhancements (8.4.4):
* Loki: Add unpack to autocomplete suggestions (#44623).
#46573, @glintik
* Plugins: allow using both Function and Class components for
app plugins. #46148, @leventebalogh
* TimeSeries: Add migration for Graph panel's transform series
override. #46577, @dprokop
* TimeSeries: Preserve null/undefined values when performing
negative y transform. #46584, @dprokop
+ Bug fixes (8.4.4):
* CloudWatch: Use default http client from aws-sdk-go. #46370,
@sunker
* Dashboards: Fixes repeating by row and no refresh. #46565,
@torkelo
* Gauge: Fixes blank viz when data link exists and orientation
was horizontal. #46335, @torkelo
* Search: sort results correctly when using postgres. #46466,
@xlson
* TagsInput: fix tags remove button accessibility issues.
#46254, @Elfo404
* TextPanel: Sanitize after markdown has been rendered to html.
#46166, @ashharrison90
+ Features and enhancements (8.4.3):
* Alerting: Grafana uses > instead of >= when checking the For
duration. #46010
* Alerting: Use expanded labels in dashboard annotations.
#45726, @grobinson-grafana
* Logs: Escape windows newline into single newline. #45771,
@perosb
+ Bug fixes (8.4.3):
* Alerting: Fix use of > instead of >= when checking the For
duration. #46011, @grobinson-grafana
* Azure Monitor: Fixes broken log queries that use workspace.
#45820, @sunker
* CloudWatch: Remove error message when using multi-valued
template vars in region field. #45886, @sunker
* Middleware: Fix IPv6 host parsing in CSRF check. #45911,
@ying-jeanne
+ Plugin development fixes & changes (8.4.3):
* ClipboardButton: Use a fallback when the Clipboard API is
unavailable. #45831, @ashharrison90
+ Features and enhancements (8.4.2):
* OAuth: Add setting to skip org assignment for external
users. #34834, @baez90
* Tracing: Add option to map tag names to log label names in
trace to logs settings. #45178, @connorlindsey
+ Bug fixes (8.4.2):
* Explore: Fix closing split pane when logs panel is
used. #45602, @ifrost
+ Features and enhancements (8.4.1):
* Cloudwatch: Add support for AWS/PrivateLink* metrics and
dimensions. #45515, @szymonpk
* Configuration: Add ability to customize okta login button
name and icon. #44079, @DanCech
* Tempo: Switch out Select with AsyncSelect component to get
loading state in Tempo Search. #45110, @CatPerry
+ Bug fixes (8.4.1):
* Alerting: Fix migrations by making send_alerts_to field
nullable. #45572, @santihernandezc
+ Features and enhancements (8.4.0):
* API: Extract OpenAPI specification from source code using
go-swagger. #40528, @papagian
* AccessControl: Disable user remove and user update roles when
they do not have the permissions. #43429, @Jguer
* AccessControl: Provisioning for teams. #43767, @gamab
* API: Add usage stats preview endpoint. #43899, @Jguer
* Alerting: Move slow queries in the scheduler to another
goroutine. #44423, @grobinson-grafana
* Alerting: Use time.Ticker instead of alerting.Ticker in
ngalert. #44395, @grobinson-grafana
* Alerting: add custom grouping to Alert Panel. #44559,
@gillesdemey
* Analytics: Add user id tracking to google analytics.
#42763, @autoric
* Angular: Add AngularJS plugin support deprecation plan to
docs site. #45149, @torkelo
* Auth: implement auto_sign_up for auth.jwt. #43502, @sakjur
* Azure Monitor Logs: Order subscriptions in resource picker by
name. #45228, @sunker
* Azure monitor Logs: Optimize data fetching in resource
picker. #44549, @sunker
* AzureMonitor: Filter list of resources by resourceType.
#43522, @andresmgot
* BarChart: color by field, x time field, bar radius, label
skipping. #43257, @leeoniya
* Chore: Implement OpenTelemetry in Grafana. #42674, @idafurjes
* Cloud Monitoring: Adds metric type to Metric drop down
options. #43268, @tw1nk
* CloudWatch: Add Data Lifecycle Manager metrics and dimension.
#43310, @ilyastoli
* CloudWatch: Add Missing Elasticache Host-level metrics.
#43455, @dhendo
* CloudWatch: Add all ElastiCache Redis Metrics. #43336,
@siavashs
* CloudWatch: Add new AWS/ES metrics. #43034, @sunker
* Cloudwatch: Add syntax highlighting and autocomplete for
"Metric Search". #43985, @sarahzinger
* Explore: Support custom display label for exemplar links for
Prometheus datasource. #42732, @JokerQueue
* Hotkeys: Make time range absolute/permanent. #43802, @davkal
* Playlists: Enable sharing direct links to playlists. #44161,
@ashharrison90
* SQLStore: Prevent concurrent migrations. #44101, @papagian
* SSE: Add Mode to drop NaN/Inf/Null in Reduction operations.
#43583, @kylebrandt
* Setting: Support configuring feature toggles with bools
instead of just passing an array. #43326, @bergquist
* TimeSeries: Add support for negative Y and constant
transform. #44774, @dprokop
* Transformations: Add 'JSON' field type to
ConvertFieldTypeTransformer. #42624, @sd2k
+ Bug fixes (8.4.0):
* Auth: Guarantee consistency of signed SigV4 headers.
#45054, @wbrowne
* CloudWatch: Fix MetricName resetting on Namespace change.
#44165, @yaelleC
* Cloudwatch : Fixed reseting metric name when changing
namespace in Metric Query. #44612, @yaelleC
* Explore: Avoid locking timepicker when range is inverted.
#44790, @Elfo404
* Instrumentation: Fix HTTP request instrumentation of
authentication failures. #44234, @marefr
* LibraryPanels: Prevent long descriptions and names from
obscuring the delete button. #45190, @zuchka
* OAuth: Fix parsing of ID token if header contains non-string
value. #44159, @marefr
* Panel Edit: Visualization search now works correctly with
special characters. #45137, @ashharrison90
* Provisioning: Fix duplicate validation when multiple
organizations have been configured. #44151, @marefr
* QueryField: Fix issue with undo history when suggestion is
inserted (#28656). #39114, @glintik
* TablePanel: Do not prefix columns with frame name if multiple
frames and override active. #45174, @mdvictor
+ Deprecations (8.4.0):
AngularJS plugin support is now in a deprecated state, meaning
it will be removed in a future release. Currently, that is
planned for version 10 (in 2023). The documentation site has an
article with more details on why, when, and how. Issue #45149
OBS-URL: https://build.opensuse.org/request/show/999209
OBS-URL: https://build.opensuse.org/package/show/server:monitoring/grafana?expand=0&rev=76
|
|||
| 85974d977e |
Accepting request 949301 from home:witekbedyk:branches:server:monitoring
- Update to version 8.3.4 (jsc#PM-3191) - Update changelog - Update license to GNU Affero General Public License v3.0. OBS-URL: https://build.opensuse.org/request/show/949301 OBS-URL: https://build.opensuse.org/package/show/server:monitoring/grafana?expand=0&rev=67 |
|||
| ec23dd53c4 |
Accepting request 926954 from home:witekbedyk:branches:server:monitoring
Revert patch file rename. Add patch as source to spec file. OBS-URL: https://build.opensuse.org/request/show/926954 OBS-URL: https://build.opensuse.org/package/show/server:monitoring/grafana?expand=0&rev=62 |
|||
| 507d1d28da |
Accepting request 926875 from home:witekbedyk:branches:server:monitoring
Autobuild scripts prevent block patches not mentioned in the spec file. Trying to workaround this here. OBS-URL: https://build.opensuse.org/request/show/926875 OBS-URL: https://build.opensuse.org/package/show/server:monitoring/grafana?expand=0&rev=61 |
|||
| a029c81581 |
Accepting request 922558 from home:witekbedyk:branches:server:monitoring
- Add patch 0001-Add-source-code-reference.patch * Add URL to package source code in the login page footer OBS-URL: https://build.opensuse.org/request/show/922558 OBS-URL: https://build.opensuse.org/package/show/server:monitoring/grafana?expand=0&rev=60 |
|||
| 6b0443b68b |
Accepting request 874474 from home:tserong:branches:server:monitoring
Update to version 7.4.2 OBS-URL: https://build.opensuse.org/request/show/874474 OBS-URL: https://build.opensuse.org/package/show/server:monitoring/grafana?expand=0&rev=52 |
|||
|
|
5843cd47b1 |
Accepting request 810636 from home:jcavalheiro:monitoring
Update to v7.0.1 OBS-URL: https://build.opensuse.org/request/show/810636 OBS-URL: https://build.opensuse.org/package/show/server:monitoring/grafana?expand=0&rev=41 |
||
| f4cc777309 |
Accepting request 805824 from home:SchoolGuy:branches:server:monitoring
Docs about patching the JS frontend OBS-URL: https://build.opensuse.org/request/show/805824 OBS-URL: https://build.opensuse.org/package/show/server:monitoring/grafana?expand=0&rev=39 |
|||
| 19ad1a3209 |
Accepting request 786027 from home:ojkastl_buildservice:Branch_grafana
update to 6.6.2; use go_modules service to provide dependencies in vendor.tar.gz; BuildRequires go1.14 to build successfully; adjust Makefile and README to current requirements for 6.6.2 (npm12, not npm10);adjust Makefile to fully work with new file names OBS-URL: https://build.opensuse.org/request/show/786027 OBS-URL: https://build.opensuse.org/package/show/server:monitoring/grafana?expand=0&rev=30 |
|||
|
|
89794e01f3 |
Accepting request 753312 from home:witekbedyk:branches:server:monitoring
- Revert the spec file and make script - Remove PhantomJS dependency OBS-URL: https://build.opensuse.org/request/show/753312 OBS-URL: https://build.opensuse.org/package/show/server:monitoring/grafana?expand=0&rev=28 |
||
|
|
5e0f5eab11 |
Accepting request 719831 from home:oertel:branches:server:monitoring
- make phantomjs dependency configurable OBS-URL: https://build.opensuse.org/request/show/719831 OBS-URL: https://build.opensuse.org/package/show/server:monitoring/grafana?expand=0&rev=20 |
||
|
|
d302335b61 |
Accepting request 706491 from home:jcavalheiro:monitoring
- Remove phantomjs dependency OBS-URL: https://build.opensuse.org/request/show/706491 OBS-URL: https://build.opensuse.org/package/show/server:monitoring/grafana?expand=0&rev=15 |
||
| f504c80fe4 |
Accepting request 583279 from security:logging
server:monitoring seems to be a better place for grafana then security:logging. OBS-URL: https://build.opensuse.org/request/show/583279 OBS-URL: https://build.opensuse.org/package/show/server:monitoring/grafana?expand=0&rev=1 |