Files
fission-src/Documentation/docs-site/content/installation/upgrade/upgrade-from-v0.4.en.md
T
VishalandGitHub 1b1c4f1380 Documentation Revamp (#496)
Added a new documentation structure with details of concepts, tutorials and examples
2018-02-28 11:46:44 +05:30

995 B

title, draft, weight
title draft weight
Upgrading from v0.4.x to v0.5.0 false 33

How to Upgrade

  1. Get the 0.5.0 CLI
  2. 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