mirror of
https://github.com/external-secrets/external-secrets.git
synced 2024-12-14 11:57:59 +00:00
796 B
796 B
Release Process
ESO and the ESO Helm Chart have two distinct lifecycles and can be released independently. Helm Chart releases are named external-secrets-x.y.z
.
The external-secrets project is released on a as-needed basis. Feel free to open a issue to request a release.
Release ESO
- Run
Create Release
Action to create a new release, pass in the desired version number to release. - GitHub Release, Changelog will be created by the
release.yml
workflow which also promotes the container image. - (optional) update Helm Chart
- Announce the new release in the
#external-secrets
Kubernetes Slack
Release Helm Chart
- Update
version
and/orappVersion
inChart.yaml
- push and merge PR
- CI picks up the new chart version and creates a new GitHub Release for it