github vmware-tanzu/kubeapps v2.6.4

latest releases: v2.11.0, v2.10.0, v2.9.0...
19 months ago

Kubeapps v2.6.4 (chart version 12.2.7) is a patch release that fixes a number of issues for OCI and Harbor integration as well as package version configuration for the Helm plugin and multi-cluster configuraton.

Some functionality in our Kubeapps OCI support had regressed, specifically, the additional information fetched about a package when viewing an installed OCI Helm package. Thanks to some great reporting by @kstobbel we were able to identify and fix the cause.

Similarly, the loading of configuration options for the Helm plugin, in particular, the configurable number of versions to display when installing a package had stopped taking effect and was noticed by @linhvuntu for an easy fix.

And finally, a source of some debugging in the past, @mecampbellsoup helped to discover that when using the multicluster support of Kubeapps, the configurable apiSericeURL option for the cluster on which Kubeapps is installed was ignored. This option would normally not be used for the main cluster, but some users sit proxies in front of a Kubernetes cluster, in which case the default internal address (kubernetes.default) is not correct.

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

  • Add dynamic-resource-allocation to go.mod replacements. by @absoludity in #5963
  • Include note in release process about chart publishing per image. by @absoludity in #5962
  • Sync chart with bitnami/kubeapps chart (version 12.2.4) by @github-actions in #5964
  • Leave slash in chart name encoded. Fixes #5897 by @absoludity in #5970
  • Update Maintainers team by @ppbaena in #5980
  • Enable OCI chart lookup for available package detail. by @absoludity in #5986
  • Ensure that clusters' apiServiceURL is honored for kubeapps cluster. by @absoludity in #6016
  • Ensure loaded plugin config is saved to helm server. by @absoludity in #6022
  • Add optional flag to use v1beta1 CronJob (pre 1.21) by @absoludity in #6030
  • Sync chart with bitnami/kubeapps chart (version 12.2.6) by @github-actions in #6037

Dependency upgrades

Full Changelog: v2.6.3...v2.6.4

Don't miss a new kubeapps release

NewReleases is sending notifications on new releases.