forked from pool/traefik
Accepting request 1092714 from home:avicenzi:branches:devel:kubic
Update to 2.10.1 OBS-URL: https://build.opensuse.org/request/show/1092714 OBS-URL: https://build.opensuse.org/package/show/devel:kubic/traefik?expand=0&rev=18
This commit is contained in:
parent
2f45f4d85c
commit
098c08209c
2
_service
2
_service
@ -3,7 +3,7 @@
|
||||
<param name="url">https://github.com/traefik/traefik.git</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="exclude">.git</param>
|
||||
<param name="revision">v2.9.6</param>
|
||||
<param name="revision">v2.10.1</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
<param name="versionrewrite-pattern">v(.*)</param>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/traefik/traefik.git</param>
|
||||
<param name="changesrevision">d97d3a6726ad6e50110dd2ff2b552a8b17eeed55</param></service></servicedata>
|
||||
<param name="changesrevision">7805c683e3336501cf168f40d5d03d4b73431783</param></service></servicedata>
|
3
traefik-2.10.1.tar.gz
Normal file
3
traefik-2.10.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:49425aed79f05fc1a78b56cdf8c06b34cbd8a128250be39ebb68cad6cbd4bf80
|
||||
size 8923393
|
3
traefik-2.10.1.webui.tar.gz
Normal file
3
traefik-2.10.1.webui.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e8473c4585698b264c07c1fc2ebf282124662e722257ccddbf4bd8b3bac8dea3
|
||||
size 1895036
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6981903df81c0cffdcafae7b8f89d90be18e50bcde76c6ceba3b6f027ac01a85
|
||||
size 8828544
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5a6a3d5110e52cf08de9a57011ad3e661669afdf1c962c58c0aa20d29791f872
|
||||
size 1886418
|
@ -1,3 +1,43 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 12 17:26:46 UTC 2023 - alexandre.vicenzi@suse.com
|
||||
|
||||
- Update to version 2.10.1:
|
||||
* CVEs
|
||||
* CVE-2023-29013
|
||||
* CVE-2023-24534
|
||||
* CVE-2022-41724
|
||||
* Enhancements
|
||||
* [docker] Expose ContainerName in Docker provider
|
||||
* [hub] Remove hub configuration out of experimental
|
||||
* [k8s/crd] Introduce traefik.io API Group CRDs
|
||||
* [k8s/ingress,k8s/crd,k8s] Native Kubernetes service load-balancing
|
||||
* [middleware,metrics] Add prometheus metric requests_total with headers
|
||||
* [nomad] Support multiple namespaces in the Nomad Provider
|
||||
* [tracing] Add support to send DataDog traces via Unix Socket
|
||||
* [webui] Display period setting of the RateLimit middleware in the webui
|
||||
* [webui] Modify the Hub Button
|
||||
* Bug fixes
|
||||
* [docker] Expose ContainerName in Docker provider
|
||||
* [docker] Only warn about missing docker network when network_mode is not host or container
|
||||
* [ecs] Prevent panicking when a container has no network interfaces
|
||||
* [file] Make file provider more resilient wrt first configuration
|
||||
* [hub] hub: get out of experimental.
|
||||
* [k8s/crd] Introduce traefik.io API Group CRDs
|
||||
* [k8s/ingress,k8s/crd,k8s] Native Kubernetes service load-balancing
|
||||
* [logs] Differentiate UDP stream and TCP connection in logs
|
||||
* [metrics] Include user-defined default cert for traefik_tls_certs_not_after metric
|
||||
* [middleware,metrics] Add prometheus metric requests_total with headers
|
||||
* [middleware] Prevent from no rate limiting when average is zero
|
||||
* [middleware] Prevents superfluous WriteHeader call in the error middleware
|
||||
* [middleware] Sanitize X-Forwarded-Proto header in RedirectScheme middleware
|
||||
* [nomad] Fix default configuration settings for Nomad Provider
|
||||
* [nomad] Fix Nomad client TLS defaults
|
||||
* [nomad] Support multiple namespaces in the Nomad Provider
|
||||
* [plugins] Improve DeepCopy of PluginConf
|
||||
* [server] Remove User-Agent header removal from ReverseProxy director func
|
||||
* [tls,tcp] Adds the support for IPv6 in the TCP HostSNI matcher
|
||||
* [tracing] Add support to send DataDog traces via Unix Socket
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 17 09:48:46 UTC 2023 - alexandre.vicenzi@suse.com
|
||||
|
||||
|
20
traefik.spec
20
traefik.spec
@ -19,7 +19,7 @@
|
||||
%define project github.com/traefik/traefik
|
||||
|
||||
Name: traefik
|
||||
Version: 2.9.6
|
||||
Version: 2.10.1
|
||||
Release: 0
|
||||
Summary: The Cloud Native Application Proxy
|
||||
License: MIT
|
||||
@ -30,10 +30,12 @@ Source1: vendor.tar.gz
|
||||
Source2: traefik.service
|
||||
Source3: traefik.toml
|
||||
Source4: %{name}-%{version}.webui.tar.gz
|
||||
BuildRequires: ,
|
||||
BuildRequires: go-bindata
|
||||
BuildRequires: golang-packaging
|
||||
BuildRequires: systemd-rpm-macros
|
||||
BuildRequires: golang(API) >= 1.19
|
||||
BuildRequires: golang(API) < 1.21
|
||||
BuildRequires: golang(API) >= 1.20
|
||||
Recommends: podman
|
||||
%{?systemd_requires}
|
||||
%{go_provides}
|
||||
@ -61,15 +63,19 @@ tar -xf %{SOURCE1}
|
||||
# unpack webui
|
||||
tar -xf %{SOURCE4}
|
||||
|
||||
CGO_ENABLED=0
|
||||
|
||||
# see script/generate
|
||||
go generate
|
||||
|
||||
go build \
|
||||
# see script/binary
|
||||
CGO_ENABLED=0 GOGC=off go build \
|
||||
-buildmode=pie \
|
||||
-mod=vendor \
|
||||
-ldflags "-s -w -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}" \
|
||||
-o traefik ./cmd/traefik/
|
||||
-ldflags "-s -w \
|
||||
-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}" \
|
||||
-installsuffix nocgo \
|
||||
-o traefik ./cmd/traefik
|
||||
|
||||
%install
|
||||
install -d %{buildroot}/%{_sbindir}
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:21292068e2ccfbe8089441d55a04f4ef441c7be1efb6240e48d2bc88c541e1c5
|
||||
size 27359615
|
||||
oid sha256:ee225980a42857b01b873a30d126e675709949f5b7d9f1ba726c1cf63fbc2116
|
||||
size 27669549
|
||||
|
Loading…
Reference in New Issue
Block a user