Releases: SAP/sap-btp-service-operator
Releases · SAP/sap-btp-service-operator
v0.1.18
Update README.md
v0.1.17
fix helm lint
v0.1.16
Update release.yml
v0.1.15
update kube-rbac-proxy to v0.11.0 (#96)
v0.1.14
add secretRootKey which used as the key inside the secret to store al…
v0.1.13
Custom ServiceInstance tags (#89) * Add custom service tags to service instance Co-authored-by: Johannes Dillmann <[email protected]> * ensure that combination of instance tags is unique Co-authored-by: Pavel Busko <[email protected]> * revert readme TOC Co-authored-by: Johannes Dillmann <[email protected]> * perform ServiceInstance tags merge in service binding controller Co-authored-by: Pavel Busko <[email protected]> * updated CRD manifest Co-authored-by: Pavel Busko <[email protected]> Co-authored-by: Johannes Dillmann <[email protected]> Co-authored-by: Ralf Pannemans <[email protected]>
v0.1.12
enrich binding with instance info and tags (#81) * enrich binding with instance info and service offering tags
v0.1.11
fix update status logic (#68)
v0.1.10
Add spec.secretKey for access to raw broker response (#62) * Add spec.secretKey for access to raw broker response Setting the optional spec.secretKey will cause the reconciler to store the raw broker response json in the given key (inside the secret). If it is not set, the old behavior will be used (parse the response and use the top level keys in secret.Data). Fixes #61 Co-authored-by: Philipp Stehle <[email protected]> * update secretKey property description according to review comments Co-authored-by: Ralf Pannemans <[email protected]>
v0.1.9
Userinfo (#57) * don't update user info during reconciliations that caused by operator