Welcome to the first pre-release of Kubeapps, while we work on fixing some small bugs that may appear, you can start using the latest features!
- 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.
Note that some deprecated features are going to be removed in 2.0: Helm 2 is no longer supported and MongoDB has been removed as 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
- Update images to latest to test before release. (#2055) fee5e81 (Michael Nelson)
- Update multi-cluster instructions with definitive list of clusters. (#2012) 378f4f0 (Michael Nelson)
- Aggregate namespace repositories in SelectRepoForm (#2053) 61da759 (Andres Martinez Gotor)
- Update PostgreSQL chart dependency (#2052) 4e4e20c (Andres Martinez Gotor)
- Remove duplicated label (#2054) 9192260 (Andres Martinez Gotor)
- Remove Hex UI code (#2050) 0c03a82 (Andres Martinez Gotor)
- Update Helm golang dependency (#2051) a8ff2e7 (Andres Martinez Gotor)
- Remove mongodb support from asset svcs and re-write postgres tests. (#2048) 276c162 (Michael Nelson)
- Remove support for Helm v2 (#2044) 8671879 (Andres Martinez Gotor)
- Adapt e2e tests to run using the new UI (#2043) 2440c15 (Andres Martinez Gotor)
- add apiVersion check for ingress apiVersion (#2046) bf169cb (Sigi)
- Remove MongoDB option from chart. (#2040) 12f0714 (Michael Nelson)
- Ensure that the correct cluster is queried by authgate for catalog. (#2038) e49b5ee (Michael Nelson)
- Add an icon when there are changes to review (#2032) 40bfd00 (Andres Martinez Gotor)
- Add a version selector in the upgrade form (#2034) 8991eed (Andres Martinez Gotor)
- Fix some state issues (#2035) aebaa4f (Andres Martinez Gotor)
- Remove limit for operators in additional clusters (#2036) 9dfa382 (Andres Martinez Gotor)
- Workaround to avoid type=button issue (#2033) 8da3583 (Andres Martinez Gotor)
- Update assetsvc URIs to be cluster aware. (#2031) 27e97b9 (Michael Nelson)
- Fix slow typing in basic form (#2030) 6ddd24c (Andres Martinez Gotor)
- Apply Diff tab style (#2029) 153bcb9 (Andres Martinez Gotor)
- Minor fixes in the operator flow (#2025) 094c2f9 (Andres Martinez Gotor)
- Added .Values.frontend.largeClientHeaderBuffers to accommodate large … (#2027) 082860f (rarick)
- Fix bugs for multicluster selector (#2024) c7f1048 (Andres Martinez Gotor)
- Refactor update info (#2019) 8a20224 (Andres Martinez Gotor)
- Split between installed and available operators (#2022) d1a91e7 (Andres Martinez Gotor)
- Remove version from OLM installation instructions (#2021) 9ec3959 (Andres Martinez Gotor)
- Fix some README style issues (#2020) b367a30 (Andres Martinez Gotor)
- Add option for all namespaces in the namespace selector (#2015) e22e781 (Andres Martinez Gotor)
- Add links in the AppRepositories list (#2014) ee042d5 (Andres Martinez Gotor)
- Force selection of a single namespace (#2017) 65f3b55 (Andres Martinez Gotor)
- Catalog refactor (#2013) 5d7d899 (Andres Martinez Gotor)
- Upgrade Clarity to v4 (#2005) 50fa2db (Andres Martinez Gotor)
- Refactor cards (#2004) df4e364 (Andres Martinez Gotor)
- Bump yargs-parser from 13.1.1 to 13.1.2 in /integration (#2010) 6c85e43 (dependabot[bot])
- Bump handlebars from 4.3.1 to 4.7.6 in /integration (#2011) c7b3d1b (dependabot[bot])
- Update chart's clusters list to be definitive. (#2000) 79236db (Michael Nelson)
- Bump tree-kill from 1.2.1 to 1.2.2 in /integration (#2009) a5ad105 (dependabot[bot])
- Refactor PageHeader v2 (#1998) e8cd521 (Andres Martinez Gotor)
- Rephrase Alert messages (#1999) 5c37f71 (Andres Martinez Gotor)
- fix frontend service port when using external proxy (#2001) 49b71e2 (zahid)
- Remove dependence on const kube.DefaultClusterName, moving to config. (#1995) 33a15c1 (Michael Nelson)
- 1942 app repos use cluster (#1997) f49e35b (Michael Nelson)
- Bump chart to 3.9.2 (#1994) ea44804 (Michael Nelson)