You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
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.