Skip to main content
Releases
Nishan avatar
Written by Nishan
Updated over a week ago

A Release is a specific version of your App / your SaaS product, as pointed by a specific version of its Helm Chart. Its you define a universal version number for your App to refer during deployments and rollbacks in LocalOps. You can point a Release to a specific helm chart version and pass any global environment variable as Helm values for it.

On a day to day basis, you will be creating many Releases to introduce changes to your running Environments.

Create Releases

Before creating a release ensure you have created an app.

  1. Navigate to "Releases" section using the left-hand navigation pane.

  2. Click on the "Add release" button located on the top-right corner of the page.

  3. Choose the desired app for which you wish to initiate a release.

  4. Add a release tag used to uniquely identify this release

  5. Add a changelog to describe the changes included in this release.

  6. Finally click on "add release" button to save your release.

Delete Releases

  1. Click the "Releases" section on the left-hand navigation pane.

  2. Click on the "More Options(...)" button corresponding to the release you want to delete from the list.

  3. Select the "Delete" option, triggering a confirmation prompt.

  4. Then click on "continue" to proceed and delete the release.

Did this answer your question?