Spring Cloud App Broker 1.1.1 released

Releases | Gareth Clay | June 10, 2020 | ...

We are pleased to announce the release of Spring Cloud App Broker 1.1.1. Thanks to the community for your feedback and contributions! This release includes the following fixes and improvements:

  • Upgrade to Spring Cloud Open Service Broker 3.1.1.RELEASE
  • Upgrade to Spring Boot 2.2.7.RELEASE
  • Upgrade to CF Java Client 4.7.0.RELEASE
  • Upgrade to Spring CredHub 2.1.1.RELEASE
  • Permissions stored in CredHub are now cleaned up on unbind
  • Backing app environment is updated on upgrade
  • Add service instance logging endpoints to support the service instance logs CF CLI plugin
  • Fixed an issue where configured backing services were not being deleted
  • Fixed an issue with deletion of permissions from CredHub
  • Add a new logging starter
  • Logging updates to ensure potentially sensitive configuration data is only logged in debug mode
  • Extend the API to allow service instance management operations to be performed without the requirement for the cloud_controller.admin authority
  • Add documentation on how to create a custom Target

Gradle:

implementation("org.springframework.cloud:spring-cloud-starter-app-broker-cloudfoundry:1.1.1.RELEASE")

Maven:

<dependency>
  <groupId>org.springframework.cloud</groupId>
  <artifactId>spring-cloud-starter-app-broker-cloudfoundry</artifactId>
  <version>1.1.1.RELEASE</version>
</dependency>

Optionally, if you would like to enable the logging endpoints to support the service instance logs CF CLI plugin, additionally add the new logging starter dependency:

Gradle:

implementation("org.springframework.cloud:spring-cloud-starter-app-broker-logging:1.1.1.RELEASE")

Maven:

<dependency>
  <groupId>org.springframework.cloud</groupId>
  <artifactId>spring-cloud-starter-app-broker-logging</artifactId>
  <version>1.1.1.RELEASE</version>
</dependency>

Project Page | GitHub | Reference Doc | API Doc

Get the Spring newsletter

Thank you for your interest. Someone will get back to you shortly.

Get ahead

VMware offers training and certification to turbo-charge your progress.

Learn more

Get support

Tanzu Spring Runtime offers support and binaries for OpenJDK™, Spring, and Apache Tomcat® in one simple subscription.

Learn more

Upcoming events

Check out all the upcoming events in the Spring community.

View all