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.
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).
Create Release Action to create a new release, pass in the desired version number to release.
branch to execute the action: use main when creating a new release. Use release-x.y when you want to bump a LTS release.release.yml workflow which also promotes the container image.version and/or appVersion in Chart.yaml and run make helm.docs helm.update.appversion helm.test.update helm.test/ok-to-test-managed commands for all cloud providersminor release: create a new branch release-x.ypatch release: merge main into release-x.y