This repository was archived by the owner on Sep 15, 2022. It is now read-only.
0.8.0
0.8.0 (2019-09-26)
Addons
Changes:
- GCP Service Broker moved from
index-gcp.yaml
toindex.yaml
- GCP Service Broker bug fixes
Usage
To extend the Helm Broker in Kyma, use the indexes that are part of the release.
Check your current repositories URLs:
kubectl get clusteraddonsconfiguration -n kyma-system -oyaml
If you want to change your repository configuration, follow these steps:
Set the repository to stable bundles from this release:
- In the latest version of Kyma:
kubectl create clusteraddonsconfiguration my-helm-repos-urls -n kyma-system
kubectl edit clusteraddonconfiguration my-helm-repos-urls -n kyma-system
Insert your repositories under .spec.repositories field
NOTE: The Helm Broker does not register duplicated bundles in the Service Catalog. Ensure that the registered repositories do not define the same bundles. If you have configured
index-gcp.yaml
, please remove that URL from the configuration.
🚀 Enhancement
- #120 GCP Service Broker in the main index.yaml (@piotrmiskiewicz)
- #116 GCP Service Broker with external mysql (@piotrmiskiewicz)
- #114 Use external documentation in GCP Broker instead of local one (@mszostok)
- #111 Add a note about the
testing
addon (@klaudiagrz) - #110 Azure Service Broker - add warning about istio (@adamwalach)
🐛 Bug Fix
- #112 AWS and Azure broker docu-checker resource naming fixes (kyma#5185) (@m-wcislo)
- #109 Fix dead links (@michal-hudy)
- #108 Bump image gcp-broker-image - request_details column size (@piotrmiskiewicz)
Committers: 6
- Adam Wałach (@adamwalach)
- Klaudia Grzondziel (@klaudiagrz)
- Mateusz Szostok (@mszostok)
- Michał Hudy (@michal-hudy)
- Michał Wcisło (@m-wcislo)
- Piotr Miśkiewicz (@piotrmiskiewicz)