From 1e5349b11c727f0c6b310eb54dc766d5debcf1e2fc1d9a45c702f89c6566b755 Mon Sep 17 00:00:00 2001 From: Lars Vogdt Date: Sun, 9 May 2021 12:56:50 +0000 Subject: [PATCH] Accepting request 891162 from home:ecsos:monitoring - Update to version 7.5.5: * "Release: Updated versions in package to 7.5.5" (#33469) * GraphNG: Fix exemplars window position (#33427) (#33462) * Remove field limitation from slack notification (#33113) (#33455) * Prometheus: Support POST in template variables (#33321) (#33441) * Instrumentation: Add success rate metrics for email notifications (#33359) (#33409) * Use either moment objects (for absolute times in the datepicker) or string (for relative time) (#33315) (#33406) * Docs: Removed type from find annotations example. (#33399) (#33403) * [v7.5.x]: FrontendMetrics: Adds new backend api that frontend can use to push frontend measurements and counters to prometheus (#33255) * Updated label for add panel. (#33285) (#33286) * Bug: Add git to Dockerfile.ubuntu (#33247) (#33248) * Docs: Sync latest master docs with 7.5.x (#33156) * Docs: Update getting-started-influxdb.md (#33234) (#33241) * Doc: Document the X-Grafana-Org-Id HTTP header (#32478) (#33239) * Minor Changes in Auditing.md (#31435) (#33238) * Docs: Add license check endpoint doc (#32987) (#33236) * Postgres: Fix time group macro when TimescaleDB is enabled and interval is less than a second (#33153) (#33219) * Docs: InfluxDB doc improvements (#32815) (#33185) * [v7.5.x] Loki: Pass Skip TLS Verify setting to alert queries (#33031) * update cla (#33181) * Fix inefficient regular expression (#33155) (#33159) * Auth: Don't clear auth token cookie when lookup token fails (#32999) (#33136) * Elasticsearch: Add documentation for supported Elasticsearch query transformations (#33072) (#33128) * Update team.md (#33060) (#33084) * GE issue 1268 (#33049) (#33081) * Fixed some formatting issues for PRs from yesterday. (#33078) (#33079) * Explore: Load default data source in Explore when the provided source does not exist (#32992) (#33061) * Docs: Replace next with latest in aliases (#33054) (#33059) * Added missing link item. (#33052) (#33055) * Backport 33034 (#33038) * Docs: Backport 32916 to v7.5x (#33008) * ReleaseNotes: Updated changelog and release notes for 7.5.4 (#32973) (#32998) * Elasticsearch: Force re-rendering of each editor row type change (#32993) (#32996) * Docs: Sync release branch with latest docs (#32986) OBS-URL: https://build.opensuse.org/request/show/891162 OBS-URL: https://build.opensuse.org/package/show/server:monitoring/grafana?expand=0&rev=56 --- _service | 2 +- _servicedata | 2 +- grafana-7.5.4.tar.gz | 3 --- grafana-7.5.5.tar.gz | 3 +++ grafana.changes | 38 ++++++++++++++++++++++++++++++++++++++ grafana.spec | 2 +- vendor.tar.gz | 4 ++-- 7 files changed, 46 insertions(+), 8 deletions(-) delete mode 100644 grafana-7.5.4.tar.gz create mode 100644 grafana-7.5.5.tar.gz diff --git a/_service b/_service index adfe213..9b4e94e 100644 --- a/_service +++ b/_service @@ -5,7 +5,7 @@ .git @PARENT_TAG@ v(.*) - v7.5.4 + v7.5.5 enable diff --git a/_servicedata b/_servicedata index 44be81f..2536efd 100644 --- a/_servicedata +++ b/_servicedata @@ -1,6 +1,6 @@ https://github.com/grafana/grafana - 615c153b3a2e4d80cff263e67424af6edb992211 + b5190ee547340aa8f9e4d9e32d4ff05e3687d449 \ No newline at end of file diff --git a/grafana-7.5.4.tar.gz b/grafana-7.5.4.tar.gz deleted file mode 100644 index 62cd523..0000000 --- a/grafana-7.5.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1b72e82975e7fd8460ed890769f4beaa62cdde60e6b044b72b0c1d373f038099 -size 32520433 diff --git a/grafana-7.5.5.tar.gz b/grafana-7.5.5.tar.gz new file mode 100644 index 0000000..216db10 --- /dev/null +++ b/grafana-7.5.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fcecd5ce91d341a74a05e36f24bf3e22f91a73d58a9993bfd40ea4a4703f5603 +size 32546784 diff --git a/grafana.changes b/grafana.changes index d04010f..9cfd2de 100644 --- a/grafana.changes +++ b/grafana.changes @@ -1,3 +1,41 @@ +------------------------------------------------------------------- +Thu May 06 13:32:17 UTC 2021 - ecsos@opensuse.org + +- Update to version 7.5.5: + * "Release: Updated versions in package to 7.5.5" (#33469) + * GraphNG: Fix exemplars window position (#33427) (#33462) + * Remove field limitation from slack notification (#33113) (#33455) + * Prometheus: Support POST in template variables (#33321) (#33441) + * Instrumentation: Add success rate metrics for email notifications (#33359) (#33409) + * Use either moment objects (for absolute times in the datepicker) or string (for relative time) (#33315) (#33406) + * Docs: Removed type from find annotations example. (#33399) (#33403) + * [v7.5.x]: FrontendMetrics: Adds new backend api that frontend can use to push frontend measurements and counters to prometheus (#33255) + * Updated label for add panel. (#33285) (#33286) + * Bug: Add git to Dockerfile.ubuntu (#33247) (#33248) + * Docs: Sync latest master docs with 7.5.x (#33156) + * Docs: Update getting-started-influxdb.md (#33234) (#33241) + * Doc: Document the X-Grafana-Org-Id HTTP header (#32478) (#33239) + * Minor Changes in Auditing.md (#31435) (#33238) + * Docs: Add license check endpoint doc (#32987) (#33236) + * Postgres: Fix time group macro when TimescaleDB is enabled and interval is less than a second (#33153) (#33219) + * Docs: InfluxDB doc improvements (#32815) (#33185) + * [v7.5.x] Loki: Pass Skip TLS Verify setting to alert queries (#33031) + * update cla (#33181) + * Fix inefficient regular expression (#33155) (#33159) + * Auth: Don't clear auth token cookie when lookup token fails (#32999) (#33136) + * Elasticsearch: Add documentation for supported Elasticsearch query transformations (#33072) (#33128) + * Update team.md (#33060) (#33084) + * GE issue 1268 (#33049) (#33081) + * Fixed some formatting issues for PRs from yesterday. (#33078) (#33079) + * Explore: Load default data source in Explore when the provided source does not exist (#32992) (#33061) + * Docs: Replace next with latest in aliases (#33054) (#33059) + * Added missing link item. (#33052) (#33055) + * Backport 33034 (#33038) + * Docs: Backport 32916 to v7.5x (#33008) + * ReleaseNotes: Updated changelog and release notes for 7.5.4 (#32973) (#32998) + * Elasticsearch: Force re-rendering of each editor row type change (#32993) (#32996) + * Docs: Sync release branch with latest docs (#32986) + ------------------------------------------------------------------- Thu Apr 15 18:15:54 UTC 2021 - ecsos@opensuse.org diff --git a/grafana.spec b/grafana.spec index 8c144da..9b4b599 100644 --- a/grafana.spec +++ b/grafana.spec @@ -22,7 +22,7 @@ %endif Name: grafana -Version: 7.5.4 +Version: 7.5.5 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 a8e2990..4821997 100644 --- a/vendor.tar.gz +++ b/vendor.tar.gz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c54e8c8eac51786ba9ac53ab28847f716f09cfd06c2b9fe705a92573674fad30 -size 11946933 +oid sha256:e131db6ca2d709ae7f10c658f492f7c582170d5ab2c206cb68191a0de994d194 +size 11947580