Releases: cap-js/cap-operator-plugin
Releases · cap-js/cap-operator-plugin
v0.4.0
v0.3.0
Added
- New helm chart variant with configurable templates
- CLI tool to convert existing basic chart to configurable templates chart
- Updated @sap/cds-dk to version
8.2.1
for the CLI option parsing issue fix - Support for dynamic service instance key name in
runtime-values.yaml
file - Changed workload keys in the
values.yaml
to camelcase
Fixed
- Removed empty
env
from workloads during mta transformation - App name derivation fix in template function
v0.2.0
Added
- Updated to CDS v8
- Updated
values.schema.json
to allow additional properties onvalues.yaml
- Removed unused variables from templates
- Unit test enhancements
v0.1.0
Added
- New CLI to generate runtime values file
npx cap-op-plugin generate-runtime-values
- Updated
values.schema.json
to the latest version of CAP Operator(v0.6.0) and BTP Service Operator(v0.6.5) - Adds the
$XSAPPNAME.Callback
and$XSAPPNAME.mtcallback
scopes toxs-security.json
if they are not already present - Switched helm chart to v2 apiVersion
v0.0.2
Added
- Updated the readme file with more information on the runtime deployment parameters
- Tenant and content job default configuration added to workloads
tenantOperations
andcontentJobs
removed from the default configuration to avoid webhook errors during deployment
Fixed
- Fixed placeholder render issue in mta transformer warning messages
v0.0.1
Added
- Initial release
v0.0.1-alpha.2
Added
- v0.0.1-alpha.2 release
v0.0.1-alpha.1
Added
- v0.0.1-alpha.1 release
0.0.1-alpha
Initial alpha version