Skip to content

Releases: spring-cloud/spring-cloud-app-broker

v1.5.2

20 Oct 12:10
Compare
Choose a tag to compare

We are pleased to announce the release of Spring Cloud App Broker.

This version has full compatibility and upgrades to the latest:
Spring Framework 5.3.x
Spring Boot 2.6.x

v1.4.2

20 Oct 12:10
Compare
Choose a tag to compare

We are pleased to announce the release of Spring Cloud App Broker.

This version has full compatibility and upgrades to the latest:
Spring Framework 5.3.x
Spring Boot 2.5.x

v1.5.1

01 Apr 07:52
Compare
Choose a tag to compare

We are pleased to announce the release of Spring Cloud App Broker 1.5.1.

This version has full compatibility and upgrades to the latest:
Spring Framework 5.3.x
Spring Boot 2.6.x

v1.4.1

01 Apr 07:51
Compare
Choose a tag to compare

We are pleased to announce the release of Spring Cloud App Broker 1.4.1.

This version has full compatibility and upgrades to the latest:
Spring Framework 5.3.x
Spring Boot 2.5.x

v1.5.0

08 Feb 10:19
Compare
Choose a tag to compare

We are pleased to announce the release of Spring Cloud App Broker 1.5.0.

This version has full compatibility and upgrades to:
Spring Framework 5.4.x
Spring Boot 2.6.x
Spring Cloud Open Service Broker 3.5.x that includes initial support for some OSB API v2.16 features

v1.4.0

14 Jan 11:56
Compare
Choose a tag to compare

We are pleased to announce the release of Spring Cloud App Broker 1.4.0.

This version has full compatibility and upgrades to:
Spring Framework 5.3.x
Spring Boot 2.5.x
Spring Cloud Open Service Broker 3.4.x that supports Open Service Broker API 2.16

v1.1.2

14 Sep 17:33
Compare
Choose a tag to compare

This is a maintenance release focused on aligment with latest CF Java Client version and build improvements.

  • Bump to CF Java Client 4.16.0.RELEASE (#455)
  • Apply fixes from 1.2.x (1.1.x) (#470)
  • Update release pipeline to use GH token (#466)
  • Bump to concourse-release-scripts-0.3.4-SNAPSHOT for 1.1.x (#461)
  • Enabled Nightly builds (#452)

Thanks to all contributors

v1.3.1

10 Sep 09:52
Compare
Choose a tag to compare

This is a maintenance release focused on aligment with latest CF Java Client version and build improvements.

  • Bump to CF Java Client v5.6.0.RELEASE (#453)
  • Remove Bintray from release pipelines (#440)
  • Enabled nightly builds to drive out failures (#450)
  • Bump to concourse-release-scripts-0.3.4-SNAPSHOT for 1.3.x (#460)
  • Test against Java 11 in GH Actions (#438)
  • Docs: Mention the use-spring-application-json property (#443, @pg200)

Thanks to all contributors

v1.2.3

10 Sep 12:07
Compare
Choose a tag to compare

This is a maintenance release focused on aligment with latest CF Java Client version and build improvements.

  • Bump to CF Java Client 4.16.0.RELEASE (#454)
  • Update release pipeline to use GH token (#467)
  • Enabled nightly builds to drive out failures (#451)

Thanks to all contributors

v1.3.0

07 Apr 10:09
Compare
Choose a tag to compare

We are pleased to announce the release of Spring Cloud App Broker 1.3.0.

This release contains a set of new features thanks to @spikymonkey, @LittleBaiBai, and @alek-sys:

  • Pre-update of backing applications
  • Use status field to check deployment status instead of state
  • Only recreate client if the existing client has different authorities

And upgrades to the latest version of Spring Boot and the Cloud Foundry Java Client: https://github.com/spring-cloud/spring-cloud-app-broker#13x

Gradle:

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

Maven:

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