diff --git a/flux.yaml b/flux.yaml index 5f4028ba6c1..a8826ff62b2 100644 --- a/flux.yaml +++ b/flux.yaml @@ -1,7 +1,7 @@ package: name: flux - version: 2.3.0 - epoch: 7 + version: 2.4.0 + epoch: 0 description: Open and extensible continuous delivery solution for Kubernetes. Powered by GitOps Toolkit. copyright: - license: Apache-2.0 @@ -21,14 +21,10 @@ environment: pipeline: - uses: git-checkout with: - expected-commit: 896e0fa46d5107a05e953dd0a5261d78a145ec8c + expected-commit: 5350425cdcd5fa015337e09fa502153c0275bd4b repository: https://github.com/fluxcd/flux2 tag: v${{package.version}} - - uses: go/bump - with: - deps: github.com/Azure/azure-sdk-for-go/sdk/azidentity@v1.6.0 github.com/hashicorp/go-retryablehttp@v0.7.7 github.com/docker/docker@v26.1.5 - - runs: | mkdir -p "${{targets.destdir}}"/usr/bin VERSION=${{package.version}} make build