v1.5.1
This release include some minor behavioral changes:
- Now, when users log in Kubeapps, they get redirected to the default namespace that their token is associated with.
- Requests to the
chartsvc
get now routed throughtiller-proxy
to ensure authentication. - It's possible to modify the default timeout for
tiller-proxy
in case there is an application that takes more than 5 minutes to get installed. - It's no longer needed to have RBAC permissions to read
AppRepositories
in the Kubeapps namespace to install or upgrade applications (unless it's not possible to automatically resolve the chart source).
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
- Revamp default namespace setup (#1194) a953b50 (Andres Martinez Gotor)
- Helm chart: Add ability to set static IP addr when using load balancer service type (#1195) 9f89f67 (Aldemir Akpinar)
- Update Nginx (#1193) 50ff4c7 (Andres Martinez Gotor)
- Improve base64 decoding command usage in docs (#1191) a05d046 (Dean Coakley)
- Fix currentNamespace (#1192) 2142c83 (Andres Martinez Gotor)
- Use auth default namespace in namespace reducer (#1190) dad7325 (Andres Martinez Gotor)
- Proxy chartsvc requests (#1187) 3371873 (Andres Martinez Gotor)
- Fix empty default namespace for good (#1188) 537b5fd (Michael Nelson)
- Deployment form tabs (#1181) dbccc92 (Andres Martinez Gotor)
- Design document for deployment and upgrade improvements (#1152) 504f9d1 (Andres Martinez Gotor)
- Update Helm version in the getting started guide (#1186) aa75cf7 (Andres Martinez Gotor)
- Fix root redirect when no default namespace is set (#1184) 6b63537 (Andres Martinez Gotor)
- Add feature flag for basic form (#1180) 9ff2187 (Andres Martinez Gotor)
- Replace GKE 1.11 with 1.13 (#1177) 9a3f04d (Andres Martinez Gotor)
- Update chart to be deployable with helm 3 (#1175) ac7a4f2 (Michael Nelson)
- Add tests for values.yaml state in DeploymentForm (#1172) cad5f32 (Michael Nelson)
- Update mongodb dependency to support deployment on k8s 1.16 (#1176) 831c02f (Michael Nelson)
- Allow to modify the default timeout for tiller (#1158) 73b9d4c (Andres Martinez Gotor)
- Clear namespaces on logout (#1171) fc3e1ff (Michael Nelson)
- Kubeapps Chart - Update apiVersion deployments (#1170) 59074c0 (Juan Ariza Toledano)
- Customization for apprepository crontab. (#1165) 6567ec2 (Fabian Schwarz-Fritz)
- Use default namespace from auth state rather than 'default'. (#1168) 5c429ce (Michael Nelson)
- Add defaultNamespace to auth state. (#1167) 1a2cb89 (Michael Nelson)
- Retrieve latest tag from GitHub when syncing the chart (#1159) d3d30d4 (Andres Martinez Gotor)
- Increase debug of helm tests (#1153) 959d608 (Andres Martinez Gotor)
- Use fixed tag for bitnami/kubeapps-dashboard image (#1157) 3d25eff (Tomas Pizarro)
- Remove no longer used code since #1151 (#1154) cbdfa1d (Michael Nelson)
- App.upgrade sends app repo name (#1151) 4b8fdea (Michael Nelson)
- Use repo URL from the app repository (no longer requiring Details.RepoURL). (#1150) 272c971 (Michael Nelson)
- Add global storage class to values.yaml (#1148) ad5ea56 (Miguel Ángel Cabrera Miñagorri)
- Client sends chart repo resource name rather than fetching auth data. (#1147) f7ac0fc (Michael Nelson)
- Fetch AppRepo to obtain auth data (so client doesn't need to send it). (#1137) 96f2eae (Michael Nelson)
- Replace chart.Auth types with those in apprepo types. (#1143) f2cef22 (Michael Nelson)
- Bump chart version (#1139) 610ec63 (Andres Martinez Gotor)
- Revert "Bump chart version (#1135)" (#1136) 101f557 (Andres Martinez Gotor)
- Bump chart version (#1135) 3bf741a (Andres Martinez Gotor)