Skip to content

v1.0.0-beta.3

Compare
Choose a tag to compare
@kubernetes-bitnami kubernetes-bitnami released this 18 Oct 15:57
1dc3a2b

Another release mainly focused on codebase stabilization and refactoring. In particular, we have improved the stability of the Service Catalog integration among other things.

On the features front, up until today, if a deployed application was exposed via a LoadBalancer, the Kubeapps UI was able to show a link to access to the app. In this release, we have extended this feature by adding support for ingress resources as well! #673 (comment)

Once step closer to 1.0 stable 🎉

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

  • Avoid to submit empty params (#735) 1dc3a2b (Andres)
  • Refactor Card list for service instances (#732) a29ec5c (Andres)
  • Add error handling design doc (#738) 82a54d7 (Miguel Ángel Martínez Triviño)
  • Add global registry option (#728) 2ca4c1a (Carlos Rodríguez Hernández)
  • Update certs for e2e tests (#730) 4862d1f (Andres)
  • ServiceInstanceView refactor (#723) 41a9677 (Andres)
  • Refactor InstanceListView (#719) 7409cb3 (Andres)
  • add container suffixes to all imports in Routes (#722) b2fe65d (Adnan Abdulhussein)
  • Remove unused ServiceList (#718) 97f16c8 (Andres)
  • rename BindingEntry -> BindingListEntry in BindingList (#721) b5121e2 (Adnan Abdulhussein)
  • Rename ServiceClass/ServiceInstance components and containers to add Service prefix (#720) 3e021af (Adnan Abdulhussein)
  • improve structure of components and containers (#717) 859ecb6 (Adnan Abdulhussein)
  • Remove Functions Integration (#713) b5014fa (Andres)
  • Class list (#714) 0a2fb30 (Andres)
  • e2e test: remove check for chartsvc image (#715) b96ba06 (Adnan Abdulhussein)
  • Remove chart repo and chartsvc sources (#711) 69b1c0d (Adnan Abdulhussein)
  • Add id to headings (#709) 74f3fa6 (Andres)
  • Fix get to retrieve the latest release (#708) 008c6bd (Andres)
  • Show URL for ingress objects (#707) 475b0ff (Andres)
  • Add Slack link to Readme (#701) c6bccdf (Miguel Ángel Martínez Triviño)
  • Bump chart version to match v1.0.0-beta.2 (#703) 3adb3f0 (Miguel Ángel Martínez Triviño)