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
15 changes: 3 additions & 12 deletions flux.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down