v1.10.0
This is the second feature release in a month! We are on a roll 🎉
This time we introduce the full support for private application repositories. Create protected application repositories in a namespace and bind Docker credentials to it to pull private images as well! Watch the following video to see how:
Or read the related documentation for private App Repositories.
Apart from that, this release include some bug fixes:
- Login/Logout paths can now be configured when using OIDC.
- YAML parsing for the upgrade form has been fixed to support keys with dots and slashes.
- Added support for Operators for Kubernetes clusters prior to 1.17.
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
- Delete debug file 06bdec1 (Andres Martinez Gotor)
- Update AppRepoAddDockerCreds.tsx (#1697) d911f3d (Andres Martinez Gotor)
- Make the nodePort customizable (#1694) 51ac564 (Andres Martinez Gotor)
- Repos per namespace, in preparation for next release (#1693) 23f41ab (Michael Nelson)
- Added config for OAuth login/logout URIs (#1696) f76c14d (Peter L Nordquist)
- Minor fixes in the docker-credentials form (#1691) c3c5dd2 (Andres Martinez Gotor)
- Fix YAML parsing for keys with dots and slashes (#1690) 9ed7320 (Andres Martinez Gotor)
- Avoid applying modifications when rendering (#1689) e535608 (Andres Martinez Gotor)
- Allow to modify the existing App Repositories (#1676) ce5cccc (Andres Martinez Gotor)
- Update debian-10 Docker images including fix for CVE-2020-1967 (#1687) 5d678ae (Carlos Rodríguez Hernández)
- Generate and use secretsPerDomain. (#1681) 14097bc (Michael Nelson)
- Postrenderer support resourcelists (#1680) 132318f (Michael Nelson)
- Update postrenderer to support pod spec templates. (#1678) 0d2315b (Michael Nelson)
- Update helm module and link post renderer. (#1677) c125d3f (Michael Nelson)
- Handle dockerhub secrets special case. Allow optional protocol. (#1674) 06e4f3a (Michael Nelson)
- Bump https-proxy-agent from 2.2.2 to 2.2.4 in /integration (#1672) dac253d (dependabot[bot])
- Implement adding imagePullSecrets to Pod resources. (#1671) 5cd5cc2 (Michael Nelson)
- Add initial helm post renderer. (#1670) 3f3f76a (Michael Nelson)
- Fix OLM check for older k8s versions (#1669) 17d1f42 (Andres Martinez Gotor)
- Update getting started imgs, teardown (#1663) 1e49264 (tiffany jernigan)
- Docker registry secrets (#1662) f733f96 (Michael Nelson)
- Update RBAC roles for apprepositories to be clusterroles so they can be used in many namespaces. (#1654) 1d159f6 (Michael Nelson)
- Automatic code-style change (#1665) 2d34b88 (Andres Martinez Gotor)
- Bump chart version (#1664) 60550a2 (Andres Martinez Gotor)
- Fix namespaced chart deploy backend (#1652) f71bb82 (Michael Nelson)