From 0a2c10ecd81a07028cade1169d93dccc1d5de7c5e4f4e8531eb00bcbc788db33 Mon Sep 17 00:00:00 2001 From: Marius Kittler Date: Tue, 17 Oct 2023 09:49:45 +0000 Subject: [PATCH 1/2] Accepting request 1118051 from home:dmolkentin:infrarun - Update to version 10.1.5: * Features and enhancements: - Azure: Settings for Azure AD Workload Identity - Azure: Add support for Workload Identity authentication * Bugfixes: - Alerting: Add support for `keep_firing_for` field from external rulers - Cloudwatch: Prevent log group requests with ARNs if feature flag is off - Cloudwatch: Backport 73524 Bring Back Legacy Log Group Picker - Update to version 10.1.3: * Features and enhancements: - Docs: add deep links info - Plugins: Angular: Removed getLegacyAngularInjector Angular pattern - Update `make docs` procedure - Docs: Add multiple y-axes guidance - Docs/creates backup grafana topic - Docs: Fix nightly builds link - Auth: Optimize auth token operations - Docs: add dashboards folder naming guidance - Alerting docs: adds roll back warning to config grafana - Auth: Refactor for revoking user tokens within last hours - Docs: 404 fix - updated alerting link - Chore: Remove unused secret enterprise2-cdn-path - Nightlies: Push windows artifacts to GCS on main builds - Chore: Update github.com/ProtonMail/go-crypto - Prometheus: Handle the response with different field key order - Share link: Use panel relative time for direct link rendered OBS-URL: https://build.opensuse.org/request/show/1118051 OBS-URL: https://build.opensuse.org/package/show/server:monitoring/grafana?expand=0&rev=121 --- _service | 2 +- _servicedata | 2 +- grafana-10.1.5.tar.gz | 3 ++ grafana.changes | 91 +++++++++++++++++++++++++++++++++++++++++++ grafana.spec | 2 +- vendor.tar.gz | 4 +- 6 files changed, 99 insertions(+), 5 deletions(-) create mode 100644 grafana-10.1.5.tar.gz diff --git a/_service b/_service index cd9a0b8..7d6021d 100644 --- a/_service +++ b/_service @@ -5,7 +5,7 @@ .git @PARENT_TAG@ v(.*) - v10.1.1 + v10.1.5 enable diff --git a/_servicedata b/_servicedata index 61a37c7..6586ddb 100644 --- a/_servicedata +++ b/_servicedata @@ -1,6 +1,6 @@ https://github.com/grafana/grafana - 0cfa76b22dd534dbb13fc0ed5971fedb9a5c786d + 849c612fcb7337cd2583d080070c519c8e54ebab \ No newline at end of file diff --git a/grafana-10.1.5.tar.gz b/grafana-10.1.5.tar.gz new file mode 100644 index 0000000..1bde066 --- /dev/null +++ b/grafana-10.1.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49cd06695a98cca4a6e10e89f8ac4cdd5467abd923e8fa29c6302ce61da82c57 +size 74271137 diff --git a/grafana.changes b/grafana.changes index f955638..20b42f7 100644 --- a/grafana.changes +++ b/grafana.changes @@ -1,3 +1,94 @@ +------------------------------------------------------------------- +Mon Oct 16 13:04:16 UTC 2023 - daniel@molkentin.de + +- Update to version 10.1.5: + * Features and enhancements: + - Azure: Settings for Azure AD Workload Identity + - Azure: Add support for Workload Identity authentication + * Bugfixes: + - Alerting: Add support for `keep_firing_for` field from + external rulers + - Cloudwatch: Prevent log group requests with ARNs if feature + flag is off + - Cloudwatch: Backport 73524 Bring Back Legacy Log Group + Picker + +- Update to version 10.1.3: + * Features and enhancements: + - Docs: add deep links info + - Plugins: Angular: Removed getLegacyAngularInjector Angular + pattern + - Update `make docs` procedure + - Docs: Add multiple y-axes guidance + - Docs/creates backup grafana topic + - Docs: Fix nightly builds link + - Auth: Optimize auth token operations + - Docs: add dashboards folder naming guidance + - Alerting docs: adds roll back warning to config grafana + - Auth: Refactor for revoking user tokens within last hours + - Docs: 404 fix - updated alerting link + - Chore: Remove unused secret enterprise2-cdn-path - + Nightlies: Push windows artifacts to GCS on main builds + - Chore: Update github.com/ProtonMail/go-crypto + - Prometheus: Handle the response with different field key order + - Share link: Use panel relative time for direct link rendered + image + - AdHocVars: Allow selecting datasource variable from data + source picker + * Bugfixes: + - Canvas: Avoid conflicting stylesheets when loading SVG icons + - InfluxDB: Fix adhoc filter call + - Fix Grafana Cloud data source alerting link 404 + - Docs: add missing shared files to upgrade guides 8-9.4 + - Docs: replace broken link with current docs location + - Alerting: Prevent showing "Permissions denied" alert when not + accurate + - RBAC: Fix search user permissions + - BrowseDashboards: Only remember the most recent expanded folder + - Fix contact points aliases and add additional for + `/docs/grafana//alerting/contact-points/` + - Remove set-up-cloud page as it has been moved to the website + repository + - Tempo Service Map: Fix context menu links in service map when + namespace is present + - Logs Panel: Performance issue while scrolling within panel in + safari + - Licensing: Pass func to update env variables when startingi + plugin + - Bug: Allow to uninstall a deprecated plugin + - Doc: Remove Cloud Pro and Advanced references + - InfluxDB: Fix multiple tag selection + - usePanelSave: Fix success/error notifications + - Nested folders: Fix folder hierarchy in folder responses + - Docs: Add basic query option descriptions + - Docs: Fix broken link + - Docs: Correct broken link and update reference + - Auth: Fix set basicrole to the previous role in UI on error + from backend + - Alerting: Do not exit if Redis ping fails when using + redis-based Alertmanager clustering + - Docs: Replace relref with docs/ref link + - Refactor: Move LDAP auth config frontend registration to OSS + - PromLink: Fixes promlink test failing in CI and locally + - Update `make docs` procedure + - Alerting docs: link fixes and a note for expressions + - Docs: Update the Elasticsearch data source docs + - Add version lookup to `docs/shared` usage in Tempo + - docs: updates broken link + - Docs: reorder visualizations pages + - Docs: Fix 404s + - Docs: Remove docs reference to removed feature + - Alerting: Refactor AlertRuleForm and fix annotations step + description for cloud rules + - Update `docs/shared` shortcode usage to use keyword argument + interface + - Docs: Update docs on comparisions with $values + - Update `make docs` procedure + +- Update to version 10.1.2: + * (upstream packaging dependency changes only, identical to + 10.1.1 for our purposes) + ------------------------------------------------------------------- Fri Sep 01 07:24:44 UTC 2023 - marius.kittler@suse.com diff --git a/grafana.spec b/grafana.spec index cc5610d..efa3b2f 100644 --- a/grafana.spec +++ b/grafana.spec @@ -22,7 +22,7 @@ %endif Name: grafana -Version: 10.1.1 +Version: 10.1.5 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 ae8f2b5..83579cb 100644 --- a/vendor.tar.gz +++ b/vendor.tar.gz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1e751fc19361aeb97dd7e84b78928c0f64a8c15645f75a639ea6919df7fbd914 -size 29454674 +oid sha256:11ab82d2f4fb9450b2044d4807123518873693b99b21966785523016f4c3ea0e +size 28920149 From ad0edf065ace49a24e3763736bd6b352c0480d4655e031c7fb83871c5b869ed0 Mon Sep 17 00:00:00 2001 From: Marius Kittler Date: Tue, 17 Oct 2023 11:00:31 +0000 Subject: [PATCH 2/2] Accepting request 1118269 from home:mkittler:branches:server:monitoring * Delete old source archive * Fix indentation error in changelog OBS-URL: https://build.opensuse.org/request/show/1118269 OBS-URL: https://build.opensuse.org/package/show/server:monitoring/grafana?expand=0&rev=122 --- grafana-10.1.1.tar.gz | 3 --- grafana.changes | 4 ++-- 2 files changed, 2 insertions(+), 5 deletions(-) delete mode 100644 grafana-10.1.1.tar.gz diff --git a/grafana-10.1.1.tar.gz b/grafana-10.1.1.tar.gz deleted file mode 100644 index cc28a74..0000000 --- a/grafana-10.1.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d2b2b62e3687bc99ac7b8b21adbc1b9928f0ea47ae78e39bffbad14ba2048878 -size 74906144 diff --git a/grafana.changes b/grafana.changes index 20b42f7..d8b9078 100644 --- a/grafana.changes +++ b/grafana.changes @@ -35,7 +35,7 @@ Mon Oct 16 13:04:16 UTC 2023 - daniel@molkentin.de image - AdHocVars: Allow selecting datasource variable from data source picker - * Bugfixes: + * Bugfixes: - Canvas: Avoid conflicting stylesheets when loading SVG icons - InfluxDB: Fix adhoc filter call - Fix Grafana Cloud data source alerting link 404 @@ -60,7 +60,7 @@ Mon Oct 16 13:04:16 UTC 2023 - daniel@molkentin.de - InfluxDB: Fix multiple tag selection - usePanelSave: Fix success/error notifications - Nested folders: Fix folder hierarchy in folder responses - - Docs: Add basic query option descriptions + - Docs: Add basic query option descriptions - Docs: Fix broken link - Docs: Correct broken link and update reference - Auth: Fix set basicrole to the previous role in UI on error