Skip to content
This repository was archived by the owner on May 14, 2025. It is now read-only.

Commit 22d8628

Browse files
committed
Update deployment config and doc to use 2.2.0.M1
1 parent 1d25dee commit 22d8628

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

spring-cloud-dataflow-docs/src/main/asciidoc/configuration-local.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ spring:
199199

200200
[start=4]
201201
. Alternatively, you can build a custom Spring CLoud Data Flow server with your build files.
202-
Here are the examples of bundling MySQL driver using Gradle and Maven, which will result in the same jar as the original Spring Cloud Data Flow server version (example: `2.1.2.RELEASE`) with the addition of a mysql-connector-java-8.0.16.jar:
202+
Here are the examples of bundling MySQL driver using Gradle and Maven, which will result in the same jar as the original Spring Cloud Data Flow server version (example: `2.2.0.M1`) with the addition of a mysql-connector-java-8.0.16.jar:
203203

204204
[source, groovy]
205205
.gradle
@@ -211,7 +211,7 @@ plugins {
211211
212212
ext {
213213
springCloudVersion = 'Greenwich.SR1'
214-
springCloudDataflowVersion = '2.1.2.RELEASE'
214+
springCloudDataflowVersion = '2.2.0.M1'
215215
springSecurityOauth2AutoconfigureVersion = '2.1.3.RELEASE'
216216
springSecurityOauth2Version = '2.3.4.RELEASE'
217217
kubernetesClientVersion = '4.0.4'
@@ -274,7 +274,7 @@ dependencies {
274274
<properties>
275275
<java.version>1.8</java.version>
276276
<spring-cloud.version>Greenwich.SR1</spring-cloud.version>
277-
<spring-cloud-dataflow.version>2.1.2.RELEASE</spring-cloud-dataflow.version>
277+
<spring-cloud-dataflow.version>2.2.0.M1</spring-cloud-dataflow.version>
278278
<spring-security-oauth2.version>2.3.4.RELEASE</spring-security-oauth2.version>
279279
<mariadb.version>2.4.1</mariadb.version>
280280
<spring-security-oauth2-autoconfigure.version>2.1.3.RELEASE</spring-security-oauth2-autoconfigure.version>

src/kubernetes/grafana/grafana-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ spec:
1414
app: grafana
1515
spec:
1616
containers:
17-
- image: springcloud/spring-cloud-dataflow-grafana-prometheus:2.1.0.RELEASE
17+
- image: springcloud/spring-cloud-dataflow-grafana-prometheus:2.2.0.M1
1818
name: grafana
1919
env:
2020
- name: GF_SECURITY_ADMIN_USER

src/kubernetes/server/server-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ spec:
1616
spec:
1717
containers:
1818
- name: scdf-server
19-
image: springcloud/spring-cloud-dataflow-server:2.2.0.BUILD-SNAPSHOT
19+
image: springcloud/spring-cloud-dataflow-server:2.2.0.M1
2020
imagePullPolicy: Always
2121
ports:
2222
- containerPort: 80

src/kubernetes/skipper/skipper-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ spec:
1616
spec:
1717
containers:
1818
- name: skipper
19-
image: springcloud/spring-cloud-skipper-server:2.1.0.BUILD-SNAPSHOT
19+
image: springcloud/spring-cloud-skipper-server:2.1.0.M1
2020
imagePullPolicy: Always
2121
ports:
2222
- containerPort: 80

0 commit comments

Comments
 (0)