diff --git a/flux.yaml b/flux.yaml index b332411835e..d5ca158dc58 100644 --- a/flux.yaml +++ b/flux.yaml @@ -1,7 +1,7 @@ package: name: flux - version: 0.41.2 - epoch: 5 + version: 2.0.0 + epoch: 0 description: Open and extensible continuous delivery solution for Kubernetes. Powered by GitOps Toolkit. copyright: - license: Apache-2.0 @@ -22,18 +22,9 @@ pipeline: - uses: fetch with: uri: https://github.com/fluxcd/flux2/archive/v${{package.version}}/v${{package.version}}.tar.gz - expected-sha256: 2b5dffe4338c0bbfaa7fe886b1a96cdbfbd163fd157138fd24e9f1dab8ef827e + expected-sha256: 4731817f0edc9dfaf0c2c011a52845611794abf8c287c7f3a9f4d3d9df166d4a - runs: | - # CVE-2023-1732 - go get github.com/cloudflare/circl@v1.3.3 - # GHSA-hqxw-f8mx-cpmw - go get github.com/docker/distribution@v2.8.2-beta.1 - # GHSA-232p-vwff-86mp - go get github.com/docker/docker@v20.10.24 - - go mod tidy - mkdir -p "${{targets.destdir}}"/usr/bin VERSION=${{package.version}} make build install -Dm755 bin/flux ${{targets.destdir}}/usr/bin/flux