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
When doing a release it's best to start with with the "Create Release" issue template, it has a checklist to go over.
⚠️ Note: when releasing multiple versions, make sure to first release the "old" version, then the newer version.
Otherwise the latest documentation will point to the older version. Also avoid to release both versions at the same time to avoid race conditions in the CI pipeline (updating docs, GitHub Release, helm chart release).
- Run
Create ReleaseAction to create a new release, pass in the desired version number to release.- choose the right
branchto execute the action: usemainwhen creating a new release. - ⚠️ make sure that CI on the relevant branch has completed the docker build/push jobs. Otherwise an old image will be promoted.
- choose the right
- GitHub Release, Changelog will be created by the
release.ymlworkflow which also promotes the container image. - update Helm Chart, see below
Release Helm Chart
- Update
versionand/orappVersioninChart.yamland runmake helm.docs helm.update.appversion helm.test.update helm.test - push to branch and open pr
- run
/ok-to-test-managedcommands for all cloud providers - merge PR if everything is green
- CI picks up the new chart version and creates a new GitHub Release for it