Skip to content

Releases: spring-cloud/spring-cloud-open-service-broker

4.3.0

12 Jul 21:16
Compare
Choose a tag to compare

Announcement

Spring Cloud Open Service Broker 4.3.0 is now GA. Version 4.3.0 is built against Spring Boot 3.3, and requires Java 17. It includes support for OSB API v2.16.

Dependencies

Gradle:

implementation("org.springframework.cloud:spring-cloud-starter-open-service-broker:4.3.0")

Maven:

<dependency>
  <groupId>org.springframework.cloud</groupId>
  <artifactId>spring-cloud-starter-open-service-broker</artifactId>
  <version>4.3.0</version>
</dependency>

What's Changed

  • (v4.2.x): Bump io.projectreactor.tools:blockhound-junit-platform from 1.0.8.RELEASE to 1.0.9.RELEASE by @dependabot in #605
  • (v4.2.x): Bump org.springframework.boot:spring-boot-dependencies from 3.2.4 to 3.2.5 by @dependabot in #608
  • (v4.2.x): Bump org.springframework.boot from 3.2.4 to 3.2.5 by @dependabot in #609
  • (4.2.x) Migrate to new image repositories by @spikymonkey in #613
  • Allow fly target override by @spikymonkey in #618
  • (v4.2.x): Bump org.springframework.boot from 3.2.5 to 3.2.6 by @dependabot in #622
  • (v4.2.x): Bump org.springframework.boot:spring-boot-dependencies from 3.2.5 to 3.2.6 by @dependabot in #621
  • (v4.3.x): Bump springCloudContractVersion from 4.1.2 to 4.1.3 by @dependabot in #628
  • (v4.3.x): Bump io.spring.javaformat:spring-javaformat-checkstyle from 0.0.41 to 0.0.42 by @dependabot in #632
  • (v4.3.x): Bump io.spring.javaformat from 0.0.41 to 0.0.42 by @dependabot in #631
  • (v4.3.x): Bump org.springframework.boot from 3.3.0 to 3.3.1 by @dependabot in #634
  • (v4.3.x): Bump org.springframework.boot:spring-boot-dependencies from 3.3.0 to 3.3.1 by @dependabot in #633
  • (v4.3.x): Bump springCloudContractVersion from 4.1.3 to 4.1.4 by @dependabot in #641

Full Changelog: v4.2.0...v4.3.0

4.3.0-RC1

12 Jul 21:14
Compare
Choose a tag to compare
4.3.0-RC1 Pre-release
Pre-release

Announcement

Spring Cloud Open Service Broker 4.3.0-RC1 is now available. Version 4.3.0 is built against Spring Boot 3.3, and requires Java 17. It includes support for OSB API v2.16.

Dependencies

Gradle:

implementation("org.springframework.cloud:spring-cloud-starter-open-service-broker:4.3.0-RC1")

Maven:

<dependency>
  <groupId>org.springframework.cloud</groupId>
  <artifactId>spring-cloud-starter-open-service-broker</artifactId>
  <version>4.3.0-RC1</version>
</dependency>

Full Changelog: v4.3.0-M1...v4.3.0-RC1

4.2.1

12 Jul 21:13
Compare
Choose a tag to compare

Announcement

Spring Cloud Open Service Broker 4.2.1 is now available. Version 4.2.1 is built against Spring Boot 3.2, and requires Java 17. It includes support for OSB API v2.16.

Dependencies

Gradle:

implementation("org.springframework.cloud:spring-cloud-starter-open-service-broker:4.2.1")

Maven:

<dependency>
  <groupId>org.springframework.cloud</groupId>
  <artifactId>spring-cloud-starter-open-service-broker</artifactId>
  <version>4.2.1</version>
</dependency>

What's Changed

  • (v4.2.x): Bump io.projectreactor.tools:blockhound-junit-platform from 1.0.8.RELEASE to 1.0.9.RELEASE by @dependabot in #605
  • (v4.2.x): Bump org.springframework.boot:spring-boot-dependencies from 3.2.4 to 3.2.5 by @dependabot in #608
  • (v4.2.x): Bump org.springframework.boot from 3.2.4 to 3.2.5 by @dependabot in #609
  • (4.2.x) Migrate to new image repositories by @spikymonkey in #613
  • Allow fly target override by @spikymonkey in #618
  • (v4.2.x): Bump org.springframework.boot from 3.2.5 to 3.2.6 by @dependabot in #622
  • (v4.2.x): Bump org.springframework.boot:spring-boot-dependencies from 3.2.5 to 3.2.6 by @dependabot in #621
  • (v4.2.x): Bump springCloudContractVersion from 4.1.2 to 4.1.3 by @dependabot in #626
  • (v4.2.x): Bump io.spring.javaformat:spring-javaformat-checkstyle from 0.0.41 to 0.0.42 by @dependabot in #629
  • (v4.2.x): Bump io.spring.javaformat from 0.0.41 to 0.0.42 by @dependabot in #630
  • (v4.2.x): Bump org.springframework.boot from 3.2.6 to 3.2.7 by @dependabot in #636
  • (v4.2.x): Bump org.springframework.boot:spring-boot-dependencies from 3.2.6 to 3.2.7 by @dependabot in #635

Full Changelog: v4.2.0...v4.2.1

4.1.2

12 Jul 21:11
Compare
Choose a tag to compare

Announcement

Spring Cloud Open Service Broker 4.1.2 is now available. Version 4.1.2 is built against Spring Boot 3.1, and requires Java 17. It includes support for OSB API v2.16.

Dependencies

Gradle:

implementation("org.springframework.cloud:spring-cloud-starter-open-service-broker:4.1.2")

Maven:

<dependency>
  <groupId>org.springframework.cloud</groupId>
  <artifactId>spring-cloud-starter-open-service-broker</artifactId>
  <version>4.1.2</version>
</dependency>

What's Changed

  • (v4.1.x): Bump io.projectreactor.tools:blockhound-junit-platform from 1.0.8.RELEASE to 1.0.9.RELEASE by @dependabot in #603
  • (v4.1.x): Bump org.springframework.boot:spring-boot-dependencies from 3.1.10 to 3.1.11 by @dependabot in #611
  • (v4.1.x): Bump org.springframework.boot from 3.1.10 to 3.1.11 by @dependabot in #610
  • (4.1.x) Migrate to new image repositories by @spikymonkey in #614
  • (v4.1.x): Bump org.springframework.boot from 3.1.11 to 3.1.12 by @dependabot in #619
  • (v4.1.x): Bump org.springframework.boot:spring-boot-dependencies from 3.1.11 to 3.1.12 by @dependabot in #620

Full Changelog: v4.1.1...v4.1.2

4.3.0-M1

12 Jul 21:09
Compare
Choose a tag to compare
4.3.0-M1 Pre-release
Pre-release

Announcement

Spring Cloud Open Service Broker 4.3.0-M1 is now available. Version 4.3.0 is built against Spring Boot 3.3, and requires Java 17. It includes support for OSB API v2.16.

Dependencies

Gradle:

implementation("org.springframework.cloud:spring-cloud-starter-open-service-broker:4.3.0-M1")

Maven:

<dependency>
  <groupId>org.springframework.cloud</groupId>
  <artifactId>spring-cloud-starter-open-service-broker</artifactId>
  <version>4.3.0-M1</version>
</dependency>

What's Changed

  • (v4.2.x): Bump io.projectreactor.tools:blockhound-junit-platform from 1.0.8.RELEASE to 1.0.9.RELEASE by @dependabot in #605
  • (v4.2.x): Bump org.springframework.boot:spring-boot-dependencies from 3.2.4 to 3.2.5 by @dependabot in #608
  • (v4.2.x): Bump org.springframework.boot from 3.2.4 to 3.2.5 by @dependabot in #609
  • (4.2.x) Migrate to new image repositories by @spikymonkey in #613
  • Allow fly target override by @spikymonkey in #618
  • (v4.2.x): Bump org.springframework.boot from 3.2.5 to 3.2.6 by @dependabot in #622
  • (v4.2.x): Bump org.springframework.boot:spring-boot-dependencies from 3.2.5 to 3.2.6 by @dependabot in #621
  • (v4.3.x): Bump springCloudContractVersion from 4.1.2 to 4.1.3 by @dependabot in #628
  • (v4.3.x): Bump io.spring.javaformat:spring-javaformat-checkstyle from 0.0.41 to 0.0.42 by @dependabot in #632
  • (v4.3.x): Bump io.spring.javaformat from 0.0.41 to 0.0.42 by @dependabot in #631
  • (v4.3.x): Bump org.springframework.boot from 3.3.0 to 3.3.1 by @dependabot in #634
  • (v4.3.x): Bump org.springframework.boot:spring-boot-dependencies from 3.3.0 to 3.3.1 by @dependabot in #633

Full Changelog: v4.2.0...v4.3.0-M1

4.2.0

17 Apr 20:32
Compare
Choose a tag to compare

Announcement

Spring Cloud Open Service Broker 4.2.0 is now GA. Version 4.2.0 is built against Spring Boot 3.2, and requires Java 17. It includes support for OSB API v2.16.

Dependencies

Gradle:

implementation("org.springframework.cloud:spring-cloud-starter-open-service-broker:4.2.0-RC1")

Maven:

<dependency>
  <groupId>org.springframework.cloud</groupId>
  <artifactId>spring-cloud-starter-open-service-broker</artifactId>
  <version>4.2.0</version>
</dependency>

What's Changed

  • (v4.2.x): Bump springCloudContractVersion from 4.0.4 to 4.0.5 by @dependabot in #567
  • (v4.2.x): Bump org.springframework.boot:spring-boot-dependencies from 3.2.2 to 3.2.3 by @dependabot in #572
  • (v4.2.x): Bump org.springframework.boot from 3.2.2 to 3.2.3 by @dependabot in #573
  • (v4.2.x): Bump nl.jqno.equalsverifier:equalsverifier from 3.15.6 to 3.15.8 by @dependabot in #580
  • (v4.2.x): Bump org.springframework.boot from 3.2.3 to 3.2.4 by @dependabot in #586
  • (v4.2.x): Bump org.springframework.boot:spring-boot-dependencies from 3.2.3 to 3.2.4 by @dependabot in #587
  • (v4.2.x): Bump nl.jqno.equalsverifier:equalsverifier from 3.15.8 to 3.16 by @dependabot in #589
  • (v4.2.x): Bump springCloudContractVersion from 4.1.1 to 4.1.2 by @dependabot in #593
  • (v4.2.x): Bump nl.jqno.equalsverifier:equalsverifier from 3.16 to 3.16.1 by @dependabot in #596

Full Changelog: v4.1.1...v4.2.0

4.2.0-RC1

05 Apr 20:37
Compare
Choose a tag to compare
4.2.0-RC1 Pre-release
Pre-release

Announcement

Spring Cloud Open Service Broker 4.2.0-RC1 is now available. Version 4.2.0 is built against Spring Boot 3.2, and requires Java 17. It includes support for OSB API v2.16.

Dependencies

Gradle:

implementation("org.springframework.cloud:spring-cloud-starter-open-service-broker:4.2.0-RC1")

Maven:

<dependency>
  <groupId>org.springframework.cloud</groupId>
  <artifactId>spring-cloud-starter-open-service-broker</artifactId>
  <version>4.2.0-RC1</version>
</dependency>

What's Changed

  • (v4.2.x): Bump springCloudContractVersion from 4.0.4 to 4.0.5 by @dependabot in #567
  • (v4.2.x): Bump org.springframework.boot:spring-boot-dependencies from 3.2.2 to 3.2.3 by @dependabot in #572
  • (v4.2.x): Bump org.springframework.boot from 3.2.2 to 3.2.3 by @dependabot in #573
  • (v4.2.x): Bump nl.jqno.equalsverifier:equalsverifier from 3.15.6 to 3.15.8 by @dependabot in #580
  • (v4.2.x): Bump org.springframework.boot from 3.2.3 to 3.2.4 by @dependabot in #586
  • (v4.2.x): Bump org.springframework.boot:spring-boot-dependencies from 3.2.3 to 3.2.4 by @dependabot in #587
  • (v4.2.x): Bump nl.jqno.equalsverifier:equalsverifier from 3.15.8 to 3.16 by @dependabot in #589
  • (v4.2.x): Bump springCloudContractVersion from 4.1.1 to 4.1.2 by @dependabot in #593
  • (v4.2.x): Bump nl.jqno.equalsverifier:equalsverifier from 3.16 to 3.16.1 by @dependabot in #596

Full Changelog: v4.1.1...v4.2.0-RC1

4.1.1

05 Apr 20:01
Compare
Choose a tag to compare

Announcement

Spring Cloud Open Service Broker 4.1.1 is now GA. Version 4.1.1 is built against Spring Boot 3.1, and requires Java 17. It includes support for OSB API v2.16. This is a maintenance release that includes dependency updates.

Dependencies

Gradle:

implementation("org.springframework.cloud:spring-cloud-starter-open-service-broker:4.1.1")

Maven:

<dependency>
  <groupId>org.springframework.cloud</groupId>
  <artifactId>spring-cloud-starter-open-service-broker</artifactId>
  <version>4.1.1</version>
</dependency>

What's Changed

  • (v4.1.x): Bump org.springframework.boot from 3.1.4 to 3.1.5 by @dependabot in #514
  • (v4.1.x): Bump org.springframework.boot:spring-boot-dependencies from 3.1.4 to 3.1.5 by @dependabot in #515
  • (v4.1.x): Bump nl.jqno.equalsverifier:equalsverifier from 3.15.2 to 3.15.3 by @dependabot in #517
  • (v4.1.x): Bump org.springframework.boot from 3.1.5 to 3.1.6 by @dependabot in #521
  • (v4.1.x): Bump org.springframework.boot from 3.1.6 to 3.1.7 by @dependabot in #532
  • (v4.1.x): Bump org.springframework.boot:spring-boot-dependencies from 3.1.5 to 3.1.7 by @dependabot in #533
  • (v4.1.x): Bump nl.jqno.equalsverifier:equalsverifier from 3.15.3 to 3.15.5 by @dependabot in #537
  • (v4.1.x): Bump org.asciidoctor.jvm.pdf from 3.3.2 to 4.0.0 by @dependabot in #541
  • (v4.1.x): Bump nl.jqno.equalsverifier:equalsverifier from 3.15.5 to 3.15.6 by @dependabot in #548
  • (v4.1.x): Bump org.asciidoctor.jvm.pdf from 4.0.0 to 4.0.1 by @dependabot in #550
  • (v4.1.x): Bump org.asciidoctor.jvm.convert from 4.0.0 to 4.0.1 by @dependabot in #551
  • (4.1.x) Use Gradle resolutionStrategy to align asciidoctor plugin versions by @abelsromero in #558
  • (v4.1.x): Bump org.springframework.boot from 3.1.7 to 3.1.8 by @dependabot in #561
  • (v4.1.x): Bump org.springframework.boot:spring-boot-dependencies from 3.1.7 to 3.1.8 by @dependabot in #562
  • (v4.1.x): Bump springCloudContractVersion from 4.0.4 to 4.0.5 by @dependabot in #565
  • (v4.1.x): Bump org.springframework.boot:spring-boot-dependencies from 3.1.8 to 3.1.9 by @dependabot in #570
  • (v4.1.x): Bump org.springframework.boot from 3.1.8 to 3.1.9 by @dependabot in #571
  • (v4.1.x): Bump nl.jqno.equalsverifier:equalsverifier from 3.15.6 to 3.15.8 by @dependabot in #581
  • (v4.1.x): Bump org.springframework.boot from 3.1.9 to 3.1.10 by @dependabot in #584
  • (v4.1.x): Bump org.springframework.boot:spring-boot-dependencies from 3.1.9 to 3.1.10 by @dependabot in #585
  • (v4.1.x): Bump nl.jqno.equalsverifier:equalsverifier from 3.15.8 to 3.16 by @dependabot in #591
  • (v4.1.x): Bump nl.jqno.equalsverifier:equalsverifier from 3.16 to 3.16.1 by @dependabot in #601

Full Changelog: v4.1.0...v4.1.1

4.0.2

05 Apr 20:14
Compare
Choose a tag to compare

Announcement

Spring Cloud Open Service Broker 4.0.2 is now available. Version 4.0.2 is built against Spring Boot 3.0, and requires Java 17. It includes support for OSB API v2.16, which is now feature complete in this release. See #318, or the OSB API 2.16 tag for more details. This is a maintenance release that includes dependency updates.

Dependencies

Gradle:

implementation("org.springframework.cloud:spring-cloud-starter-open-service-broker:4.0.2")

Maven:

<dependency>
  <groupId>org.springframework.cloud</groupId>
  <artifactId>spring-cloud-starter-open-service-broker</artifactId>
  <version>4.0.2</version>
</dependency>

What's Changed

  • (v4.0.0): Bump com.google.code.findbugs:annotations from 3.0.1 to 3.0.1u2 by @dependabot in #488
  • (v4.0.x): Bump org.springframework.boot from 3.0.10 to 3.0.11 by @dependabot in #499
  • (v4.0.x): Bump org.springframework.boot:spring-boot-dependencies from 3.0.10 to 3.0.11 by @dependabot in #498
  • (v4.0.x): Bump nl.jqno.equalsverifier:equalsverifier from 3.15.1 to 3.15.2 by @dependabot in #503
  • (4.0.x) Use concourse-release-scripts image instead of JAR by @spikymonkey in #509
  • (v4.0.x): Bump org.springframework.boot from 3.0.11 to 3.0.12 by @dependabot in #511
  • (v4.0.x): Bump org.springframework.boot:spring-boot-dependencies from 3.0.11 to 3.0.12 by @dependabot in #510
  • (v4.0.x): Bump nl.jqno.equalsverifier:equalsverifier from 3.15.2 to 3.15.3 by @dependabot in #519
  • (v4.0.x): Bump org.springframework.boot from 3.0.12 to 3.0.13 by @dependabot in #525
  • (v4.0.x): Bump org.springframework.boot:spring-boot-dependencies from 3.0.12 to 3.0.13 by @dependabot in #524
  • (v4.0.x): Bump nl.jqno.equalsverifier:equalsverifier from 3.15.3 to 3.15.5 by @dependabot in #536
  • (v4.0.x): Bump org.asciidoctor.jvm.convert from 3.3.2 to 4.0.0 by @dependabot in #545
  • (v4.0.x): Bump nl.jqno.equalsverifier:equalsverifier from 3.15.5 to 3.15.6 by @dependabot in #547
  • (v4.0.x): Bump org.asciidoctor.jvm.pdf from 4.0.0 to 4.0.1 by @dependabot in #552
  • (v4.0.x): Bump org.asciidoctor.jvm.convert from 4.0.0 to 4.0.1 by @dependabot in #553
  • (4.0.x) Use Gradle resolutionStrategy to align asciidoctor plugin versions by @abelsromero in #559
  • (v4.0.x): Bump springCloudContractVersion from 4.0.4 to 4.0.5 by @dependabot in #566
  • (v4.0.x): Bump nl.jqno.equalsverifier:equalsverifier from 3.15.6 to 3.15.8 by @dependabot in #582
  • (v4.0.x): Bump nl.jqno.equalsverifier:equalsverifier from 3.15.8 to 3.16 by @dependabot in #590
  • (v4.0.x): Bump nl.jqno.equalsverifier:equalsverifier from 3.16 to 3.16.1 by @dependabot in #595

Full Changelog: v4.0.1...v4.0.2

4.2.0-M1

01 Apr 14:58
Compare
Choose a tag to compare
4.2.0-M1 Pre-release
Pre-release

Announcement

Spring Cloud Open Service Broker 4.2.0-M1 is now available. Version 4.2.0 is built against Spring Boot 3.2, and requires Java 17. It includes support for OSB API v2.16.

Dependencies

Gradle:

implementation("org.springframework.cloud:spring-cloud-starter-open-service-broker:4.2.0-M1")

Maven:

<dependency>
  <groupId>org.springframework.cloud</groupId>
  <artifactId>spring-cloud-starter-open-service-broker</artifactId>
  <version>4.2.0-M1</version>
</dependency>

What's Changed

  • Upgrade to Spring Boot 3.2.2
  • Remove pmd checks from build
  • Add spring-javaformat plugin and checkstyle rules
  • (v4.1.x): Bump org.springframework.boot from 3.1.4 to 3.1.5 by @dependabot in #514
  • (v4.1.x): Bump org.springframework.boot:spring-boot-dependencies from 3.1.4 to 3.1.5 by @dependabot in #515
  • (v4.1.x): Bump nl.jqno.equalsverifier:equalsverifier from 3.15.2 to 3.15.3 by @dependabot in #517
  • (v4.1.x): Bump org.springframework.boot from 3.1.5 to 3.1.6 by @dependabot in #521
  • (v4.1.x): Bump org.springframework.boot from 3.1.6 to 3.1.7 by @dependabot in #532
  • (v4.1.x): Bump org.springframework.boot:spring-boot-dependencies from 3.1.5 to 3.1.7 by @dependabot in #533
  • (v4.1.x): Bump nl.jqno.equalsverifier:equalsverifier from 3.15.3 to 3.15.5 by @dependabot in #537
  • (v4.1.x): Bump org.asciidoctor.jvm.pdf from 3.3.2 to 4.0.0 by @dependabot in #541
  • (v4.1.x): Bump nl.jqno.equalsverifier:equalsverifier from 3.15.5 to 3.15.6 by @dependabot in #548
  • (v4.1.x): Bump org.asciidoctor.jvm.pdf from 4.0.0 to 4.0.1 by @dependabot in #550
  • (v4.1.x): Bump org.asciidoctor.jvm.convert from 4.0.0 to 4.0.1 by @dependabot in #551
  • (4.1.x) Use Gradle resolutionStrategy to align asciidoctor plugin versions by @abelsromero in #558
  • (v4.2.x): Bump springCloudContractVersion from 4.0.4 to 4.0.5 by @dependabot in #567
  • (v4.2.x): Bump org.springframework.boot:spring-boot-dependencies from 3.2.2 to 3.2.3 by @dependabot in #572
  • (v4.2.x): Bump org.springframework.boot from 3.2.2 to 3.2.3 by @dependabot in #573
  • (v4.2.x): Bump nl.jqno.equalsverifier:equalsverifier from 3.15.6 to 3.15.8 by @dependabot in #580
  • (v4.2.x): Bump org.springframework.boot from 3.2.3 to 3.2.4 by @dependabot in #586
  • (v4.2.x): Bump org.springframework.boot:spring-boot-dependencies from 3.2.3 to 3.2.4 by @dependabot in #587
  • (v4.2.x): Bump nl.jqno.equalsverifier:equalsverifier from 3.15.8 to 3.16 by @dependabot in #589
  • (v4.2.x): Bump springCloudContractVersion from 4.1.1 to 4.1.2 by @dependabot in #593

Full Changelog: v4.1.0...v4.2.0-M1