Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down
8 changes: 4 additions & 4 deletions traefik.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand All @@ -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/[email protected]
go get github.com/Azure/go-autorest/autorest/[email protected]
Expand Down