grafana/_service
Tatjana Dehler 265b315980 Accepting request 1063390 from home:witekbedyk:branches:server:monitoring
- Update to version 8.5.20:
  * Security: SVG: Add dompurify preprocessor step
    (bsc#1207749, CVE-2022-23552)
  * Security: Snapshots: Fix originalUrl spoof security issue
    (bsc#1207750, CVE-2022-39324)
  * Security: Omit error from http response 
  * Bug fix: Email and username trimming and invitation validation

OBS-URL: https://build.opensuse.org/request/show/1063390
OBS-URL: https://build.opensuse.org/package/show/server:monitoring/grafana?expand=0&rev=93
2023-02-07 09:43:08 +00:00

20 lines
711 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">v8.5.20</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>
<service name="go_modules" mode="disabled"/>
</services>