Skip to content

Kubeapps 0.6.0 - Helm Upgrade Support!

Compare
Choose a tag to compare
@prydonius prydonius released this 06 Apr 10:17

This feature release adds support for upgrading Helm Releases from Kubeapps! When viewing a Helm application in your cluster, you'll see an "Upgrade" button that will take you to the Deployment form where you can modify values and/or upgrade or downgrade to different versions of the chart.

Other bug fixes:

  • fixes a bug where errors were not displayed when provisioning a Service Instance or creating a Service Binding (#163)
  • charts that don't have a values.yaml but do have a README.md are now properly indexed (#224)
  • fixes a bug on the deployment form where clearing the values field would hide the form (#221)
  • file data is no longer left behind when deleting an AppRepository (#226)

Installation

To install this release, download the client binary for your operating system:

Linux:

sudo curl -L https://github.com/kubeapps/installer/releases/download/v0.6.0/kubeapps-linux-amd64 -o /usr/local/bin/kubeapps && sudo chmod +x /usr/local/bin/kubeapps

OS X:

sudo curl -L https://github.com/kubeapps/installer/releases/download/v0.6.0/kubeapps-darwin-amd64 -o /usr/local/bin/kubeapps && sudo chmod +x /usr/local/bin/kubeapps

To get started with Kubeapps, checkout this walkthrough.

Changelog

  • bump manifests for v0.6.0 release e2cd94c (Adnan Abdulhussein)
  • Merge pull request #230 from sameersbn/persist-release-values 7761588 (Sameer Naik)
  • remove unused selectChartVersionAndGetFiles 43ca884 (Sameer Naik)
  • highlight current release, persist values configuration for current version 3441dea (Sameer Naik)
  • chart-repo: store repo alongside chart files documents, and clean up (#227) c25fd12 (Adnan Abdulhussein)
  • add support for upgrading helm releases (#222) 58b3e26 (Sameer Naik)
  • handle missing readme & values for chart versions (#223) 44508f3 (Adnan Abdulhussein)
  • chart-repo: fix bug indexing with missing files (#225) d57d17b (Adnan Abdulhussein)
  • docs: update Kubeapps prereqs to mention RBAC not required (#213) ae80328 (Adnan Abdulhussein)
  • docs: update dashboard development docs (#212) 8d816bd (Adnan Abdulhussein)
  • Merge pull request #216 from prydonius/163-fix-binding 59391de (Sameer Naik)
  • Merge pull request #215 from prydonius/fix-appnew-form-padding 2203161 (Sameer Naik)
  • Merge pull request #217 from sameersbn/minor-layout-fix 6fd794c (Sameer Naik)
  • style: fix deployment form padding 9d098b5 (Adnan Abdulhussein)
  • update form error dialog styling 0fc152a (Adnan Abdulhussein)
  • remove unused addBinding in BindingList/Entry a0afe07 (Adnan Abdulhussein)
  • catch and display error when creating binding 0eddccd (Adnan Abdulhussein)
  • align the chartID in the deployment form aee024c (Sameer Naik)
  • Merge branch 'fix-osba-service-provisioning' d348c8a (Sameer Naik)
  • fixes service provisioning for osba 466eeba (Sameer Naik)
  • adds deployment form component (#209) a09de3f (Sameer Naik)