Kubeapps v1.0.0-alpha.3
This update adds a set of ClusterRoles and Roles that you can use to easily apply to users/Service Accounts for access to Kubeapps. Check out the Access Control for more information.
This release also includes some UX improvements, with improved messages shown when there are no resources to show, more consistent button naming and a favicon!
Installation
To install this release, download the client binary for your operating system:
Linux:
sudo curl -L https://github.com/kubeapps/installer/releases/download/v1.0.0-alpha.3/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/v1.0.0-alpha.3/kubeapps-darwin-amd64 -o /usr/local/bin/kubeapps && sudo chmod +x /usr/local/bin/kubeapps
To get started with Kubeapps, checkout this walkthrough.
Changelog
- add preset RBAC roles and authorization documentation (#293) 973045c (Adnan Abdulhussein)
- use MessageAlert to display a helpful message (#292) 031cdb0 (Sameer Naik)
- add kubeapps favicon (#287) c35fba2 (Adnan Abdulhussein)
- updates quickstart docs generate auth token (#290) fab701a (Sameer Naik)
- consistent button naming for deploying a function/app, message icon (#289) 5a91d34 (Sameer Naik)