Preparing for next release
This commit is contained in:
9
.github/dependabot.yml
vendored
9
.github/dependabot.yml
vendored
@@ -8,6 +8,15 @@ updates:
|
||||
milestone: 14
|
||||
labels:
|
||||
- dependencies
|
||||
|
||||
- package-ecosystem: gradle
|
||||
directory: "/"
|
||||
target-branch: "1.4.x"
|
||||
schedule:
|
||||
interval: weekly
|
||||
milestone: 14
|
||||
labels:
|
||||
- dependencies
|
||||
ignore:
|
||||
- dependency-name: "org.springframework.boot"
|
||||
versions: [ "2.6.x", "2.7.x" ]
|
||||
|
||||
@@ -19,6 +19,15 @@ Join us in our gitter channel: https://gitter.im/spring-cloud-app-broker/communi
|
||||
|
||||
=== Compatibility
|
||||
|
||||
==== 1.5.x
|
||||
|
||||
* https://projects.spring.io/spring-framework/[Spring Framework] 5.3.x
|
||||
* https://projects.spring.io/spring-boot/[Spring Boot] 2.6.x
|
||||
* https://github.com/cloudfoundry/cf-java-client/[Cloud Foundry Java Client] 5.x
|
||||
* https://github.com/reactor/[Reactor] 3.4.x
|
||||
* https://spring.io/projects/spring-cloud-open-service-broker/[Spring Cloud Open Service Broker] 3.5.x
|
||||
* https://github.com/openservicebrokerapi/servicebroker/tree/v2.15/[Open Service Broker API] 2.16
|
||||
|
||||
==== 1.4.x
|
||||
|
||||
* https://projects.spring.io/spring-framework/[Spring Framework] 5.3.x
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
version=1.4.0-SNAPSHOT
|
||||
version=1.5.0-SNAPSHOT
|
||||
group=org.springframework.cloud
|
||||
|
||||
onlyShowStandardStreamsOnTestFailure = false
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
set -euo pipefail
|
||||
|
||||
readonly FLY_TARGET="app-broker"
|
||||
readonly VERSION=1.4.x
|
||||
readonly VERSION=1.5.x
|
||||
readonly BRANCH=main
|
||||
|
||||
set_pipeline() {
|
||||
|
||||
Reference in New Issue
Block a user