v1.7.2
This patch release includes several bug fixes:
- Fix icons size for some charts.
- Fix overflow of text in the Notes.
- Automatically delete failed installations.
- Fix "Access URL" table with missing Ingress URLs
Check the changelog below for more information about the commits included in this release.
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
- Fix chart icon size (#1370) 5c4075c (Andres Martinez Gotor)
- Don't panic in ParseDriverType (#1363) 6e6f10e (Simon Alling)
- Initial plan for kubeapps backend API which can be used by 3rd parties. (#1347) 24e83ae (Michael Nelson)
- Add basic Helm 3 support (with ListReleases only) (#1359) f6cd36c (Simon Alling)
- Update kubectl and oauth2 proxy images (#1351) a12eeb2 (Michael Nelson)
- Improve apprepository-controller build time (#1355) c15cf9b (Simon Alling)
- Add useHelm3 flag (#1349) 58dcae7 (Simon Alling)
- Update getting-started.md (#1353) ffea8f4 (ruguodangshi)
- Hook up the readiness and liveness checks for tiller proxy (#1348) 5342900 (Michael Nelson)
- Update README.md to indicate pending helm3 support (#1343) fb050e9 (ruguodangshi)
- Improve tiller-proxy build time with BuildKit (#1342) 237c7b2 (Simon Alling)
- Kubeapps - Add JSON Schema & standardize ingress configuration (#1337) bea0953 (Juan Ariza Toledano)
- Use headings instead of bold in GitHub templates (#1344) fb4d64d (Simon Alling)
- Handle id-token expiry (#1318) c2d241b (Michael Nelson)
- Break a word in the console if there is no other wrap option. (#1338) f59f381 (Michael Nelson)
- Delete failed installations (#1320) 06437c9 (Andres Martinez Gotor)
- MongoDB replacement proposal (#1313) 9a74811 (Andres Martinez Gotor)
- Refactor token extraction (#1334) dfd03f8 (Simon Alling)
- Cache dependencies between tiller-proxy builds (#1332) b1ec4f7 (Simon Alling)
- Move AuthGate to pkg/auth (#1327) accaff0 (Simon Alling)
- Allow to configure the command for the sync image (#1322) 7bab7f1 (Andres Martinez Gotor)
- Fix URL table for ingresses (#1317) d904fdf (Andres Martinez Gotor)
- Rename loginURI and logoutURI (#1319) 197f66b (Michael Nelson)
- Move HTTP/handler utils to a separate package (#1311) db3fc03 (Simon Alling)
- Include usage information for the oauth2-proxy field 'cookieSecret' (#1316) 10b1cfa (Michael Nelson)
- Oauth logout login 2 (#1315) f3cb6c8 (Michael Nelson)
- Upgrade to Go 1.13 (#1312) 76eea22 (Simon Alling)
- Add default logout URI if non defined in config (#1310) dc8b01a (Michael Nelson)
- Bump chart version (#1308) cc9c2d6 (Andres Martinez Gotor)