From 3a6bc52d50ae2bb5fb6b313a8dcc47317bce8c1b784488bc3fdcd116e50bc0df Mon Sep 17 00:00:00 2001 From: Stefano Torresi Date: Fri, 28 May 2021 07:40:20 +0000 Subject: [PATCH] Accepting request 895357 from home:dmolkentin:infrarun - Update to version 7.5.7: * Updated relref to "Configuring exemplars" section (#34240) (#34243) * Added exemplar topic (#34147) (#34226) * Quota: Do not count folders towards dashboard quota (#32519) (#34025) * Instructions to separate emails with semicolons (#32499) (#34138) * Docs: Remove documentation of v8 generic OAuth feature (#34018) * Annotations: Prevent orphaned annotation tags cleanup when no annotations were cleaned (#33957) (#33975) * [GH-33898] Add missing --no-cache to Dockerfile. (#33906) (#33935) * ReleaseNotes: Updated changelog and release notes for 7.5.6 (#33932) (#33936) * Stop hoisting @icons/material (#33922) * Chore: fix react-color version in yarn.lock (#33914) * "Release: Updated versions in package to 7.5.6" (#33909) * Loki: fix label browser crashing when + typed (#33900) (#33901) * Document `hide_version` flag (#33670) (#33881) * Add isolation level db configuration parameter (#33830) (#33878) * Sanitize PromLink button (#33874) (#33876) * Removed content as per MarcusE's suggestion in https://github.com/grafana/grafana/issues/33822. (#33870) (#33872) * Docs feedback: /administration/provisioning.md (#33804) (#33842) * Docs: delete from high availability docs references to removed configurations related to session storage (#33827) (#33851) * Docs: Update _index.md (#33797) (#33799) * Docs: Update installation.md (#33656) (#33703) * GraphNG: uPlot 1.6.9 (#33598) (#33612) * dont consider invalid email address a failed email (#33671) (#33681) * InfluxDB: Improve measurement-autocomplete behavior in query editor (#33494) (#33625) * add template for dashboard url parameters (#33549) (#33588) * Add note to Snapshot API doc to specify that user has to provide the entire dashboard model (#33572) (#33586) * Update team.md (#33454) (#33536) * Removed duplicate file "dashboard_folder_permissions.md (#33497) * Document customQueryParameters for prometheus datasource provisioning (#33440) (#33495) * ReleaseNotes: Updated changelog and release notes for 7.5.5 (#33473) (#33492) OBS-URL: https://build.opensuse.org/request/show/895357 OBS-URL: https://build.opensuse.org/package/show/server:monitoring/grafana?expand=0&rev=58 --- _service | 2 +- _servicedata | 2 +- grafana-7.5.5.tar.gz | 3 --- grafana-7.5.7.tar.gz | 3 +++ grafana.changes | 36 ++++++++++++++++++++++++++++++++++++ grafana.spec | 2 +- vendor.tar.gz | 4 ++-- 7 files changed, 44 insertions(+), 8 deletions(-) delete mode 100644 grafana-7.5.5.tar.gz create mode 100644 grafana-7.5.7.tar.gz diff --git a/_service b/_service index 9b4e94e..c3e6e73 100644 --- a/_service +++ b/_service @@ -5,7 +5,7 @@ .git @PARENT_TAG@ v(.*) - v7.5.5 + v7.5.7 enable diff --git a/_servicedata b/_servicedata index 2536efd..da8432a 100644 --- a/_servicedata +++ b/_servicedata @@ -1,6 +1,6 @@ https://github.com/grafana/grafana - b5190ee547340aa8f9e4d9e32d4ff05e3687d449 + 91de51771c79f4f38ddd14a51baeae72140ec828 \ No newline at end of file diff --git a/grafana-7.5.5.tar.gz b/grafana-7.5.5.tar.gz deleted file mode 100644 index 216db10..0000000 --- a/grafana-7.5.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fcecd5ce91d341a74a05e36f24bf3e22f91a73d58a9993bfd40ea4a4703f5603 -size 32546784 diff --git a/grafana-7.5.7.tar.gz b/grafana-7.5.7.tar.gz new file mode 100644 index 0000000..721f304 --- /dev/null +++ b/grafana-7.5.7.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:225af1afcd4be5e0589d9c982d76ab2cccc28f2c41934804e74f475aad957049 +size 32740935 diff --git a/grafana.changes b/grafana.changes index 9cfd2de..0837d2a 100644 --- a/grafana.changes +++ b/grafana.changes @@ -1,3 +1,39 @@ +------------------------------------------------------------------- +Thu May 20 02:14:06 UTC 2021 - daniel.molkentin@suse.com + +- Update to version 7.5.7: + * Updated relref to "Configuring exemplars" section (#34240) (#34243) + * Added exemplar topic (#34147) (#34226) + * Quota: Do not count folders towards dashboard quota (#32519) (#34025) + * Instructions to separate emails with semicolons (#32499) (#34138) + * Docs: Remove documentation of v8 generic OAuth feature (#34018) + * Annotations: Prevent orphaned annotation tags cleanup when no annotations were cleaned (#33957) (#33975) + * [GH-33898] Add missing --no-cache to Dockerfile. (#33906) (#33935) + * ReleaseNotes: Updated changelog and release notes for 7.5.6 (#33932) (#33936) + * Stop hoisting @icons/material (#33922) + * Chore: fix react-color version in yarn.lock (#33914) + * "Release: Updated versions in package to 7.5.6" (#33909) + * Loki: fix label browser crashing when + typed (#33900) (#33901) + * Document `hide_version` flag (#33670) (#33881) + * Add isolation level db configuration parameter (#33830) (#33878) + * Sanitize PromLink button (#33874) (#33876) + * Removed content as per MarcusE's suggestion in https://github.com/grafana/grafana/issues/33822. (#33870) (#33872) + * Docs feedback: /administration/provisioning.md (#33804) (#33842) + * Docs: delete from high availability docs references to removed configurations related to session storage (#33827) (#33851) + * Docs: Update _index.md (#33797) (#33799) + * Docs: Update installation.md (#33656) (#33703) + * GraphNG: uPlot 1.6.9 (#33598) (#33612) + * dont consider invalid email address a failed email (#33671) (#33681) + * InfluxDB: Improve measurement-autocomplete behavior in query editor (#33494) (#33625) + * add template for dashboard url parameters (#33549) (#33588) + * Add note to Snapshot API doc to specify that user has to provide the entire dashboard model (#33572) (#33586) + * Update team.md (#33454) (#33536) + * Removed duplicate file "dashboard_folder_permissions.md (#33497) + * Document customQueryParameters for prometheus datasource provisioning (#33440) (#33495) + * ReleaseNotes: Updated changelog and release notes for 7.5.5 (#33473) (#33492) + * Documentation: Update developer-guide.md (#33478) (#33490) + * add closed parenthesis to fix a hyperlink (#33471) (#33481) + ------------------------------------------------------------------- Thu May 06 13:32:17 UTC 2021 - ecsos@opensuse.org diff --git a/grafana.spec b/grafana.spec index 9b4b599..914d69a 100644 --- a/grafana.spec +++ b/grafana.spec @@ -22,7 +22,7 @@ %endif Name: grafana -Version: 7.5.5 +Version: 7.5.7 Release: 0 Summary: The open-source platform for monitoring and observability License: Apache-2.0 diff --git a/vendor.tar.gz b/vendor.tar.gz index 4821997..32e065e 100644 --- a/vendor.tar.gz +++ b/vendor.tar.gz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e131db6ca2d709ae7f10c658f492f7c582170d5ab2c206cb68191a0de994d194 -size 11947580 +oid sha256:e0325c2b8c392647e166d3579595673889342cdfcdaa4050901fecb7aa7dfc07 +size 12121040