From d62f6b0983377fad4ed2ac44779afb106453970c9edd71c994d7b152247f5d25 Mon Sep 17 00:00:00 2001 From: Dirk Stoecker Date: Thu, 5 Oct 2023 13:41:11 +0000 Subject: [PATCH] Accepting request 1108401 from home:mkittler:branches:server:monitoring - Update to version 10.1.1: * Features and enhancements - Loki: Remove distinct operation. - Whitelabeling: Add a config option to hide the Grafana edition from the footer. - Alerting: Optimize rule details page data fetching. - Alerting: Optimize external Loki queries. * Bug fixes - Alerting: Limit redis pool size to 5 and make configurable. - Elasticsearch: Fix respecting of precision in geo hash grid. - Dashboard: Fix Variable Dropdown to Enforce Minimum One Selection when 'All' Option is Configured. - Chore: Fix Random Walk scenario for Grafana DS. - AuthProxy: Fix user retrieval through cache. - Alerting: Fix auto-completion snippets for KV properties. - Alerting: Fix incorrect timing meta information for policy. - Alerting: Add new Recording Rule button when the list is empty. - Drawer: Clicking a Select arrow within a Drawer no longer causes it to close. - Logs: Fix log samples not present with empty first frame. - Alerting: Fix Recording Rule QueryEditor builder view. - Transforms: Catch errors while running transforms. - Dashboard: Fix version restore. - Logs: Fix permalinks not scrolling into view. - SqlDataSources: Update metricFindQuery to pass on scopedVars to templateSrv. - Rendering: Fix dashboard screenshot. - Loki: Fix validation of step values to also allow e.g. ms values. - Dashboard: Fix repeated row panel placement with larger number of rows. - CodeEditor: Correctly fires onChange handler. - Drawer: Fix scrolling drawer content on Safari. - Alerting: Remove dump wrapper for yaml config. - Alerting: Always invalidate the AM config after mutation. - Slug: Combine various slugify fixes for special character handling. - Logs: Fix displaying the wrong field as body. - Alerting: Fix "see graph button" for cloud rules. OBS-URL: https://build.opensuse.org/request/show/1108401 OBS-URL: https://build.opensuse.org/package/show/server:monitoring/grafana?expand=0&rev=119 --- _service | 2 +- _servicedata | 2 +- grafana-10.1.0.tar.gz | 3 --- grafana-10.1.1.tar.gz | 3 +++ grafana.changes | 44 +++++++++++++++++++++++++++++++++++++++++++ grafana.spec | 2 +- vendor.tar.gz | 4 ++-- 7 files changed, 52 insertions(+), 8 deletions(-) delete mode 100644 grafana-10.1.0.tar.gz create mode 100644 grafana-10.1.1.tar.gz diff --git a/_service b/_service index 2ae1283..cd9a0b8 100644 --- a/_service +++ b/_service @@ -5,7 +5,7 @@ .git @PARENT_TAG@ v(.*) - v10.1.0 + v10.1.1 enable diff --git a/_servicedata b/_servicedata index 5ee1350..61a37c7 100644 --- a/_servicedata +++ b/_servicedata @@ -1,6 +1,6 @@ https://github.com/grafana/grafana - ff85ec33c56ffe567e6bde27473d9493eb70c743 + 0cfa76b22dd534dbb13fc0ed5971fedb9a5c786d \ No newline at end of file diff --git a/grafana-10.1.0.tar.gz b/grafana-10.1.0.tar.gz deleted file mode 100644 index f95ef3e..0000000 --- a/grafana-10.1.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:00a22910aba724892a34168c703da5305b66f55d68712737e22df95465f1667a -size 74830919 diff --git a/grafana-10.1.1.tar.gz b/grafana-10.1.1.tar.gz new file mode 100644 index 0000000..cc28a74 --- /dev/null +++ b/grafana-10.1.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2b2b62e3687bc99ac7b8b21adbc1b9928f0ea47ae78e39bffbad14ba2048878 +size 74906144 diff --git a/grafana.changes b/grafana.changes index e074c05..f955638 100644 --- a/grafana.changes +++ b/grafana.changes @@ -1,3 +1,47 @@ +------------------------------------------------------------------- +Fri Sep 01 07:24:44 UTC 2023 - marius.kittler@suse.com + +- Update to version 10.1.1: + * Features and enhancements + - Loki: Remove distinct operation. + - Whitelabeling: Add a config option to hide the Grafana + edition from the footer. + - Alerting: Optimize rule details page data fetching. + - Alerting: Optimize external Loki queries. + * Bug fixes + - Alerting: Limit redis pool size to 5 and make configurable. + - Elasticsearch: Fix respecting of precision in geo hash grid. + - Dashboard: Fix Variable Dropdown to Enforce Minimum One + Selection when 'All' Option is Configured. + - Chore: Fix Random Walk scenario for Grafana DS. + - AuthProxy: Fix user retrieval through cache. + - Alerting: Fix auto-completion snippets for KV properties. + - Alerting: Fix incorrect timing meta information for policy. + - Alerting: Add new Recording Rule button when the list is + empty. + - Drawer: Clicking a Select arrow within a Drawer no longer + causes it to close. + - Logs: Fix log samples not present with empty first frame. + - Alerting: Fix Recording Rule QueryEditor builder view. + - Transforms: Catch errors while running transforms. + - Dashboard: Fix version restore. + - Logs: Fix permalinks not scrolling into view. + - SqlDataSources: Update metricFindQuery to pass on scopedVars + to templateSrv. + - Rendering: Fix dashboard screenshot. + - Loki: Fix validation of step values to also allow e.g. ms + values. + - Dashboard: Fix repeated row panel placement with larger + number of rows. + - CodeEditor: Correctly fires onChange handler. + - Drawer: Fix scrolling drawer content on Safari. + - Alerting: Remove dump wrapper for yaml config. + - Alerting: Always invalidate the AM config after mutation. + - Slug: Combine various slugify fixes for special character + handling. + - Logs: Fix displaying the wrong field as body. + - Alerting: Fix "see graph button" for cloud rules. + ------------------------------------------------------------------- Thu Aug 24 14:00:45 UTC 2023 - marius.kittler@suse.com diff --git a/grafana.spec b/grafana.spec index ffe29b7..cc5610d 100644 --- a/grafana.spec +++ b/grafana.spec @@ -22,7 +22,7 @@ %endif Name: grafana -Version: 10.1.0 +Version: 10.1.1 Release: 0 Summary: The open-source platform for monitoring and observability License: AGPL-3.0-only diff --git a/vendor.tar.gz b/vendor.tar.gz index 2ce1d63..ae8f2b5 100644 --- a/vendor.tar.gz +++ b/vendor.tar.gz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e12dba43ac224eb5b1da78781b224c9d051f85482353ece11a90606e57fc7e72 -size 29428691 +oid sha256:1e751fc19361aeb97dd7e84b78928c0f64a8c15645f75a639ea6919df7fbd914 +size 29454674