All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning. The format is based on Keep a Changelog.
- Added handling for
CAP
andAdditional
workloads in mta transformer
- Fix issue with CAV.Spec.Version being set as a number
- 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
- Removed empty
env
from workloads during mta transformation - App name derivation fix in template function
- Updated to CDS v8
- Updated
values.schema.json
to allow additional properties onvalues.yaml
- Removed unused variables from templates
- Unit test enhancements
- 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
- 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 placeholder render issue in mta transformer warning messages
- Initial release