Kubeapps v1.4.2
This minor release include several bug fixes and some new features:
- It's possible to refresh all the Helm registries from the configuration page clicking on "Refresh all". The synchronization period has been reduced as well from 1 hour to 10 minutes. Thanks to @jessehu for the contribution!
- Fixes a bug that caused an error with the schema validation when creating a Service Instance.
- The form to add new Helm registries now contain specific fields for adding basic authentication or other auth methods.
- Now the application view reports if an application has new app versions (before it reported only new chart versions).
See the changelog below for a complete list of 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
- Add 'Refresh All App Repositories' button (#1091) d6fbaa0 (Jesse Hu)
- Fix @types/json-schema version in dashboard/package.json (#1089) 1db4432 (Jesse Hu)
- Update chart repo (#1086) ebefbda (Andres Martinez Gotor)
- Update chart-repo.md (#1088) dc36837 (Jesse Hu)
- [Doc] Append a new line after the account secret (#1087) 95a6d77 (Jesse Hu)
- Add doc for enabling Harbor authentication (#1083) 9bf6924 (Jesse Hu)
- Avoid validation of the schema form (#1084) 3f089d9 (Andres Martinez Gotor)
- Avoid using rolling tag (#1081) 8df8612 (Andres Martinez Gotor)
- WIP: new version of PR to add a proxy for repo sync (#1074) 1522f8d (obeyler)
- Update deps (#1079) ac168ed (Andres Martinez Gotor)
- Revamp app repository form (#1076) e696f6f (Andres Martinez Gotor)
- Re fetch charts when switching repository (#1073) 5d19db0 (Andres Martinez Gotor)
- Update mem dep (#1078) c348011 (Andres Martinez Gotor)
- Add Doc for using Harbor as Helm chart repository (#1075) c4baec3 (Jesse Hu)
- Update mongodb in order to disable IPv6 by default (#1071) 3b18120 (Carlos Rodríguez Hernández)
- Notify app updates (#1059) 8df0ec8 (Andres Martinez Gotor)
- chart: update nginx image tag (#1067) b59e494 (Sameer Naik)
- Add installation values to AppView (#1060) be8b682 (Andres Martinez Gotor)
- Refactor tables in the AppView (cont) (#1064) e71b465 (Andres Martinez Gotor)
- Refactor tables in the AppView (#1063) 562d88b (Andres Martinez Gotor)
- Remove service watching from AccessURLTable (#1062) b20f0d8 (Andres Martinez Gotor)
- Remove global imports of lodash (#1061) 15ed9e0 (Andres Martinez Gotor)
- Fix memory usage for tiller-proxy (#1058) 9b3e728 (Andres Martinez Gotor)
- Refactor DeploymentTable into WorkloadTable (#1054) 14749bc (Andres Martinez Gotor)
- Use global security context for apprepositories-sync job (#1057) 01db4b6 (Luca)
- Bump chart version 5650900 (Andres Martinez Gotor)