Release v0.2.0
Pre-release
Pre-release
This is the second release of the Service Bindings for Kubernetes project.
It is an implementation of the Service Binding Specification for Kubernetes (1.0.0-rc2).
This is a preview release for developers to gain a familiarity with the core specification concepts.
Neither the specification, nor implementation are stable.
Notable Changes
- added support for the Custom Projection specification extension
- four new samples that each demonstrate different service binding capabilities
- refined status conditions to better reflect service binding nomenclature
- fixed an issue that could cause reconciliation errors when editing a
ServiceBinding
resource - fixed an issue with long resource names exceeding the 63 character limit
- increased test coverage from ~3% to ~90%
Upgrade
If upgrading, delete all existing ServiceBindings
and then remove the previous install:
kubectl delete servicebindings.service.binding --all --all-namespaces
kubectl delete -f https://github.com/vmware-labs/service-bindings/releases/download/v0.1.0/service-bindings-0.1.0.yaml
Then continue with the install instructions.
Install
To install the Service Bindings CRD and operator, apply the release yaml:
kubectl apply -f https://github.com/vmware-labs/service-bindings/releases/download/v0.2.0/service-bindings-0.2.0.yaml
Uninstall
To remove service bindings from your cluster:
kubectl delete servicebindings.service.binding --all --all-namespaces
kubectl delete -f https://github.com/vmware-labs/service-bindings/releases/download/v0.2.0/service-bindings-0.2.0.yaml