github vmware-tanzu/kubeapps v2.5.1

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

Kubeapps v2.5.1 (chart version 10.3.3) is a patch release that mainly brings several bugfixes to the recent new Package Repositories UI, specifically:

  • we addressed a bug preventing Flux repositories to be installed in other namespaces different from the "kubeapps" one.
  • we improved the user experience when adding Carvel repositories, disabling some unsupported options by the plugin.

Finally, we started deprecating the kubeops component by moving some calls to the existing kubeapps-apis server. In the upcoming releases, we plan to totally remove this component, as its functionality has been gradually migrated.

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

UI

Flux plugin

  • Flux oci support 8 by @gfichtenholt in #5212
  • Flux oci support 9: fix helm repository cache out-of-sync when remote contents changes by @gfichtenholt in #5222
  • Flux oci support 10: add integration tests for Google Cloud Platform Artifact Repository by @gfichtenholt in #5235

Other changes in this release

General changes

CI

Documentation

  • Update Getting started tutorial to comply with documentation style guides by @ppbaena in #5223
  • Update tutorial: Using an OAuth2/OIDC provider in Kubeapps by @ppbaena in #5238

Dependency upgrades

Full Changelog: v2.5.0...v2.5.1

Don't miss a new kubeapps release

NewReleases is sending notifications on new releases.