Skip to content

Releases: SAP/sap-btp-service-operator

v0.1.11

17 Aug 09:42
154a769

Choose a tag to compare

fix update status logic (#68)

v0.1.10

29 Jul 09:29
780cb50

Choose a tag to compare

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

18 Jun 17:38
399dff6

Choose a tag to compare

Userinfo (#57)

* don't update user info during reconciliations that caused by operator

v0.1.8

24 May 08:34
9ed4145

Choose a tag to compare

Update secret.yml

v0.1.7

05 May 16:01
65100a5

Choose a tag to compare

Update deployment.yml

v0.1.6

07 Apr 09:53

Choose a tag to compare

coverage

v0.1.5

05 Apr 09:17

Choose a tag to compare

fix recreate secret bug

v0.1.4

22 Mar 16:24
91f21fa

Choose a tag to compare

fix binding serialization to secret (#29)

v0.1.3

18 Mar 16:59
dec523e

Choose a tag to compare

refactor - add finalizer in webhook (#28)

* refactor - add finalizer in webhook

v0.1.2

16 Mar 09:57
16b2bd7

Choose a tag to compare

Update README.md