Kubeapps 0.4.0
This release updates Kubeless to v0.4.0! Yay for synchronised versions 🎉. This also contains an important security update from the previous release that restricts the RBAC roles given to the Kubernetes API proxy.
Installation
To install this release, download the client binary for your operating system:
Linux:
sudo curl -L https://github.com/kubeapps/installer/releases/download/v0.4.0/kubeapps-linux-amd64 -o /usr/local/bin/kubeapps && sudo chmod +x /usr/local/bin/kubeapps
OS X:
sudo curl -L https://github.com/kubeapps/installer/releases/download/v0.4.0/kubeapps-darwin-amd64 -o /usr/local/bin/kubeapps && sudo chmod +x /usr/local/bin/kubeapps
To get started with Kubeapps, checkout this walkthrough.