2024-06-05 17:42:48 +00:00
version : 2
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 :
2025-01-10 21:14:00 +00:00
- -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 }}
2025-06-23 16:05:29 +00:00
- -extldflags="-static"
2023-03-16 19:35:25 +00:00
goos :
- linux
- windows
2025-06-17 20:01:00 +00:00
- darwin
2023-03-16 19:35:25 +00:00
goarch :
- amd64
- arm64
- s390x
- ppc64le
ignore :
2025-06-17 20:01:00 +00:00
- goos : darwin
goarch : s390x
- goos : darwin
goarch : ppc64le
2023-03-16 19:35:25 +00:00
- goos : windows
goarch : s390x
- goos : windows
goarch : ppc64le
- goos : windows
goarch : arm64
archives :
- id : argocd-archive
2025-03-18 13:50:16 +00:00
ids :
2025-03-18 17:17:16 +00:00
- argocd-cli
2023-03-16 19:35:25 +00:00
name_template : |-
{{ .ProjectName }}-{{ .Os }}-{{ .Arch }}
2025-09-19 17:11:07 +00:00
formats : [ binary]
2023-03-16 19:35:25 +00:00
checksum :
name_template : 'cli_checksums.txt'
algorithm : sha256
release :
2025-09-19 17:11:07 +00:00
make_latest : '{{ .Env.GORELEASER_MAKE_LATEST }}'
2023-03-16 19:35:25 +00:00
prerelease : auto
draft : false
header : |
## Quick Start
### Non-HA:
```shell
kubectl create namespace argocd
2025-12-14 17:54:43 +00:00
kubectl apply -n argocd --server-side --force-conflicts -f https://raw.githubusercontent.com/{{ .Env.GORELEASER_CURRENT_REPOSITORY }}/{{.Tag}}/manifests/install.yaml
2023-03-16 19:35:25 +00:00
```
### HA:
```shell
kubectl create namespace argocd
2025-12-14 17:54:43 +00:00
kubectl apply -n argocd --server-side --force-conflicts -f https://raw.githubusercontent.com/{{ .Env.GORELEASER_CURRENT_REPOSITORY }}/{{.Tag}}/manifests/ha/install.yaml
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.
2025-01-21 12:32:30 +00:00
## Release Notes Blog Post
2025-06-02 07:42:15 +00:00
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)
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 : |
2025-12-09 15:38:01 +00:00
**Full Changelog** : https://github.com/{{ .Env.GORELEASER_CURRENT_REPOSITORY }}/compare/{{ .PreviousTag }}...{{ .Tag }}
2023-03-16 19:35:25 +00:00
2025-03-18 17:17:16 +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>
2023-03-16 19:35:25 +00:00
snapshot : #### To be removed for PR
2025-03-18 17:17:16 +00:00
version_template : '2.6.0'
2023-03-16 19:35:25 +00:00
changelog :
2025-03-18 17:17:16 +00:00
use : github
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.
2025-03-18 17:17:16 +00:00
- title : 'Breaking Changes'
regexp : '^.*?(\([[:word:]]+\))??!:.+$'
order : 0
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:]]+\))?.+$'
2024-05-08 22:50:09 +00:00
- '^.*?\[Bot\](\([[:word:]]+\))?.+$'
2023-03-16 19:35:25 +00:00
# yaml-language-server: $schema=https://goreleaser.com/static/schema.json