argo-cd/.goreleaser.yaml

125 lines
3.7 KiB
YAML
Raw Normal View History

version: 2
chore: generate attestations during a release (#12484) * chore: generate attestations during a release Signed-off-by: Justin Marquis <34fathombelow@protonmail.com> enable attestation for dockerhub Signed-off-by: Justin Marquis <34fathombelow@protonmail.com> release assests no longer compressed Signed-off-by: Justin Marquis <34fathombelow@protonmail.com> renamed attestion for cli Signed-off-by: Justin Marquis <34fathombelow@protonmail.com> updated docs to reflect non compressed cli binaries Signed-off-by: Justin Marquis <34fathombelow@protonmail.com> use quay username for provenance generator Signed-off-by: Justin Marquis <34fathombelow@protonmail.com> add check for TARGET_VERSION Signed-off-by: Justin Marquis <34fathombelow@protonmail.com> fixed typo Signed-off-by: Justin Marquis <34fathombelow@protonmail.com> updated go to 1.19 Signed-off-by: Justin Marquis <34fathombelow@protonmail.com> update cosign and slsa-github-generators Signed-off-by: Justin Marquis <34fathombelow@protonmail.com> update docs for cosignv2.0.0 Signed-off-by: Justin Marquis <34fathombelow@protonmail.com> remove docker registry from release Signed-off-by: Justin Marquis <34fathombelow@protonmail.com> * negate tags for v2.4,v2.5,v2.6 for release Signed-off-by: Justin Marquis <34fathombelow@protonmail.com> * bug fix for release notes Signed-off-by: Justin Marquis <34fathombelow@protonmail.com> --------- Signed-off-by: Justin Marquis <34fathombelow@protonmail.com> Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com> Co-authored-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>
2023-03-16 19:35:25 +00:00
project_name: argocd
before:
hooks:
- go mod download
- make build-ui
builds:
- id: argocd-cli
main: ./cmd
binary: argocd-{{ .Os}}-{{ .Arch}}
env:
- CGO_ENABLED=0
flags:
- -v
ldflags:
- -X github.com/argoproj/argo-cd/v3/common.version={{ .Version }}
- -X github.com/argoproj/argo-cd/v3/common.buildDate={{ .Date }}
- -X github.com/argoproj/argo-cd/v3/common.gitCommit={{ .FullCommit }}
- -X github.com/argoproj/argo-cd/v3/common.gitTreeState={{ .Env.GIT_TREE_STATE }}
- -X github.com/argoproj/argo-cd/v3/common.kubectlVersion={{ .Env.KUBECTL_VERSION }}
- -extldflags="-static"
chore: generate attestations during a release (#12484) * chore: generate attestations during a release Signed-off-by: Justin Marquis <34fathombelow@protonmail.com> enable attestation for dockerhub Signed-off-by: Justin Marquis <34fathombelow@protonmail.com> release assests no longer compressed Signed-off-by: Justin Marquis <34fathombelow@protonmail.com> renamed attestion for cli Signed-off-by: Justin Marquis <34fathombelow@protonmail.com> updated docs to reflect non compressed cli binaries Signed-off-by: Justin Marquis <34fathombelow@protonmail.com> use quay username for provenance generator Signed-off-by: Justin Marquis <34fathombelow@protonmail.com> add check for TARGET_VERSION Signed-off-by: Justin Marquis <34fathombelow@protonmail.com> fixed typo Signed-off-by: Justin Marquis <34fathombelow@protonmail.com> updated go to 1.19 Signed-off-by: Justin Marquis <34fathombelow@protonmail.com> update cosign and slsa-github-generators Signed-off-by: Justin Marquis <34fathombelow@protonmail.com> update docs for cosignv2.0.0 Signed-off-by: Justin Marquis <34fathombelow@protonmail.com> remove docker registry from release Signed-off-by: Justin Marquis <34fathombelow@protonmail.com> * negate tags for v2.4,v2.5,v2.6 for release Signed-off-by: Justin Marquis <34fathombelow@protonmail.com> * bug fix for release notes Signed-off-by: Justin Marquis <34fathombelow@protonmail.com> --------- Signed-off-by: Justin Marquis <34fathombelow@protonmail.com> Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com> Co-authored-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>
2023-03-16 19:35:25 +00:00
goos:
- linux
- windows
- darwin
chore: generate attestations during a release (#12484) * chore: generate attestations during a release Signed-off-by: Justin Marquis <34fathombelow@protonmail.com> enable attestation for dockerhub Signed-off-by: Justin Marquis <34fathombelow@protonmail.com> release assests no longer compressed Signed-off-by: Justin Marquis <34fathombelow@protonmail.com> renamed attestion for cli Signed-off-by: Justin Marquis <34fathombelow@protonmail.com> updated docs to reflect non compressed cli binaries Signed-off-by: Justin Marquis <34fathombelow@protonmail.com> use quay username for provenance generator Signed-off-by: Justin Marquis <34fathombelow@protonmail.com> add check for TARGET_VERSION Signed-off-by: Justin Marquis <34fathombelow@protonmail.com> fixed typo Signed-off-by: Justin Marquis <34fathombelow@protonmail.com> updated go to 1.19 Signed-off-by: Justin Marquis <34fathombelow@protonmail.com> update cosign and slsa-github-generators Signed-off-by: Justin Marquis <34fathombelow@protonmail.com> update docs for cosignv2.0.0 Signed-off-by: Justin Marquis <34fathombelow@protonmail.com> remove docker registry from release Signed-off-by: Justin Marquis <34fathombelow@protonmail.com> * negate tags for v2.4,v2.5,v2.6 for release Signed-off-by: Justin Marquis <34fathombelow@protonmail.com> * bug fix for release notes Signed-off-by: Justin Marquis <34fathombelow@protonmail.com> --------- Signed-off-by: Justin Marquis <34fathombelow@protonmail.com> Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com> Co-authored-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>
2023-03-16 19:35:25 +00:00
goarch:
- amd64
- arm64
- s390x
- ppc64le
ignore:
- goos: darwin
goarch: s390x
- goos: darwin
goarch: ppc64le
chore: generate attestations during a release (#12484) * chore: generate attestations during a release Signed-off-by: Justin Marquis <34fathombelow@protonmail.com> enable attestation for dockerhub Signed-off-by: Justin Marquis <34fathombelow@protonmail.com> release assests no longer compressed Signed-off-by: Justin Marquis <34fathombelow@protonmail.com> renamed attestion for cli Signed-off-by: Justin Marquis <34fathombelow@protonmail.com> updated docs to reflect non compressed cli binaries Signed-off-by: Justin Marquis <34fathombelow@protonmail.com> use quay username for provenance generator Signed-off-by: Justin Marquis <34fathombelow@protonmail.com> add check for TARGET_VERSION Signed-off-by: Justin Marquis <34fathombelow@protonmail.com> fixed typo Signed-off-by: Justin Marquis <34fathombelow@protonmail.com> updated go to 1.19 Signed-off-by: Justin Marquis <34fathombelow@protonmail.com> update cosign and slsa-github-generators Signed-off-by: Justin Marquis <34fathombelow@protonmail.com> update docs for cosignv2.0.0 Signed-off-by: Justin Marquis <34fathombelow@protonmail.com> remove docker registry from release Signed-off-by: Justin Marquis <34fathombelow@protonmail.com> * negate tags for v2.4,v2.5,v2.6 for release Signed-off-by: Justin Marquis <34fathombelow@protonmail.com> * bug fix for release notes Signed-off-by: Justin Marquis <34fathombelow@protonmail.com> --------- Signed-off-by: Justin Marquis <34fathombelow@protonmail.com> Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com> Co-authored-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>
2023-03-16 19:35:25 +00:00
- goos: windows
goarch: s390x
- goos: windows
goarch: ppc64le
- goos: windows
goarch: arm64
archives:
- id: argocd-archive
ids:
- argocd-cli
chore: generate attestations during a release (#12484) * chore: generate attestations during a release Signed-off-by: Justin Marquis <34fathombelow@protonmail.com> enable attestation for dockerhub Signed-off-by: Justin Marquis <34fathombelow@protonmail.com> release assests no longer compressed Signed-off-by: Justin Marquis <34fathombelow@protonmail.com> renamed attestion for cli Signed-off-by: Justin Marquis <34fathombelow@protonmail.com> updated docs to reflect non compressed cli binaries Signed-off-by: Justin Marquis <34fathombelow@protonmail.com> use quay username for provenance generator Signed-off-by: Justin Marquis <34fathombelow@protonmail.com> add check for TARGET_VERSION Signed-off-by: Justin Marquis <34fathombelow@protonmail.com> fixed typo Signed-off-by: Justin Marquis <34fathombelow@protonmail.com> updated go to 1.19 Signed-off-by: Justin Marquis <34fathombelow@protonmail.com> update cosign and slsa-github-generators Signed-off-by: Justin Marquis <34fathombelow@protonmail.com> update docs for cosignv2.0.0 Signed-off-by: Justin Marquis <34fathombelow@protonmail.com> remove docker registry from release Signed-off-by: Justin Marquis <34fathombelow@protonmail.com> * negate tags for v2.4,v2.5,v2.6 for release Signed-off-by: Justin Marquis <34fathombelow@protonmail.com> * bug fix for release notes Signed-off-by: Justin Marquis <34fathombelow@protonmail.com> --------- Signed-off-by: Justin Marquis <34fathombelow@protonmail.com> Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com> Co-authored-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>
2023-03-16 19:35:25 +00:00
name_template: |-
{{ .ProjectName }}-{{ .Os }}-{{ .Arch }}
formats: [binary]
chore: generate attestations during a release (#12484) * chore: generate attestations during a release Signed-off-by: Justin Marquis <34fathombelow@protonmail.com> enable attestation for dockerhub Signed-off-by: Justin Marquis <34fathombelow@protonmail.com> release assests no longer compressed Signed-off-by: Justin Marquis <34fathombelow@protonmail.com> renamed attestion for cli Signed-off-by: Justin Marquis <34fathombelow@protonmail.com> updated docs to reflect non compressed cli binaries Signed-off-by: Justin Marquis <34fathombelow@protonmail.com> use quay username for provenance generator Signed-off-by: Justin Marquis <34fathombelow@protonmail.com> add check for TARGET_VERSION Signed-off-by: Justin Marquis <34fathombelow@protonmail.com> fixed typo Signed-off-by: Justin Marquis <34fathombelow@protonmail.com> updated go to 1.19 Signed-off-by: Justin Marquis <34fathombelow@protonmail.com> update cosign and slsa-github-generators Signed-off-by: Justin Marquis <34fathombelow@protonmail.com> update docs for cosignv2.0.0 Signed-off-by: Justin Marquis <34fathombelow@protonmail.com> remove docker registry from release Signed-off-by: Justin Marquis <34fathombelow@protonmail.com> * negate tags for v2.4,v2.5,v2.6 for release Signed-off-by: Justin Marquis <34fathombelow@protonmail.com> * bug fix for release notes Signed-off-by: Justin Marquis <34fathombelow@protonmail.com> --------- Signed-off-by: Justin Marquis <34fathombelow@protonmail.com> Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com> Co-authored-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>
2023-03-16 19:35:25 +00:00
checksum:
name_template: 'cli_checksums.txt'
algorithm: sha256
release:
make_latest: '{{ .Env.GORELEASER_MAKE_LATEST }}'
chore: generate attestations during a release (#12484) * chore: generate attestations during a release Signed-off-by: Justin Marquis <34fathombelow@protonmail.com> enable attestation for dockerhub Signed-off-by: Justin Marquis <34fathombelow@protonmail.com> release assests no longer compressed Signed-off-by: Justin Marquis <34fathombelow@protonmail.com> renamed attestion for cli Signed-off-by: Justin Marquis <34fathombelow@protonmail.com> updated docs to reflect non compressed cli binaries Signed-off-by: Justin Marquis <34fathombelow@protonmail.com> use quay username for provenance generator Signed-off-by: Justin Marquis <34fathombelow@protonmail.com> add check for TARGET_VERSION Signed-off-by: Justin Marquis <34fathombelow@protonmail.com> fixed typo Signed-off-by: Justin Marquis <34fathombelow@protonmail.com> updated go to 1.19 Signed-off-by: Justin Marquis <34fathombelow@protonmail.com> update cosign and slsa-github-generators Signed-off-by: Justin Marquis <34fathombelow@protonmail.com> update docs for cosignv2.0.0 Signed-off-by: Justin Marquis <34fathombelow@protonmail.com> remove docker registry from release Signed-off-by: Justin Marquis <34fathombelow@protonmail.com> * negate tags for v2.4,v2.5,v2.6 for release Signed-off-by: Justin Marquis <34fathombelow@protonmail.com> * bug fix for release notes Signed-off-by: Justin Marquis <34fathombelow@protonmail.com> --------- Signed-off-by: Justin Marquis <34fathombelow@protonmail.com> Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com> Co-authored-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>
2023-03-16 19:35:25 +00:00
prerelease: auto
draft: false
header: |
## Quick Start
### Non-HA:
```shell
kubectl create namespace argocd
kubectl apply -n argocd --server-side --force-conflicts -f https://raw.githubusercontent.com/{{ .Env.GORELEASER_CURRENT_REPOSITORY }}/{{.Tag}}/manifests/install.yaml
chore: generate attestations during a release (#12484) * chore: generate attestations during a release Signed-off-by: Justin Marquis <34fathombelow@protonmail.com> enable attestation for dockerhub Signed-off-by: Justin Marquis <34fathombelow@protonmail.com> release assests no longer compressed Signed-off-by: Justin Marquis <34fathombelow@protonmail.com> renamed attestion for cli Signed-off-by: Justin Marquis <34fathombelow@protonmail.com> updated docs to reflect non compressed cli binaries Signed-off-by: Justin Marquis <34fathombelow@protonmail.com> use quay username for provenance generator Signed-off-by: Justin Marquis <34fathombelow@protonmail.com> add check for TARGET_VERSION Signed-off-by: Justin Marquis <34fathombelow@protonmail.com> fixed typo Signed-off-by: Justin Marquis <34fathombelow@protonmail.com> updated go to 1.19 Signed-off-by: Justin Marquis <34fathombelow@protonmail.com> update cosign and slsa-github-generators Signed-off-by: Justin Marquis <34fathombelow@protonmail.com> update docs for cosignv2.0.0 Signed-off-by: Justin Marquis <34fathombelow@protonmail.com> remove docker registry from release Signed-off-by: Justin Marquis <34fathombelow@protonmail.com> * negate tags for v2.4,v2.5,v2.6 for release Signed-off-by: Justin Marquis <34fathombelow@protonmail.com> * bug fix for release notes Signed-off-by: Justin Marquis <34fathombelow@protonmail.com> --------- Signed-off-by: Justin Marquis <34fathombelow@protonmail.com> Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com> Co-authored-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>
2023-03-16 19:35:25 +00:00
```
### HA:
```shell
kubectl create namespace argocd
kubectl apply -n argocd --server-side --force-conflicts -f https://raw.githubusercontent.com/{{ .Env.GORELEASER_CURRENT_REPOSITORY }}/{{.Tag}}/manifests/ha/install.yaml
chore: generate attestations during a release (#12484) * chore: generate attestations during a release Signed-off-by: Justin Marquis <34fathombelow@protonmail.com> enable attestation for dockerhub Signed-off-by: Justin Marquis <34fathombelow@protonmail.com> release assests no longer compressed Signed-off-by: Justin Marquis <34fathombelow@protonmail.com> renamed attestion for cli Signed-off-by: Justin Marquis <34fathombelow@protonmail.com> updated docs to reflect non compressed cli binaries Signed-off-by: Justin Marquis <34fathombelow@protonmail.com> use quay username for provenance generator Signed-off-by: Justin Marquis <34fathombelow@protonmail.com> add check for TARGET_VERSION Signed-off-by: Justin Marquis <34fathombelow@protonmail.com> fixed typo Signed-off-by: Justin Marquis <34fathombelow@protonmail.com> updated go to 1.19 Signed-off-by: Justin Marquis <34fathombelow@protonmail.com> update cosign and slsa-github-generators Signed-off-by: Justin Marquis <34fathombelow@protonmail.com> update docs for cosignv2.0.0 Signed-off-by: Justin Marquis <34fathombelow@protonmail.com> remove docker registry from release Signed-off-by: Justin Marquis <34fathombelow@protonmail.com> * negate tags for v2.4,v2.5,v2.6 for release Signed-off-by: Justin Marquis <34fathombelow@protonmail.com> * bug fix for release notes Signed-off-by: Justin Marquis <34fathombelow@protonmail.com> --------- Signed-off-by: Justin Marquis <34fathombelow@protonmail.com> Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com> Co-authored-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>
2023-03-16 19:35:25 +00:00
```
## Release Signatures and Provenance
All Argo CD container images are signed by cosign. A Provenance is generated for container images and CLI binaries which meet the SLSA Level 3 specifications. See the [documentation](https://argo-cd.readthedocs.io/en/stable/operator-manual/signed-release-assets) on how to verify.
## Release Notes Blog Post
For a detailed breakdown of the key changes and improvements in this release, check out the [official blog post](https://blog.argoproj.io/argo-cd-v3-0-release-candidate-a0b933f4e58f)
chore: generate attestations during a release (#12484) * chore: generate attestations during a release Signed-off-by: Justin Marquis <34fathombelow@protonmail.com> enable attestation for dockerhub Signed-off-by: Justin Marquis <34fathombelow@protonmail.com> release assests no longer compressed Signed-off-by: Justin Marquis <34fathombelow@protonmail.com> renamed attestion for cli Signed-off-by: Justin Marquis <34fathombelow@protonmail.com> updated docs to reflect non compressed cli binaries Signed-off-by: Justin Marquis <34fathombelow@protonmail.com> use quay username for provenance generator Signed-off-by: Justin Marquis <34fathombelow@protonmail.com> add check for TARGET_VERSION Signed-off-by: Justin Marquis <34fathombelow@protonmail.com> fixed typo Signed-off-by: Justin Marquis <34fathombelow@protonmail.com> updated go to 1.19 Signed-off-by: Justin Marquis <34fathombelow@protonmail.com> update cosign and slsa-github-generators Signed-off-by: Justin Marquis <34fathombelow@protonmail.com> update docs for cosignv2.0.0 Signed-off-by: Justin Marquis <34fathombelow@protonmail.com> remove docker registry from release Signed-off-by: Justin Marquis <34fathombelow@protonmail.com> * negate tags for v2.4,v2.5,v2.6 for release Signed-off-by: Justin Marquis <34fathombelow@protonmail.com> * bug fix for release notes Signed-off-by: Justin Marquis <34fathombelow@protonmail.com> --------- Signed-off-by: Justin Marquis <34fathombelow@protonmail.com> Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com> Co-authored-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>
2023-03-16 19:35:25 +00:00
## Upgrading
If upgrading from a different minor version, be sure to read the [upgrading](https://argo-cd.readthedocs.io/en/stable/operator-manual/upgrading/overview/) documentation.
footer: |
**Full Changelog**: https://github.com/{{ .Env.GORELEASER_CURRENT_REPOSITORY }}/compare/{{ .PreviousTag }}...{{ .Tag }}
chore: generate attestations during a release (#12484) * chore: generate attestations during a release Signed-off-by: Justin Marquis <34fathombelow@protonmail.com> enable attestation for dockerhub Signed-off-by: Justin Marquis <34fathombelow@protonmail.com> release assests no longer compressed Signed-off-by: Justin Marquis <34fathombelow@protonmail.com> renamed attestion for cli Signed-off-by: Justin Marquis <34fathombelow@protonmail.com> updated docs to reflect non compressed cli binaries Signed-off-by: Justin Marquis <34fathombelow@protonmail.com> use quay username for provenance generator Signed-off-by: Justin Marquis <34fathombelow@protonmail.com> add check for TARGET_VERSION Signed-off-by: Justin Marquis <34fathombelow@protonmail.com> fixed typo Signed-off-by: Justin Marquis <34fathombelow@protonmail.com> updated go to 1.19 Signed-off-by: Justin Marquis <34fathombelow@protonmail.com> update cosign and slsa-github-generators Signed-off-by: Justin Marquis <34fathombelow@protonmail.com> update docs for cosignv2.0.0 Signed-off-by: Justin Marquis <34fathombelow@protonmail.com> remove docker registry from release Signed-off-by: Justin Marquis <34fathombelow@protonmail.com> * negate tags for v2.4,v2.5,v2.6 for release Signed-off-by: Justin Marquis <34fathombelow@protonmail.com> * bug fix for release notes Signed-off-by: Justin Marquis <34fathombelow@protonmail.com> --------- Signed-off-by: Justin Marquis <34fathombelow@protonmail.com> Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com> Co-authored-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>
2023-03-16 19:35:25 +00:00
<a href="https://argoproj.github.io/cd/"><img src="https://raw.githubusercontent.com/argoproj/argo-site/master/content/pages/cd/gitops-cd.png" width="25%" ></a>
chore: generate attestations during a release (#12484) * chore: generate attestations during a release Signed-off-by: Justin Marquis <34fathombelow@protonmail.com> enable attestation for dockerhub Signed-off-by: Justin Marquis <34fathombelow@protonmail.com> release assests no longer compressed Signed-off-by: Justin Marquis <34fathombelow@protonmail.com> renamed attestion for cli Signed-off-by: Justin Marquis <34fathombelow@protonmail.com> updated docs to reflect non compressed cli binaries Signed-off-by: Justin Marquis <34fathombelow@protonmail.com> use quay username for provenance generator Signed-off-by: Justin Marquis <34fathombelow@protonmail.com> add check for TARGET_VERSION Signed-off-by: Justin Marquis <34fathombelow@protonmail.com> fixed typo Signed-off-by: Justin Marquis <34fathombelow@protonmail.com> updated go to 1.19 Signed-off-by: Justin Marquis <34fathombelow@protonmail.com> update cosign and slsa-github-generators Signed-off-by: Justin Marquis <34fathombelow@protonmail.com> update docs for cosignv2.0.0 Signed-off-by: Justin Marquis <34fathombelow@protonmail.com> remove docker registry from release Signed-off-by: Justin Marquis <34fathombelow@protonmail.com> * negate tags for v2.4,v2.5,v2.6 for release Signed-off-by: Justin Marquis <34fathombelow@protonmail.com> * bug fix for release notes Signed-off-by: Justin Marquis <34fathombelow@protonmail.com> --------- Signed-off-by: Justin Marquis <34fathombelow@protonmail.com> Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com> Co-authored-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>
2023-03-16 19:35:25 +00:00
snapshot: #### To be removed for PR
version_template: '2.6.0'
chore: generate attestations during a release (#12484) * chore: generate attestations during a release Signed-off-by: Justin Marquis <34fathombelow@protonmail.com> enable attestation for dockerhub Signed-off-by: Justin Marquis <34fathombelow@protonmail.com> release assests no longer compressed Signed-off-by: Justin Marquis <34fathombelow@protonmail.com> renamed attestion for cli Signed-off-by: Justin Marquis <34fathombelow@protonmail.com> updated docs to reflect non compressed cli binaries Signed-off-by: Justin Marquis <34fathombelow@protonmail.com> use quay username for provenance generator Signed-off-by: Justin Marquis <34fathombelow@protonmail.com> add check for TARGET_VERSION Signed-off-by: Justin Marquis <34fathombelow@protonmail.com> fixed typo Signed-off-by: Justin Marquis <34fathombelow@protonmail.com> updated go to 1.19 Signed-off-by: Justin Marquis <34fathombelow@protonmail.com> update cosign and slsa-github-generators Signed-off-by: Justin Marquis <34fathombelow@protonmail.com> update docs for cosignv2.0.0 Signed-off-by: Justin Marquis <34fathombelow@protonmail.com> remove docker registry from release Signed-off-by: Justin Marquis <34fathombelow@protonmail.com> * negate tags for v2.4,v2.5,v2.6 for release Signed-off-by: Justin Marquis <34fathombelow@protonmail.com> * bug fix for release notes Signed-off-by: Justin Marquis <34fathombelow@protonmail.com> --------- Signed-off-by: Justin Marquis <34fathombelow@protonmail.com> Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com> Co-authored-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>
2023-03-16 19:35:25 +00:00
changelog:
use: github
chore: generate attestations during a release (#12484) * chore: generate attestations during a release Signed-off-by: Justin Marquis <34fathombelow@protonmail.com> enable attestation for dockerhub Signed-off-by: Justin Marquis <34fathombelow@protonmail.com> release assests no longer compressed Signed-off-by: Justin Marquis <34fathombelow@protonmail.com> renamed attestion for cli Signed-off-by: Justin Marquis <34fathombelow@protonmail.com> updated docs to reflect non compressed cli binaries Signed-off-by: Justin Marquis <34fathombelow@protonmail.com> use quay username for provenance generator Signed-off-by: Justin Marquis <34fathombelow@protonmail.com> add check for TARGET_VERSION Signed-off-by: Justin Marquis <34fathombelow@protonmail.com> fixed typo Signed-off-by: Justin Marquis <34fathombelow@protonmail.com> updated go to 1.19 Signed-off-by: Justin Marquis <34fathombelow@protonmail.com> update cosign and slsa-github-generators Signed-off-by: Justin Marquis <34fathombelow@protonmail.com> update docs for cosignv2.0.0 Signed-off-by: Justin Marquis <34fathombelow@protonmail.com> remove docker registry from release Signed-off-by: Justin Marquis <34fathombelow@protonmail.com> * negate tags for v2.4,v2.5,v2.6 for release Signed-off-by: Justin Marquis <34fathombelow@protonmail.com> * bug fix for release notes Signed-off-by: Justin Marquis <34fathombelow@protonmail.com> --------- Signed-off-by: Justin Marquis <34fathombelow@protonmail.com> Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com> Co-authored-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>
2023-03-16 19:35:25 +00:00
sort: asc
abbrev: 0
groups: # Regex use RE2 syntax as defined here: https://github.com/google/re2/wiki/Syntax.
- title: 'Breaking Changes'
regexp: '^.*?(\([[:word:]]+\))??!:.+$'
order: 0
chore: generate attestations during a release (#12484) * chore: generate attestations during a release Signed-off-by: Justin Marquis <34fathombelow@protonmail.com> enable attestation for dockerhub Signed-off-by: Justin Marquis <34fathombelow@protonmail.com> release assests no longer compressed Signed-off-by: Justin Marquis <34fathombelow@protonmail.com> renamed attestion for cli Signed-off-by: Justin Marquis <34fathombelow@protonmail.com> updated docs to reflect non compressed cli binaries Signed-off-by: Justin Marquis <34fathombelow@protonmail.com> use quay username for provenance generator Signed-off-by: Justin Marquis <34fathombelow@protonmail.com> add check for TARGET_VERSION Signed-off-by: Justin Marquis <34fathombelow@protonmail.com> fixed typo Signed-off-by: Justin Marquis <34fathombelow@protonmail.com> updated go to 1.19 Signed-off-by: Justin Marquis <34fathombelow@protonmail.com> update cosign and slsa-github-generators Signed-off-by: Justin Marquis <34fathombelow@protonmail.com> update docs for cosignv2.0.0 Signed-off-by: Justin Marquis <34fathombelow@protonmail.com> remove docker registry from release Signed-off-by: Justin Marquis <34fathombelow@protonmail.com> * negate tags for v2.4,v2.5,v2.6 for release Signed-off-by: Justin Marquis <34fathombelow@protonmail.com> * bug fix for release notes Signed-off-by: Justin Marquis <34fathombelow@protonmail.com> --------- Signed-off-by: Justin Marquis <34fathombelow@protonmail.com> Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com> Co-authored-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>
2023-03-16 19:35:25 +00:00
- title: 'Features'
regexp: '^.*?feat(\([[:word:]]+\))??!?:.+$'
order: 100
- title: 'Bug fixes'
regexp: '^.*?fix(\([[:word:]]+\))??!?:.+$'
order: 200
- title: 'Documentation'
regexp: '^.*?docs(\([[:word:]]+\))??!?:.+$'
order: 300
- title: 'Dependency updates'
regexp: '^.*?(feat|fix|chore)\(deps?.+\)!?:.+$'
order: 400
- title: 'Other work'
order: 999
filters:
exclude:
- '^test:'
- '^.*?Bump(\([[:word:]]+\))?.+$'
- '^.*?\[Bot\](\([[:word:]]+\))?.+$'
chore: generate attestations during a release (#12484) * chore: generate attestations during a release Signed-off-by: Justin Marquis <34fathombelow@protonmail.com> enable attestation for dockerhub Signed-off-by: Justin Marquis <34fathombelow@protonmail.com> release assests no longer compressed Signed-off-by: Justin Marquis <34fathombelow@protonmail.com> renamed attestion for cli Signed-off-by: Justin Marquis <34fathombelow@protonmail.com> updated docs to reflect non compressed cli binaries Signed-off-by: Justin Marquis <34fathombelow@protonmail.com> use quay username for provenance generator Signed-off-by: Justin Marquis <34fathombelow@protonmail.com> add check for TARGET_VERSION Signed-off-by: Justin Marquis <34fathombelow@protonmail.com> fixed typo Signed-off-by: Justin Marquis <34fathombelow@protonmail.com> updated go to 1.19 Signed-off-by: Justin Marquis <34fathombelow@protonmail.com> update cosign and slsa-github-generators Signed-off-by: Justin Marquis <34fathombelow@protonmail.com> update docs for cosignv2.0.0 Signed-off-by: Justin Marquis <34fathombelow@protonmail.com> remove docker registry from release Signed-off-by: Justin Marquis <34fathombelow@protonmail.com> * negate tags for v2.4,v2.5,v2.6 for release Signed-off-by: Justin Marquis <34fathombelow@protonmail.com> * bug fix for release notes Signed-off-by: Justin Marquis <34fathombelow@protonmail.com> --------- Signed-off-by: Justin Marquis <34fathombelow@protonmail.com> Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com> Co-authored-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>
2023-03-16 19:35:25 +00:00
# yaml-language-server: $schema=https://goreleaser.com/static/schema.json