Skip to content

v1.0.0-beta.2

Compare
Choose a tag to compare
@kubernetes-bitnami kubernetes-bitnami released this 05 Oct 11:41
62538b1

This release improved the production readiness of the deployment Helm chart by setting multiple replicas to all our stateless services as well as configuring minimum K8s resources to ensure QOS.

Upgrading Kubeapps has never been easier. The process has been streamlined and now it is possible to upgrade Kubeapps from the Kubeapps dashboard!

On the feature / bug fixes front, we have improved the way we expose URLs for applications deployed using Kubeapps. More related changes are coming in the next release so stay tuned!

Last but not least, on the development side, we were focused on tackling technical debt in the dashboard. This means things like using the latest version of Typescript and brand new types :). This way we can build on top of a up to date foundation :)

Enjoy!

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:

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

To get started with Kubeapps, checkout this walkthrough.

Changelog

  • Add typescript compilation check and hooks update (#700) 62538b1 (Miguel Ángel Martínez Triviño)
  • Refactor URL handling (for services) (#697) 797eaa7 (Andres)
  • Simplify upgrade process (#691) 6c997cf (Andres)
  • Migrate to new typesafe-actions action creators (#679) 9a92cbf (Miguel Ángel Martínez Triviño)
  • Improve getting LoadBalancer address in chart NOTES.txt (#695) a19e207 (Carlos Rodríguez Hernández)
  • Remove logo from chart title (#689) 93c2439 (Andres)
  • Refactor purge UX for deleted apps (#681) 2a2a580 (Andres)
  • Refactor error handling with ErrorSelector (#662) 4911ae3 (Andres)
  • Fix components docs (#638) 93d40ea (Ara Pulido)
  • Replace deprecated react-router-redux (#675) d9cce5f (Miguel Ángel Martínez Triviño)
  • Update TS ThunkAction types and returned values in action creators (#677) 24b840f (Miguel Ángel Martínez Triviño)
  • chart: update NOTES.txt so select first pod to port-forward (#678) 1c8942c (Adnan Abdulhussein)
  • Add missing loader components (#669) 18f487a (Miguel Ángel Martínez Triviño)
  • Move Routes to a component (#652) f21612e (Andres)
  • Apply limits and requests (#666) 6b7407d (Miguel Ángel Martínez Triviño)
  • New release documentation (#664) b30bcad (Miguel Ángel Martínez Triviño)
  • Upgrade typescript to 3.x and latest react/redux (#650) 6e53823 (Miguel Ángel Martínez Triviño)
  • Fix port reference in tiller-proxy deployment manifest (#661) 4159b79 (Miguel Ángel Martínez Triviño)
  • Increase number of replicas and allow its configuration (#660) 7fda21e (Miguel Ángel Martínez Triviño)
  • Bump chart version (#663) a1e9ced (Miguel Ángel Martínez Triviño)