Kubeapps v1.0.0
This is the first stable Kubeapps release 🎉!
Note: This version requires Helm +v2.10
The most notable changes include a rename of the "Charts" navigation menu and routes to "Catalog" to better distinguish it from "Applications". This release also includes a redesign of the Service Catalog Instance page, bringing it more in line with the Application page. The Service Catalog Binding pane has been removed from the deployment and upgrade forms as it is seen as a workaround that does not fit the Service Catalog workflow.
ClusterRoles and ClusterRoleBindings are no longer created when installing Kubeapps, as we now are now able to rely solely on namespaced Roles and RoleBindings.
See the changelog below for other changes and fixes.
Going forward, we will be working towards our next feature release, v1.1.0.
Installation
NOTE: Be sure to check the migration guide if upgrading from an older version.
To install this release, ensure you add the Bitnami charts repository to your local Helm cache:
helm repo add bitnami https://charts.bitnami.com/bitnami
helm repo update
Install the Kubeapps Helm chart:
helm install --name kubeapps --namespace kubeapps bitnami/kubeapps
To get started with Kubeapps, checkout this walkthrough.
Changelog
- disable actions if service instance is pending operation (#823) 186d58d (Adnan Abdulhussein)
- Update mongodb chart (#818) 086374c (Andres)
- Install CRDs by using the new crd-install hook (#821) 705857e (Miguel Martínez Triviño)
- reorganise service instance view layout (#815) da1cb3e (Adnan Abdulhussein)
- Add missing space (#817) 6bd7dea (Andres)
- Install app-repository CRD via a hook (#813) 1184726 (Miguel Martínez Triviño)
- Tiller proxy user agent support (#810) e3a99dd (Miguel Martínez Triviño)
- Revert "namespace apprepo-controller kube informer (#787)" (#808) 90a4fc6 (Adnan Abdulhussein)
- Add user-agent-comment support in chart repo controller (#804) cf19e0b (Miguel Martínez Triviño)
- Avoid CRD deletion when upgrading (#801) e85450e (Andres)
- Add link for repo tags (#802) 08a4f1f (Andres)
- Hide binding details if the svc instance is not bindable (#794) d19a26d (Andres)
- Remove right pane for service bindings in deployment and upgrade forms (#798) 33d6bf4 (Andres)
- Add component information in app and service lists (#796) 3eccd0a (Andres)
- relax YAML parsing for Helm release manifests (#797) d28cbcf (Adnan Abdulhussein)
- Show correct release name in case of error (#791) 468b549 (Miguel Martínez Triviño)
- Fix catalog links (#792) 88bb1f5 (Miguel Martínez Triviño)
- Increase websockets idle timeout (#790) 7ea41e7 (Miguel Martínez Triviño)
- renames Chart list to Catalog list (#788) 075bbd3 (Adnan Abdulhussein)
- namespace apprepo-controller kube informer (#787) 9c6ac74 (Adnan Abdulhussein)
- Remove namespace usage (#782) ff5797d (Miguel Martínez Triviño)
- Bump chart version for v1.0.0-beta.4 release (#785) cec9862 (Adnan Abdulhussein)