forked from pool/traefik
fcd7022d92
file can be written in /etc/traefik/acme.json - Update to version 3.1.1 - Bug fixes: * grpc: Bump google.golang.org/grpc to v1.64.1 * k8s/gatewayapi: Do not update route status when nothing changed * metrics - Fix grafana dashboard to work with scrape interval greater than 15s - Update open connections gauge with connections count - Use ServiceName in traefik_service_server_up metric * docker: Update to github.com/docker/docker v27.1.1 * webui: Upgrade webui dependencies - fixes boo#1224308 and CVE-2024-4068 - Run traefik as traefik user, fixes boo#1227226 - Added ACME confiuration template - Update to version 3.1.1 - Bug fixes: * k8s/gatewayapi - Do not update route status when nothing changed * metrics - Fix grafana dashboard to work with scrape interval greater than 15s - Update open connections gauge with connections count - Use ServiceName in traefik_service_server_up metric - Updates - Fix for CVE-2024-6104, boo#1227059 OBS-URL: https://build.opensuse.org/package/show/devel:kubic/traefik?expand=0&rev=47
9 lines
233 B
Plaintext
9 lines
233 B
Plaintext
<services>
|
|
<service name="download_files" mode="manual">
|
|
</service>
|
|
<service name="go_modules" mode="manual">
|
|
<param name="archive">traefik*.src.tar.gz</param>
|
|
<param name="basename">./</param>
|
|
</service>
|
|
</services>
|