diff --git a/traefik-v3.1.2.src.tar.gz b/traefik-v3.1.2.src.tar.gz deleted file mode 100644 index 0ac3c64..0000000 --- a/traefik-v3.1.2.src.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d8cada1d42e2fad4cbe15b75e8db21647b520ffd49dd09814cc1131c3fe02d00 -size 11491439 diff --git a/traefik-v3.1.4.src.tar.gz b/traefik-v3.1.4.src.tar.gz new file mode 100644 index 0000000..46e4443 --- /dev/null +++ b/traefik-v3.1.4.src.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef3c05ff29ff5fa57a14c220c1eff43b2441852d6f2b8f2cc92c7faf39656254 +size 11498368 diff --git a/traefik.changes b/traefik.changes index 79d676c..5a588c9 100644 --- a/traefik.changes +++ b/traefik.changes @@ -1,3 +1,25 @@ +------------------------------------------------------------------- +Tue Sep 24 00:25:39 UTC 2024 - Eric Torres + +- Update to version 3.1.4 + - Fixes CVE-2024-45410, boo#1230842 + - k8s, ingress, rules, crd + * Allow configuring rule syntax with Kubernetes Ingress annotation + * Re-allow empty configuration for Kubernetes Ingress provider + * Remove mentions about APIVersion traefik.io/v1 + * Update quick-start-with-kubernetes.md to include required permissions + - middlewares, metrics + * Wrap capture for services used by pieces of middleware + * Mention missing metrics removal in the migration guide + * Guess Datadog socket type when prefix is unix + - plugins + * Removes goexport dependency and adds _initialize + - tracing + * Fix tracing documentation + * OTLP doc + potential panic + +- Update ldflags to point to correct traefik version (v3 instead of v2) + ------------------------------------------------------------------- Thu Sep 12 14:50:28 UTC 2024 - Johannes Weberhofer diff --git a/traefik.spec b/traefik.spec index 53f7b35..a39e24e 100644 --- a/traefik.spec +++ b/traefik.spec @@ -23,7 +23,7 @@ %define buildmode pie %endif Name: traefik -Version: 3.1.2 +Version: 3.1.4 Release: 0 Summary: The Cloud Native Application Proxy License: MIT @@ -73,9 +73,9 @@ build_date=$(date -u -d @${SOURCE_DATE_EPOCH:-$(date +%%s)} +"%%Y%%m%%d") CGO_ENABLED=1 GOGC=off go build \ -buildmode=%{buildmode} \ -mod=vendor \ - -ldflags "-X github.com/traefik/traefik/v2/pkg/version.Version=%{version} \ - -X github.com/traefik/traefik/v2/pkg/version.Codename='' \ - -X github.com/traefik/traefik/v2/pkg/version.BuildDate=${build_date}" \ + -ldflags "-X github.com/traefik/traefik/v3/pkg/version.Version=%{version} \ + -X github.com/traefik/traefik/v3/pkg/version.Codename='' \ + -X github.com/traefik/traefik/v3/pkg/version.BuildDate=${build_date}" \ -installsuffix nocgo \ -o traefik \ ./cmd/traefik diff --git a/vendor.tar.gz b/vendor.tar.gz index b3b6c29..bc11052 100644 --- a/vendor.tar.gz +++ b/vendor.tar.gz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3e0427bab18e00c659433a0650bb27731acc18f54308005fb8fb2d8181230d41 -size 23188316 +oid sha256:68d45086d10c37e7a61f7398e38971869b3127c6a0f999e96ec08b049778d29a +size 23226585