Releases: SAP/cf-service-operator
Releases · SAP/cf-service-operator
v0.5.7
v0.5.6
update CONTRIBUTING
v0.5.5
update workflows
v0.5.4
chore(actions): update dependency ubuntu to v24
v0.5.3: chore(actions): update docker/build-push-action action to v6 (#52)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
v0.5.2: Improve log message (#56)
* improve logging * cleanup makefile
v0.5.1
update to go1.22.5 (#55)
v0.5.0
Increase or Decrease polling rate for instance in a final state ready…
v0.4.16: Adopting Orphan Instances via Kubernetes Annotation (#50)
* Initial commit for adopting orphan instances in cf * Adoption for the existing service bindings * update for adopting instance annotation * Change GetInstance by name or by owner. Update CF instance with label and annotation. * new branch for orphan instances adoption * revert to original defer function * implement for orphan service binding * Update markdown documentation with the new annotation, adopt-instances. * Modify GetInstance and GetBinding functions based on PR comments * Add changes based or reviewer comments * changes for comments on listoptions * Update the documentation * Changes to getinstance call in clinet_test.go file * Update generated deepcopy go * Update adopt.md file following comment from reviewer --------- Co-authored-by: shilparamasamyreddy <[email protected]>
v0.4.15: fix client caching (#54)
* fix client caching * support passord changes in client caches * re-activate test inside docker build * same indentation as before