This is an automated email from the ASF dual-hosted git repository.

captainzmc pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ozone.git


The following commit(s) were added to refs/heads/master by this push:
     new b4ea2fb100 HDDS-8768. Update cross-compatibility for 1.3.0 (#4836)
b4ea2fb100 is described below

commit b4ea2fb100e7edd7246dc2645dc8723746a68907
Author: Doroszlai, Attila <[email protected]>
AuthorDate: Mon Jun 12 11:23:12 2023 +0200

    HDDS-8768. Update cross-compatibility for 1.3.0 (#4836)
    
    HDDS-8768. Update cross-compatibility for 1.3.0 (#4836)
---
 hadoop-ozone/dist/src/main/compose/xcompat/clients.yaml | 9 +++++++++
 hadoop-ozone/dist/src/main/compose/xcompat/test.sh      | 4 ++--
 2 files changed, 11 insertions(+), 2 deletions(-)

diff --git a/hadoop-ozone/dist/src/main/compose/xcompat/clients.yaml 
b/hadoop-ozone/dist/src/main/compose/xcompat/clients.yaml
index 59158a4c8a..287c46ddff 100644
--- a/hadoop-ozone/dist/src/main/compose/xcompat/clients.yaml
+++ b/hadoop-ozone/dist/src/main/compose/xcompat/clients.yaml
@@ -44,6 +44,15 @@ services:
     environment:
       HADOOP_OPTS:
     command: ["sleep","1000000"]
+  old_client_1_3_0:
+    image: apache/ozone:1.3.0
+    env_file:
+      - docker-config
+    volumes:
+      - ../..:/opt/ozone
+    environment:
+      OZONE_OPTS:
+    command: ["sleep","1000000"]
   new_client:
     image: ${OZONE_RUNNER_IMAGE}:${OZONE_RUNNER_VERSION}
     env_file:
diff --git a/hadoop-ozone/dist/src/main/compose/xcompat/test.sh 
b/hadoop-ozone/dist/src/main/compose/xcompat/test.sh
index 079dea2309..8c4b698846 100755
--- a/hadoop-ozone/dist/src/main/compose/xcompat/test.sh
+++ b/hadoop-ozone/dist/src/main/compose/xcompat/test.sh
@@ -21,8 +21,8 @@ COMPOSE_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" 
>/dev/null 2>&1 && pwd )"
 export COMPOSE_DIR
 basename=$(basename ${COMPOSE_DIR})
 
-current_version=1.3.0
-old_versions="1.0.0 1.1.0 1.2.1" # container is needed for each version in 
clients.yaml
+current_version=1.4.0
+old_versions="1.0.0 1.1.0 1.2.1 1.3.0" # container is needed for each version 
in clients.yaml
 
 # shellcheck source=hadoop-ozone/dist/src/main/compose/testlib.sh
 source "${COMPOSE_DIR}/../testlib.sh"


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to