github vmware-tanzu/kubeapps v1.11.2

latest releases: v2.10.0, v2.9.0, v2.8.0...
3 years ago

This is a small patch release which fixes #1962 and includes more new UI goodness behind a feature flag. If you want to try the preview for the new UI, install or upgrade the Kubeapps chart using --set featureFlags.ui=clarity.

Are you enjoying using Kubeapps in your organisation and able to talk about your experience? Our product manager, Daniel Liszka, would love to hear from you at dliszka@vmware.com! Please reach out and let us know how you are using Kubeapps. Thanks!

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:

For Helm 2:

helm install --name kubeapps --namespace kubeapps bitnami/kubeapps

For Helm 3:

kubectl create namespace kubeapps
helm install kubeapps --namespace kubeapps bitnami/kubeapps --set useHelm3=true

To get started with Kubeapps, checkout this walkthrough.

Changelog

  • Add build for GKE 1.16 (#1968) e3b328b (Andres Martinez Gotor)
  • Operator List v2 (#1965) 0df20f2 (Andres Martinez Gotor)
  • Use AppRepo http_proxy env when fetching chart. (#1966) a137279 (Michael Nelson)
  • Remove unnecessary apiServiceURL from dashboard config (#1958) a6d2ce7 (Michael Nelson)
  • Split between global and namespaced repositories (#1959) b7eb259 (Andres Martinez Gotor)
  • Categories filter (#1961) 406869c (Andres Martinez Gotor)
  • Allow to list repositories using the backend (#1957) 5634caf (Andres Martinez Gotor)
  • More multi-cluster documentation (#1955) 49b4b04 (Michael Nelson)
  • Form to add an App Repository (#1954) 024cb3b (Andres Martinez Gotor)
  • Release v1.11.1 (#1953) 3a81b45 (Andres Martinez Gotor)
  • AppRepoList v2 (#1915) 6d0d39d (Andres Martinez Gotor)
  • Initial documentation for Multi-cluster support. (#1951) 9f80bb1 (Michael Nelson)

Don't miss a new kubeapps release

NewReleases is sending notifications on new releases.