v2.0.0
Finally, Kubeapps 2.0 is here! If you haven't tried it yet, see the new features included:
- Check out the brand new UI based on Clarity.
- Use a single Kubeapps instance to manage several clusters. You have all the documentation about it here.
- Try deploying and consuming Operators and Operator instances based on the Operator Framework.
Checkout this video for a quick demo of Kubeapps 2.0:
Note that some deprecated features have been removed in 2.0: Helm 2 is no longer supported and MongoDB is no longer a possibility for the backend database. Read more about it here.
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:
kubectl create namespace kubeapps
helm install kubeapps --namespace kubeapps bitnami/kubeapps
To get started with Kubeapps, checkout this walkthrough.
Changelog
- Avoid re-requesting repos of the kubeapps ns when deleting (#2112) 6f82750 (Andres Martinez Gotor)
- Select the first namespace available by default (#2110) 672413f (Andres Martinez Gotor)
- Avoid unrelevant changes in diff (#2104) af43da4 (Andres Martinez Gotor)
- List apprepos in all namespaces (#2102) 45fb424 (Andres Martinez Gotor)
- Document how to update clusters from UI (#2101) 48ad1ac (Andres Martinez Gotor)
- Fix setting number values in form (#2103) a8b9118 (Andres Martinez Gotor)
- Enable and use endpoint for listing appRepositories in the Kubeapps namespace (#2099) 75d24a2 (Andres Martinez Gotor)
- Fix initialRepos setup when there are multiple secrets (#2096) 2a156d2 (Andres Martinez Gotor)
- Clarify Operator instance naming (#2097) 149fd5b (Andres Martinez Gotor)
- Avoid setting feature requests as stale (#2095) 25bea0d (Andres Martinez Gotor)
- Enable watching only the namespace in which Kubeapps is running. (#2094) 7a52b5f (Michael Nelson)
- Use cluster ServiceToken to retrieve operator logos (#2091) 955a38e (Andres Martinez Gotor)
- Force re-request of the chart version when upgrading (#2093) 7b18ac1 (Andres Martinez Gotor)
- Configuration for probot-stale. Fixes #576 (#2090) 8324285 (Michael Nelson)
- Remove GOPATH env setup in dev docs. (#2089) b08fe11 (Michael Nelson)
- Remove unused tiller-proxy command. (#2088) b9a0a17 (Michael Nelson)
- Audit existing docs for out-of-date info. (#2087) bdfe73a (Michael Nelson)
- Update docs related to access control (#2085) 3563961 (Andres Martinez Gotor)
- Update apprepositories-secret.yaml (#2086) 47ac257 (obeyler)
- Enable manually switching repos-per-namespace to false. Fixes #1923 (#2084) 868703e (Michael Nelson)
- Improve wording for exposing kubeapps and remove link to closed issue. (#2083) ab9d25c (Michael Nelson)
- Fix wrong namespace when requesting chart info (#2081) 84e10f0 (Andres Martinez Gotor)
- Check namespace when listing operators (#2082) ce60b5e (Andres Martinez Gotor)
- Bump chart version (#2080) d48315a (Andres Martinez Gotor)
- Bump chart version (#2079) 7f5d6da (Andres Martinez Gotor)
- Update the access-control doc to prefer OIDC. (#2071) 0d475ab (Michael Nelson)