Releases: SAP/sap-btp-service-operator
Releases · SAP/sap-btp-service-operator
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
v0.1.8
Update secret.yml
v0.1.7
Update deployment.yml
v0.1.6
coverage
v0.1.5
fix recreate secret bug
v0.1.4
fix binding serialization to secret (#29)
v0.1.3
refactor - add finalizer in webhook (#28) * refactor - add finalizer in webhook
v0.1.2
Update README.md
v0.1.1
user info (#22) * user info send whole object to SM