Branch for 2.3.x series

This commit is contained in:
Alberto C. Ríos
2024-07-04 13:18:56 +02:00
parent 654b887d55
commit ab641a2f1e
4 changed files with 28 additions and 4 deletions

View File

@@ -1,5 +1,29 @@
version: 2
updates:
- package-ecosystem: gradle
directory: "/"
target-branch: "2.3.x"
schedule:
interval: daily
commit-message:
prefix: "(2.3.x)"
milestone: 31
labels:
- dependencies
ignore:
- dependency-name: "org.springframework.boot"
update-types:
- "version-update:semver-major"
- "version-update:semver-minor"
- dependency-name: "org.springframework.cloud:spring-cloud-starter-open-service-broker"
update-types:
- "version-update:semver-major"
- "version-update:semver-minor"
- dependency-name: "org.springframework.cloud:spring-cloud-open-service-broker-core"
update-types:
- "version-update:semver-major"
- "version-update:semver-minor"
- package-ecosystem: gradle
directory: "/"
target-branch: "2.2.x"

View File

@@ -64,6 +64,8 @@ Join us in our gitter channel: https://gitter.im/spring-cloud-app-broker/communi
* https://spring.io/projects/spring-cloud-open-service-broker/[Spring Cloud Open Service Broker] 3.6.x
* https://github.com/openservicebrokerapi/servicebroker/tree/v2.16/[Open Service Broker API] 2.16
=== End-of-Support
==== 1.5.x
* https://projects.spring.io/spring-framework/[Spring Framework] 5.3.x
@@ -73,8 +75,6 @@ Join us in our gitter channel: https://gitter.im/spring-cloud-app-broker/communi
* https://spring.io/projects/spring-cloud-open-service-broker/[Spring Cloud Open Service Broker] 3.5.x
* https://github.com/openservicebrokerapi/servicebroker/tree/v2.16/[Open Service Broker API] 2.16
=== End-of-Support
==== 1.4.x
* https://projects.spring.io/spring-framework/[Spring Framework] 5.3.x

View File

@@ -1,4 +1,4 @@
version=2.2.0-SNAPSHOT
version=2.3.0-SNAPSHOT
group=org.springframework.cloud
onlyShowStandardStreamsOnTestFailure = false

View File

@@ -10,7 +10,7 @@ readonly PIPELINE_TYPE=${1:-""}
set_branch_pipeline() {
local -r pipeline_name="app-broker${PIPELINE_NAME_SUFFIX:+"-$PIPELINE_NAME_SUFFIX"}"
local -r branches=("2.2.x" "2.1.x" "2.0.x" "1.6.x" "1.5.x")
local -r branches=("2.3.x" "2.2.x" "2.1.x" "2.0.x" "1.6.x")
for branch in "${branches[@]}"; do
echo "Setting $pipeline_name $branch pipeline..."