github vmware-tanzu/kubeapps v2.4.6

latest releases: v2.11.0, v2.10.0, v2.9.0...
2 years ago

Kubeapps v2.4.6 (chart version 9.0.2) is a patch release that includes several improvements and bug fixes.

  1. We have implemented pagination of catalog across plugins, so regardless of the packaging format you use, the response will be properly paginated.
  2. We are working on a brand-new Repository management UI. In this release, we ship just the API, but stay tuned for the upcoming release: Helm repositories, Flux sources and Carvel repos will be managed with a simple and common API.
  3. We have removed the deprecated assetsvc component, as it was already replaced by the kubeapps-apis one. In the future, we also plan to deprecate kubeops. Besides, the CronJob objects spun up by Kubeapps are now using the BatchV1 instead of the BatchV1Beta1 API. It means that Kubeapps now requires Kubernetes >= 1.21 to run properly.
  4. We have a totally revamped website and domain: kubeapps.dev. It is now aligned with the rest of open-source projects in VMware Tanzu. Also, all the source code is also available on this repo and in sync with our docs in markdown. Furthermore, we have improved the license reporting for better compliance with their terms of use.

Thanks @hzliangbin, @wawa0210, @jacksoncvm, @smerschjohann, @akankshakumari393 for their first contributions to the Kubeapps project!

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, check out this walkthrough.

What's Changed

Main changes in this release

Other changes in this release

Dependency upgrades

New Contributors

Full Changelog: v2.4.5...v2.4.6

Don't miss a new kubeapps release

NewReleases is sending notifications on new releases.