v1.7.1
This feature release includes improvements in the upgrade workflow. Now, when upgrading a chart, values modified in previous versions will be merged with the default values of the new version, making the upgrade experience really smooth! We have also added a "Changes" view so you can verify that the changes that are going to be submitted are fine:
Apart from that we have added some improvements to the OIDC setup (including support for LDAP) and other internal changes like the upgrade of ReactJS. Check the changelog for a full list of changes.
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
- Avoid SELECT action when requesting the deployed version (#1302) e61258a (Andres Martinez Gotor)
- Fix slow response of the form (#1303) 11658d8 (Andres Martinez Gotor)
- Fix downgrade when the schema is missing (#1304) 20c013b (Andres Martinez Gotor)
- Add missing Nginx configuration (#1305) dfaccd0 (Andres Martinez Gotor)
- Kubeapps chart - Lint chart (#1299) f480eca (Juan Ariza Toledano)
- Fix filter in Catalog view (#1298) 3cc0bac (Andres Martinez Gotor)
- Enable logout when logged in via cookie/oauth (#1295) eb7222b (Michael Nelson)
- Don't use or store id_token when using cookie-based auth (#1294) 6a9f929 (Michael Nelson)
- Add templates for new issues and PRs (#1300) 5f6b92e (Juan Ariza Toledano)
- Remove unsafe methods (#1292) aaa54a7 (Andres Martinez Gotor)
- Update React version (#1289) d938f32 (Andres Martinez Gotor)
- Initial LDAP support in local dev (#1287) c84798e (Michael Nelson)
- Add diff view (#1286) a3809e6 (Andres Martinez Gotor)
- Select the latest version when upgrading (#1284) 10e0b9b (Andres Martinez Gotor)
- Refactor modifications in upgrade and deployment forms (#1283) a10f05c (Andres Martinez Gotor)
- Local oauth dev with dex (#1285) c22fdec (Michael Nelson)
- Remove trailing / from export of GOPATH (#1282) a4ebbe5 (Andreas Lindhé)
- Merge modifications made in previous versions when upgrading (#1278) 808b4f2 (Andres Martinez Gotor)
- Fix z-index of the editor (#1280) b9d1f14 (Andres Martinez Gotor)
- Fix warning and prettier (#1279) c1fce8b (Andres Martinez Gotor)
- Add Restore Defaults button (#1277) 4f77c29 (Andres Martinez Gotor)
- Fix test configuration (#1275) 2ff3399 (Andres Martinez Gotor)
- Support arrays for JSON Schema types (#1268) 542a2f8 (Andres Martinez Gotor)
- Update twitter link (#1276) 2210326 (Andres Martinez Gotor)
- Add cluster-kind.mk with setup for k8s api server oidc configured with test CA (#1270) 72994ea (Michael Nelson)
- add support for nodeSelector on apprepository syncjob. Fixes #1255 (#1273) a716517 (David J. M. Karlsen)
- Fix security context indentation. Fixes #1271 (#1272) eb374d6 (David J. M. Karlsen)
- Fix margin (#1267) c36659d (Andres Martinez Gotor)
- Remove requirement for cluster-admin for tiller in openshift example. (#1265) ff6e26d (Michael Nelson)
- Update instruction for getting token to work on vanilla k8s and openshift (#1264) 6ed392e (Michael Nelson)