-
Notifications
You must be signed in to change notification settings - Fork 584
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
All src/deploy scripts must be updated to the 2.11.4 release. (#5827)
This is a followup activity for the 2.11.3 release of Spring Cloud Data Flow This inclues the update of the pro to 1.6.3
- Loading branch information
Showing
9 changed files
with
16 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
#!/bin/bash | ||
if [ "$DATAFLOW_VERSION" = "" ]; then | ||
DATAFLOW_VERSION=2.11.3-SNAPSHOT | ||
DATAFLOW_VERSION=2.11.4-SNAPSHOT | ||
fi | ||
docker pull "springcloud/spring-cloud-dataflow-composed-task-runner:$DATAFLOW_VERSION" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
#!/bin/bash | ||
if [ "$DATAFLOW_VERSION" = "" ]; then | ||
DATAFLOW_VERSION=2.11.3-SNAPSHOT | ||
DATAFLOW_VERSION=2.11.4-SNAPSHOT | ||
fi | ||
docker pull "springcloud/spring-cloud-dataflow-server:$DATAFLOW_VERSION" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
#!/bin/bash | ||
if [ "$DATAFLOW_VERSION" = "" ]; then | ||
DATAFLOW_VERSION=2.11.3-SNAPSHOT | ||
DATAFLOW_VERSION=2.11.4-SNAPSHOT | ||
fi | ||
docker pull "springcloud/spring-cloud-dataflow-grafana-prometheus:$DATAFLOW_VERSION" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
#!/bin/bash | ||
if [ "$DATAFLOW_VERSION" = "" ]; then | ||
DATAFLOW_VERSION=2.11.3-SNAPSHOT | ||
DATAFLOW_VERSION=2.11.4-SNAPSHOT | ||
fi | ||
docker pull "springcloud/spring-cloud-dataflow-single-step-batch-job:$DATAFLOW_VERSION" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
#!/bin/bash | ||
if [ "$SKIPPER_VERSION" = "" ]; then | ||
SKIPPER_VERSION=2.11.3-SNAPSHOT | ||
SKIPPER_VERSION=2.11.4-SNAPSHOT | ||
fi | ||
|
||
docker pull "springcloud/spring-cloud-skipper-server:$SKIPPER_VERSION" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
scdf-type: | ||
oss: | ||
release: '2.11.3' | ||
release: '2.11.4' | ||
snapshot: '2.11.4-SNAPSHOT' | ||
milestone: '2.11.0-RC1' | ||
maintenance-snapshot: '2.10.4-SNAPSHOT' | ||
pro: | ||
release: '1.6.2' | ||
release: '1.6.3' | ||
snapshot: '1.6.3-SNAPSHOT' | ||
maintenance-snapshot: '1.5.4-SNAPSHOT' | ||
default: | ||
scdf-type: 'oss' | ||
version: 'release' | ||
package-version: '2.11.3' | ||
package-version: '2.11.4' |