github vmware-tanzu/kubeapps v2.4.2

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

Kubeapps v2.4.2 (chart version 7.6.1) is a new patch release bringing bug fixes to the standard Helm functionality as well as pushing the Carvel and Fluxv2 plugins closer towards their initial release.

Behind the scenes, we've been adding a new Kubernetes resources plugin which will enable us to improve the security of the Kubeapps dashboard in the coming releases as well as improving the new caching system used in the Flux plugin.

The Carvel and Fluxv2 plugins remain in developer preview. While they can be enabled via the enabledPlugins chart option, we will continue to improve their functionality, integration with the UI and provide documentation during the next cycles.

Last but not least, we have a new direct member of the Kubeapps team! @castelblanque joined us recently and has already begun contributing both to the code and issue discussions. Welcome!

Full details of all the changes are below. If you find something wrong or any unexpected behavior, please do open an issue so that we can fix it asap :)

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

General changes

Flux plugin

Carvel plugin

  • Update kapp-controller plugin to current version. by @absoludity in #3724
  • kapp-controller plugin metadata by @absoludity in #3728
  • Add implementation of GetAvailablePackageVersions for kapp-controller. by @absoludity in #3734
  • Add implementation for GetAvailablePackageDetail for kapp-controller. by @absoludity in #3735
  • Initial implementation of the Carvel plugin's remaining operations by @antgamdia in #3816

Documentation

CI

Chart

Dependency upgrades

New Contributors

Full Changelog: v2.4.1...v2.4.2

Don't miss a new kubeapps release

NewReleases is sending notifications on new releases.