This is our first release since KubeCon in December! 🎉
Release Notes
- fix Name property, add Description, add test (#104)
- add azure-ark example (#107)
- defer cnab dir/porter.yaml COPY statements (#119)
Install Instructions
MacOS
curl https://deislabs.blob.core.windows.net/porter/latest/install-mac.sh | bash
Linux
curl https://deislabs.blob.core.windows.net/porter/latest/install-linux.sh | bash
Windows
iwr "https://deislabs.blob.core.windows.net/porter/latest/install-windows.ps1" -UseBasicParsing | iex