github vmware-tanzu/kubeapps v1.11.3

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

Another patch release to fix an issue upgrading charts installed from a global repository (#1980), but it also 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.

Check the changelog below for the full list of changes.

Reminder: The Kubeapps team meets every two weeks at 1:30 CET (11:30 UTC) to discuss Kubeapps progress and next issues to tackle. Please feel free to add anything you’d like to discuss as an issue (https://github.com/kubeapps/kubeapps/issues) or you can drop in and chat or just listen. You can find the calendar event as an ICS file: https://github.com/kubeapps/kubeapps/releases/download/v1.10.2/kubeapps-iteration-planning.ics

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

  • Fix version selector in update form (#1993) d60d13d (Andres Martinez Gotor)
  • ErrorBoundary v2 (#1992) 93a9115 (Andres Martinez Gotor)
  • Fix opacity and select issue (#1991) 1fe2024 (Andres Martinez Gotor)
  • Operator Instance view (#1986) c82eee3 (Andres Martinez Gotor)
  • Ensure which repo chart is used during upgrade. (#1990) 0598e2a (Michael Nelson)
  • Fix incorrect error handling to avoid panic. (#1988) 6abe8f3 (Michael Nelson)
  • Fix operator code landed between #1974 proposed and landed. (#1989) edd06a0 (Michael Nelson)
  • Remove assumption of "default" cluster for operator URLs pt1 (#1974) c0aa913 (Michael Nelson)
  • Default to the container env proxy vars if none set from apprepo. (#1967) 5c884e2 (Michael Nelson)
  • Operator Instance form v2 (#1978) ad9ec1b (Andres Martinez Gotor)
  • Include global charts when filtering for charts available in a namespace (#1983) 7c1f535 (Michael Nelson)
  • Operator View v2 (#1969) 7b55c1e (Andres Martinez Gotor)
  • Update operator components to use config.kubeappsCluster (#1972) f1f7cda (Michael Nelson)
  • Update app repos and service brokers to use kubeappsCluster config. (#1971) 4146cc4 (Michael Nelson)
  • Bump chart to release app v1.11.2 with chart 3.9.1 (#1970) 1361fe8 (Michael Nelson)

Don't miss a new kubeapps release

NewReleases is sending notifications on new releases.