Accepting request 1115850 from server:monitoring
OBS-URL: https://build.opensuse.org/request/show/1115850 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/grafana?expand=0&rev=52
This commit is contained in:
commit
d0b62874da
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.0</param>
|
||||
<param name="revision">v10.1.1</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">ff85ec33c56ffe567e6bde27473d9493eb70c743</param>
|
||||
<param name="changesrevision">0cfa76b22dd534dbb13fc0ed5971fedb9a5c786d</param>
|
||||
</service>
|
||||
</servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:00a22910aba724892a34168c703da5305b66f55d68712737e22df95465f1667a
|
||||
size 74830919
|
3
grafana-10.1.1.tar.gz
Normal file
3
grafana-10.1.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d2b2b62e3687bc99ac7b8b21adbc1b9928f0ea47ae78e39bffbad14ba2048878
|
||||
size 74906144
|
@ -1,3 +1,47 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 01 07:24:44 UTC 2023 - marius.kittler@suse.com
|
||||
|
||||
- Update to version 10.1.1:
|
||||
* Features and enhancements
|
||||
- Loki: Remove distinct operation.
|
||||
- Whitelabeling: Add a config option to hide the Grafana
|
||||
edition from the footer.
|
||||
- Alerting: Optimize rule details page data fetching.
|
||||
- Alerting: Optimize external Loki queries.
|
||||
* Bug fixes
|
||||
- Alerting: Limit redis pool size to 5 and make configurable.
|
||||
- Elasticsearch: Fix respecting of precision in geo hash grid.
|
||||
- Dashboard: Fix Variable Dropdown to Enforce Minimum One
|
||||
Selection when 'All' Option is Configured.
|
||||
- Chore: Fix Random Walk scenario for Grafana DS.
|
||||
- AuthProxy: Fix user retrieval through cache.
|
||||
- Alerting: Fix auto-completion snippets for KV properties.
|
||||
- Alerting: Fix incorrect timing meta information for policy.
|
||||
- Alerting: Add new Recording Rule button when the list is
|
||||
empty.
|
||||
- Drawer: Clicking a Select arrow within a Drawer no longer
|
||||
causes it to close.
|
||||
- Logs: Fix log samples not present with empty first frame.
|
||||
- Alerting: Fix Recording Rule QueryEditor builder view.
|
||||
- Transforms: Catch errors while running transforms.
|
||||
- Dashboard: Fix version restore.
|
||||
- Logs: Fix permalinks not scrolling into view.
|
||||
- SqlDataSources: Update metricFindQuery to pass on scopedVars
|
||||
to templateSrv.
|
||||
- Rendering: Fix dashboard screenshot.
|
||||
- Loki: Fix validation of step values to also allow e.g. ms
|
||||
values.
|
||||
- Dashboard: Fix repeated row panel placement with larger
|
||||
number of rows.
|
||||
- CodeEditor: Correctly fires onChange handler.
|
||||
- Drawer: Fix scrolling drawer content on Safari.
|
||||
- Alerting: Remove dump wrapper for yaml config.
|
||||
- Alerting: Always invalidate the AM config after mutation.
|
||||
- Slug: Combine various slugify fixes for special character
|
||||
handling.
|
||||
- Logs: Fix displaying the wrong field as body.
|
||||
- Alerting: Fix "see graph button" for cloud rules.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 24 14:00:45 UTC 2023 - marius.kittler@suse.com
|
||||
|
||||
|
@ -22,7 +22,7 @@
|
||||
%endif
|
||||
|
||||
Name: grafana
|
||||
Version: 10.1.0
|
||||
Version: 10.1.1
|
||||
Release: 0
|
||||
Summary: The open-source platform for monitoring and observability
|
||||
License: AGPL-3.0-only
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e12dba43ac224eb5b1da78781b224c9d051f85482353ece11a90606e57fc7e72
|
||||
size 29428691
|
||||
oid sha256:1e751fc19361aeb97dd7e84b78928c0f64a8c15645f75a639ea6919df7fbd914
|
||||
size 29454674
|
||||
|
Loading…
Reference in New Issue
Block a user