Skip to content

Release v0.2.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 18 Aug 21:18

This is the second release (amended) 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

The SERVICE_BINDINGS_ROOTenv var is deprecated in favor of SERVICE_BINDING_ROOT. Both values are supported in this release, however, SERVICE_BINDINGS_ROOT will be removed in a future release.

A typo in the spec, caused the name of the variable to be ambiguous. It is now uniformly defined as SERVICE_BINDING_ROOT.

Install/Upgrade

kapp is recommended to install/upgrade the Service Bindings CRDs and operator.

If upgrading from a release not installed with kapp, first remove the current install.

Then deploy Service Bindings:

kapp deploy -a service-bindings -f https://github.com/vmware-labs/service-bindings/releases/download/v0.2.1/service-bindings-0.2.1.yaml

If you are unable to use kapp, service-bindings-core-0.2.1.yaml can be applied via tools like kubectl, but it will be harder to uninstall and upgrade.

Uninstall

To remove service bindings from your cluster:

kapp delete -a service-bindings