From faa7850920491f3bfa29b747d0248522a5492a5f Mon Sep 17 00:00:00 2001 From: Matthias Eliasson Date: Mon, 27 Mar 2023 21:32:44 +0200 Subject: [PATCH 1/2] update: traefik to v2.9.9 --- Makefile | 2 +- traefik.yaml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 42bf6cd1a71..a78d0d35bb2 100644 --- a/Makefile +++ b/Makefile @@ -419,7 +419,7 @@ $(eval $(call build-package,libunwind,1.6.2-r1)) $(eval $(call build-package,userspace-rcu,0.13.2-r1)) $(eval $(call build-package,lttng-ust,2.13.5-r1)) $(eval $(call build-package,jemalloc,5.3.0-r0)) -$(eval $(call build-package,traefik,2.9.8-r2)) +$(eval $(call build-package,traefik,2.9.9-r0)) $(eval $(call build-package,snappy,1.1.9-r0)) $(eval $(call build-package,gitsign,0.5.2-r1)) $(eval $(call build-package,kind,0.17.0-r2)) diff --git a/traefik.yaml b/traefik.yaml index 3f2557580c1..4b8fa89928a 100644 --- a/traefik.yaml +++ b/traefik.yaml @@ -1,7 +1,7 @@ package: name: traefik - version: 2.9.8 - epoch: 2 + version: 2.9.9 + epoch: 0 description: The Cloud Native Application Proxy copyright: - license: MIT @@ -18,7 +18,7 @@ environment: contents: packages: - busybox - - go~=1.19 # Traefik 2.9.8 depends on quic-go, which doesn't support 1.20. + - go - build-base - ca-certificates-bundle - git From 50bfa84158c6a54cdeeba81422a4a2f979a2a214 Mon Sep 17 00:00:00 2001 From: Matthias Eliasson Date: Mon, 27 Mar 2023 21:36:02 +0200 Subject: [PATCH 2/2] set correct expexted sha256 --- traefik.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/traefik.yaml b/traefik.yaml index 4b8fa89928a..e41478776db 100644 --- a/traefik.yaml +++ b/traefik.yaml @@ -27,7 +27,7 @@ pipeline: - uses: fetch with: uri: https://github.com/traefik/traefik/releases/download/v${{package.version}}/traefik-v${{package.version}}.src.tar.gz - expected-sha256: aae1faa96971888696a6235bfc5bedb81e9290ec2a39a46ad6bee500d029b600 + expected-sha256: 3f0587ade4aae67c8e52ee3d499e0e908d50e4c9751d9850f02054fb7c352c45 - runs: | go get go.mongodb.org/mongo-driver@v1.11.2 go get github.com/Azure/go-autorest/autorest/adal@v0.9.22