Skip to content

Kubeapps v1.0.0-alpha.7

Compare
Choose a tag to compare
@kubernetes-bitnami kubernetes-bitnami released this 30 Aug 00:34
4a83304

This is a patch release that fixes a severe bug where multiple Deployed and Failed states were showing for a single application in the Applications page (#542). This release also fixes an issue where an invalid token would render an empty/partial pages or errors, now invalid tokens are detected and you will be redirected to the login screen (#553).

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

  • Logout and redirect on 401 error (#553) 4a83304 (Miguel Ángel Martínez Triviño)
  • [tiller-proxy] Filter old versions (#548) c51f0f2 (Andres)
  • Add more unit tests to AppView components (#545) 4930af4 (Andres)
  • Disable ordering rules for linter (#544) e89612d (Andres)
  • Extract authentication logic to redux state (#517) c8b71c4 (Miguel Ángel Martínez Triviño)
  • Simplify circleCI yaml (#539) a7a6924 (Andres)
  • Move tiller-proxy handler to a package and add unit tests (#506) 4f2b0ff (Andres)
  • Remove unused component (#541) f76e3c2 (Andres)
  • backport some ts 3.x types to fix compilation error (#535) 53a5b90 (Miguel Ángel Martínez Triviño)
  • Update snapshots (#540) edcf9d2 (Andres)
  • AppControls Details and Notes tests (#527) db46ec8 (Andres)
  • AppUpgradeComponent tests (#525) 0a15017 (Andres)
  • bump chart version for v1.0.0-alpha.6 release (#538) 9fd96ae (Adnan Abdulhussein)