Kubeapps v1.0.0-alpha.4
This release adds support for viewing Helm releases installed by the Helm CLI and improves the experience of provisioning instances of services from the Kubernetes Service Catalog.
To view your Helm releases that you've installed using the Helm CLI, you need to use Tiller in the Kubeapps namespace. For example, you can install a chart using helm install --tiller-namespace=kubeapps <repo>/<charts>
. When viewing these within Kubeapps, you will be prompted to "Migrate" them to become managed by Helm CRD.
When provisioning a new Service Instance from one of your Service Brokers, you may see a customized form describing all the inputs you can configure for the service, if provided by your broker.
Other fixes:
- Calls out to
gcloud
CLI to get active_user - fixes thekubeapps
binary on Google Cloud Shell
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.4/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.4/kubeapps-darwin-amd64 -o /usr/local/bin/kubeapps && sudo chmod +x /usr/local/bin/kubeapps
To get started with Kubeapps, checkout this walkthrough.
Changelog
- [Service Catalog] render provision form using broker-provided schema (#348) 349ba19 (Adnan Abdulhussein)
- Update helm-crd version (#356) adc7e48 (Andres)
- Add support for viewing and migrate Tiller releases (#330) b1c599a (Andres)
- manifests: Use non-persistent emptyDir volume for MongoDB (#344) 232e8a0 (Sameer Naik)
- chartsvc: Unit and integration tests (#329) be14404 (Sameer Naik)
- install application dependencies during the image build (#335) 9c72af4 (Sameer Naik)
- LoginForm component tests (#324) 59806ad (Adnan Abdulhussein)
- add PrivateRoute component tests (#327) a761d7e (Adnan Abdulhussein)
- docs: fix developer setup documentation (#334) 4145649 (Sameer Naik)
- Fixes building kubeapps on ubuntu 18.04 (with golang snap package) (#333) cf8710b (Sameer Naik)
- add search component to pages (#311) d8435cc (Adnan Abdulhussein)
- cmd/apprepository-controller: unit tests (#317) e0e0596 (Sameer Naik)
- enable react test coverage in CI (#315) a7d99d1 (Adnan Abdulhussein)
- update documentation to explain how to run tests (#316) 42b9658 (Adnan Abdulhussein)
- add tests for PermissionsListItem (#314) 6bc1cb4 (Adnan Abdulhussein)
- add tests for PermissionsErrorAlert component (#313) e89f9a0 (Adnan Abdulhussein)
- call out to gcloud CLI to get GKE active user (#310) cd27d52 (Adnan Abdulhussein)
- update instructions for exposing externally (#298) 1b8ed52 (Adnan Abdulhussein)