Skip to content
Merged
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
19 changes: 8 additions & 11 deletions traefik.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: traefik
version: 2.10.1
epoch: 6
version: 2.10.3
epoch: 0
description: The Cloud Native Application Proxy
copyright:
- license: MIT
Expand All @@ -16,19 +16,16 @@ environment:
- git

pipeline:
- uses: fetch
- uses: git-checkout
with:
uri: https://github.com/traefik/traefik/releases/download/v${{package.version}}/traefik-v${{package.version}}.src.tar.gz
expected-sha256: 34c19da8a28e10e5634afd7336a9b7944dbf21bfbacf4248d0140c329ef0049f
repository: https://github.com/traefik/traefik
expected-commit: 7741c68eaa719d114c6d7444c965b7ae373e46a6
tag: v${{package.version}}

- runs: |
go get go.mongodb.org/[email protected]
go get github.com/Azure/go-autorest/autorest/[email protected]
go get github.com/hashicorp/[email protected]
go get github.com/hashicorp/[email protected]
go mod edit -replace github.com/hashicorp/consul=github.com/hashicorp/[email protected]
go get github.com/docker/[email protected]
go get github.com/docker/[email protected]
go get github.com/docker/[email protected]
go get github.com/hashicorp/[email protected]
go mod tidy
VERSION=v${{package.version}} ./script/make.sh generate binary
mkdir -p "${{targets.destdir}}/usr/bin"
Expand Down