forked from pool/traefik
Accepting request 908938 from home:avicenzi:branches:devel:kubic
Update to version 2.4.12 OBS-URL: https://build.opensuse.org/request/show/908938 OBS-URL: https://build.opensuse.org/package/show/devel:kubic/traefik?expand=0&rev=7
This commit is contained in:
parent
f6be27b05f
commit
8ac27cca51
2
_service
2
_service
@ -2,7 +2,7 @@
|
|||||||
<service name="tar_scm" mode="disabled">
|
<service name="tar_scm" mode="disabled">
|
||||||
<param name="url">https://github.com/traefik/traefik.git</param>
|
<param name="url">https://github.com/traefik/traefik.git</param>
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="revision">v2.4.8</param>
|
<param name="revision">v2.4.12</param>
|
||||||
<param name="versionformat">@PARENT_TAG@</param>
|
<param name="versionformat">@PARENT_TAG@</param>
|
||||||
<param name="changesgenerate">enable</param>
|
<param name="changesgenerate">enable</param>
|
||||||
<param name="versionrewrite-pattern">v(.*)</param>
|
<param name="versionrewrite-pattern">v(.*)</param>
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
<servicedata>
|
<servicedata>
|
||||||
<service name="tar_scm">
|
<service name="tar_scm">
|
||||||
<param name="url">https://github.com/traefik/traefik.git</param>
|
<param name="url">https://github.com/traefik/traefik.git</param>
|
||||||
<param name="changesrevision">32655b5b16a1142b8b460e2d8dd68fe00d86a6bf</param></service></servicedata>
|
<param name="changesrevision">8be434aaadfcb14270657980f7ffffa0ebca420b</param></service></servicedata>
|
3
traefik-2.4.12.tar.gz
Normal file
3
traefik-2.4.12.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:16412ce3f935e18e51837bfba026728d6f21ea8feb8e617955ce04a29a446da2
|
||||||
|
size 8482253
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:56997e9fa356cac520646e0f004d5fc0f72bf773a4071aae79af9951e83a225f
|
|
||||||
size 7481622
|
|
@ -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 <bwiedemann@suse.com>
|
Wed May 19 09:06:54 UTC 2021 - Bernhard Wiedemann <bwiedemann@suse.com>
|
||||||
|
|
||||||
|
@ -15,10 +15,11 @@
|
|||||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define project github.com/traefik/traefik
|
%define project github.com/traefik/traefik
|
||||||
|
|
||||||
Name: traefik
|
Name: traefik
|
||||||
Version: 2.4.8
|
Version: 2.4.12
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: The Cloud Native Application Proxy
|
Summary: The Cloud Native Application Proxy
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -29,9 +30,9 @@ Source1: vendor.tar.gz
|
|||||||
Source2: traefik.service
|
Source2: traefik.service
|
||||||
Source3: traefik.toml
|
Source3: traefik.toml
|
||||||
BuildRequires: go-bindata
|
BuildRequires: go-bindata
|
||||||
BuildRequires: golang(API) >= 1.16
|
|
||||||
BuildRequires: golang-packaging
|
BuildRequires: golang-packaging
|
||||||
BuildRequires: systemd-rpm-macros
|
BuildRequires: systemd-rpm-macros
|
||||||
|
BuildRequires: golang(API) >= 1.16
|
||||||
Recommends: podman
|
Recommends: podman
|
||||||
%{?systemd_requires}
|
%{?systemd_requires}
|
||||||
%{go_provides}
|
%{go_provides}
|
||||||
|
Loading…
Reference in New Issue
Block a user