Releases: openmcp-project/bootstrapper
Releases · openmcp-project/bootstrapper
Release v0.4.0
Changes included in v0.4.0:
🚀 Features
- more ocm template funcs #89
- [USER][FEATURE] Add
getRootComponentVersion
andgetResourceFromComponentVersion
template functions
- [USER][FEATURE] Add
Release v0.3.0
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`.
- [USER][FEATURE] The bootsrapper configuration now has an additional field called
Release v0.2.2
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
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
Release v0.2.0
Release v0.1.1
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.
Release v0.1.0
Changes included in v0.1.0:
🚀 Features
- flux controller images #50
- [USER][FEATURE] - Adds images for fluxcd notification controller, image automation controller, image reflection controller.
- deploy flux command #44
- [USER][FEATURE] - Deploy flux command
- add command to manage deployment repo #41
- [OPERATOR][FEATURE] - Add command to manage deployment repo
- deploy-flux command #20
- [USER][FEATURE] - Add deploy-flux command.
- component getter #23
- [DEVELOPER][FEATURE] - Adds a functions to the ocm package to load referenced components and their resources
- add git config #22
- [DEVELOPER][FEATURE] Add git configuration structure
- add logging framework #21
- [DEVELOPER][FEATURE] Add logging framework
- check for unsupported OCM configuration type DockerConfig #11
- [USER][FEATURE] Prevent the usage of a
DockerConfig
reference in the OCM configuration file.
- [USER][FEATURE] Prevent the usage of a
- templating library #14
- [DEVELOPER][FEATURE] Add go templating library
- add
ocmTransfer
command #8- [USER][FEATURE] Add ocmTransfer command
- own Dockerfile with ocm cli #4
- [DEVELOPER][FEATURE] Project specific Dockerfile with ocm cli
🔧 Chores
- refactoring of command naming and documentation #56
- [USER][FEATURE] Add command documentation
Harmonized command names and parameters
- [USER][FEATURE] Add command documentation
- enable tests for manageDeploymentRepo command #45
- [DEVELOPER][OTHER] Re-enable the test for the manageDeploymentRepo command
🐛 Fixes
- adaptations of templates #51
- [USER][FEATURE] Add adaptations to the gitops templates.
Add optional configuration for Providers.
- [USER][FEATURE] Add adaptations to the gitops templates.
- use ocm version from Dockerfile #12
- [DEVELOPER][FEATURE] Read the OCM version out of the Dockerfile for testing
- cli use, short and long strings #6
- [USER][BUGFIX] Use correct use, short and long description for cli