Accepting request 1151777 from server:monitoring
OBS-URL: https://build.opensuse.org/request/show/1151777 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/grafana?expand=0&rev=55
This commit is contained in:
commit
f935d7feff
2
_service
2
_service
@ -5,7 +5,7 @@
|
||||
<param name="exclude">.git</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="versionrewrite-pattern">v(.*)</param>
|
||||
<param name="revision">v10.1.5</param>
|
||||
<param name="revision">v10.1.7</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
</service>
|
||||
<service name="recompress" mode="disabled">
|
||||
|
@ -1,6 +1,6 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/grafana/grafana</param>
|
||||
<param name="changesrevision">849c612fcb7337cd2583d080070c519c8e54ebab</param>
|
||||
<param name="changesrevision">50f6940ae646ce96dc580d3b76e50d69e4b63017</param>
|
||||
</service>
|
||||
</servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:49cd06695a98cca4a6e10e89f8ac4cdd5467abd923e8fa29c6302ce61da82c57
|
||||
size 74271137
|
3
grafana-10.1.7.tar.gz
Normal file
3
grafana-10.1.7.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f873d2e3d628344e2f0581a3de062068d65290b7397d2ea90235f3f8bc80acce
|
||||
size 74212545
|
@ -1,3 +1,30 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 20 17:13:47 UTC 2024 - witold.bedyk@suse.com
|
||||
|
||||
- Update to version 10.1.7:
|
||||
* [SECURITY] CVE-2023-6152: Add email verification when updating
|
||||
user email (bsc#1219912)
|
||||
* [FEATURE] DashboardSchema: Add options to VariableModel
|
||||
* [BUGFIX] Annotations: Split cleanup into separate queries and
|
||||
deletes to avoid deadlocks on MySQL
|
||||
|
||||
- Update to version 10.1.6:
|
||||
* [FEATURE] Alerting: Attempt to retry retryable errors
|
||||
* [FEATURE] Azure: Add support for Workload Identity
|
||||
authentication
|
||||
* [BUGFIX] Alerting: Fix deleting rules in a folder with matching
|
||||
UID in another organization
|
||||
* [BUGFIX] Alerting: Make shareable alert rule link work if rule
|
||||
name contains forward slashes
|
||||
* [BUGFIX] Loki: Cache extracted labels to avoid too many sample
|
||||
requests in code editor
|
||||
* [BUGFIX] DataSourcePicker: Disable autocomplete for the search
|
||||
input
|
||||
* [BUGFIX] Plugins: Refresh plugin info after installation
|
||||
* [BUGFIX] LDAP: FIX Enable users on successfull login
|
||||
* [BUGFIX] Loki: Fix filters not being added with multiple
|
||||
expressions and parsers
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 16 13:04:16 UTC 2023 - daniel@molkentin.de
|
||||
|
||||
|
@ -22,7 +22,7 @@
|
||||
%endif
|
||||
|
||||
Name: grafana
|
||||
Version: 10.1.5
|
||||
Version: 10.1.7
|
||||
Release: 0
|
||||
Summary: The open-source platform for monitoring and observability
|
||||
License: AGPL-3.0-only
|
||||
@ -40,7 +40,7 @@ BuildRequires: fdupes
|
||||
BuildRequires: git-core
|
||||
BuildRequires: golang-packaging
|
||||
BuildRequires: wire
|
||||
BuildRequires: golang(API) >= 1.19
|
||||
BuildRequires: golang(API) >= 1.21
|
||||
Requires(post): %fillup_prereq
|
||||
Requires: group(grafana)
|
||||
Requires: user(grafana)
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:11ab82d2f4fb9450b2044d4807123518873693b99b21966785523016f4c3ea0e
|
||||
size 28920149
|
||||
oid sha256:45ca7bce54702bf71ba449111b4aa2ee07d2aa9e95f475fe7e8441c2293290d3
|
||||
size 28936203
|
||||
|
Loading…
Reference in New Issue
Block a user