forked from pool/grafana
Accepting request 1239511 from server:monitoring
OBS-URL: https://build.opensuse.org/request/show/1239511 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/grafana?expand=0&rev=65
This commit is contained in:
commit
6721a2c779
2
_service
2
_service
@ -5,7 +5,7 @@
|
|||||||
<param name="exclude">.git</param>
|
<param name="exclude">.git</param>
|
||||||
<param name="versionformat">@PARENT_TAG@</param>
|
<param name="versionformat">@PARENT_TAG@</param>
|
||||||
<param name="versionrewrite-pattern">v(.*)</param>
|
<param name="versionrewrite-pattern">v(.*)</param>
|
||||||
<param name="revision">v11.3.0</param>
|
<param name="revision">v11.3.2</param>
|
||||||
</service>
|
</service>
|
||||||
<service name="recompress" mode="manual">
|
<service name="recompress" mode="manual">
|
||||||
<param name="compression">gz</param>
|
<param name="compression">gz</param>
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:c60da357d13c795d6f78259f04e995e49d84f35e45307b516450e8c6ed15c11e
|
|
||||||
size 90853781
|
|
3
grafana-11.3.2.tar.gz
Normal file
3
grafana-11.3.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:341914cfa3c54ab7c050dc858bc815b617142c2f34e24985f15df4997c94988c
|
||||||
|
size 90878515
|
@ -1,3 +1,60 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jan 22 11:23:26 UTC 2025 - Witek Bedyk <witold.bedyk@suse.com>
|
||||||
|
|
||||||
|
- Require Go 1.23.1 or newer for building
|
||||||
|
|
||||||
|
- Update to version 11.3.2:
|
||||||
|
Bug fixes:
|
||||||
|
* Do not fetch Orgs if the user is authenticated by apikey/sa or
|
||||||
|
render key
|
||||||
|
* Alerting: Fix incorrect 500 code on missing alert rule
|
||||||
|
dashboardUID / panelID
|
||||||
|
* Alerting: Fix contact points secure settings migration
|
||||||
|
* DashboardScene: Fix layout issues with repeated panels when
|
||||||
|
repeatDirection is missing
|
||||||
|
* Scenes: Fix angular migrations that are using the targets
|
||||||
|
property on the old panel model
|
||||||
|
|
||||||
|
- Update to version 11.3.1:
|
||||||
|
Features and enhancements:
|
||||||
|
* Alerting: Make context deadline on AlertNG service startup
|
||||||
|
configurable
|
||||||
|
* MigrationAssistant: Restrict dashboards, folders and
|
||||||
|
datasources by the org id of the signed in user
|
||||||
|
* User: Check SignedInUser OrgID in RevokeInvite
|
||||||
|
Bug fixes:
|
||||||
|
* Alerting: Fix escaping of silence matchers in utf8 mode
|
||||||
|
* Alerting: Fix overflow for long receiver names
|
||||||
|
* Alerting: Fix saving advanced mode toggle state in the alert
|
||||||
|
rule editor
|
||||||
|
* Alerting: Fix setting datasource uid, when datasource is string
|
||||||
|
in old version
|
||||||
|
* Alerting: Force refetch prom rules when refreshing panel
|
||||||
|
* Anonymous User: Adds validator service for anonymous users
|
||||||
|
* Azure Monitor: Support metric namespaces fallback
|
||||||
|
* Azure: Fix duplicated traces in multi-resource trace query
|
||||||
|
* Azure: Handle namespace request rejection
|
||||||
|
* CloudWatch: Interpolate region in log context query
|
||||||
|
* Dashboard datasource: Return annotations as series when query
|
||||||
|
topic is "annotations"
|
||||||
|
* Dashboard: Append orgId to URL
|
||||||
|
* Dashboards: Fixes performance issue expanding a row
|
||||||
|
* Flame Graph: Fix crash when it receives empty data
|
||||||
|
* Folders: Add admin permissions upon creation of a folder w. SA
|
||||||
|
* Folders: Don't show error pop-up if the user can't fetch the
|
||||||
|
root folder
|
||||||
|
* Migration: Remove table aliasing in delete statement to make it
|
||||||
|
work for mariadb
|
||||||
|
* ServerLock: Fix pg concurrency/locking issue
|
||||||
|
* Service Accounts: Run service account creation in transaction
|
||||||
|
* Table: Fix text wrapping applying to wrong field
|
||||||
|
* Unified Storage: Use ssl_mode instead of sslmode
|
||||||
|
|
||||||
|
- Update to version 11.3.0+security-01:
|
||||||
|
Security:
|
||||||
|
* MigrationAssistant: CVE-2024-9476 Fix Migration Assistant issue
|
||||||
|
(bsc#1233343)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Jan 17 10:40:22 UTC 2025 - Witek Bedyk <witold.bedyk@suse.com>
|
Fri Jan 17 10:40:22 UTC 2025 - Witek Bedyk <witold.bedyk@suse.com>
|
||||||
|
|
||||||
|
@ -22,7 +22,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: grafana
|
Name: grafana
|
||||||
Version: 11.3.0
|
Version: 11.3.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: The open-source platform for monitoring and observability
|
Summary: The open-source platform for monitoring and observability
|
||||||
License: AGPL-3.0-only
|
License: AGPL-3.0-only
|
||||||
@ -42,7 +42,7 @@ Patch4: 0004-Bump-crypto.patch
|
|||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: git-core
|
BuildRequires: git-core
|
||||||
BuildRequires: wire
|
BuildRequires: wire
|
||||||
BuildRequires: golang(API) >= 1.21
|
BuildRequires: golang(API) >= 1.23.1
|
||||||
Requires(post): %fillup_prereq
|
Requires(post): %fillup_prereq
|
||||||
Requires: group(grafana)
|
Requires: group(grafana)
|
||||||
Requires: user(grafana)
|
Requires: user(grafana)
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:0d0a3ca7a0d5d1815d92cc161e8f4fedff940ba8815697b27aae68cd53a2e8ba
|
oid sha256:9b9b1a70fdbdc310a278f65b40214ea1218fc429f4b5570fdaa15f143627d692
|
||||||
size 68793464
|
size 68799593
|
||||||
|
Loading…
x
Reference in New Issue
Block a user