v1.0.0-beta.4
This release contains several bug fixes, including:
- Repository sync jobs are no longer left behind in failed states #773
- The frontend will now catch any unexpected errors and show a useful error message instead of crashing without any information #741
- Fixes an issue where tiller-proxy was returning the wrong Helm release in certain cases #781
- Introduces a MongoDB connection timeout in chartsvc and chart-repo so they don't hang indefinitely when trying to connect to MongoDB helm/monocular#552
- chart-repo now correctly indexes updated packages for the same chart version helm/monocular#556
In addition to these fixes, we've been continuing to work on refactoring the codebase and improving stability.
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
- bumps chart-repo and chartsvc to v1.0.1 (#784) 1bf5a25 (Adnan Abdulhussein)
- Fix tiller-proxy dev docs (#780) b62e19a (Miguel Martínez Triviño)
- Fix get release (#781) 7d5e8bf (Miguel Martínez Triviño)
- chart docs: update install troubleshooting for RBAC issues (#778) 06895d1 (Adnan Abdulhussein)
- ErrorBoundary implementation (#741) 5b1bfb6 (Miguel Martínez Triviño)
- Update job scheduling mode (#773) bc98393 (Miguel Martínez Triviño)
- docs: add developer docs for chartsvc and chart-repo (#775) 4b31938 (Adnan Abdulhussein)
- Refactor Service Brokers configuration menu (#746) ccf8b65 (Andres)
- add section about the differences with Monocular (#769) ea98b2c (Adnan Abdulhussein)
- Update client-go to 9.0 (#770) 87bd2a7 (Andres)
- Refactor binding list (#742) ba7d634 (Andres)
- Adapt Notes.txt to new Ingress configuration (#760) a7eb018 (Juan Ariza Toledano)
- Fix double quotes escaping (#749) 447d3c5 (Miguel Ángel Martínez Triviño)
- Fix quay.io images FQDN (#751) 8876fd7 (Miguel Ángel Martínez Triviño)
- Fix quay.io images FQDN (#751) 572b9f6 (Miguel Ángel Martínez Triviño)
- [Kubeapps Chart] Simplify ingress configuration for cert-manager (#740) 8cc2ba2 (Juan Ariza Toledano)
- bump chart version to pick v1.0.0-beta.3 (#745) e80fe5b (Miguel Ángel Martínez Triviño)