Skip to content
This repository has been archived by the owner on Sep 15, 2022. It is now read-only.

Releases: kyma-project/helm-broker

v1.1.0

30 Jun 10:30
Compare
Choose a tag to compare

Usage

To install the Helm Broker on your cluster, run this command:

helm install https://github.com/kyma-project/helm-broker/releases/download/v1.1.0/helm-broker-chart.tar.gz --wait

Provide the latest addons for the Helm Broker by creating the ClusterAddonsConfiguration custom resource:

apiVersion: addons.kyma-project.io/v1alpha1
kind: ClusterAddonsConfiguration
metadata:
  name: my-addons
spec:
  repositories:
  - url: "https://github.com/kyma-project/addons/releases/download/latest/index.yaml"

To learn more about the Helm Broker, read the documentation.

v1.1.0 (2020-06-30)

Full Changelog

🚀 Implemented enhancements:

  • HelmBroker: sustain broker registration if service instances exists #54
  • Helm Broker stores secrets data in underlying etcd storage #41
  • Provide helm-broker release process #30
  • Bump gopkg yaml lib #90 (piotrmiskiewicz)
  • Fix chart diff between kyma and this repo #83 (mszostok)
  • Run chart testing always with image from pr #82 (mszostok)
  • Bump kubernetes dependencies and apply required fixes #80 (mszostok)
  • Integration with rafter #56 (pPrecel)
  • Split main readme into separate docs #50 (polskikiel)

🐛 Fixed bugs:

  • Fix Helm Broker non deterministic builds #73
  • Memory leak when fetching addons #63
  • Controller does not process AddonsConfiguration with status Pending #57
  • Remove latest release #77 (polskikiel)
  • Build images from scratch #52 (polskikiel)

Closed issues:

  • How to migrate helm2 chart stored in HelmBroker etcd #98
  • Implement Helm Broker with helm3 #95
  • Security vulnerability when using url.Parse #86
  • Improve documentation for helm chart testing #84
  • Migrate hash parameters #72
  • Migrate Helm Broker to Helm3 #66
  • Document pros and cons of using pure helm3 client vs flux (helm-operator) #65
  • Proposal for updating instance of created addons to the new version #61
  • Investigate if we can get rid of the addons version #60
  • Improve helm-broker readme.md and create sub-pages #49

✔️ Other improvements:

* This Changelog was automatically generated by github_changelog_generator

v1.0.0

25 Oct 14:04
Compare
Choose a tag to compare

Changelog

v1.0.0 (2019-10-25)

Full Changelog

🚀 Implemented enhancements:

🐛 Fixed bugs:

  • README.MD lacking a few things which are good to know when it comes to using/installing Helm Broker #35
  • HelmBroker freezes and stops processing other (Cluster)AddonsConfigurations when ectd is down #34
  • No retry when DocsTopic creation fails #33
  • Upgrade to alpine 3.10 #42 (piotrmiskiewicz)
  • Fix etcd client timeout #40 (polskikiel)
  • Add waiter for DocsTopics #38 (polskikiel)
  • Apply minor changes to utilities.sh script #37 (mszostok)
  • Change reprocessRequest type to int #26 (polskikiel)
  • Fix helm chart yaml file #18 (piotrmiskiewicz)

✔️ Other improvements:

* This Change Log was automatically generated by github_changelog_generator