Skip to content

Releases: openmcp-project/bootstrapper

Release v0.6.1

03 Nov 12:33
34c743d

Choose a tag to compare

Changes included in v0.6.1:

🐛 Fixes

  • empty component references #100
    • [USER][BUGFIX] Correctly handle components with no component references.

Release v0.6.0

03 Nov 10:16
49eb63b

Choose a tag to compare

Changes included in v0.6.0:

🚀 Features

  • retrieve all component version references by name #98
    • [USER][FEATURE] Handle multiple component versions in component references

Release v0.5.1

30 Oct 14:43
0fcc45e

Choose a tag to compare

Changes included in v0.5.1:

🐛 Fixes

  • serilization of componentReferences #97
    • [USER][BUGIFX] Fix serilization of componentReferences in component versions

Release v0.5.0

28 Oct 08:57
dbb2082

Choose a tag to compare

Changes included in v0.5.0:

🚀 Features

  • add deploy-eso #91
    • [USER][FEATURE] Add deploy-eso command

Release v0.4.0

22 Oct 11:18
018291d

Choose a tag to compare

Changes included in v0.4.0:

🚀 Features

  • more ocm template funcs #89
    • [USER][FEATURE] Add getRootComponentVersion and getResourceFromComponentVersion template functions

Release v0.3.0

20 Oct 08:30
e87df9b

Choose a tag to compare

Changes included in v0.3.0:

🚀 Features

  • allow the user to specify its own template input data #88
    • [USER][FEATURE] The bootsrapper configuration now has an additional field called templateInput which can hold arbitrary data that is passed to the template during command ´managed-deployment-repo`.

Release v0.2.2

15 Oct 06:17
29f52f7

Choose a tag to compare

Changes included in v0.2.2:

🐛 Fixes

  • set ocm config for list componentversions #86
    • [USER][FIX] - Set ocm config for list componentversions

Release v0.2.1

14 Oct 10:28
c0d2048

Choose a tag to compare

Changes included in v0.2.1:

🚀 Features

  • release v0.2.1 #85
    • [USER][FEATURE] - Bootstrapper release v0.2.1
  • add version command #84
    • [USER][FEATURE] Add command to print the version of the bootstrapper and the ocm cli.
  • add more trace output #81
    • [USER][FEATURE] Add more trace output to template functions and component getter.
  • allow to search for the templates recursively #79
    • [OPERATOR][FEATURE] Search for the templates resource path recursively

🐛 Fixes

  • argument handling #80
    • [OPERATOR][BUGFIX] Fix argument handling in command manage-deployment-repo
  • disable copy sources #75
    • [USER][FEATURE] Disable copy-sources during command ocm-transfer

Release v0.2.0

08 Oct 13:08
605e246

Choose a tag to compare

Changes included in v0.2.0:

🚀 Features

  • add ocm templating functions #72
    • [OPERATOR][FEATURE] Add OCM component version templating funtions

🐛 Fixes

  • never prune the root kustomizations #65
    • [OPERATOR][FEATURE] Disable pruning for root kustomization

Release v0.1.1

16 Sep 10:45
b00e640

Choose a tag to compare

Changes included in v0.1.1:

🐛 Fixes

  • only apply flux kustomization #60
    • [USER][BUGFIX] Only apply Manifests of Kind Flux Kustomization to the target cluster to avoid race conditions.