v0.6.0
Highlights
- Workloads that were, but are no longer targeted by a
ServiceBinding
will now have the projection removed - The
Resolver
andServiceBindingProjector
interfaces are updated to include the fullServiceBinding
resource. The projector must also implement a function,IsProjected
, that indicates if a workload is bound by a particularServiceBinding
.
The are no breaking changes when deployed to a cluster.
What's Changed
- Bump github.com/vmware-tanzu/carvel-kbld from 0.37.5 to 0.37.6 in /hack/kbld by @dependabot in #343
- Bump github.com/vmware-tanzu/carvel-imgpkg from 0.37.3 to 0.37.4 in /hack/imgpkg by @dependabot in #344
- Bump github.com/vmware-tanzu/carvel-imgpkg from 0.37.4 to 0.38.0 in /hack/imgpkg by @dependabot in #347
- Bump github.com/vmware-tanzu/carvel-kbld from 0.37.6 to 0.38.0 in /hack/kbld by @dependabot in #346
- Bump golang.org/x/tools from 0.13.0 to 0.14.0 in /hack/goimports by @dependabot in #349
- Unproject workloads no longer targeted by a ServiceBinding by @scothis in #348
Full Changelog: v0.5.0...v0.6.0