From 9f5801895262132d72019576bcd094dcdf1eeb9d Mon Sep 17 00:00:00 2001 From: onobc Date: Wed, 22 May 2024 16:03:00 -0500 Subject: [PATCH] [Release 2.11.3] Update versions and add news entry --- content/documentation/variables.json | 10 +++++----- content/news/2024-05-22.md | 9 +++++++++ content/versions.json | 2 +- 3 files changed, 15 insertions(+), 6 deletions(-) create mode 100644 content/news/2024-05-22.md diff --git a/content/documentation/variables.json b/content/documentation/variables.json index c909571b..b83e42f7 100644 --- a/content/documentation/variables.json +++ b/content/documentation/variables.json @@ -2,11 +2,11 @@ "tanzu-app-service-version": "2-11", "streaming-apps-version": "2021.1.2", "task-version": "2.4.6", - "skipper-version": "2.11.2", - "skipper-snapshot-version": "2.11.3-SNAPSHOT", - "dataflow-version": "2.11.2", - "dataflow-snapshot-version": "2.11.3-SNAPSHOT", - "deployer-version": "2.9.2", + "skipper-version": "2.11.3", + "skipper-snapshot-version": "2.11.4-SNAPSHOT", + "dataflow-version": "2.11.3", + "dataflow-snapshot-version": "2.11.4-SNAPSHOT", + "deployer-version": "2.9.3", "github-tag": "main", "maven-repo-url": "https://repo.maven.apache.org/maven2", "maven-spring-snapshot-repo-url": "https://repo.spring.io/snapshot", diff --git a/content/news/2024-05-22.md b/content/news/2024-05-22.md new file mode 100644 index 00000000..b16a7524 --- /dev/null +++ b/content/news/2024-05-22.md @@ -0,0 +1,9 @@ +--- +path: 'https://github.com/spring-cloud/spring-cloud-dataflow/releases/tag/v2.11.3' +title: 'Spring Cloud Data Flow 2.11.3 Released' +date: '05-22-2024' +category: 'release' +image: './thumbs/default.png' +description: 'Spring Cloud Data Flow 2.11.3 Released' +external: true +--- diff --git a/content/versions.json b/content/versions.json index 1606be48..1720315e 100644 --- a/content/versions.json +++ b/content/versions.json @@ -12,7 +12,7 @@ "branch": "2.10.x" }, "2.11.x": { - "name": "2.11.2", + "name": "2.11.3", "branch": "main", "current": true },