Accepting request 1245321 from server:monitoring

OBS-URL: https://build.opensuse.org/request/show/1245321
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/grafana?expand=0&rev=68
This commit is contained in:
Ana Guerrero 2025-02-12 20:36:30 +00:00 committed by Git OBS Bridge
commit 9a0c0dfffe
6 changed files with 42 additions and 7 deletions

View File

@ -5,7 +5,7 @@
<param name="exclude">.git</param>
<param name="versionformat">@PARENT_TAG@</param>
<param name="versionrewrite-pattern">v(.*)</param>
<param name="revision">v11.3.3</param>
<param name="revision">v11.5.1</param>
</service>
<service name="recompress" mode="manual">
<param name="compression">gz</param>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:aeefe10adc26c74e67b50bc3410efb770bec10921a0fba48299d2d44f2484458
size 90902938

3
grafana-11.5.1.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:53ae77276a3083a795a312b241ba6097e9acbe6ea15fed0a1a105b31b1c871eb
size 97125226

View File

@ -1,3 +1,35 @@
-------------------------------------------------------------------
Tue Feb 11 13:16:26 UTC 2025 - Witek Bedyk <witold.bedyk@suse.com>
- Explicitly set CGO_ENABLED environment variable for architectures
which require it
- Update to version 11.5.1:
Security:
* CVE-2024-51744: Fix bad documentation of error handling in
ParseWithClaims (bsc#1232975)
Bug fixes:
* CodeEditor: Fix cursor alignment
* TransformationFilter: Include transformation outputs in
transformation filtering options: Include transformation
outputs in transformation filtering options
- Update to version 11.5.0:
Breaking changes:
* Loki: Default to /labels API with query param instead of
/series API
Features and enhancements:
* Dashboards: Redesigned filters for dashboards
* Dashboards: New regular expression option for Extract fields
transformation
* Dashboards: Redesigned sharing experience
* Dashboards: Customizable shareable dashboard panel images
* Datasources: Time series macro support in visual query builder
for SQL data sources
- Update to version 11.4.0:
Features and enhancements:
* Cloudwatch: OpenSearch PPL and SQL support in Logs Insights
-------------------------------------------------------------------
Thu Feb 6 12:43:40 UTC 2025 - Witek Bedyk <witold.bedyk@suse.com>

View File

@ -22,7 +22,7 @@
%endif
Name: grafana
Version: 11.3.3
Version: 11.5.1
Release: 0
Summary: The open-source platform for monitoring and observability
License: AGPL-3.0-only
@ -67,6 +67,9 @@ test -d public/build
%build
%ifnarch ppc64
export GOFLAGS="-buildmode=pie"
%ifarch s390x armv7hl armv7l armv7l:armv6l:armv5tel armv6hl
export CGO_ENABLED=1
%endif
%endif
wire gen -tags 'oss' ./pkg/server
go build -o . -ldflags '-X main.version=%{version}' ./pkg/cmd/...

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:729ebf792894c3535cf415d4aca5a9b80c6714cb84e68cfc3ff9cac9205a9eee
size 68812755
oid sha256:3a43f24d29438de3f0d27bf2d5c22dd5b0c4d09b51150823b2c71d71e48a67ee
size 78306890