grafana/_service

19 lines
664 B
Plaintext
Raw Normal View History

<services>
<service name="tar_scm" mode="disabled">
<param name="url">https://github.com/grafana/grafana</param>
<param name="scm">git</param>
<param name="exclude">.git</param>
Accepting request 860337 from home:dirkmueller:branches:server:monitoring - Update to version 7.3.6: * fixes for saml vulnerability * [v7.3.x] Fix: Correct panel edit uistate migration (#29413) (#29711) * PanelEdit: Prevent the preview pane to be resized further than window height (#28370) (#29726) * Fix: Migrate Panel edit uiState percentage strings to number (#29412) (#29723) * "Release: Updated versions in package to 7.3.5" (#29710) * Chore: upgrading y18n to 4.0.1 for security reasons (#29523) (#29709) * Panel: making sure we support all versions of chrome when detecting position of click event. (#29544) (#29708) * PanelEdit: making sure the correct datasource query editor is being rendered. (#29500) (#29707) * [v7.3.x] Auth: Add SigV4 header allowlist to reduce chances of verification issues (#29705) * Alerting: Use correct time series name override from frame fields (#29693) (#29698) * CloudWatch: namespace in search expression should be quoted if match exact is enabled #29109 (#29563) (#29687) * Adds go dep used by an Enterprise feature. (#29645) (#29690) * instrumentation: align label name with our other projects (#29514) (#29685) * Instrumentation: Add examplars for request histograms (#29357) (#29682) * Login: Fixes typo in tooltip (#29604) (#29606) * fixes bug with invalid handler name for metrics (#29529) (#29532) * AzureMonitor: Unit MilliSeconds naming (#29399) (#29526) * Alarting: fix alarm messages in dingding (Fixes #29470) (#29482) (#29527) * Bug: trace viewer doesn't show more than 300 spans (#29377) (#29504) * Prometheus: don't override displayName property (#29441) (#29488) * resolve conflicts (#29415) * Drone: Upgrade build pipeline tool (#29365) (#29368) * Drone: Upload artifacts for release branch builds (#29297) (#29364) * Drone: Execute artifact publishing for both editions in parallel during release (#29362) (#29363) * Drone: Publish NPM packages after Storybook to avoid race condition (#29340) (#29343) * Docs: Fix editor role and alert notification channel description (#29301) (#29337) * "Release: Updated versions in package to 7.3.4" (#29336) * Security: Fixes minor security issue with alert notification webhooks that allowed GET & DELETE requests #29330 (#29335) * Backport of InfluxDB: update flux library and support boolean label values #29333 OBS-URL: https://build.opensuse.org/request/show/860337 OBS-URL: https://build.opensuse.org/package/show/server:monitoring/grafana?expand=0&rev=50
2021-01-21 16:08:15 +01:00
<param name="versionformat">@PARENT_TAG@</param>
<param name="versionrewrite-pattern">v(.*)</param>
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
2023-06-23 14:40:38 +02:00
<param name="revision">v10.0.1</param>
<param name="changesgenerate">enable</param>
</service>
<service name="recompress" mode="disabled">
<param name="compression">gz</param>
<param name="file">grafana*.tar</param>
</service>
<service name="set_version" mode="disabled">
<param name="basename">grafana</param>
</service>
</services>