This is an automated email from the ASF dual-hosted git repository. mbalassi pushed a commit to branch release-1.16.0.1-acs in repository https://gitbox.apache.org/repos/asf/flink.git
commit 41d6947430525d4442ef995a7afcb0bfcbb16520 Author: Gyula Fora <g_f...@apple.com> AuthorDate: Mon Jun 20 16:24:04 2022 +0200 [apple] Bump rio versions for new patch version --- apple/README.md | 4 ++-- apple/create_release_branch.sh | 4 ++-- rio.yml | 8 ++++---- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/apple/README.md b/apple/README.md index b3992e29351..f4de683046c 100644 --- a/apple/README.md +++ b/apple/README.md @@ -15,8 +15,8 @@ To use it, change to the `apple` directory, edit the `create_release_branch.sh` What you need to edit: ``` MAJOR_VERSION=1 -MINOR_VERSION=14 -PATCH_VERSION=5 +MINOR_VERSION=15 +PATCH_VERSION=1 ACS_VERSION=0 ``` diff --git a/apple/create_release_branch.sh b/apple/create_release_branch.sh index 70b77653176..c7aee6dc08a 100755 --- a/apple/create_release_branch.sh +++ b/apple/create_release_branch.sh @@ -19,8 +19,8 @@ set -e MAJOR_VERSION=1 -MINOR_VERSION=14 -PATCH_VERSION=5 +MINOR_VERSION=15 +PATCH_VERSION=1 ACS_VERSION=0 OLD="$MAJOR_VERSION.$MINOR_VERSION.$PATCH_VERSION-acs-SNAPSHOT" diff --git a/rio.yml b/rio.yml index 639af568a93..a4e357d04b6 100644 --- a/rio.yml +++ b/rio.yml @@ -29,15 +29,15 @@ pipelines: - dockerfilePath: apple/docker/Dockerfile.base context: apple/docker/ perApplication: false - version: "0-r${RIO_BUILD_NUMBER}" - extraTags: [ "latest", "0-latest" ] + version: "1-r${RIO_BUILD_NUMBER}" + extraTags: [ "latest", "1-latest" ] publish: - repo: docker.apple.com/acs-flink/flink-1.15-acs - dockerfilePath: apple/docker/Dockerfile.hadoop context: apple/docker/ perApplication: false - version: "0-r${RIO_BUILD_NUMBER}" - extraTags: [ "latest", "0-latest" ] + version: "1-r${RIO_BUILD_NUMBER}" + extraTags: [ "latest", "1-latest" ] publish: - repo: docker.apple.com/acs-flink/flink-1.15-acs-hadoop