Releases: kyma-project/addons
0.15.0
0.14.0
0.13.0
0.13.0 (2020-08-04)
🐛 Bug Fix
- #137 Fix acc-testing addon (#137 ) (@polskikiel )
- #136 Fix a variable name in the command (#136) (@alexandra-simeonova )
Committers: 2
- Klaudia Grzondziel (@alexandra-simeonova)
- Michał Kempski (@polskikiel )
0.12.0
0.12.0 (2020-03-17)
🚀 Enhancement
- #132 Update stale.yml (#132) (@michal-hudy )
🐛 Bug Fix
- #135 Fix gcp mysql deployment file (#135) (@polskikiel )
- #133 fix link (#133) (@alexandra-simeonova )
Committers: 3
- Alexandra Simeonova (@alexandra-simeonova)
- Michał Hudy (@michal-hudy )
- Michał Kempski (@polskikiel )
0.11.0
0.11.0 (2020-01-22)
Changes:
- Upgrade API versions and addons' resources definitions to be compatible with Kubernetes 1.16
🚀 Enhancement
- #130 Add selectors to deployment files (#130) (@m00g3n )
- #129 Upgrade API versions to be compatible with kubernetes 1.16 (#129) (@m00g3n )
Committers: 1
- Marcin Witalis (@m00g3n )
0.10.0
0.10.0 (2019-12-27)
Changes:
- Renamed DocsTopics to AssetGroups to implement the newest version of Rafter
🚀 Enhancement
- #128 Rename DocsTopics to AssetGroups in broker charts (#128) (@magicmatatjahu )
- #124 Change DocsTopic to AssetGroup (#124)(@mmitoraj )
🐛 Bug Fix
Committers: 4
- Klaudia Grzondziel (@klaudiagrz)
- Maciej Urbańczyk (@magicmatatjahu )
- Karolina Zydek (@kazydek )
- Małgorzata Świeca (@mmitoraj )
0.9.0
latest
Deprecation
latest
release, starting from 2.12.2019, is not updated automatically anymore.
This release is deprecated. The latest
release is published from commit cf10cc40bf... and it is not updated automatically. We support this release by providing security and bug fixes until August 2020.
This release is used only in the Kyma 1.8 release.
Replacement
The following table lists the deprecated URLs and the new URLs which replace them.
NOTE: The new options always point to the latest commit from the addons repository.
Deprecated URL | New URL |
---|---|
https://github.com/kyma-project/addons/releases/download/latest/index.yaml | github.com/kyma-project/addons//addons/index.yaml |
https://github.com/kyma-project/addons/releases/download/latest/index-acc-testing.yaml | github.com/kyma-project/addons//addons/index-acc-testing.yaml |
https://github.com/kyma-project/addons/releases/download/latest/index-testing.yaml | github.com/kyma-project/addons//addons/index-testing.yaml |
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)
0.7.0
Bundles
Changes:
- Provided a new GCP broker
- Renamed bundles to addons
- Improved documentation
- Added acc-testing addon
Usage
To extend the Helm Broker in Kyma, use the indexes that are part of the release.
Check your current repositories URLs:
- In the latest version of Kyma:
kubectl get clusteraddonsconfiguration -n kyma-system -oyaml
- In Kyma version under v1.3:
kubectl get configmap -n kyma-system -l helm-broker-repo=true -ojson | jq '.items[].data.URLs'
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
- In Kyma version under v1.3:
kubectl create configmap my-helm-repos-urls -n kyma-system --from-literal=URLs=https://github.com/kyma-project/bundles/releases/download/0.6.0/index.yaml
kubectl label configmap my-helm-repos-urls -n kyma-system helm-broker-repo=true
NOTE: The Helm Broker does not register duplicated bundles in the Service Catalog. Ensure that the registered repositories do not define the same bundles.
🚀 Enhancement
- Add bundle for helm-broker acceptance testing (#26) (#96)
- Improve AWS Service Broker overview (#99)
- Remove GCP Broker (#97)
- Update metadata in the testing bundles docs (#101)
- Rename bundles to addons (#100)
- Update stale bot settings to exclude epics (#105)
- New GCP Service Broker (#106)