diff --git a/_service b/_service
index 224288c..19fff0d 100644
--- a/_service
+++ b/_service
@@ -2,7 +2,7 @@
https://github.com/traefik/traefik.git
git
- v2.4.8
+ v2.4.12
@PARENT_TAG@
enable
v(.*)
diff --git a/_servicedata b/_servicedata
index 60d8d40..0bcd10d 100644
--- a/_servicedata
+++ b/_servicedata
@@ -1,4 +1,4 @@
https://github.com/traefik/traefik.git
- 32655b5b16a1142b8b460e2d8dd68fe00d86a6bf
\ No newline at end of file
+ 8be434aaadfcb14270657980f7ffffa0ebca420b
\ No newline at end of file
diff --git a/traefik-2.4.12.tar.gz b/traefik-2.4.12.tar.gz
new file mode 100644
index 0000000..9b93c08
--- /dev/null
+++ b/traefik-2.4.12.tar.gz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:16412ce3f935e18e51837bfba026728d6f21ea8feb8e617955ce04a29a446da2
+size 8482253
diff --git a/traefik-2.4.8.tar.gz b/traefik-2.4.8.tar.gz
deleted file mode 100644
index 53b7e92..0000000
--- a/traefik-2.4.8.tar.gz
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:56997e9fa356cac520646e0f004d5fc0f72bf773a4071aae79af9951e83a225f
-size 7481622
diff --git a/traefik.changes b/traefik.changes
index 4d42e84..a93ca9b 100644
--- a/traefik.changes
+++ b/traefik.changes
@@ -1,3 +1,32 @@
+-------------------------------------------------------------------
+Wed Jul 28 15:46:39 UTC 2021 - alexandre.vicenzi@suse.com
+
+- Update to version 2.4.12:
+ * Get Kubernetes server version early
+ * Don't remove ingress config on API call failure
+ * Ratelimiter: use correct ttlSeconds value, and always call Set
+ * Check if defaultcertificate is defined in store
+ * Disable ExternalName Services by default on Kubernetes providers
+ * Fix: malformed Kubernetes resource names and references in tests
+ * Disable Cross-Namespace by default for IngressRoute provider
+ * Accesslog: support multiple values for a given header
+ * Ignore http 1.0 request host missing errors
+ * Headers Middleware: support http.CloseNotifier interface
+ * Detect certificates content modifications
+ * Update go-acme/lego to v4.4.0
+ * Fix: ACME preferred chain.
+ * Remove error when HTTProutes is empty
+ * Fix incorrect behaviour with multi-port endpoint subsets
+ * Kubernetes ingress provider to search via all endpoints
+ * Fix plugin unzip call on windows
+ * Update Yaegi to v0.9.17
+ * Bump paerser to v0.1.4
+ * Create buffered signals channel
+ * Fix: use defaultEntryPoints when no entryPoint is defined in a TCPRouter
+ * Use a dynamic buffer to handle client Hello SNI detection
+ * Error span on 5xx only
+
+
-------------------------------------------------------------------
Wed May 19 09:06:54 UTC 2021 - Bernhard Wiedemann
diff --git a/traefik.spec b/traefik.spec
index 08f46e9..855f7f1 100644
--- a/traefik.spec
+++ b/traefik.spec
@@ -15,10 +15,11 @@
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
+
%define project github.com/traefik/traefik
Name: traefik
-Version: 2.4.8
+Version: 2.4.12
Release: 0
Summary: The Cloud Native Application Proxy
License: MIT
@@ -29,9 +30,9 @@ Source1: vendor.tar.gz
Source2: traefik.service
Source3: traefik.toml
BuildRequires: go-bindata
-BuildRequires: golang(API) >= 1.16
BuildRequires: golang-packaging
BuildRequires: systemd-rpm-macros
+BuildRequires: golang(API) >= 1.16
Recommends: podman
%{?systemd_requires}
%{go_provides}