Skip to content

Kubeapps v1.0.0-alpha.6

Compare
Choose a tag to compare
@prydonius prydonius released this 24 Aug 01:14
b2105f7

This release contains several bug fixes and improvements:

  • The status of the Helm release is now shown in the App List, now it is more clear what releases have been deleted or failed
  • Deleted releases can be purged
  • Unexpected chart installation errors are now shown in the UI
  • Error message shown if no charts are found
  • Error message shown if a chart readme is not found
  • Fixes a bug where charts with empty rendered templates would crash the UI
  • Service Catalog integration marked as alpha

This release also removes the kubeapps CLI, please refer to the migration guide to upgrade to the latest version of Kubeapps.

Installation

IMPORTANT: If you are upgrading from a release prior to v1.0.0-alpha.5, please follow the migration guide. These instructions are for fresh installs.

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:

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

To get started with Kubeapps, checkout this walkthrough.

Changelog

  • ignore no charts error when filtering (#533) e0f6191 (Adnan Abdulhussein)
  • chart: fix hook type in cleanup job (#530) e545226 (Adnan Abdulhussein)
  • Update documentation about enabling RBAC in minikube (#498) 4afd10a (Miguel Ángel Martínez Triviño)
  • Fix Tiller error in frontend (#514) b05b64f (Miguel Ángel Martínez Triviño)
  • Upgrade react-ts-scripts and added production tsconfig file (#528) 716d2c4 (Miguel Ángel Martínez Triviño)
  • remove kubeapps CLI (#503) 3391a55 (Adnan Abdulhussein)
  • Fix snapshot (#523) c3f733b (Andres)
  • AppList and AppListItem render tests (#519) 243eeb0 (Andres)
  • Show alpha warning for service instances (#512) 5bedab7 (Andres)
  • Allow to install kubeapps in several namespaces (#508) 53ad739 (Andres)
  • Show empty readme message (#513) 548fae6 (Andres)
  • Add jest-enzyme and update snapshots (#520) 03a7e33 (Miguel Ángel Martínez Triviño)
  • Catch empty chart list (#510) ea62541 (Andres)
  • Wrap console text (#496) 2295d03 (Andres)
  • Fix deployment name in dashboard dev docs (#501) 54bca50 (Miguel Ángel Martínez Triviño)
  • Fix tiller proxy image swap info (#499) fc83fd9 (Miguel Ángel Martínez Triviño)
  • Ignore empty kubernetes resources (#500) 5497487 (Miguel Ángel Martínez Triviño)
  • Fix documentation links (#493) a358a99 (Miguel Ángel Martínez Triviño)
  • Remove travis file (#495) 8e33fc9 (Andres)
  • Update getting-started.md (#471) 2edf2c7 (Donovan Edye)
  • Trigger circleCI build 6f4cabb (Andres)
  • Add end-to-end tests using CircleCI (#443) 8421f8e (Andres)
  • Report unprocessable entity (#466) 48f5f7a (Andres)
  • Report Application status (#460) 2d5454d (Andres)
  • Add chart tests (#442) 16cb329 (Andres)
  • chart: updates based on review in bitnami/charts (#488) 047ab65 (Adnan Abdulhussein)
  • Chart, support for disabling RBAC (#483) a2f5dd4 (Miguel Ángel Martínez Triviño)
  • Update chart from upstream (#484) 5ce7527 (Miguel Ángel Martínez Triviño)
  • Allow to upgrade Kubeapps through the Dashboard (#468) 2b4e1aa (Andres)
  • Documentation updates (#467) c455cc6 (Ara Pulido)
  • Use FROM scratch for Tiller proxy (#458) c874c1a (Andres)
  • [tiller-proxy] Improve release list behavior (#457) b9d88d2 (Andres)
  • Fix install references (#469) 364659c (Miguel Ángel Martínez Triviño)
  • Migration guide minor fixes (#464) 2b9e14d (Ara Pulido)