diff --git a/flannel-cni-plugin.yaml b/flannel-cni-plugin.yaml index 51c1c749125..51e025831d5 100644 --- a/flannel-cni-plugin.yaml +++ b/flannel-cni-plugin.yaml @@ -1,7 +1,7 @@ package: name: flannel-cni-plugin - version: 1.1.2 - epoch: 2 + version: 1.2.0 + epoch: 0 description: flannel cni plugin copyright: - license: Apache-2.0 @@ -19,7 +19,7 @@ pipeline: with: repository: https://github.com/flannel-io/cni-plugin tag: v${{package.version}} - expected-commit: 18a3027e7d03feeb6ecdfdbc3bf254a8c8b38b04 + expected-commit: 6464faacf5c00e25321573225d74638455ef03a0 - runs: | # Ensure we build statically since CNI plugins often get moved onto the @@ -29,8 +29,7 @@ pipeline: EXTRA_LDFLAGS="-s -w" \ scripts/build_flannel.sh - # "$BUILD_DIR" is hardcoded to ~/go/... - install -Dm755 $GOPATH/src/github.com/flannel-io/cni-plugin/dist/flannel-$(go env GOARCH) "${{targets.destdir}}"/usr/bin/flannel + install -Dm755 dist/flannel-$(go env GOARCH) "${{targets.destdir}}"/usr/bin/flannel - uses: strip