Marius Kittler
0a2c10ecd8
- Update to version 10.1.5: * Features and enhancements: - Azure: Settings for Azure AD Workload Identity - Azure: Add support for Workload Identity authentication * Bugfixes: - Alerting: Add support for `keep_firing_for` field from external rulers - Cloudwatch: Prevent log group requests with ARNs if feature flag is off - Cloudwatch: Backport 73524 Bring Back Legacy Log Group Picker - Update to version 10.1.3: * Features and enhancements: - Docs: add deep links info - Plugins: Angular: Removed getLegacyAngularInjector Angular pattern - Update `make docs` procedure - Docs: Add multiple y-axes guidance - Docs/creates backup grafana topic - Docs: Fix nightly builds link - Auth: Optimize auth token operations - Docs: add dashboards folder naming guidance - Alerting docs: adds roll back warning to config grafana - Auth: Refactor for revoking user tokens within last hours - Docs: 404 fix - updated alerting link - Chore: Remove unused secret enterprise2-cdn-path - Nightlies: Push windows artifacts to GCS on main builds - Chore: Update github.com/ProtonMail/go-crypto - Prometheus: Handle the response with different field key order - Share link: Use panel relative time for direct link rendered OBS-URL: https://build.opensuse.org/request/show/1118051 OBS-URL: https://build.opensuse.org/package/show/server:monitoring/grafana?expand=0&rev=121
19 lines
664 B
Plaintext
19 lines
664 B
Plaintext
<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>
|
|
<param name="versionformat">@PARENT_TAG@</param>
|
|
<param name="versionrewrite-pattern">v(.*)</param>
|
|
<param name="revision">v10.1.5</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>
|