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

Releases: kyma-project/addons

0.15.0

30 Jul 15:32
d3c6ce3
Compare
Choose a tag to compare

release-0.15.0

0.14.0

10 Sep 10:13
56ce1ce
Compare
Choose a tag to compare

release-0.14.0

0.13.0

05 Aug 00:48
937349e
Compare
Choose a tag to compare

0.13.0 (2020-08-04)

🐛 Bug Fix

Committers: 2

0.12.0

17 Mar 10:46
85c5ffc
Compare
Choose a tag to compare

0.12.0 (2020-03-17)

🚀 Enhancement

🐛 Bug Fix

Committers: 3

0.11.0

22 Jan 11:07
faf3096
Compare
Choose a tag to compare

0.11.0 (2020-01-22)

Changes:

  • Upgrade API versions and addons' resources definitions to be compatible with Kubernetes 1.16

🚀 Enhancement

Committers: 1

0.10.0

27 Dec 13:12
Compare
Choose a tag to compare

0.10.0 (2019-12-27)

Changes:

  • Renamed DocsTopics to AssetGroups to implement the newest version of Rafter

🚀 Enhancement

🐛 Bug Fix

Committers: 4

0.9.0

02 Dec 13:50
cf10cc4
Compare
Choose a tag to compare

0.9.0 (2019-10-28)

🐛 Bug Fix

Committers: 2

latest

02 Dec 15:49
cf10cc4
Compare
Choose a tag to compare

Deprecation

⚠️ The 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

27 Sep 08:21
2701259
Compare
Choose a tag to compare

0.8.0 (2019-09-26)

Addons

Changes:

  • GCP Service Broker moved from index-gcp.yaml to index.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

🐛 Bug Fix

Committers: 6

0.7.0

01 Aug 11:47
c1f4fdc
Compare
Choose a tag to compare

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)

🐛 Bug Fix

  • Fix a dead link (#102)
  • Fix AWS broker versions (#107)