Skip to content

Commit

Permalink
Merge pull request #205 from c6o/update-release-notes
Browse files Browse the repository at this point in the history
update 2.3.0 release process
  • Loading branch information
georg authored May 8, 2024
2 parents c426aff + 21626a6 commit c325d73
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion docs/references/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,12 @@ Please make sure that you update your Codezero Local Agent and Space Agent to th

### Changes

* We have started to version our Helm charts. In order to upgrade from an earlier version to this release, please rotate the certificate as documented in our [Teamspace Setup](https://docs.codezero.io/guides/teamspace-setup/#rotate-certificate).
* We have started to version our Helm charts. In order to upgrade your Space Agent from an earlier version to this release, please run the following:

```sh
helm repo add --force-update codezero https://charts.codezero.io && helm upgrade --namespace=codezero codezero codezero/codezero --reset-values
```

* Bug Fix: `czctl auth login` now correctly opens a web browser on Linux
* Experimental Windows support. Please contact us to request binaries
* Various package upgrades and security patches
Expand Down

0 comments on commit c325d73

Please sign in to comment.