This new release includes several bug fixes and some minor new features. Users are encouraged to upgrade to get the best experience. As summary, this release includes:
- [Bug Fix] Fix a 404 error when selection different versions of a chart.
- [Feature] Deployment forms now support more complex conditions to hide elements,
enum
fields and numeric values with different step sizes for the slider component. See more info here.
Announcement: Starting on June 22, the Kubeapps team will meet every two weeks at 1:30 CET (11:30 UTC) to discuss Kubeapps progress and next issues to tackle. Please feel free to add anything you’d like to discuss as an issue (https://github.com/kubeapps/kubeapps/issues) or you can drop in and chat or just listen. You can find the calendar event as an ICS file: https://github.com/kubeapps/kubeapps/releases/download/v1.10.2/kubeapps-iteration-planning.ics
Check the changelog for the full list of commits included.
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:
For Helm 2:
helm install --name kubeapps --namespace kubeapps bitnami/kubeapps
For Helm 3:
kubectl create namespace kubeapps
helm install kubeapps --namespace kubeapps bitnami/kubeapps --set useHelm3=true
To get started with Kubeapps, checkout this walkthrough.
Changelog
- Added labels following helm best practises (#1783) 7bca52b (Javier Aguadero)
- Feature request: Add step to slider params (#1800) 22d6eef (Batiati)
- Update OLM references to 0.15.1 (#1795) 8c8b77c (Andres Martinez Gotor)
- Remove reposPerNamespace feature flag. (#1799) 221c4b7 (Michael Nelson)
- Fix hidden values in chart JSON schema (#1794) 94fe483 (Andres Martinez Gotor)
- Allow slider render for integer/numeric types (#1796) 8005574 (Batiati)
- Don't ignore errors when creating clientset with AsUser helper. (#1792) 007f57c (Michael Nelson)
- Update kube package handlers to be multi-cluster aware. (#1791) c94a5ed (Michael Nelson)
- Fix broken URL when selecting a version (#1789) c4c0f5a (Andres Martinez Gotor)
- Add support to multiple conditions to hide an element on basic forms (#1720) ef1451c (Juan Ariza Toledano)
- Support for [enum] in forms rendered from values.json.schema #1721 (#1786) 8309684 (Batiati)
- Enable kubeops to talk to other configured clusters. (#1769) 89e38f5 (Michael Nelson)
- Multi cluster design proposal (#1746) eca0382 (Michael Nelson)
- Pass json config for additional clusters through to kubeops. (#1767) c292524 (Michael Nelson)
- Bump Nginx Version (#1782) c80a6c5 (Miguel Ángel Cabrera Miñagorri)
- Fix bug -> chart version link (#1778) 2103b27 (Jianwei Guo)
- Bump websocket-extensions from 0.1.3 to 0.1.4 in /dashboard (#1779) 8e78e25 (dependabot[bot])
- Clarify token usage in getting started doc. (#1772) e6a4bf6 (Michael Nelson)
- Add documentation about how to install Kubeapps offline (#1766) 8127d59 (Andres Martinez Gotor)
- Bump chart version. Fix upgrade issues (#1771) f1af122 (Andres Martinez Gotor)
- Update kubeops service to include arg for additonal cluster config. (#1765) 9ad108d (Michael Nelson)