Skip to content

v0.16.0

Choose a tag to compare

@github-actions github-actions released this 29 May 13:32
· 14 commits to main since this release
24ad91d

Added

  • Added SubscriptionDependencyMode support (Auto, Always, Never) to serviceInstances in values.schema.json.
  • Added startupProbe field to workload definitions in values.schema.json.
  • Updated build step to be more flexible and support user-defined templates (#103)

Changed

  • Updated getDependencies and dependenciesCallbacks URLs in runtime-values.yaml to use the CAP Operator-managed endpoints (/dependencies/{{providerSubaccountId}}/{{appName}}), replacing the previous approuter callback URLs. Use this version with CAP Operator v0.29.2 or later.
  • Removed optional mutual TLS (OptionalMutual) configuration; TLS mode is now always set to Simple.
  • Removed sme.sap.com/vs-route-request-header-set (x-forwarded-client-cert) annotation from CAPApplication templates.
  • Improved validation logic for appName field during runtime-values.yaml generation.
  • Simplified Duration, Time and IntOrString type in values.schema.json from a nested object to a plain string.