Accepting request 1094843 from home:mkittler:branches:server:monitoring

- Update to version 10.0.1:
  * Security fixes
    - Fix authentication bypass using Azure AD OAuth
      (CVE-2023-3128, bsc#1212641)
  * Features and enhancements
    - Alerting: Update alerting module to
      20230524181453-a8e75e4dfdda.
    - Schema: Improve Dashboard kind docs and remove deprecated
      props.
  * Bug fixes
    - Alerting: Fix notification policies inheritance algorithm.
    - CodeEditor: Ensure suggestions only apply to the instance of
      the edit….
    - Plugins: Wrap original check health error.
    - Alerting: Add heuristics back to datasource healthchecks.
    - Alerting: Fix "show all instances".
    - Alerting: Fix broken UI because of query being optional for
      some ExpressionQuer….
    - Alerting: Fix email template for text/plain emails.
    - Alerting: Fix provisioned templates being ignored by
      alertmanager.
    - Alerting: Support newer http_config struct.
    - Auth: Show invite button if disable login form is set to
      false.
    - Azure: Fix Kusto auto-completion for Azure datasources.
    - CloudMonitoring: Improve parsing of GCM labels.
    - Command Palette: Links opened in a new tab now route
      correctly when Grafana is served under a subpath.
    - Command palette: Include help links.
    - Dashboards: Remove Explore option from panel menu when
      panel's datasource uid is "-- Dashboard --".
    - Dashboards: Variables - Improve slow template variable
      loading due same variable loaded multiple times on time range
      change.
    - Explore: Fixed Starred query history tab to show all starred
      queries.
    - Explore: Improve logs volume panel empty state.
    - Explore: Run remaining queries when one is removed from a
      pane.
    - Heatmap: Sort fields by numeric names when single frame.
    - InfluxDB: Interpolate retention policies.
    - Log Context: Fix split view button using the wrong query.
    - Loki: Fix error when empty template variables response.
    - Loki: Fix including of template variables in variable query
      editor.
    - NestedFolders: Fix select all in folder view selecting items
      out of folder.
    - Pyroscope: Fix wrong defaults when importing query from
      different datasource.
    - SQLStore: Align SQLite IsUniqueConstraintViolation() with
      other backend implementations.
    - Templating: Fix updating of definition to empty string.
    - Tempo: Use pipe in TraceQL by default for multi-value
      variables.
    - TextPanel: Fix styling missing the disclosure triangle.
    - Util: Fix panic when generating UIDs concurrently.
    - XYChart/Trend: Fix min/max and units/decimals X field
      overrides.
    - XYChart: Fix formatting of axis ticks (units, decimals).
    - XYChart: Fix variable interpolation in datalinks/toggletip.
- Update to version 10.0.0:
  * Breaking changes
    - Angular is deprecated and turned off by default for new
      Grafana Cloud stacks
    - Grafana legacy alerting is deprecated and no longer accepts
      internal or external contributions
    - API keys are migrating to service accounts
    - The experimental “dashboard previews” feature is removed
    - Usernames are now case-insensitive by default
    - Grafana OAuth integrations do not work anymore with email
      lookups
    - The “Alias” field in the CloudWatch data source is removed
    - Athena data source plugin must be updated to version >=2.9.3
    - Redshift data source plugin must be updated to
      version >=1.8.3
    - DoiT International BigQuery plugin no longer supported
    - Checkout https://grafana.com/docs/grafana/next/breaking-changes/breaking-changes-v10-0
      for details
  * Features and enhancements
    - Themes: Unify secondary button and ToolbarButton.
  * Bug fixes
    - Query Editor: Ensure dropdown menus position correctly.
    - Drawer: Fixes closeOnMaskClick false issue.

OBS-URL: https://build.opensuse.org/request/show/1094843
OBS-URL: https://build.opensuse.org/package/show/server:monitoring/grafana?expand=0&rev=109
This commit is contained in:
Witek Bedyk 2023-06-23 12:40:38 +00:00 committed by Git OBS Bridge
parent e911fdc17b
commit 8ada605304
7 changed files with 103 additions and 8 deletions

View File

@ -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">v9.5.3</param> <param name="revision">v10.0.1</param>
<param name="changesgenerate">enable</param> <param name="changesgenerate">enable</param>
</service> </service>
<service name="recompress" mode="disabled"> <service name="recompress" mode="disabled">

View File

@ -1,6 +1,6 @@
<servicedata> <servicedata>
<service name="tar_scm"> <service name="tar_scm">
<param name="url">https://github.com/grafana/grafana</param> <param name="url">https://github.com/grafana/grafana</param>
<param name="changesrevision">916d9793aa81c2990640b55a15dee0db6b525e41</param> <param name="changesrevision">5a30620b8551bddba48e47709352ae9c740692b4</param>
</service> </service>
</servicedata> </servicedata>

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

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

View File

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

View File

@ -1,3 +1,98 @@
-------------------------------------------------------------------
Fri Jun 23 08:56:03 UTC 2023 - Marius Kittler <marius.kittler@suse.com>
- Update to version 10.0.1:
* Security fixes
- Fix authentication bypass using Azure AD OAuth
(CVE-2023-3128, bsc#1212641)
* Features and enhancements
- Alerting: Update alerting module to
20230524181453-a8e75e4dfdda.
- Schema: Improve Dashboard kind docs and remove deprecated
props.
* Bug fixes
- Alerting: Fix notification policies inheritance algorithm.
- CodeEditor: Ensure suggestions only apply to the instance of
the edit….
- Plugins: Wrap original check health error.
- Alerting: Add heuristics back to datasource healthchecks.
- Alerting: Fix "show all instances".
- Alerting: Fix broken UI because of query being optional for
some ExpressionQuer….
- Alerting: Fix email template for text/plain emails.
- Alerting: Fix provisioned templates being ignored by
alertmanager.
- Alerting: Support newer http_config struct.
- Auth: Show invite button if disable login form is set to
false.
- Azure: Fix Kusto auto-completion for Azure datasources.
- CloudMonitoring: Improve parsing of GCM labels.
- Command Palette: Links opened in a new tab now route
correctly when Grafana is served under a subpath.
- Command palette: Include help links.
- Dashboards: Remove Explore option from panel menu when
panel's datasource uid is "-- Dashboard --".
- Dashboards: Variables - Improve slow template variable
loading due same variable loaded multiple times on time range
change.
- Explore: Fixed Starred query history tab to show all starred
queries.
- Explore: Improve logs volume panel empty state.
- Explore: Run remaining queries when one is removed from a
pane.
- Heatmap: Sort fields by numeric names when single frame.
- InfluxDB: Interpolate retention policies.
- Log Context: Fix split view button using the wrong query.
- Loki: Fix error when empty template variables response.
- Loki: Fix including of template variables in variable query
editor.
- NestedFolders: Fix select all in folder view selecting items
out of folder.
- Pyroscope: Fix wrong defaults when importing query from
different datasource.
- SQLStore: Align SQLite IsUniqueConstraintViolation() with
other backend implementations.
- Templating: Fix updating of definition to empty string.
- Tempo: Use pipe in TraceQL by default for multi-value
variables.
- TextPanel: Fix styling missing the disclosure triangle.
- Util: Fix panic when generating UIDs concurrently.
- XYChart/Trend: Fix min/max and units/decimals X field
overrides.
- XYChart: Fix formatting of axis ticks (units, decimals).
- XYChart: Fix variable interpolation in datalinks/toggletip.
-------------------------------------------------------------------
Thu Jun 22 15:20:23 UTC 2023 - marius.kittler@suse.com
- Update to version 10.0.0:
* Breaking changes
- Angular is deprecated and turned off by default for new
Grafana Cloud stacks
- Grafana legacy alerting is deprecated and no longer accepts
internal or external contributions
- API keys are migrating to service accounts
- The experimental “dashboard previews” feature is removed
- Usernames are now case-insensitive by default
- Grafana OAuth integrations do not work anymore with email
lookups
- The “Alias” field in the CloudWatch data source is removed
- Athena data source plugin must be updated to version >=2.9.3
- Redshift data source plugin must be updated to
version >=1.8.3
- DoiT International BigQuery plugin no longer supported
- Checkout https://grafana.com/docs/grafana/next/breaking-changes/breaking-changes-v10-0
for details
* Features and enhancements
- Themes: Unify secondary button and ToolbarButton.
* Bug fixes
- Query Editor: Ensure dropdown menus position correctly.
- Drawer: Fixes closeOnMaskClick false issue.
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Jun 06 10:24:18 UTC 2023 - marius.kittler@suse.com Tue Jun 06 10:24:18 UTC 2023 - marius.kittler@suse.com

View File

@ -22,7 +22,7 @@
%endif %endif
Name: grafana Name: grafana
Version: 9.5.3 Version: 10.0.1
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

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:293ff94fd9c7e02053a23fdf03e3be637745ce14fe67f4c17fc9560a3f760f95 oid sha256:9ab43f6c9cde73f661ea56d01d6391c4cb80318ea604aad47cef17a629bfe3d6
size 22650305 size 22825114