Added a new documentation structure with details of concepts, tutorials and examples
995 B
995 B
title, draft, weight
| title | draft | weight |
|---|---|---|
| Upgrading from v0.4.x to v0.5.0 | false | 33 |
How to Upgrade
- Get the 0.5.0 CLI
- Upgrade to Fission 0.5.0
Get the new CLI
OS X
$ curl -Lo fission https://github.com/fission/fission/releases/download/0.5.0/fission-cli-osx && chmod +x fission && sudo mv fission /usr/local/bin/
Linux
$ curl -Lo fission https://github.com/fission/fission/releases/download/0.5.0/fission-cli-linux && chmod +x fission && sudo mv fission /usr/local/bin/
Windows
For Windows, you can use the linux binary on WSL. Or you can download this windows executable: fission.exe
Upgrade to Fission 0.5.0
Upgrade fission with a command similar to this:
# find the release want to upgrade
$ helm list
# upgrade to 0.5.0
$ helm upgrade <release_name> https://github.com/fission/fission/releases/download/0.5.0/fission-all-0.5.0.tgz