Releases: spring-cloud/spring-cloud-app-broker
v2.4.0-M1
Announcement
Spring Cloud App Broker 2.4.0-M1 is now GA. Version 2.4.0-M1 is built against Spring Boot 3.4, and requires Java 17. It includes support for Spring Cloud Open Service Broker 4.4. This release adopts the Spring Formatter and includes significant formatting and checkstyle rule fixes, as well as dependency updates.
Dependencies
Gradle:
implementation("org.springframework.cloud:spring-cloud-starter-app-broker:2.4.0-M1")
Maven:
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-app-broker</artifactId>
<version>2.4.0-M1</version>
</dependency>
What's Changed
a305b83 Upgrade to Spring Cloud Open Service Broker 4.4.0-RC1
03f681c Upgrade to Spring Cloud Open Service Broker 4.4.0-SNAPSHOT
e92c999 Add pipeline for 2.4.x branch
bcbdd31 (2.4.x): Bump org.wiremock:wiremock-standalone from 3.10.0 to 3.11.0
4df6b4c Add dco.yml
db28d28 Apply spring formatter and checkstyle rules
b147f4d Rename package for deployer module
3c83245 Remove pmd plugin from gradle build
e5a620a Update target branches for github action workflows
8c303a1 Enable dependabot on 2.4.x branch
5ffd258 Upgrade to Spring Boot 3.4.2
d73c683 Upgrade to Gradle 8.12.1
6de61dd Increment version to 2.4.0-SNAPSHOT
549006b (2.3.x): Bump org.asciidoctor.jvm.pdf from 4.0.3 to 4.0.4
aef5b9b (2.3.x): Bump org.springframework.boot from 3.3.7 to 3.3.8
271e3f8 (2.3.x): Bump org.asciidoctor.jvm.convert from 4.0.3 to 4.0.4
03cf03c (2.3.x): Bump org.apache.commons:commons-text from 1.12.0 to 1.13.0
24b2eb3 (2.3.x): Bump org.springframework.boot from 3.3.5 to 3.3.7
da0b942 (2.3.x): Bump org.wiremock:wiremock-standalone from 3.9.2 to 3.10.0
a2c70ab (2.3.x): Bump io.projectreactor.tools:blockhound-junit-platform
5e2d3af (2.3.x): Bump openServiceBrokerVersion from 4.3.0 to 4.3.1
27ff02c (2.3.x): Bump org.springframework.boot from 3.3.4 to 3.3.5
e3a3bb4 (2.3.x): Bump org.wiremock:wiremock-standalone from 3.9.1 to 3.9.2
Full Changelog: v2.3.1...v2.4.0-M1
v2.3.1
We are pleased to announce a new release of Spring Cloud App Broker.
This version has full compatibility and upgrades to the latest:
Spring Framework, Spring Boot, and Spring Cloud Open Service Broker.
Fixes a problem where platform timeout configuration could not be set.
What's Changed
- Spring builds/staging by @Albertoimpl in #1089
- (2.3.x): Bump org.wiremock:wiremock-standalone from 3.9.0 to 3.9.1 by @dependabot in #1090
- (2.3.x): Bump org.springframework.boot from 3.3.2 to 3.3.4 by @dependabot in #1098
- Adding platform timeout configuration by @Albertoimpl in #1100
Full Changelog: v2.3.0...v2.3.1
v2.3.0
We are pleased to announce a new release of Spring Cloud App Broker.
This version introduces back an updated starter module spring-cloud-starter-app-broker-logging
using LogCache
for compatibility with both logging architectures in Cloud Foundry.
This version has full compatibility and upgrades to the latest:
Spring Framework, Spring Boot, and Spring Cloud Open Service Broker.
What's Changed
- (2.3.x): Bump org.wiremock:wiremock-standalone from 3.7.0 to 3.8.0 by @dependabot in #1062
- (2.3.x): Upgrading spring boot to 3.3.1 by @Albertoimpl in #1064
- (2.3.x): Adding logging module using LogCacheClient by @Albertoimpl in #1065
- (2.3.x): Upgrading cfJavaClientVersion to 5.12.1.RELEASE by @Albertoimpl in #1063
- (2.3.x): Updating osb to release version by @Albertoimpl in #1074
- (2.3.x): Bump cfJavaClientVersion from 5.10.0.RELEASE to 5.12.2.RELEASE by @dependabot in #1072
- (2.3.x): Bump org.springframework.boot from 3.3.1 to 3.3.2 by @dependabot in #1076
- (2.3.x): Bump org.asciidoctor.jvm.pdf from 4.0.2 to 4.0.3 by @dependabot in #1083
- (2.3.x): Bump org.asciidoctor.jvm.convert from 4.0.2 to 4.0.3 by @dependabot in #1082
- (2.3.x): Bump org.wiremock:wiremock-standalone from 3.8.0 to 3.9.0 by @dependabot in #1081
Full Changelog: v2.2.0...v2.3.0
v2.2.0
We are pleased to announce a new release of Spring Cloud App Broker.
This version has full compatibility and upgrades to the latest:
Spring Framework, Spring Boot, and Spring Cloud Open Service Broker.
What's Changed
- Branch for 2.1.x series by @spikymonkey in #878
- Retry CF API login by @spikymonkey in #879
- (2.2.x): Bump org.immutables:value from 2.9.3 to 2.10.0 by @dependabot in #883
- (2.2.x): Bump openServiceBrokerVersion from 4.1.0-RC1 to 4.1.0 by @dependabot in #886
- (2.2.x): Bump org.springframework.boot from 3.1.4 to 3.1.5 by @dependabot in #890
- (2.2.x): Bump org.wiremock:wiremock-standalone from 3.2.0 to 3.3.1 by @dependabot in #902
- Only allow patch bumps to Spring Boot by @spikymonkey in #965
- Removing stack assertion in ATs by @Albertoimpl in #973
- (2.2.x) Use Gradle resolutionStrategy to align asciidoctor plugin versions by @abelsromero in #931
- Awaiting to avoid flake while deleting SI by @Albertoimpl in #974
- (2.2.x): Bump org.immutables:value from 2.10.0 to 2.10.1 by @dependabot in #948
- (2.2.x): Bump org.wiremock:wiremock-standalone from 3.3.1 to 3.4.2 by @dependabot in #979
- (2.2.x): Bump org.apache.commons:commons-text from 1.10.0 to 1.11.0 by @dependabot in #896
- (2.2.x): Bump org.springframework.boot from 3.1.5 to 3.1.9 by @dependabot in #978
- Upgrading to spring boot 3.2 by @Albertoimpl in #983
- Qualifying ConnectionContext by @Albertoimpl in #986
- Make PR manager use the default branch by @Albertoimpl in #988
- (2.2.x): Bump org.wiremock:wiremock-standalone from 3.4.2 to 3.5.2 by @dependabot in #1001
- (2.2.x): Bump org.springframework.boot from 3.2.3 to 3.2.4 by @dependabot in #996
- (2.2.x): Bump io.projectreactor.tools:blockhound-junit-platform from 1.0.8.RELEASE to 1.0.9.RELEASE by @dependabot in #1021
- (2.2.x): Bump org.springframework.boot from 3.2.4 to 3.2.5 by @dependabot in #1022
- (2.2.x): Bump openServiceBrokerVersion from 4.2.0-SNAPSHOT to 4.2.0 by @dependabot in #1020
- (2.2.x): Bump org.wiremock:wiremock-standalone from 3.5.2 to 3.5.3 by @dependabot in #1019
- (2.2.x): Bump org.apache.commons:commons-text from 1.11.0 to 1.12.0 by @dependabot in #1008
- (2.2.x): Bump org.wiremock:wiremock-standalone from 3.5.3 to 3.5.4 by @dependabot in #1027
- (2.2.x): Bump org.wiremock:wiremock-standalone from 3.5.4 to 3.6.0 by @dependabot in #1040
- (2.2.x): Bump org.springframework.boot from 3.2.5 to 3.2.6 by @dependabot in #1039
- Migration to new Concourse instance by @spikymonkey in #1035
- Upgrading gradle to 8.8 by @Albertoimpl in #1041
- (2.2.x) Migrate to new image repositories by @spikymonkey in #1029
- Removing PMD rule by @Albertoimpl in #1042
- (2.2.x): Bump org.springframework.boot from 3.2.6 to 3.2.7 by @dependabot in #1043
- (2.2.x): Bump org.wiremock:wiremock-standalone from 3.6.0 to 3.7.0 by @dependabot in #1046
- Updating image repository by @Albertoimpl in #1047
- Updating registry config by @Albertoimpl in #1048
- (2.2.x): Bump org.wiremock:wiremock-standalone from 3.7.0 to 3.8.0 by @dependabot in #1053
- (2.2.x): Upgrading cfJavaClientVersion to 5.12.1.RELEASE by @Albertoimpl in #1056
- (2.2.x): Bump cfJavaClientVersion from 5.12.1.RELEASE to 5.12.2.RELEASE by @dependabot in #1069
- (2.2.x): Bump org.springframework.boot from 3.2.7 to 3.2.8 by @dependabot in #1077
- (2.2.x): Bump org.wiremock:wiremock-standalone from 3.8.0 to 3.9.0 by @dependabot in #1078
Full Changelog: v2.1.1...v2.2.0
v2.1.1
We are pleased to announce a new release of Spring Cloud App Broker.
This version has full compatibility and upgrades to the latest:
Spring Framework, Spring Boot, and Spring Cloud Open Service Broker.
What's Changed
- (2.1.x): Bump org.springframework.boot from 3.1.4 to 3.1.5 by @dependabot in #891
- (2.1.x): Bump org.wiremock:wiremock-standalone from 3.2.0 to 3.3.1 by @dependabot in #901
- (2.1.x): Bump org.apache.commons:commons-text from 1.10.0 to 1.11.0 by @dependabot in #897
- (2.1.x) Backporting cflinuxfs4 by @Albertoimpl in #976
- (2.1.x) Use Gradle resolutionStrategy to align asciidoctor plugin versions by @abelsromero in #932
- (2.1.x) Awaiting to avoid flake while deleting SI by @Albertoimpl in #975
- (2.1.x): Bump org.immutables:value from 2.10.0 to 2.10.1 by @dependabot in #952
- (2.1.x): Bump org.springframework.boot from 3.1.5 to 3.1.9 by @dependabot in #966
- (2.1.x): Bump org.wiremock:wiremock-standalone from 3.3.1 to 3.4.2 by @dependabot in #964
- (2.1.x): Bump cfJavaClientVersion from 5.10.0.RELEASE to 5.12.0.RELEASE by @dependabot in #977
- Revert "(2.1.x): Bump cfJavaClientVersion from 5.10.0.RELEASE to 5.12.0.RELEASE" by @Albertoimpl in #981
- (2.1.x): Bump org.wiremock:wiremock-standalone from 3.4.2 to 3.5.2 by @dependabot in #1002
- (2.1.x): Bump org.springframework.boot from 3.1.9 to 3.1.10 by @dependabot in #997
- (2.1.x): Bump io.projectreactor.tools:blockhound-junit-platform from 1.0.8.RELEASE to 1.0.9.RELEASE by @dependabot in #1014
- (2.1.x): Bump org.wiremock:wiremock-standalone from 3.5.2 to 3.5.3 by @dependabot in #1012
- (2.1.x): Bump org.apache.commons:commons-text from 1.11.0 to 1.12.0 by @dependabot in #1009
- (2.1.x): Bump org.springframework.boot from 3.1.10 to 3.1.11 by @dependabot in #1023
- (2.1.x): Bump org.wiremock:wiremock-standalone from 3.5.3 to 3.5.4 by @dependabot in #1026
- (2.1.x): Bump org.wiremock:wiremock-standalone from 3.5.4 to 3.6.0 by @dependabot in #1037
- (2.1.x): Bump org.springframework.boot from 3.1.11 to 3.1.12 by @dependabot in #1038
- (2.1.x) Migrate to new image repositories by @spikymonkey in #1031
- (2.1.x): Bump org.wiremock:wiremock-standalone from 3.6.0 to 3.7.0 by @dependabot in #1045
- (2.1.x): Bump org.wiremock:wiremock-standalone from 3.7.0 to 3.8.0 by @dependabot in #1054
- (2.1.x): Backporting repository update by @Albertoimpl in #1052
- (2.1.x): Bump openServiceBrokerVersion from 4.1.0 to 4.1.2 by @dependabot in #1060
- (2.1.x): Upgrading cfJavaClientVersion to 5.12.1.RELEASE by @Albertoimpl in #1058
- (2.1.x): Bump cfJavaClientVersion from 5.12.1.RELEASE to 5.12.2.RELEASE by @dependabot in #1071
- (2.1.x): Bump org.wiremock:wiremock-standalone from 3.8.0 to 3.9.0 by @dependabot in #1079
- Bumping snapshot to 2.1.1 by @Albertoimpl in #1085
Full Changelog: v2.1.0...v2.1.1
v2.0.1
We are pleased to announce a new release of Spring Cloud App Broker.
This version has full compatibility and upgrades to the latest:
Spring Framework, Spring Boot, and Spring Cloud Open Service Broker.
What's Changed
- Spring builds/staging by @Albertoimpl in #755
- Bump org.springframework.boot from 3.0.5 to 3.0.6 by @dependabot in #759
- (2.0.x) backport fixes by @spikymonkey in #767
- (v2.0.x) Delete dependabot from 2.0.x branch by @abelsromero in #782
- (2.0.x): Bump io.spring.asciidoctor.backends:spring-asciidoctor-backends from 0.0.5 to 0.0.6 by @dependabot in #811
- (2.0.x) Bump Spring Boot to v3.0.8 by @abelsromero in #810
- (2.0.x): Bump io.spring.asciidoctor.backends:spring-asciidoctor-backends from 0.0.6 to 0.0.7 by @dependabot in #827
- (2.0.x) Bump spring boot to v3.0.9 by @abelsromero in #822
- 2.0.x Removing CredHub dependency from buildscript by @Albertoimpl in #843
- (2.0.x): Bump com.github.tomakehurst:wiremock-jre8-standalone from 2.35.0 to 3.0.1 by @dependabot in #840
- (2.0.x): Renaming wiremock artifact ID to the latest by @Albertoimpl in #849
- (2.0.x): Bump org.wiremock:wiremock-standalone from 3.0.1 to 3.0.3 by @dependabot in #853
- (2.0.x): Bump org.wiremock:wiremock-standalone from 3.0.3 to 3.0.4 by @dependabot in #854
- Upgrading spring-boot to 3.0.11 by @Albertoimpl in #865
- (2.0.x): Bump org.wiremock:wiremock-standalone from 3.0.4 to 3.1.0 by @dependabot in #858
- (2.0.x): Bump org.wiremock:wiremock-standalone from 3.1.0 to 3.2.0 by @dependabot in #866
- (2.0.x) Switch to concourse-release-scripts image by @spikymonkey in #871
- (2.0.x) Moving pipelines to shepherd (#869) by @spikymonkey in #876
- (2.0.x): Bump org.immutables:value from 2.9.3 to 2.10.0 by @dependabot in #882
- (2.0.x): Bump org.apache.commons:commons-text from 1.10.0 to 1.11.0 by @dependabot in #895
- (2.0.x): Bump org.wiremock:wiremock-standalone from 3.2.0 to 3.3.1 by @dependabot in #903
- (2.0.x): Bump org.wiremock:wiremock-standalone from 3.3.1 to 3.4.2 by @dependabot in #963
- (2.0.x) Use Gradle resolutionStrategy to align asciidoctor plugin versions by @abelsromero in #933
- (2.0.x): Bump org.immutables:value from 2.10.0 to 2.10.1 by @dependabot in #950
- (2.0.x) Awaiting to avoid flake while deleting SI by @Albertoimpl in #980
- (2.0.x): Bump cfJavaClientVersion from 5.10.0.RELEASE to 5.12.0.RELEASE by @dependabot in #971
- Revert "(2.0.x): Bump cfJavaClientVersion from 5.10.0.RELEASE to 5.12.0.RELEASE" by @Albertoimpl in #982
- (2.0.x): Bump org.wiremock:wiremock-standalone from 3.4.2 to 3.5.2 by @dependabot in #1003
- (2.0.x): Bump io.projectreactor.tools:blockhound-junit-platform from 1.0.8.RELEASE to 1.0.9.RELEASE by @dependabot in #1018
- (2.0.x): Bump org.wiremock:wiremock-standalone from 3.5.2 to 3.5.3 by @dependabot in #1017
- (2.0.x): Bump org.apache.commons:commons-text from 1.11.0 to 1.12.0 by @dependabot in #1006
- (2.0.x): Bump openServiceBrokerVersion from 4.0.0 to 4.0.2 by @dependabot in #1024
- (2.0.x): Bump org.wiremock:wiremock-standalone from 3.5.3 to 3.5.4 by @dependabot in #1025
- (2.0.x): Bump org.wiremock:wiremock-standalone from 3.5.4 to 3.6.0 by @dependabot in #1036
- (2.0.x) Migrate to new image repositories by @spikymonkey in #1032
- (2.0.x): Bump org.wiremock:wiremock-standalone from 3.6.0 to 3.7.0 by @dependabot in #1044
- (2.0.x): Bump org.wiremock:wiremock-standalone from 3.7.0 to 3.8.0 by @dependabot in #1055
- (2.0.x): Backporting repository update by @Albertoimpl in #1051
- (2.0.x): Upgrading Spring Boot to 3.0.13 by @Albertoimpl in #1067
- (2.0.x): Upgrading cfJavaClientVersion to 5.12.1.RELEASE by @Albertoimpl in #1057
- (2.0.x): Bump cfJavaClientVersion from 5.12.1.RELEASE to 5.12.2.RELEASE by @dependabot in #1070
- (2.0.x): Bump org.wiremock:wiremock-standalone from 3.8.0 to 3.9.0 by @dependabot in #1080
Full Changelog: v2.0.0...v2.0.1
v1.6.2
We are pleased to announce a new release of Spring Cloud App Broker.
This version has full compatibility and upgrades to the latest:
Spring Framework, Spring Boot, and Spring Cloud Open Service Broker.
What's Changed
- Spring builds/staging by @Albertoimpl in #765
- (1.6.x) backport fixes by @spikymonkey in #768
- (1.6.x) Delete dependabot by @abelsromero in #786
- (1.6.x) Remove Spring Boot duplication in configuration by @abelsromero in #798
- (1.6.x) Fix documentation build by @abelsromero in #809
- (1.6.x) Fix pipeline failures by @abelsromero in #816
- (1.6.x): Bump org.springframework.boot from 2.7.11 to 2.7.13 by @dependabot in #795
- (1.6.x): Bump io.spring.asciidoctor.backends:spring-asciidoctor-backends from 0.0.5 to 0.0.6 by @dependabot in #813
- (1.6.x): Bump org.springframework.boot from 2.7.13 to 2.7.14 by @dependabot in #817
- (1.6.x): Bump io.spring.asciidoctor.backends:spring-asciidoctor-backends from 0.0.6 to 0.0.7 by @dependabot in #824
- (1.6.x): Bump org.springframework.boot from 2.7.14 to 2.7.15 by @dependabot in #829
- (1.6.x): Updating wiremock to a java8 compatible version by @Albertoimpl in #846
- (1.6.x): Bump org.springframework.boot from 2.7.15 to 2.7.16 by @dependabot in #862
- (1.6.x) Switch to concourse-release-scripts image by @spikymonkey in #872
- (1.6.x) Moving pipelines to shepherd (#869) by @spikymonkey in #875
- (1.6.x): Bump org.immutables:value from 2.9.3 to 2.10.0 by @dependabot in #880
- (1.6.x): Bump org.springframework.boot from 2.7.16 to 2.7.17 by @dependabot in #892
- (1.6.x): Bump org.apache.commons:commons-text from 1.10.0 to 1.11.0 by @dependabot in #893
- (1.6.x): Bump org.springframework.boot from 2.7.17 to 2.7.18 by @dependabot in #906
- (1.6.x) Use Gradle resolutionStrategy to align asciidoctor plugin versions by @abelsromero in #934
- (1.6.x): Bump org.immutables:value from 2.10.0 to 2.10.1 by @dependabot in #951
- (1.6.x): Bump org.awaitility:awaitility from 4.2.0 to 4.2.1 by @dependabot in #993
- (1.6.x): Bump io.projectreactor.tools:blockhound-junit-platform from 1.0.8.RELEASE to 1.0.9.RELEASE by @dependabot in #1011
- (1.6.x): Bump org.apache.commons:commons-text from 1.11.0 to 1.12.0 by @dependabot in #1007
- (1.6.x) Migrate to new image repositories by @spikymonkey in #1033
- (1.6.x): Backporting repository update by @Albertoimpl in #1050
Full Changelog: v1.6.1...v1.6.2
v2.1.0
We are pleased to announce a new release of Spring Cloud App Broker.
This version has full compatibility and upgrades to the latest:
Spring Framework 6.0.x
Spring Boot 3.1.x
Spring Cloud Open Service Broker 4.1.x
Adds support for configuring the stack used for building application droplets.
v1.6.1
We are pleased to announce a new release of Spring Cloud App Broker.
This version has full compatibility and upgrades to the latest:
Spring Framework 5.3.x
Spring Boot 2.7.x
Spring Cloud Open Service Broker 3.6.x
v1.5.5
We are pleased to announce a new 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
Spring Cloud Open Service Broker 3.5.x