File tree Expand file tree Collapse file tree 1 file changed +10
-4
lines changed
Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -5,17 +5,23 @@ builds:
55
66release :
77 prerelease : auto
8+ header : |
9+ ## Changelog
10+
11+ Changelog for this release!
812 footer : |
913 ## Container images
1014
11- ```
12- docker.io/fluxcd/{{.ProjectName}}:{{.Tag}}
13- ghcr.io/fluxcd/{{.ProjectName}}:{{.Tag}}
14- ```
15+ - `docker.io/fluxcd/{{.ProjectName}}:{{.Tag}}`
16+ - `ghcr.io/fluxcd/{{.ProjectName}}:{{.Tag}}`
1517
1618 Supported architectures: `linux/amd64`, `linux/arm64` and `linux/arm/v7`.
19+
20+ The container images are built on GitHub hosted runners and are signed with cosign and GitHub OIDC.
21+ To verify the images and their provenance (SLSA level 3), please see the [security documentation](https://fluxcd.io/flux/security/).
1722
1823changelog :
24+ skip : true
1925 use : github-native
2026
2127checksum :
You can’t perform that action at this time.
0 commit comments