v1.0.0-beta.0
This is the first Kubeapps 1.0 beta release! Going forth, we will continue working on bug fixes and stability improvements to bring Kubeapps to a stable 1.0 release.
This release changes the default application management behaviour to match the experience with the Helm CLI. By default, Kubeapps will only show deployed and failed Helm release states, with a toggle to show deleted releases. When deleting an application within Kubeapps, there is now an option to purge a release, which if left unchecked will default to the marking the release as deleted so that it can be reviewed and even rollbacked in the future.
Installation
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
- chart: update MongoDB dep to 4.3.1 to fix label selector issue (#590) d5546d2 (Adnan Abdulhussein)
- Update mongodb chart dependency (#586) d8647f6 (Andres)
- [Chart] frontend service annotation (#587) 830040f (Miguel Ángel Martínez Triviño)
- add sass-lint to project (#585) 7c9fe48 (Adnan Abdulhussein)
- Show list-all checkbox in Apps view (#563) b878a64 (Andres)
- [CI] Avoid getting stuck while checking if the cluster is available (#574) 4a80226 (Andres)
- add SASS preprocessing (#579) a7c2b7c (Adnan Abdulhussein)
- Use chart version instead of appVersion (#575) e1b1294 (Andres)
- add tslint rule to avoid the template strings if not interplating (#559) 767a153 (Adnan Abdulhussein)
- ci: update release notes template to reflect latest releases (#570) 4992920 (Adnan Abdulhussein)
- Chart update: Tiller Proxy namespace awareness and rbac support (#569) 4440f85 (Miguel Ángel Martínez Triviño)
- remove manifests from repo (#567) 0b92c88 (Adnan Abdulhussein)
- updates Hex to v3.2.0 (#550) 909466c (Adnan Abdulhussein)
- disable object-literal-sort-keys in dev tslint config (#558) e1708c3 (Adnan Abdulhussein)
- Add status query for listing releases (#557) 1456959 (Andres)
- Fix previous tag retrieval (#554) 04271fd (Andres)
- Automatically sync chart (#552) 17c32d1 (Andres)
- update chart for v1.0.0-alpha.7 release (#561) fa33466 (Adnan Abdulhussein)