Skip to content

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

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>

v1.2.1

02 Dec 09:25
Compare
Choose a tag to compare

We are pleased to announce the release of Spring Cloud App Broker 1.2.1. This release fixes a problem we discovered in our updated build process for the 1.2.0 release, which resulted in our documentation not being published to the spring.io website.

Gradle:

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

Maven:

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

v1.2.0

30 Nov 15:19
Compare
Choose a tag to compare

We are pleased to announce the release of Spring Cloud App Broker 1.2.0. This release includes all of the updates made in 1.2.0-RC1:

  • Update the Gradle build to make use of new native features for dependency management and publication
  • Upgrade to Spring Cloud Open Service Broker 3.2.0
  • Upgrade to Spring Boot 2.3.6

Gradle:

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

Maven:

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

1.2.0-RC1

30 Nov 15:08
Compare
Choose a tag to compare
1.2.0-RC1 Pre-release
Pre-release

We are pleased to announce the release of Spring Cloud App Broker 1.2.0-RC1. This release includes the following updates:

  • Update the Gradle build to make use of new native features for dependency management and publication
  • Upgrade to Spring Cloud Open Service Broker 3.2.0
  • Upgrade to Spring Boot 2.3.6

Gradle:

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

Maven:

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

1.1.1.RELEASE

10 Jun 12:52
Compare
Choose a tag to compare

We are pleased to announce the release of Spring Cloud App Broker 1.1.1.RELEASE. 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 #202
  • Backing app environment is updated on upgrade #349
  • If specified, the routes property now takes precedence over the host, hosts, domain and domains properties
  • Adds service instance logging endpoints to support the service instance logs CF CLI plugin
  • Fixed an issue where configured backing services were not being deleted #344
  • Fixed an issue with deletion of permissions from CredHub #368
  • Adds a new logging starter
  • Logging updates to ensure potentially sensitive configuration data is only logged in debug mode
  • Updates BackingAppManagementService to support management operations without the requirement for the cloud_controller.admin authority
  • 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>

1.1.0.RC2

05 Jun 14:03
Compare
Choose a tag to compare
1.1.0.RC2 Pre-release
Pre-release

This release contains the following dependency version updates:

  • CF Java Client updated to 4.7.0.RELEASE

Gradle:

repositories {
    maven {
        url "https://repo.spring.io/milestone"
    }
}

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

Maven:

<repository>
  <id>spring-milestones</id>
  <url>https://repo.spring.io/milestone</url>
</repository>

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

1.1.0.RC1

05 Jun 14:01
Compare
Choose a tag to compare
1.1.0.RC1 Pre-release
Pre-release

We are pleased to announce the release of Spring Cloud App Broker 1.1.0.RC1. Thanks to the community for your feedback and contributions! As the first release candidate of the 1.1.0 series, 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.6.0.RELEASE
  • Upgrade to Spring CredHub 2.1.1.RELEASE
  • Permissions stored in CredHub are now cleaned up on unbind #202
  • Backing app environment is updated on upgrade #349
  • If specified, the routes property now takes precedence over the host, hosts, domain and domains properties
  • Adds service instance logging endpoints to support the service instance logs CF CLI plugin
  • Fixed an issue where configured backing services were not being deleted #344
  • Fixed an issue with deletion of permissions from CredHub #368
  • Adds a new logging starter
  • Logging updates to ensure potentially sensitive configuration data is only logged in debug mode
  • Updates BackingAppManagementService to support management operations without the requirement for the cloud_controller.admin authority
  • Documentation on how to create a custom Target

Gradle:

repositories {
    maven {
        url "https://repo.spring.io/milestone"
    }
}

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

Maven:

<repository>
  <id>spring-milestones</id>
  <url>https://repo.spring.io/milestone</url>
</repository>

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