Change 0.8.0-RC0 to 0.8.0
diff --git a/.github/scripts/build-image-experiment-prehandler.sh b/.github/scripts/build-image-experiment-prehandler.sh
index eac7229..0e0db2d 100644
--- a/.github/scripts/build-image-experiment-prehandler.sh
+++ b/.github/scripts/build-image-experiment-prehandler.sh
@@ -16,7 +16,7 @@
 # limitations under the License.
 #
 
-SUBMARINE_VERSION="0.8.0-RC0"
+SUBMARINE_VERSION="0.8.0"
 echo "Build Image apache/submarine:experiment-prehandler-${SUBMARINE_VERSION}"
 echo "Execute ./dev-support/docker-images/experiment-prehandler/build.sh"
 ./dev-support/docker-images/experiment-prehandler/build.sh
diff --git a/.github/scripts/build-image-locally-v3.sh b/.github/scripts/build-image-locally-v3.sh
index b39da9e..5577593 100755
--- a/.github/scripts/build-image-locally-v3.sh
+++ b/.github/scripts/build-image-locally-v3.sh
@@ -16,7 +16,7 @@
 # limitations under the License.
 #
 
-SUBMARINE_VERSION="0.8.0-RC0"
+SUBMARINE_VERSION="0.8.0"
 FOLDER_LIST=("database" "mlflow" "submarine" "operator-v3" "agent")
 IMAGE_LIST=(
   "apache/submarine:database-${SUBMARINE_VERSION}"
diff --git a/.github/workflows/deploy_docker_images.yml b/.github/workflows/deploy_docker_images.yml
index bd801c4..ea1b343 100644
--- a/.github/workflows/deploy_docker_images.yml
+++ b/.github/workflows/deploy_docker_images.yml
@@ -26,7 +26,7 @@
     runs-on: ubuntu-latest
     timeout-minutes: 240
     env:
-      SUBMARINE_VERSION: 0.8.0-RC0
+      SUBMARINE_VERSION: 0.8.0
     steps:
       - uses: actions/checkout@v2
         with:
@@ -79,7 +79,7 @@
     runs-on: ubuntu-latest
     timeout-minutes: 240
     env:
-      SUBMARINE_VERSION: 0.8.0-RC0
+      SUBMARINE_VERSION: 0.8.0
     steps:
       - uses: actions/checkout@v2
         with:
@@ -123,7 +123,7 @@
     runs-on: ubuntu-latest
     timeout-minutes: 240
     env:
-      SUBMARINE_VERSION: 0.8.0-RC0
+      SUBMARINE_VERSION: 0.8.0
     steps:
       - uses: actions/checkout@v2
         with:
diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml
index efed889..7ce455d 100644
--- a/.github/workflows/master.yml
+++ b/.github/workflows/master.yml
@@ -19,7 +19,7 @@
 on: [push, pull_request]
 
 env:
-  VERSION: "0.8.0-RC0"
+  VERSION: "0.8.0"
   BUILD_FLAG: "clean install -ntp -DskipTests -am"
   TEST_FLAG: "test -DskipRat -ntp"
 jobs:
@@ -127,7 +127,7 @@
         # Running commands manually instead.
         run: |
           cd config/manager
-          kustomize edit set image controller=apache/submarine:operator-0.8.0-RC0
+          kustomize edit set image controller=apache/submarine:operator-0.8.0
           kustomize build ../default | kubectl apply -f -
       - name: Install Helm Dependencies
         run: |
diff --git a/dev-support/cicd/build.sh b/dev-support/cicd/build.sh
index a57fdee..7d7b582 100755
--- a/dev-support/cicd/build.sh
+++ b/dev-support/cicd/build.sh
@@ -16,7 +16,7 @@
 
 set -euxo pipefail
 
-IMAGE="apache/submarine:cicd-0.8.0-RC0"
+IMAGE="apache/submarine:cicd-0.8.0"
 
 if [ -L ${BASH_SOURCE-$0} ]; then
   PWD=$(dirname $(readlink "${BASH_SOURCE-$0}"))
diff --git a/dev-support/database/submarine-data.sql b/dev-support/database/submarine-data.sql
index edb9b62..5bd54ea 100644
--- a/dev-support/database/submarine-data.sql
+++ b/dev-support/database/submarine-data.sql
@@ -64,8 +64,8 @@
 -- Records of environment
 -- ----------------------------
 INSERT INTO `environment` VALUES
-('environment_1600862964725_0001', 'notebook-env', '{"name":"notebook-env","dockerImage":"apache/submarine:jupyter-notebook-0.8.0-RC0","kernelSpec":{"name":"submarine_jupyter_py3","channels":["defaults"],"condaDependencies":[],"pipDependencies":[]}}', 'admin', '2020-09-21 14:00:05', 'admin', '2020-09-21 14:00:14'),
-('environment_1600862964725_0002', 'notebook-gpu-env', '{"name":"notebook-gpu-env","dockerImage":"apache/submarine:jupyter-notebook-gpu-0.8.0-RC0","kernelSpec":{"name":"submarine_jupyter_py3","channels":["defaults"],"condaDependencies":[],"pipDependencies":[]}}', 'admin', '2021-03-28 17:00:00', 'admin', '2021-03-28 17:00:00');
+('environment_1600862964725_0001', 'notebook-env', '{"name":"notebook-env","dockerImage":"apache/submarine:jupyter-notebook-0.8.0","kernelSpec":{"name":"submarine_jupyter_py3","channels":["defaults"],"condaDependencies":[],"pipDependencies":[]}}', 'admin', '2020-09-21 14:00:05', 'admin', '2020-09-21 14:00:14'),
+('environment_1600862964725_0002', 'notebook-gpu-env', '{"name":"notebook-gpu-env","dockerImage":"apache/submarine:jupyter-notebook-gpu-0.8.0","kernelSpec":{"name":"submarine_jupyter_py3","channels":["defaults"],"condaDependencies":[],"pipDependencies":[]}}', 'admin', '2021-03-28 17:00:00', 'admin', '2021-03-28 17:00:00');
 
 -- ----------------------------
 -- Records of experiment_templates
@@ -78,4 +78,4 @@
 (concat('experimentTemplate_', UNIX_TIMESTAMP(), '000_0002'), 'pytorch-mnist', '{\"name\": \"pytorch-mnist\", \"admin\": \"author\", \"parameters\": [{\"name\": \"experiment_name\", \"required\": \"true\", \"description\": \"experiment name\"}, {\"name\": \"spec.Master.replicas\", \"value\": \"1\", \"required\": \"false\", \"description\": \"\"}, {\"name\": \"spec.Master.resourceMap.cpu\", \"value\": \"1\", \"required\": \"false\", \"description\": \"\"}, {\"name\": \"spec.Master.resourceMap.memory\", \"value\": \"1024M\", \"required\": \"false\", \"description\": \"\"}, {\"name\": \"spec.Worker.replicas\", \"value\": \"1\", \"required\": \"false\", \"description\": \"\"}, {\"name\": \"spec.Worker.resourceMap.cpu\", \"value\": \"1\", \"required\": \"false\", \"description\": \"\"}, {\"name\": \"spec.Worker.resourceMap.memory\", \"value\": \"1024M\", \"required\": \"false\", \"description\": \"\"}], \"description\": \"This is a template to run pytorch-mnist\\n\", \"experimentSpec\": {\"meta\": {\"cmd\": \"python /var/mnist.py --backend gloo\", \"name\": \"{{experiment_name}}\", \"envVars\": {\"ENV_1\": \"ENV1\"}, \"framework\": \"PyTorch\", \"namespace\": \"default\"}, \"spec\": {\"Master\": {\"replicas\": 1, \"resources\": \"cpu=1,memory=1024M\", \"resourceMap\": {\"cpu\": \"1\", \"memory\": \"1024M\"}}, \"Worker\": {\"replicas\": 1, \"resources\": \"cpu=1,memory=1024M\", \"resourceMap\": {\"cpu\": \"1\", \"memory\": \"1024M\"}}}, \"environment\": {\"image\": \"apache/submarine:pytorch-dist-mnist-1.0\"}}}', NULL, now(), NULL, now());
 -- quickstart
 INSERT INTO `experiment_template` (`id`, `experimentTemplate_name`, `experimentTemplate_spec`, `create_by`, `create_time`, `update_by`, `update_time`) VALUES
-(concat('experimentTemplate_', UNIX_TIMESTAMP(), '000_0003'), 'quickstart', '{"name":"quickstart","author":"admin","parameters":[{"name":"experiment_name","required":"true","description":"experiment name, you should change it to avoid duplication with other experiment names."},{"name":"spec.Worker.replicas","value":"3","required":"false","description":""},{"name":"spec.Worker.resourceMap.cpu","value":"1","required":"false","description":""},{"name":"spec.Worker.resourceMap.memory","value":"1024M","required":"false","description":""}],"description":"This is a template to run quickstart\\n","experimentSpec":{"meta":{"cmd":"python /opt/train.py","name":"{{experiment_name}}","envVars":{"ENV_1":"ENV1"},"framework":"TensorFlow","namespace":"default"},"spec":{"Worker":{"replicas":3,"resources":"cpu=1,memory=1024M","resourceMap":{"cpu":"1","memory":"1024M"}}},"environment":{"image":"apache/submarine:quickstart-0.8.0-RC0"}}}', NULL, now(), NULL, now());
+(concat('experimentTemplate_', UNIX_TIMESTAMP(), '000_0003'), 'quickstart', '{"name":"quickstart","author":"admin","parameters":[{"name":"experiment_name","required":"true","description":"experiment name, you should change it to avoid duplication with other experiment names."},{"name":"spec.Worker.replicas","value":"3","required":"false","description":""},{"name":"spec.Worker.resourceMap.cpu","value":"1","required":"false","description":""},{"name":"spec.Worker.resourceMap.memory","value":"1024M","required":"false","description":""}],"description":"This is a template to run quickstart\\n","experimentSpec":{"meta":{"cmd":"python /opt/train.py","name":"{{experiment_name}}","envVars":{"ENV_1":"ENV1"},"framework":"TensorFlow","namespace":"default"},"spec":{"Worker":{"replicas":3,"resources":"cpu=1,memory=1024M","resourceMap":{"cpu":"1","memory":"1024M"}}},"environment":{"image":"apache/submarine:quickstart-0.8.0"}}}', NULL, now(), NULL, now());
diff --git a/dev-support/docker-images/agent/build.sh b/dev-support/docker-images/agent/build.sh
index 52fb42e..ea9116e 100755
--- a/dev-support/docker-images/agent/build.sh
+++ b/dev-support/docker-images/agent/build.sh
@@ -16,7 +16,7 @@
 
 set -euxo pipefail
 
-SUBMARINE_VERSION=0.8.0-RC0
+SUBMARINE_VERSION=0.8.0
 SUBMARINE_IMAGE_NAME="apache/submarine:agent-${SUBMARINE_VERSION}"
 
 if [ -L ${BASH_SOURCE-$0} ]; then
diff --git a/dev-support/docker-images/database/build.sh b/dev-support/docker-images/database/build.sh
index 52a2d77..14c5e48 100755
--- a/dev-support/docker-images/database/build.sh
+++ b/dev-support/docker-images/database/build.sh
@@ -24,7 +24,7 @@
 export CURRENT_PATH=$(cd "${PWD}">/dev/null; pwd)
 SUBMARINE_HOME=${CURRENT_PATH}/../../..
 
-SUBMARINE_VERSION="0.8.0-RC0"
+SUBMARINE_VERSION="0.8.0"
 SUBMARINE_IMAGE_NAME="apache/submarine:database-${SUBMARINE_VERSION}"
 
 cp -rf "${SUBMARINE_HOME}/dev-support/database" "${CURRENT_PATH}"
diff --git a/dev-support/docker-images/experiment-prehandler/build.sh b/dev-support/docker-images/experiment-prehandler/build.sh
index 54dbb87..ca9e5d5 100755
--- a/dev-support/docker-images/experiment-prehandler/build.sh
+++ b/dev-support/docker-images/experiment-prehandler/build.sh
@@ -16,7 +16,7 @@
 
 set -euxo pipefail
 
-SUBMARINE_VERSION=0.8.0-RC0
+SUBMARINE_VERSION=0.8.0
 SUBMARINE_IMAGE_NAME="apache/submarine:experiment-prehandler-${SUBMARINE_VERSION}"
 
 if [ -L ${BASH_SOURCE-$0} ]; then
diff --git a/dev-support/docker-images/jupyter-gpu/build.sh b/dev-support/docker-images/jupyter-gpu/build.sh
index 57b85da..1fce986 100755
--- a/dev-support/docker-images/jupyter-gpu/build.sh
+++ b/dev-support/docker-images/jupyter-gpu/build.sh
@@ -16,7 +16,7 @@
 
 set -euxo pipefail
 
-JUPYTER_IMAGE="apache/submarine:jupyter-notebook-gpu-0.8.0-RC0"
+JUPYTER_IMAGE="apache/submarine:jupyter-notebook-gpu-0.8.0"
 
 if [ -L ${BASH_SOURCE-$0} ]; then
   PWD=$(dirname $(readlink "${BASH_SOURCE-$0}"))
diff --git a/dev-support/docker-images/jupyter/build.sh b/dev-support/docker-images/jupyter/build.sh
index d4ceaad..c05f54e 100755
--- a/dev-support/docker-images/jupyter/build.sh
+++ b/dev-support/docker-images/jupyter/build.sh
@@ -16,7 +16,7 @@
 
 set -euxo pipefail
 
-JUPYTER_IMAGE="apache/submarine:jupyter-notebook-0.8.0-RC0"
+JUPYTER_IMAGE="apache/submarine:jupyter-notebook-0.8.0"
 
 if [ -L ${BASH_SOURCE-$0} ]; then
   PWD=$(dirname $(readlink "${BASH_SOURCE-$0}"))
diff --git a/dev-support/docker-images/mlflow/build.sh b/dev-support/docker-images/mlflow/build.sh
index 1c9b0d1..e11a268 100755
--- a/dev-support/docker-images/mlflow/build.sh
+++ b/dev-support/docker-images/mlflow/build.sh
@@ -16,7 +16,7 @@
 
 set -euxo pipefail
 
-MLFLOW_IMAGE="apache/submarine:mlflow-0.8.0-RC0"
+MLFLOW_IMAGE="apache/submarine:mlflow-0.8.0"
 
 if [ -L ${BASH_SOURCE-$0} ]; then
   PWD=$(dirname $(readlink "${BASH_SOURCE-$0}"))
diff --git a/dev-support/docker-images/operator-v3/build.sh b/dev-support/docker-images/operator-v3/build.sh
index 6f3319f..4cddf48 100755
--- a/dev-support/docker-images/operator-v3/build.sh
+++ b/dev-support/docker-images/operator-v3/build.sh
@@ -16,7 +16,7 @@
 
 set -euxo pipefail
 
-SUBMARINE_VERSION=0.8.0-RC0
+SUBMARINE_VERSION=0.8.0
 SUBMARINE_IMAGE_NAME="apache/submarine:operator-${SUBMARINE_VERSION}"
 
 if [ -L ${BASH_SOURCE-$0} ]; then
diff --git a/dev-support/docker-images/serve/build.sh b/dev-support/docker-images/serve/build.sh
index caa0dac..8b23a70 100755
--- a/dev-support/docker-images/serve/build.sh
+++ b/dev-support/docker-images/serve/build.sh
@@ -16,7 +16,7 @@
 
 set -euxo pipefail
 
-SUBMARINE_VERSION=0.8.0-RC0
+SUBMARINE_VERSION=0.8.0
 SUBMARINE_IMAGE_NAME="apache/submarine:serve-${SUBMARINE_VERSION}"
 
 if [ -L ${BASH_SOURCE-$0} ]; then
diff --git a/dev-support/docker-images/submarine/build.sh b/dev-support/docker-images/submarine/build.sh
index 37bb571..4b5ee25 100755
--- a/dev-support/docker-images/submarine/build.sh
+++ b/dev-support/docker-images/submarine/build.sh
@@ -16,7 +16,7 @@
 
 set -euxo pipefail
 
-SUBMARINE_VERSION=0.8.0-RC0
+SUBMARINE_VERSION=0.8.0
 SUBMARINE_IMAGE_NAME="apache/submarine:server-${SUBMARINE_VERSION}"
 
 if [ -L ${BASH_SOURCE-$0} ]; then
diff --git a/dev-support/examples/mnist-pytorch/DDP/build.sh b/dev-support/examples/mnist-pytorch/DDP/build.sh
index 0446b4d..a6b3161 100755
--- a/dev-support/examples/mnist-pytorch/DDP/build.sh
+++ b/dev-support/examples/mnist-pytorch/DDP/build.sh
@@ -16,7 +16,7 @@
 
 set -euxo pipefail
 
-SUBMARINE_VERSION=0.8.0-RC0
+SUBMARINE_VERSION=0.8.0
 SUBMARINE_IMAGE_NAME="ddp:${SUBMARINE_VERSION}"
 
 if [ -L ${BASH_SOURCE-$0} ]; then
diff --git a/dev-support/examples/mnist-pytorch/DDP/post.sh b/dev-support/examples/mnist-pytorch/DDP/post.sh
index dd18563..614adce 100755
--- a/dev-support/examples/mnist-pytorch/DDP/post.sh
+++ b/dev-support/examples/mnist-pytorch/DDP/post.sh
@@ -26,7 +26,7 @@
     }
   },
   "environment": {
-    "image": "ddp:0.8.0-RC0"
+    "image": "ddp:0.8.0"
   },
   "spec": {
     "Master": {
diff --git a/dev-support/examples/mnist-tensorflow/MirroredStrategy/build.sh b/dev-support/examples/mnist-tensorflow/MirroredStrategy/build.sh
index 27b58ac..d0a29f8 100755
--- a/dev-support/examples/mnist-tensorflow/MirroredStrategy/build.sh
+++ b/dev-support/examples/mnist-tensorflow/MirroredStrategy/build.sh
@@ -16,7 +16,7 @@
 
 set -euxo pipefail
 
-SUBMARINE_VERSION=0.8.0-RC0
+SUBMARINE_VERSION=0.8.0
 SUBMARINE_IMAGE_NAME="mirrored:${SUBMARINE_VERSION}"
 
 if [ -L ${BASH_SOURCE-$0} ]; then
diff --git a/dev-support/examples/mnist-tensorflow/MirroredStrategy/post.sh b/dev-support/examples/mnist-tensorflow/MirroredStrategy/post.sh
index 25fe184..8cef001 100755
--- a/dev-support/examples/mnist-tensorflow/MirroredStrategy/post.sh
+++ b/dev-support/examples/mnist-tensorflow/MirroredStrategy/post.sh
@@ -26,7 +26,7 @@
     }
   },
   "environment": {
-    "image": "mirrored:0.8.0-RC0"
+    "image": "mirrored:0.8.0"
   },
   "spec": {
     "Worker": {
diff --git a/dev-support/examples/mnist-tensorflow/MultiWorkerMirroredStrategy/build.sh b/dev-support/examples/mnist-tensorflow/MultiWorkerMirroredStrategy/build.sh
index 232c065..2dcb9c4 100755
--- a/dev-support/examples/mnist-tensorflow/MultiWorkerMirroredStrategy/build.sh
+++ b/dev-support/examples/mnist-tensorflow/MultiWorkerMirroredStrategy/build.sh
@@ -16,7 +16,7 @@
 
 set -euxo pipefail
 
-SUBMARINE_VERSION=0.8.0-RC0
+SUBMARINE_VERSION=0.8.0
 SUBMARINE_IMAGE_NAME="multi-worker-mirrored:${SUBMARINE_VERSION}"
 
 if [ -L ${BASH_SOURCE-$0} ]; then
diff --git a/dev-support/examples/mnist-tensorflow/MultiWorkerMirroredStrategy/post.sh b/dev-support/examples/mnist-tensorflow/MultiWorkerMirroredStrategy/post.sh
index 22be3c0..2d7d400 100755
--- a/dev-support/examples/mnist-tensorflow/MultiWorkerMirroredStrategy/post.sh
+++ b/dev-support/examples/mnist-tensorflow/MultiWorkerMirroredStrategy/post.sh
@@ -26,7 +26,7 @@
     }
   },
   "environment": {
-    "image": "multi-worker-mirrored:0.8.0-RC0"
+    "image": "multi-worker-mirrored:0.8.0"
   },
   "spec": {
     "Worker": {
diff --git a/dev-support/examples/mnist-tensorflow/ParameterServerStrategy/build.sh b/dev-support/examples/mnist-tensorflow/ParameterServerStrategy/build.sh
index 4fff332..eff1492 100755
--- a/dev-support/examples/mnist-tensorflow/ParameterServerStrategy/build.sh
+++ b/dev-support/examples/mnist-tensorflow/ParameterServerStrategy/build.sh
@@ -16,7 +16,7 @@
 
 set -euxo pipefail
 
-SUBMARINE_VERSION=0.8.0-RC0
+SUBMARINE_VERSION=0.8.0
 SUBMARINE_IMAGE_NAME="parameter-server:${SUBMARINE_VERSION}"
 
 if [ -L ${BASH_SOURCE-$0} ]; then
diff --git a/dev-support/examples/mnist-tensorflow/ParameterServerStrategy/post.sh b/dev-support/examples/mnist-tensorflow/ParameterServerStrategy/post.sh
index 187b64e..47a288c 100755
--- a/dev-support/examples/mnist-tensorflow/ParameterServerStrategy/post.sh
+++ b/dev-support/examples/mnist-tensorflow/ParameterServerStrategy/post.sh
@@ -26,7 +26,7 @@
     }
   },
   "environment": {
-    "image": "parameter-server:0.8.0-RC0"
+    "image": "parameter-server:0.8.0"
   },
   "spec": {
     "Ps": {
diff --git a/dev-support/examples/nn-pytorch/build.sh b/dev-support/examples/nn-pytorch/build.sh
index 8fcd51d..1fb8af9 100755
--- a/dev-support/examples/nn-pytorch/build.sh
+++ b/dev-support/examples/nn-pytorch/build.sh
@@ -16,7 +16,7 @@
 
 set -euxo pipefail
 
-SUBMARINE_VERSION=0.8.0-RC0
+SUBMARINE_VERSION=0.8.0
 SUBMARINE_IMAGE_NAME="nn-pytorch:${SUBMARINE_VERSION}"
 
 if [ -L ${BASH_SOURCE-$0} ]; then
diff --git a/dev-support/examples/nn-pytorch/post.sh b/dev-support/examples/nn-pytorch/post.sh
index 2f58d77..e223116 100755
--- a/dev-support/examples/nn-pytorch/post.sh
+++ b/dev-support/examples/nn-pytorch/post.sh
@@ -27,7 +27,7 @@
 
   },
   "environment": {
-    "image": "nn-pytorch:0.8.0-RC0"
+    "image": "nn-pytorch:0.8.0"
   },
   "spec": {
     "Worker": {
diff --git a/dev-support/examples/quickstart/build.sh b/dev-support/examples/quickstart/build.sh
index e8cd63a..efe44e8 100755
--- a/dev-support/examples/quickstart/build.sh
+++ b/dev-support/examples/quickstart/build.sh
@@ -16,7 +16,7 @@
 
 set -euxo pipefail
 
-SUBMARINE_VERSION=0.8.0-RC0
+SUBMARINE_VERSION=0.8.0
 SUBMARINE_IMAGE_NAME="apache/submarine:quickstart-${SUBMARINE_VERSION}"
 
 if [ -L ${BASH_SOURCE-$0} ]; then
diff --git a/dev-support/examples/quickstart/post.sh b/dev-support/examples/quickstart/post.sh
index 239ad67..3a25c59 100755
--- a/dev-support/examples/quickstart/post.sh
+++ b/dev-support/examples/quickstart/post.sh
@@ -26,7 +26,7 @@
     }
   },
   "environment": {
-    "image": "apache/submarine:quickstart-0.8.0-RC0"
+    "image": "apache/submarine:quickstart-0.8.0"
   },
   "spec": {
     "Worker": {
diff --git a/dev-support/examples/tracking/build.sh b/dev-support/examples/tracking/build.sh
index d99b000..a1bcfbb 100755
--- a/dev-support/examples/tracking/build.sh
+++ b/dev-support/examples/tracking/build.sh
@@ -16,7 +16,7 @@
 
 set -euxo pipefail
 
-SUBMARINE_VERSION=0.8.0-RC0
+SUBMARINE_VERSION=0.8.0
 SUBMARINE_IMAGE_NAME="tracking:${SUBMARINE_VERSION}"
 
 if [ -L ${BASH_SOURCE-$0} ]; then
diff --git a/dev-support/examples/tracking/post.sh b/dev-support/examples/tracking/post.sh
index 4a6c850..3fb545f 100755
--- a/dev-support/examples/tracking/post.sh
+++ b/dev-support/examples/tracking/post.sh
@@ -26,7 +26,7 @@
     }
   },
   "environment": {
-    "image": "tracking:0.8.0-RC0"
+    "image": "tracking:0.8.0"
   },
   "spec": {
     "Ps": {
diff --git a/dev-support/mini-submarine/build_mini-submarine.sh b/dev-support/mini-submarine/build_mini-submarine.sh
index fc60f13..92cc871 100755
--- a/dev-support/mini-submarine/build_mini-submarine.sh
+++ b/dev-support/mini-submarine/build_mini-submarine.sh
@@ -17,7 +17,7 @@
 hadoop_v=2.9.2
 spark_v=2.3.4
 
-submarine_v=${submarine_version:-"0.8.0-RC0"}
+submarine_v=${submarine_version:-"0.8.0"}
 echo "Using submarine version: $submarine_v"
 
 image_name="local/mini-submarine:${submarine_v}"
diff --git a/dev-support/mini-submarine/submarine/run_customized_submarine-all_mnist.sh b/dev-support/mini-submarine/submarine/run_customized_submarine-all_mnist.sh
index 8789f01..3db0cdf 100755
--- a/dev-support/mini-submarine/submarine/run_customized_submarine-all_mnist.sh
+++ b/dev-support/mini-submarine/submarine/run_customized_submarine-all_mnist.sh
@@ -49,7 +49,7 @@
   WORKER_CMD="myvenv.zip/venv/bin/python mnist_distributed.py --steps 2 --data_dir /tmp/data --working_dir /tmp/mode"
 fi
 
-SUBMARINE_VERSION=${SUBMARINE_VER:-"0.8.0-RC0"}
+SUBMARINE_VERSION=${SUBMARINE_VER:-"0.8.0"}
 
 HADOOP_VERSION=2.9
 
diff --git a/dev-support/mini-submarine/submarine/run_submarine_mnist_tf2_tony.sh b/dev-support/mini-submarine/submarine/run_submarine_mnist_tf2_tony.sh
index 82265bc..4e7c76c 100755
--- a/dev-support/mini-submarine/submarine/run_submarine_mnist_tf2_tony.sh
+++ b/dev-support/mini-submarine/submarine/run_submarine_mnist_tf2_tony.sh
@@ -39,7 +39,7 @@
   JAVA_CMD="java"
 fi
 
-SUBMARINE_VERSION=0.8.0-RC0
+SUBMARINE_VERSION=0.8.0
 HADOOP_VERSION=2.9
 SUBMARINE_PATH=/opt/submarine-current
 HADOOP_CONF_PATH=/usr/local/hadoop/etc/hadoop
diff --git a/dev-support/mini-submarine/submarine/run_submarine_mnist_tony.sh b/dev-support/mini-submarine/submarine/run_submarine_mnist_tony.sh
index 7d6edfd..e8b7942 100755
--- a/dev-support/mini-submarine/submarine/run_submarine_mnist_tony.sh
+++ b/dev-support/mini-submarine/submarine/run_submarine_mnist_tony.sh
@@ -17,7 +17,7 @@
 
 # Below are configurable variables, please adapt base on your local environment.
 # Version of submarine jar
-SUBMARINE_VERSION=${SUBMARINE_VER:-"0.8.0-RC0"}
+SUBMARINE_VERSION=${SUBMARINE_VER:-"0.8.0"}
 
 # Version of affiliated Hadoop version for this Submarine jar.
 SUBMARINE_HADOOP_VERSION=2.9
diff --git a/dev-support/mini-submarine/submarine/run_submarine_mnist_tony_rpc.sh b/dev-support/mini-submarine/submarine/run_submarine_mnist_tony_rpc.sh
index 94d730e..e59a9f2 100644
--- a/dev-support/mini-submarine/submarine/run_submarine_mnist_tony_rpc.sh
+++ b/dev-support/mini-submarine/submarine/run_submarine_mnist_tony_rpc.sh
@@ -47,7 +47,7 @@
   WORKER_CMD="myvenv.zip/venv/bin/python mnist_distributed.py --steps 2 --data_dir /tmp/data --working_dir /tmp/mode"
 fi
 
-SUBMARINE_VERSION=${SUBMARINE_VER:-"0.8.0-RC0"}
+SUBMARINE_VERSION=${SUBMARINE_VER:-"0.8.0"}
 
 HADOOP_VERSION=2.9
 
diff --git a/dev-support/mini-submarine/submarine/run_submarine_mxnet_cifar10_tony.sh b/dev-support/mini-submarine/submarine/run_submarine_mxnet_cifar10_tony.sh
index a8fae9a..f39ca5f 100755
--- a/dev-support/mini-submarine/submarine/run_submarine_mxnet_cifar10_tony.sh
+++ b/dev-support/mini-submarine/submarine/run_submarine_mxnet_cifar10_tony.sh
@@ -39,7 +39,7 @@
   JAVA_CMD="java"
 fi
 
-SUBMARINE_VERSION=0.8.0-RC0
+SUBMARINE_VERSION=0.8.0
 HADOOP_VERSION=2.9
 SUBMARINE_PATH=/opt/submarine-current
 HADOOP_CONF_PATH=/usr/local/hadoop/etc/hadoop
diff --git a/dev-support/mini-submarine/submarine/run_submarine_pytorch_mnist_tony.sh b/dev-support/mini-submarine/submarine/run_submarine_pytorch_mnist_tony.sh
index 520d837..ed44192 100755
--- a/dev-support/mini-submarine/submarine/run_submarine_pytorch_mnist_tony.sh
+++ b/dev-support/mini-submarine/submarine/run_submarine_pytorch_mnist_tony.sh
@@ -39,7 +39,7 @@
   JAVA_CMD="java"
 fi
 
-SUBMARINE_VERSION=0.8.0-RC0
+SUBMARINE_VERSION=0.8.0
 HADOOP_VERSION=2.9
 SUBMARINE_PATH=/opt/submarine-current
 HADOOP_CONF_PATH=/usr/local/hadoop/etc/hadoop
diff --git a/dev-support/misc/flask/build.sh b/dev-support/misc/flask/build.sh
index 9eb8079..cc5645a 100755
--- a/dev-support/misc/flask/build.sh
+++ b/dev-support/misc/flask/build.sh
@@ -16,7 +16,7 @@
 
 set -euxo pipefail
 
-SUBMARINE_VERSION=0.8.0-RC0
+SUBMARINE_VERSION=0.8.0
 SUBMARINE_IMAGE_NAME="flask:${SUBMARINE_VERSION}"
 
 if [ -L ${BASH_SOURCE-$0} ]; then
diff --git a/dev-support/pysubmarine/openapi.json b/dev-support/pysubmarine/openapi.json
index ba47081..4c7d808 100644
--- a/dev-support/pysubmarine/openapi.json
+++ b/dev-support/pysubmarine/openapi.json
@@ -11,7 +11,7 @@
     },
     "termsOfService" : "http://swagger.io/terms/",
     "title" : "Submarine API",
-    "version" : "0.8.0-RC0"
+    "version" : "0.8.0"
   },
   "servers" : [ {
     "url" : "/api"
diff --git a/dev-support/pysubmarine/swagger_config.json b/dev-support/pysubmarine/swagger_config.json
index 95afd96..6cc4737 100644
--- a/dev-support/pysubmarine/swagger_config.json
+++ b/dev-support/pysubmarine/swagger_config.json
@@ -1,5 +1,5 @@
 {
   "packageName" : "submarine.client",
   "projectName" : "submarine.client",
-  "packageVersion": "0.8.0-RC0"
+  "packageVersion": "0.8.0"
 }
diff --git a/helm-charts/submarine/Chart.yaml b/helm-charts/submarine/Chart.yaml
index e4e00d4..cfd1b92 100644
--- a/helm-charts/submarine/Chart.yaml
+++ b/helm-charts/submarine/Chart.yaml
@@ -16,10 +16,10 @@
 #
 
 apiVersion: v2
-appVersion: "0.8.0-RC0"
+appVersion: "0.8.0"
 description: Submarine is Cloud Native Machine Learning Platform.
 name: submarine
-version: 0.8.0-RC0
+version: 0.8.0
 icon: https://submarine.apache.org/assets/themes/submarine/img/submarine_white_logo.png
 dependencies:
   - name: training-operator
diff --git a/helm-charts/submarine/README.md b/helm-charts/submarine/README.md
index 4b5ea51..e3e531f 100644
--- a/helm-charts/submarine/README.md
+++ b/helm-charts/submarine/README.md
@@ -88,7 +88,7 @@
 |----------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------|
 | `name`                                       | Submarine operator deployment name.                                                                                                            | `submarine-operator`                       |
 | `replicas`                                   | Number of operators                                                                                                                            | `1`                                        |
-| `image`                                      | Submarine operator deployment image                                                                                                            | `apache/submarine:operator-0.8.0-RC0` |
+| `image`                                      | Submarine operator deployment image                                                                                                            | `apache/submarine:operator-0.8.0` |
 | `imagePullSecrets`                           | Image pull secrets                                                                                                                             | `[]`                                       |
 | `dev`                                        | Tell helm to install submarine-operator or not in dev mode                                                                                     | `false`                                    |
 | `storageClass.reclaimPolicy`                 | Determine the action after the persistent volume is released                                                                                   | `Delete`                                   |
diff --git a/helm-charts/submarine/crds/crd.yaml b/helm-charts/submarine/crds/crd.yaml
index ceaf9ef..6fc48ed 100644
--- a/helm-charts/submarine/crds/crd.yaml
+++ b/helm-charts/submarine/crds/crd.yaml
@@ -21,7 +21,7 @@
   name: submarines.submarine.apache.org
   labels:
     app.kubernetes.io/name: submarine-operator
-    app.kubernetes.io/version: "0.8.0-RC0"
+    app.kubernetes.io/version: "0.8.0"
     app.kubernetes.io/component: submarine-operator
     app.kubernetes.io/managed-by: Helm
 spec:
diff --git a/helm-charts/submarine/kind-values.yaml b/helm-charts/submarine/kind-values.yaml
index 8b1626f..68ee65c 100644
--- a/helm-charts/submarine/kind-values.yaml
+++ b/helm-charts/submarine/kind-values.yaml
@@ -17,7 +17,7 @@
 
 name: submarine-operator
 replicas: 1
-image: apache/submarine:operator-0.8.0-RC0
+image: apache/submarine:operator-0.8.0
 # dev is to tell helm to install submarine-operator or not
 dev: false
 # storageClass is for dynamically creating persistent volumes
diff --git a/helm-charts/submarine/values.yaml b/helm-charts/submarine/values.yaml
index b3c8264..1d55de9 100644
--- a/helm-charts/submarine/values.yaml
+++ b/helm-charts/submarine/values.yaml
@@ -17,7 +17,7 @@
 
 name: submarine-operator
 replicas: 1
-image: apache/submarine:operator-0.8.0-RC0
+image: apache/submarine:operator-0.8.0
 # ImagePullSecrets for submarine operator, list of secrets in the same namespace
 # to use for pulling any images in pods that reference this ServiceAccount.
 # Must be set with private docker registry.
diff --git a/pom.xml b/pom.xml
index 8841fa3..af835c4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@
 
   <groupId>org.apache.submarine</groupId>
   <artifactId>submarine</artifactId>
-  <version>0.8.0-RC0</version>
+  <version>0.8.0</version>
   <packaging>pom</packaging>
   <name>Submarine</name>
   <description>Submarine project</description>
diff --git a/submarine-all/pom.xml b/submarine-all/pom.xml
index 600f4c3..1316b90 100644
--- a/submarine-all/pom.xml
+++ b/submarine-all/pom.xml
@@ -24,7 +24,7 @@
   <modelVersion>4.0.0</modelVersion>
   <parent>
     <groupId>org.apache.submarine</groupId>
-    <version>0.8.0-RC0</version>
+    <version>0.8.0</version>
     <artifactId>submarine</artifactId>
     <relativePath>../pom.xml</relativePath>
   </parent>
diff --git a/submarine-client/pom.xml b/submarine-client/pom.xml
index 1e7eede..4d36e36 100644
--- a/submarine-client/pom.xml
+++ b/submarine-client/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <artifactId>submarine</artifactId>
     <groupId>org.apache.submarine</groupId>
-    <version>0.8.0-RC0</version>
+    <version>0.8.0</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
diff --git a/submarine-cloud-v3/Makefile b/submarine-cloud-v3/Makefile
index 6dd94a0..0d7b9a2 100644
--- a/submarine-cloud-v3/Makefile
+++ b/submarine-cloud-v3/Makefile
@@ -20,7 +20,7 @@
 # To re-generate a bundle for another specific version without changing the standard setup, you can:
 # - use the VERSION as arg of the bundle target (e.g make bundle VERSION=0.0.2)
 # - use environment variables to overwrite this value (e.g export VERSION=0.0.2)
-VERSION ?= operator-0.8.0-RC0
+VERSION ?= operator-0.8.0
 
 # CHANNELS define the bundle channels used in the bundle.
 # Add a new line here if you would like to change its default config. (E.g CHANNELS = "candidate,fast,stable")
diff --git a/submarine-cloud-v3/artifacts/submarine-agent.yaml b/submarine-cloud-v3/artifacts/submarine-agent.yaml
index 72974bd..61a3fd3 100644
--- a/submarine-cloud-v3/artifacts/submarine-agent.yaml
+++ b/submarine-cloud-v3/artifacts/submarine-agent.yaml
@@ -41,7 +41,7 @@
         env:
         - name: JDBC_URL
           value: "jdbc:mysql://submarine-database:3306/submarine?useUnicode=true&characterEncoding=UTF-8&autoReconnect=true&allowMultiQueries=true&failOverReadOnly=false&zeroDateTimeBehavior=convertToNull&useSSL=false&serverTimezone=UTC&useTimezone=true&useLegacyDatetimeCode=true"
-        image: "apache/submarine:agent-0.8.0-RC0"
+        image: "apache/submarine:agent-0.8.0"
         imagePullPolicy: IfNotPresent
         ports:
         - containerPort: 8080
diff --git a/submarine-cloud-v3/artifacts/submarine-database.yaml b/submarine-cloud-v3/artifacts/submarine-database.yaml
index e2412bd..c661b09 100644
--- a/submarine-cloud-v3/artifacts/submarine-database.yaml
+++ b/submarine-cloud-v3/artifacts/submarine-database.yaml
@@ -62,7 +62,7 @@
       serviceAccountName: "submarine-storage"
       containers:
         - name: "submarine-database"
-          image: "apache/submarine:database-0.8.0-RC0"
+          image: "apache/submarine:database-0.8.0"
           imagePullPolicy: "IfNotPresent"
           ports:
             - containerPort: 3306
diff --git a/submarine-cloud-v3/artifacts/submarine-mlflow.yaml b/submarine-cloud-v3/artifacts/submarine-mlflow.yaml
index 8c66343..15582e8 100644
--- a/submarine-cloud-v3/artifacts/submarine-mlflow.yaml
+++ b/submarine-cloud-v3/artifacts/submarine-mlflow.yaml
@@ -99,7 +99,7 @@
                 key: MINIO_SECRET_KEY
       containers:
       - name: submarine-mlflow-container
-        image: apache/submarine:mlflow-0.8.0-RC0
+        image: apache/submarine:mlflow-0.8.0
         imagePullPolicy: IfNotPresent
         ports:
         - containerPort: 5000
diff --git a/submarine-cloud-v3/artifacts/submarine-server.yaml b/submarine-cloud-v3/artifacts/submarine-server.yaml
index 2f4a577..c88f041 100644
--- a/submarine-cloud-v3/artifacts/submarine-server.yaml
+++ b/submarine-cloud-v3/artifacts/submarine-server.yaml
@@ -118,7 +118,7 @@
             secretKeyRef:
               name: submarine-minio-secret
               key: MINIO_SECRET_KEY
-        image: "apache/submarine:server-0.8.0-RC0"
+        image: "apache/submarine:server-0.8.0"
         imagePullPolicy: IfNotPresent
         ports:
         - containerPort: 8080
diff --git a/submarine-cloud-v3/config/manager/kustomization.yaml b/submarine-cloud-v3/config/manager/kustomization.yaml
index 9e3e92d..db189e1 100644
--- a/submarine-cloud-v3/config/manager/kustomization.yaml
+++ b/submarine-cloud-v3/config/manager/kustomization.yaml
@@ -30,4 +30,4 @@
 images:
 - name: controller
   newName: apache/submarine
-  newTag: operator-0.8.0-RC0
+  newTag: operator-0.8.0
diff --git a/submarine-cloud-v3/config/samples/_v1_submarine.yaml b/submarine-cloud-v3/config/samples/_v1_submarine.yaml
index dfbb99f..9397358 100644
--- a/submarine-cloud-v3/config/samples/_v1_submarine.yaml
+++ b/submarine-cloud-v3/config/samples/_v1_submarine.yaml
@@ -20,12 +20,12 @@
 metadata:
   name: example-submarine
 spec:
-  version: "0.8.0-RC0"
+  version: "0.8.0"
   server:
-    image: "apache/submarine:server-0.8.0-RC0" # overwrite the image when development
+    image: "apache/submarine:server-0.8.0" # overwrite the image when development
     replicas: 1
   database:
-    image: "apache/submarine:database-0.8.0-RC0" # overwrite the image when development
+    image: "apache/submarine:database-0.8.0" # overwrite the image when development
     storageSize: "1Gi"
     # mysqlRootPasswordSecret: ""
   virtualservice:
diff --git a/submarine-commons/commons-runtime/pom.xml b/submarine-commons/commons-runtime/pom.xml
index ce46661..a3614df 100644
--- a/submarine-commons/commons-runtime/pom.xml
+++ b/submarine-commons/commons-runtime/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.submarine</groupId>
     <artifactId>submarine-commons</artifactId>
-    <version>0.8.0-RC0</version>
+    <version>0.8.0</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
diff --git a/submarine-commons/commons-utils/pom.xml b/submarine-commons/commons-utils/pom.xml
index 526f0dd..54f4041 100644
--- a/submarine-commons/commons-utils/pom.xml
+++ b/submarine-commons/commons-utils/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.submarine</groupId>
     <artifactId>submarine-commons</artifactId>
-    <version>0.8.0-RC0</version>
+    <version>0.8.0</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
diff --git a/submarine-commons/pom.xml b/submarine-commons/pom.xml
index 5b6ef24..20b681a 100644
--- a/submarine-commons/pom.xml
+++ b/submarine-commons/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.submarine</groupId>
     <artifactId>submarine</artifactId>
-    <version>0.8.0-RC0</version>
+    <version>0.8.0</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>
diff --git a/submarine-dist/pom.xml b/submarine-dist/pom.xml
index 759a7c7..249b36b 100644
--- a/submarine-dist/pom.xml
+++ b/submarine-dist/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.submarine</groupId>
     <artifactId>submarine</artifactId>
-    <version>0.8.0-RC0</version>
+    <version>0.8.0</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
   <artifactId>submarine-dist</artifactId>
diff --git a/submarine-sdk/pysubmarine/example/pytorch/afm/run_afm.sh b/submarine-sdk/pysubmarine/example/pytorch/afm/run_afm.sh
index fbae3e2..3c51eb6 100644
--- a/submarine-sdk/pysubmarine/example/pytorch/afm/run_afm.sh
+++ b/submarine-sdk/pysubmarine/example/pytorch/afm/run_afm.sh
@@ -24,7 +24,7 @@
 
 HADOOP_CONF_PATH=${HADOOP_CONF_PATH:-$HADOOP_CONF_DIR}
 
-SUBMARINE_VERSION=0.8.0-RC0
+SUBMARINE_VERSION=0.8.0
 SUBMARINE_HADOOP_VERSION=2.9
 SUBMARINE_JAR=/opt/submarine-dist-${SUBMARINE_VERSION}-hadoop-${SUBMARINE_HADOOP_VERSION}/submarine-dist-${SUBMARINE_VERSION}-hadoop-${SUBMARINE_HADOOP_VERSION}/submarine-all-${SUBMARINE_VERSION}-hadoop-${SUBMARINE_HADOOP_VERSION}.jar
 
diff --git a/submarine-sdk/pysubmarine/example/pytorch/deepfm/run_deepfm.sh b/submarine-sdk/pysubmarine/example/pytorch/deepfm/run_deepfm.sh
index 865983a..8a4b486 100644
--- a/submarine-sdk/pysubmarine/example/pytorch/deepfm/run_deepfm.sh
+++ b/submarine-sdk/pysubmarine/example/pytorch/deepfm/run_deepfm.sh
@@ -24,7 +24,7 @@
 
 HADOOP_CONF_PATH=${HADOOP_CONF_PATH:-$HADOOP_CONF_DIR}
 
-SUBMARINE_VERSION=0.8.0-RC0
+SUBMARINE_VERSION=0.8.0
 SUBMARINE_HADOOP_VERSION=2.9
 SUBMARINE_JAR=/opt/submarine-dist-${SUBMARINE_VERSION}-hadoop-${SUBMARINE_HADOOP_VERSION}/submarine-dist-${SUBMARINE_VERSION}-hadoop-${SUBMARINE_HADOOP_VERSION}/submarine-all-${SUBMARINE_VERSION}-hadoop-${SUBMARINE_HADOOP_VERSION}.jar
 
diff --git a/submarine-sdk/pysubmarine/submarine/cli/__init__.py b/submarine-sdk/pysubmarine/submarine/cli/__init__.py
index 6b57470..9cced82 100644
--- a/submarine-sdk/pysubmarine/submarine/cli/__init__.py
+++ b/submarine-sdk/pysubmarine/submarine/cli/__init__.py
@@ -21,10 +21,10 @@
 
     The Submarine CLI allows you to interact with submarine backend via command line.
 
-    The version of the OpenAPI document: 0.8.0-RC0
+    The version of the OpenAPI document: 0.8.0
     Contact: dev@submarine.apache.org
     Generated by: https://openapi-generator.tech
 """
 
 
-__version__ = "0.8.0-RC0"
+__version__ = "0.8.0"
diff --git a/submarine-sdk/pysubmarine/submarine/client/__init__.py b/submarine-sdk/pysubmarine/submarine/client/__init__.py
index 7ea1ce7..dcc3413 100644
--- a/submarine-sdk/pysubmarine/submarine/client/__init__.py
+++ b/submarine-sdk/pysubmarine/submarine/client/__init__.py
@@ -22,7 +22,7 @@
 
     The Submarine REST API allows you to access Submarine resources such as,  experiments, environments and notebooks. The  API is hosted under the /v1 path on the Submarine server. For example,  to list experiments on a server hosted at http://localhost:8080, access http://localhost:8080/api/v1/experiment/  # noqa: E501
 
-    The version of the OpenAPI document: 0.8.0-RC0
+    The version of the OpenAPI document: 0.8.0
     Contact: dev@submarine.apache.org
     Generated by: https://openapi-generator.tech
 """
@@ -30,7 +30,7 @@
 
 from __future__ import absolute_import
 
-__version__ = "0.8.0-RC0"
+__version__ = "0.8.0"
 
 # import apis into sdk package
 from submarine.client.api.auth_api import AuthApi
diff --git a/submarine-sdk/pysubmarine/submarine/client/api/auth_api.py b/submarine-sdk/pysubmarine/submarine/client/api/auth_api.py
index 58f73d3..19d30f8 100644
--- a/submarine-sdk/pysubmarine/submarine/client/api/auth_api.py
+++ b/submarine-sdk/pysubmarine/submarine/client/api/auth_api.py
@@ -20,7 +20,7 @@
 
     The Submarine REST API allows you to access Submarine resources such as,  experiments, environments and notebooks. The  API is hosted under the /v1 path on the Submarine server. For example,  to list experiments on a server hosted at http://localhost:8080, access http://localhost:8080/api/v1/experiment/  # noqa: E501
 
-    The version of the OpenAPI document: 0.8.0-RC0
+    The version of the OpenAPI document: 0.8.0
     Contact: dev@submarine.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/submarine-sdk/pysubmarine/submarine/client/api/environment_api.py b/submarine-sdk/pysubmarine/submarine/client/api/environment_api.py
index 5893073..783f2d7 100644
--- a/submarine-sdk/pysubmarine/submarine/client/api/environment_api.py
+++ b/submarine-sdk/pysubmarine/submarine/client/api/environment_api.py
@@ -20,7 +20,7 @@
 
     The Submarine REST API allows you to access Submarine resources such as,  experiments, environments and notebooks. The  API is hosted under the /v1 path on the Submarine server. For example,  to list experiments on a server hosted at http://localhost:8080, access http://localhost:8080/api/v1/experiment/  # noqa: E501
 
-    The version of the OpenAPI document: 0.8.0-RC0
+    The version of the OpenAPI document: 0.8.0
     Contact: dev@submarine.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/submarine-sdk/pysubmarine/submarine/client/api/experiment_api.py b/submarine-sdk/pysubmarine/submarine/client/api/experiment_api.py
index d46311d..2a54b3e 100644
--- a/submarine-sdk/pysubmarine/submarine/client/api/experiment_api.py
+++ b/submarine-sdk/pysubmarine/submarine/client/api/experiment_api.py
@@ -20,7 +20,7 @@
 
     The Submarine REST API allows you to access Submarine resources such as,  experiments, environments and notebooks. The  API is hosted under the /v1 path on the Submarine server. For example,  to list experiments on a server hosted at http://localhost:8080, access http://localhost:8080/api/v1/experiment/  # noqa: E501
 
-    The version of the OpenAPI document: 0.8.0-RC0
+    The version of the OpenAPI document: 0.8.0
     Contact: dev@submarine.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/submarine-sdk/pysubmarine/submarine/client/api/experiment_template_api.py b/submarine-sdk/pysubmarine/submarine/client/api/experiment_template_api.py
index 27f0997..0a3e529 100644
--- a/submarine-sdk/pysubmarine/submarine/client/api/experiment_template_api.py
+++ b/submarine-sdk/pysubmarine/submarine/client/api/experiment_template_api.py
@@ -20,7 +20,7 @@
 
     The Submarine REST API allows you to access Submarine resources such as,  experiments, environments and notebooks. The  API is hosted under the /v1 path on the Submarine server. For example,  to list experiments on a server hosted at http://localhost:8080, access http://localhost:8080/api/v1/experiment/  # noqa: E501
 
-    The version of the OpenAPI document: 0.8.0-RC0
+    The version of the OpenAPI document: 0.8.0
     Contact: dev@submarine.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/submarine-sdk/pysubmarine/submarine/client/api/experiment_templates_api.py b/submarine-sdk/pysubmarine/submarine/client/api/experiment_templates_api.py
index 5b1e076..fe88b54 100644
--- a/submarine-sdk/pysubmarine/submarine/client/api/experiment_templates_api.py
+++ b/submarine-sdk/pysubmarine/submarine/client/api/experiment_templates_api.py
@@ -20,7 +20,7 @@
 
     The Submarine REST API allows you to access Submarine resources such as,  experiments, environments and notebooks. The  API is hosted under the /v1 path on the Submarine server. For example,  to list experiments on a server hosted at http://localhost:8080, access http://localhost:8080/api/v1/experiment/  # noqa: E501
 
-    The version of the OpenAPI document: 0.8.0-RC0
+    The version of the OpenAPI document: 0.8.0
     Contact: dev@submarine.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/submarine-sdk/pysubmarine/submarine/client/api/model_version_api.py b/submarine-sdk/pysubmarine/submarine/client/api/model_version_api.py
index bdaaffe..18f23ec 100644
--- a/submarine-sdk/pysubmarine/submarine/client/api/model_version_api.py
+++ b/submarine-sdk/pysubmarine/submarine/client/api/model_version_api.py
@@ -20,7 +20,7 @@
 
     The Submarine REST API allows you to access Submarine resources such as,  experiments, environments and notebooks. The  API is hosted under the /v1 path on the Submarine server. For example,  to list experiments on a server hosted at http://localhost:8080, access http://localhost:8080/api/v1/experiment/  # noqa: E501
 
-    The version of the OpenAPI document: 0.8.0-RC0
+    The version of the OpenAPI document: 0.8.0
     Contact: dev@submarine.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/submarine-sdk/pysubmarine/submarine/client/api/notebook_api.py b/submarine-sdk/pysubmarine/submarine/client/api/notebook_api.py
index 29379b5..ee54dcb 100644
--- a/submarine-sdk/pysubmarine/submarine/client/api/notebook_api.py
+++ b/submarine-sdk/pysubmarine/submarine/client/api/notebook_api.py
@@ -20,7 +20,7 @@
 
     The Submarine REST API allows you to access Submarine resources such as,  experiments, environments and notebooks. The  API is hosted under the /v1 path on the Submarine server. For example,  to list experiments on a server hosted at http://localhost:8080, access http://localhost:8080/api/v1/experiment/  # noqa: E501
 
-    The version of the OpenAPI document: 0.8.0-RC0
+    The version of the OpenAPI document: 0.8.0
     Contact: dev@submarine.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/submarine-sdk/pysubmarine/submarine/client/api/registered_model_api.py b/submarine-sdk/pysubmarine/submarine/client/api/registered_model_api.py
index 9e583d1..a759f9c 100644
--- a/submarine-sdk/pysubmarine/submarine/client/api/registered_model_api.py
+++ b/submarine-sdk/pysubmarine/submarine/client/api/registered_model_api.py
@@ -20,7 +20,7 @@
 
     The Submarine REST API allows you to access Submarine resources such as,  experiments, environments and notebooks. The  API is hosted under the /v1 path on the Submarine server. For example,  to list experiments on a server hosted at http://localhost:8080, access http://localhost:8080/api/v1/experiment/  # noqa: E501
 
-    The version of the OpenAPI document: 0.8.0-RC0
+    The version of the OpenAPI document: 0.8.0
     Contact: dev@submarine.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/submarine-sdk/pysubmarine/submarine/client/api/serve_api.py b/submarine-sdk/pysubmarine/submarine/client/api/serve_api.py
index f17ee23..c83ab94 100644
--- a/submarine-sdk/pysubmarine/submarine/client/api/serve_api.py
+++ b/submarine-sdk/pysubmarine/submarine/client/api/serve_api.py
@@ -20,7 +20,7 @@
 
     The Submarine REST API allows you to access Submarine resources such as,  experiments, environments and notebooks. The  API is hosted under the /v1 path on the Submarine server. For example,  to list experiments on a server hosted at http://localhost:8080, access http://localhost:8080/api/v1/experiment/  # noqa: E501
 
-    The version of the OpenAPI document: 0.8.0-RC0
+    The version of the OpenAPI document: 0.8.0
     Contact: dev@submarine.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/submarine-sdk/pysubmarine/submarine/client/api_client.py b/submarine-sdk/pysubmarine/submarine/client/api_client.py
index 63924c3..adb09e1 100644
--- a/submarine-sdk/pysubmarine/submarine/client/api_client.py
+++ b/submarine-sdk/pysubmarine/submarine/client/api_client.py
@@ -19,7 +19,7 @@
 
     The Submarine REST API allows you to access Submarine resources such as,  experiments, environments and notebooks. The  API is hosted under the /v1 path on the Submarine server. For example,  to list experiments on a server hosted at http://localhost:8080, access http://localhost:8080/api/v1/experiment/  # noqa: E501
 
-    The version of the OpenAPI document: 0.8.0-RC0
+    The version of the OpenAPI document: 0.8.0
     Contact: dev@submarine.apache.org
     Generated by: https://openapi-generator.tech
 """
@@ -93,7 +93,7 @@
             self.default_headers[header_name] = header_value
         self.cookie = cookie
         # Set default User-Agent.
-        self.user_agent = 'OpenAPI-Generator/0.8.0-RC0/python'
+        self.user_agent = 'OpenAPI-Generator/0.8.0/python'
         self.client_side_validation = configuration.client_side_validation
 
     def __enter__(self):
diff --git a/submarine-sdk/pysubmarine/submarine/client/configuration.py b/submarine-sdk/pysubmarine/submarine/client/configuration.py
index fe82fa1..2e43582 100644
--- a/submarine-sdk/pysubmarine/submarine/client/configuration.py
+++ b/submarine-sdk/pysubmarine/submarine/client/configuration.py
@@ -20,7 +20,7 @@
 
     The Submarine REST API allows you to access Submarine resources such as,  experiments, environments and notebooks. The  API is hosted under the /v1 path on the Submarine server. For example,  to list experiments on a server hosted at http://localhost:8080, access http://localhost:8080/api/v1/experiment/  # noqa: E501
 
-    The version of the OpenAPI document: 0.8.0-RC0
+    The version of the OpenAPI document: 0.8.0
     Contact: dev@submarine.apache.org
     Generated by: https://openapi-generator.tech
 """
@@ -342,8 +342,8 @@
             "Python SDK Debug Report:\n"
             "OS: {env}\n"
             "Python Version: {pyversion}\n"
-            "Version of the API: 0.8.0-RC0\n"
-            "SDK Package Version: 0.8.0-RC0".format(env=sys.platform, pyversion=sys.version)
+            "Version of the API: 0.8.0\n"
+            "SDK Package Version: 0.8.0".format(env=sys.platform, pyversion=sys.version)
         )
 
     def get_host_settings(self):
diff --git a/submarine-sdk/pysubmarine/submarine/client/exceptions.py b/submarine-sdk/pysubmarine/submarine/client/exceptions.py
index f4b0924..4dc7e82 100644
--- a/submarine-sdk/pysubmarine/submarine/client/exceptions.py
+++ b/submarine-sdk/pysubmarine/submarine/client/exceptions.py
@@ -20,7 +20,7 @@
 
     The Submarine REST API allows you to access Submarine resources such as,  experiments, environments and notebooks. The  API is hosted under the /v1 path on the Submarine server. For example,  to list experiments on a server hosted at http://localhost:8080, access http://localhost:8080/api/v1/experiment/  # noqa: E501
 
-    The version of the OpenAPI document: 0.8.0-RC0
+    The version of the OpenAPI document: 0.8.0
     Contact: dev@submarine.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/submarine-sdk/pysubmarine/submarine/client/models/__init__.py b/submarine-sdk/pysubmarine/submarine/client/models/__init__.py
index e0a2b21..22a7c37 100644
--- a/submarine-sdk/pysubmarine/submarine/client/models/__init__.py
+++ b/submarine-sdk/pysubmarine/submarine/client/models/__init__.py
@@ -21,7 +21,7 @@
 
     The Submarine REST API allows you to access Submarine resources such as,  experiments, environments and notebooks. The  API is hosted under the /v1 path on the Submarine server. For example,  to list experiments on a server hosted at http://localhost:8080, access http://localhost:8080/api/v1/experiment/  # noqa: E501
 
-    The version of the OpenAPI document: 0.8.0-RC0
+    The version of the OpenAPI document: 0.8.0
     Contact: dev@submarine.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/submarine-sdk/pysubmarine/submarine/client/models/code_spec.py b/submarine-sdk/pysubmarine/submarine/client/models/code_spec.py
index be6df26..5dba4b4 100644
--- a/submarine-sdk/pysubmarine/submarine/client/models/code_spec.py
+++ b/submarine-sdk/pysubmarine/submarine/client/models/code_spec.py
@@ -20,7 +20,7 @@
 
     The Submarine REST API allows you to access Submarine resources such as,  experiments, environments and notebooks. The  API is hosted under the /v1 path on the Submarine server. For example,  to list experiments on a server hosted at http://localhost:8080, access http://localhost:8080/api/v1/experiment/  # noqa: E501
 
-    The version of the OpenAPI document: 0.8.0-RC0
+    The version of the OpenAPI document: 0.8.0
     Contact: dev@submarine.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/submarine-sdk/pysubmarine/submarine/client/models/environment_spec.py b/submarine-sdk/pysubmarine/submarine/client/models/environment_spec.py
index e20085d..7cefa20 100644
--- a/submarine-sdk/pysubmarine/submarine/client/models/environment_spec.py
+++ b/submarine-sdk/pysubmarine/submarine/client/models/environment_spec.py
@@ -20,7 +20,7 @@
 
     The Submarine REST API allows you to access Submarine resources such as,  experiments, environments and notebooks. The  API is hosted under the /v1 path on the Submarine server. For example,  to list experiments on a server hosted at http://localhost:8080, access http://localhost:8080/api/v1/experiment/  # noqa: E501
 
-    The version of the OpenAPI document: 0.8.0-RC0
+    The version of the OpenAPI document: 0.8.0
     Contact: dev@submarine.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/submarine-sdk/pysubmarine/submarine/client/models/experiment_meta.py b/submarine-sdk/pysubmarine/submarine/client/models/experiment_meta.py
index 91ea134..beef513 100644
--- a/submarine-sdk/pysubmarine/submarine/client/models/experiment_meta.py
+++ b/submarine-sdk/pysubmarine/submarine/client/models/experiment_meta.py
@@ -20,7 +20,7 @@
 
     The Submarine REST API allows you to access Submarine resources such as,  experiments, environments and notebooks. The  API is hosted under the /v1 path on the Submarine server. For example,  to list experiments on a server hosted at http://localhost:8080, access http://localhost:8080/api/v1/experiment/  # noqa: E501
 
-    The version of the OpenAPI document: 0.8.0-RC0
+    The version of the OpenAPI document: 0.8.0
     Contact: dev@submarine.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/submarine-sdk/pysubmarine/submarine/client/models/experiment_spec.py b/submarine-sdk/pysubmarine/submarine/client/models/experiment_spec.py
index a303903..76026d9 100644
--- a/submarine-sdk/pysubmarine/submarine/client/models/experiment_spec.py
+++ b/submarine-sdk/pysubmarine/submarine/client/models/experiment_spec.py
@@ -20,7 +20,7 @@
 
     The Submarine REST API allows you to access Submarine resources such as,  experiments, environments and notebooks. The  API is hosted under the /v1 path on the Submarine server. For example,  to list experiments on a server hosted at http://localhost:8080, access http://localhost:8080/api/v1/experiment/  # noqa: E501
 
-    The version of the OpenAPI document: 0.8.0-RC0
+    The version of the OpenAPI document: 0.8.0
     Contact: dev@submarine.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/submarine-sdk/pysubmarine/submarine/client/models/experiment_task_spec.py b/submarine-sdk/pysubmarine/submarine/client/models/experiment_task_spec.py
index c3a6b3b..c21b246 100644
--- a/submarine-sdk/pysubmarine/submarine/client/models/experiment_task_spec.py
+++ b/submarine-sdk/pysubmarine/submarine/client/models/experiment_task_spec.py
@@ -20,7 +20,7 @@
 
     The Submarine REST API allows you to access Submarine resources such as,  experiments, environments and notebooks. The  API is hosted under the /v1 path on the Submarine server. For example,  to list experiments on a server hosted at http://localhost:8080, access http://localhost:8080/api/v1/experiment/  # noqa: E501
 
-    The version of the OpenAPI document: 0.8.0-RC0
+    The version of the OpenAPI document: 0.8.0
     Contact: dev@submarine.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/submarine-sdk/pysubmarine/submarine/client/models/experiment_template_param_spec.py b/submarine-sdk/pysubmarine/submarine/client/models/experiment_template_param_spec.py
index f8e5899..475b299 100644
--- a/submarine-sdk/pysubmarine/submarine/client/models/experiment_template_param_spec.py
+++ b/submarine-sdk/pysubmarine/submarine/client/models/experiment_template_param_spec.py
@@ -20,7 +20,7 @@
 
     The Submarine REST API allows you to access Submarine resources such as,  experiments, environments and notebooks. The  API is hosted under the /v1 path on the Submarine server. For example,  to list experiments on a server hosted at http://localhost:8080, access http://localhost:8080/api/v1/experiment/  # noqa: E501
 
-    The version of the OpenAPI document: 0.8.0-RC0
+    The version of the OpenAPI document: 0.8.0
     Contact: dev@submarine.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/submarine-sdk/pysubmarine/submarine/client/models/experiment_template_spec.py b/submarine-sdk/pysubmarine/submarine/client/models/experiment_template_spec.py
index f8cdff1..855017c 100644
--- a/submarine-sdk/pysubmarine/submarine/client/models/experiment_template_spec.py
+++ b/submarine-sdk/pysubmarine/submarine/client/models/experiment_template_spec.py
@@ -20,7 +20,7 @@
 
     The Submarine REST API allows you to access Submarine resources such as,  experiments, environments and notebooks. The  API is hosted under the /v1 path on the Submarine server. For example,  to list experiments on a server hosted at http://localhost:8080, access http://localhost:8080/api/v1/experiment/  # noqa: E501
 
-    The version of the OpenAPI document: 0.8.0-RC0
+    The version of the OpenAPI document: 0.8.0
     Contact: dev@submarine.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/submarine-sdk/pysubmarine/submarine/client/models/experiment_template_submit.py b/submarine-sdk/pysubmarine/submarine/client/models/experiment_template_submit.py
index 9e545ad..cb77f06 100644
--- a/submarine-sdk/pysubmarine/submarine/client/models/experiment_template_submit.py
+++ b/submarine-sdk/pysubmarine/submarine/client/models/experiment_template_submit.py
@@ -20,7 +20,7 @@
 
     The Submarine REST API allows you to access Submarine resources such as,  experiments, environments and notebooks. The  API is hosted under the /v1 path on the Submarine server. For example,  to list experiments on a server hosted at http://localhost:8080, access http://localhost:8080/api/v1/experiment/  # noqa: E501
 
-    The version of the OpenAPI document: 0.8.0-RC0
+    The version of the OpenAPI document: 0.8.0
     Contact: dev@submarine.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/submarine-sdk/pysubmarine/submarine/client/models/git_code_spec.py b/submarine-sdk/pysubmarine/submarine/client/models/git_code_spec.py
index 2e54bc8..fa248d7 100644
--- a/submarine-sdk/pysubmarine/submarine/client/models/git_code_spec.py
+++ b/submarine-sdk/pysubmarine/submarine/client/models/git_code_spec.py
@@ -20,7 +20,7 @@
 
     The Submarine REST API allows you to access Submarine resources such as,  experiments, environments and notebooks. The  API is hosted under the /v1 path on the Submarine server. For example,  to list experiments on a server hosted at http://localhost:8080, access http://localhost:8080/api/v1/experiment/  # noqa: E501
 
-    The version of the OpenAPI document: 0.8.0-RC0
+    The version of the OpenAPI document: 0.8.0
     Contact: dev@submarine.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/submarine-sdk/pysubmarine/submarine/client/models/json_response.py b/submarine-sdk/pysubmarine/submarine/client/models/json_response.py
index a397da2..1536ec4 100644
--- a/submarine-sdk/pysubmarine/submarine/client/models/json_response.py
+++ b/submarine-sdk/pysubmarine/submarine/client/models/json_response.py
@@ -20,7 +20,7 @@
 
     The Submarine REST API allows you to access Submarine resources such as,  experiments, environments and notebooks. The  API is hosted under the /v1 path on the Submarine server. For example,  to list experiments on a server hosted at http://localhost:8080, access http://localhost:8080/api/v1/experiment/  # noqa: E501
 
-    The version of the OpenAPI document: 0.8.0-RC0
+    The version of the OpenAPI document: 0.8.0
     Contact: dev@submarine.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/submarine-sdk/pysubmarine/submarine/client/models/kernel_spec.py b/submarine-sdk/pysubmarine/submarine/client/models/kernel_spec.py
index aa21180..cff0692 100644
--- a/submarine-sdk/pysubmarine/submarine/client/models/kernel_spec.py
+++ b/submarine-sdk/pysubmarine/submarine/client/models/kernel_spec.py
@@ -20,7 +20,7 @@
 
     The Submarine REST API allows you to access Submarine resources such as,  experiments, environments and notebooks. The  API is hosted under the /v1 path on the Submarine server. For example,  to list experiments on a server hosted at http://localhost:8080, access http://localhost:8080/api/v1/experiment/  # noqa: E501
 
-    The version of the OpenAPI document: 0.8.0-RC0
+    The version of the OpenAPI document: 0.8.0
     Contact: dev@submarine.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/submarine-sdk/pysubmarine/submarine/client/models/login_param.py b/submarine-sdk/pysubmarine/submarine/client/models/login_param.py
index 8bc879b..aef8d83 100644
--- a/submarine-sdk/pysubmarine/submarine/client/models/login_param.py
+++ b/submarine-sdk/pysubmarine/submarine/client/models/login_param.py
@@ -20,7 +20,7 @@
 
     The Submarine REST API allows you to access Submarine resources such as,  experiments, environments and notebooks. The  API is hosted under the /v1 path on the Submarine server. For example,  to list experiments on a server hosted at http://localhost:8080, access http://localhost:8080/api/v1/experiment/  # noqa: E501
 
-    The version of the OpenAPI document: 0.8.0-RC0
+    The version of the OpenAPI document: 0.8.0
     Contact: dev@submarine.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/submarine-sdk/pysubmarine/submarine/client/models/model_version_entity.py b/submarine-sdk/pysubmarine/submarine/client/models/model_version_entity.py
index c4b2603..edb6251 100644
--- a/submarine-sdk/pysubmarine/submarine/client/models/model_version_entity.py
+++ b/submarine-sdk/pysubmarine/submarine/client/models/model_version_entity.py
@@ -20,7 +20,7 @@
 
     The Submarine REST API allows you to access Submarine resources such as,  experiments, environments and notebooks. The  API is hosted under the /v1 path on the Submarine server. For example,  to list experiments on a server hosted at http://localhost:8080, access http://localhost:8080/api/v1/experiment/  # noqa: E501
 
-    The version of the OpenAPI document: 0.8.0-RC0
+    The version of the OpenAPI document: 0.8.0
     Contact: dev@submarine.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/submarine-sdk/pysubmarine/submarine/client/models/notebook_meta.py b/submarine-sdk/pysubmarine/submarine/client/models/notebook_meta.py
index 315df88..e81945f 100644
--- a/submarine-sdk/pysubmarine/submarine/client/models/notebook_meta.py
+++ b/submarine-sdk/pysubmarine/submarine/client/models/notebook_meta.py
@@ -20,7 +20,7 @@
 
     The Submarine REST API allows you to access Submarine resources such as,  experiments, environments and notebooks. The  API is hosted under the /v1 path on the Submarine server. For example,  to list experiments on a server hosted at http://localhost:8080, access http://localhost:8080/api/v1/experiment/  # noqa: E501
 
-    The version of the OpenAPI document: 0.8.0-RC0
+    The version of the OpenAPI document: 0.8.0
     Contact: dev@submarine.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/submarine-sdk/pysubmarine/submarine/client/models/notebook_pod_spec.py b/submarine-sdk/pysubmarine/submarine/client/models/notebook_pod_spec.py
index e97092c..dcac3f0 100644
--- a/submarine-sdk/pysubmarine/submarine/client/models/notebook_pod_spec.py
+++ b/submarine-sdk/pysubmarine/submarine/client/models/notebook_pod_spec.py
@@ -20,7 +20,7 @@
 
     The Submarine REST API allows you to access Submarine resources such as,  experiments, environments and notebooks. The  API is hosted under the /v1 path on the Submarine server. For example,  to list experiments on a server hosted at http://localhost:8080, access http://localhost:8080/api/v1/experiment/  # noqa: E501
 
-    The version of the OpenAPI document: 0.8.0-RC0
+    The version of the OpenAPI document: 0.8.0
     Contact: dev@submarine.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/submarine-sdk/pysubmarine/submarine/client/models/notebook_spec.py b/submarine-sdk/pysubmarine/submarine/client/models/notebook_spec.py
index 672522b..2098b0d 100644
--- a/submarine-sdk/pysubmarine/submarine/client/models/notebook_spec.py
+++ b/submarine-sdk/pysubmarine/submarine/client/models/notebook_spec.py
@@ -20,7 +20,7 @@
 
     The Submarine REST API allows you to access Submarine resources such as,  experiments, environments and notebooks. The  API is hosted under the /v1 path on the Submarine server. For example,  to list experiments on a server hosted at http://localhost:8080, access http://localhost:8080/api/v1/experiment/  # noqa: E501
 
-    The version of the OpenAPI document: 0.8.0-RC0
+    The version of the OpenAPI document: 0.8.0
     Contact: dev@submarine.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/submarine-sdk/pysubmarine/submarine/client/models/registered_model_entity.py b/submarine-sdk/pysubmarine/submarine/client/models/registered_model_entity.py
index a400259..b8d06d2 100644
--- a/submarine-sdk/pysubmarine/submarine/client/models/registered_model_entity.py
+++ b/submarine-sdk/pysubmarine/submarine/client/models/registered_model_entity.py
@@ -20,7 +20,7 @@
 
     The Submarine REST API allows you to access Submarine resources such as,  experiments, environments and notebooks. The  API is hosted under the /v1 path on the Submarine server. For example,  to list experiments on a server hosted at http://localhost:8080, access http://localhost:8080/api/v1/experiment/  # noqa: E501
 
-    The version of the OpenAPI document: 0.8.0-RC0
+    The version of the OpenAPI document: 0.8.0
     Contact: dev@submarine.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/submarine-sdk/pysubmarine/submarine/client/models/serve_request.py b/submarine-sdk/pysubmarine/submarine/client/models/serve_request.py
index 4d2329f..240bc94 100644
--- a/submarine-sdk/pysubmarine/submarine/client/models/serve_request.py
+++ b/submarine-sdk/pysubmarine/submarine/client/models/serve_request.py
@@ -20,7 +20,7 @@
 
     The Submarine REST API allows you to access Submarine resources such as,  experiments, environments and notebooks. The  API is hosted under the /v1 path on the Submarine server. For example,  to list experiments on a server hosted at http://localhost:8080, access http://localhost:8080/api/v1/experiment/  # noqa: E501
 
-    The version of the OpenAPI document: 0.8.0-RC0
+    The version of the OpenAPI document: 0.8.0
     Contact: dev@submarine.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/submarine-sdk/pysubmarine/submarine/client/models/serve_spec.py b/submarine-sdk/pysubmarine/submarine/client/models/serve_spec.py
index 7021c66..b8a5b92 100644
--- a/submarine-sdk/pysubmarine/submarine/client/models/serve_spec.py
+++ b/submarine-sdk/pysubmarine/submarine/client/models/serve_spec.py
@@ -20,7 +20,7 @@
 
     The Submarine REST API allows you to access Submarine resources such as,  experiments, environments and notebooks. The  API is hosted under the /v1 path on the Submarine server. For example,  to list experiments on a server hosted at http://localhost:8080, access http://localhost:8080/api/v1/experiment/  # noqa: E501
 
-    The version of the OpenAPI document: 0.8.0-RC0
+    The version of the OpenAPI document: 0.8.0
     Contact: dev@submarine.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/submarine-sdk/pysubmarine/submarine/client/rest.py b/submarine-sdk/pysubmarine/submarine/client/rest.py
index dd784c7..ad5f09e 100644
--- a/submarine-sdk/pysubmarine/submarine/client/rest.py
+++ b/submarine-sdk/pysubmarine/submarine/client/rest.py
@@ -20,7 +20,7 @@
 
     The Submarine REST API allows you to access Submarine resources such as,  experiments, environments and notebooks. The  API is hosted under the /v1 path on the Submarine server. For example,  to list experiments on a server hosted at http://localhost:8080, access http://localhost:8080/api/v1/experiment/  # noqa: E501
 
-    The version of the OpenAPI document: 0.8.0-RC0
+    The version of the OpenAPI document: 0.8.0
     Contact: dev@submarine.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/submarine-sdk/pysubmarine/tests/cli/test_environment.py b/submarine-sdk/pysubmarine/tests/cli/test_environment.py
index 1255458..f60517d 100644
--- a/submarine-sdk/pysubmarine/tests/cli/test_environment.py
+++ b/submarine-sdk/pysubmarine/tests/cli/test_environment.py
@@ -50,7 +50,7 @@
     environment_spec = EnvironmentSpec(
         name="mytest",
         kernel_spec=kernel_spec,
-        docker_image="apache/submarine:jupyter-notebook-gpu-0.8.0-RC0",
+        docker_image="apache/submarine:jupyter-notebook-gpu-0.8.0",
     )
 
     environment = submarine_client.create_environment(environment_spec=environment_spec)
diff --git a/submarine-sdk/pysubmarine/tests/environment/test_environment_client.py b/submarine-sdk/pysubmarine/tests/environment/test_environment_client.py
index 296eb6b..c34de72 100644
--- a/submarine-sdk/pysubmarine/tests/environment/test_environment_client.py
+++ b/submarine-sdk/pysubmarine/tests/environment/test_environment_client.py
@@ -32,7 +32,7 @@
     environment_spec = EnvironmentSpec(
         name="mytest",
         kernel_spec=kernel_spec,
-        docker_image="apache/submarine:jupyter-notebook-gpu-0.8.0-RC0",
+        docker_image="apache/submarine:jupyter-notebook-gpu-0.8.0",
     )
 
     environment = submarine_client.create_environment(environment_spec=environment_spec)
diff --git a/submarine-serve/pom.xml b/submarine-serve/pom.xml
index bd4c242..f378043 100644
--- a/submarine-serve/pom.xml
+++ b/submarine-serve/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <artifactId>submarine</artifactId>
     <groupId>org.apache.submarine</groupId>
-    <version>0.8.0-RC0</version>
+    <version>0.8.0</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
diff --git a/submarine-server/pom.xml b/submarine-server/pom.xml
index a137fc9..29eed73 100644
--- a/submarine-server/pom.xml
+++ b/submarine-server/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <artifactId>submarine</artifactId>
     <groupId>org.apache.submarine</groupId>
-    <version>0.8.0-RC0</version>
+    <version>0.8.0</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
diff --git a/submarine-server/server-api/pom.xml b/submarine-server/server-api/pom.xml
index d142530..31f4b2c 100644
--- a/submarine-server/server-api/pom.xml
+++ b/submarine-server/server-api/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <artifactId>submarine-server</artifactId>
     <groupId>org.apache.submarine</groupId>
-    <version>0.8.0-RC0</version>
+    <version>0.8.0</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
diff --git a/submarine-server/server-core/pom.xml b/submarine-server/server-core/pom.xml
index 466a37e..7d0ba0b 100644
--- a/submarine-server/server-core/pom.xml
+++ b/submarine-server/server-core/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <artifactId>submarine-server</artifactId>
     <groupId>org.apache.submarine</groupId>
-    <version>0.8.0-RC0</version>
+    <version>0.8.0</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
diff --git a/submarine-server/server-database/pom.xml b/submarine-server/server-database/pom.xml
index 2f20e2c..546f6df 100644
--- a/submarine-server/server-database/pom.xml
+++ b/submarine-server/server-database/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <artifactId>submarine-server</artifactId>
     <groupId>org.apache.submarine</groupId>
-    <version>0.8.0-RC0</version>
+    <version>0.8.0</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
diff --git a/submarine-server/server-submitter/k8s-utils/pom.xml b/submarine-server/server-submitter/k8s-utils/pom.xml
index 62012f6..f55c727 100644
--- a/submarine-server/server-submitter/k8s-utils/pom.xml
+++ b/submarine-server/server-submitter/k8s-utils/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.submarine</groupId>
     <artifactId>submarine-server-submitter</artifactId>
-    <version>0.8.0-RC0</version>
+    <version>0.8.0</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
diff --git a/submarine-server/server-submitter/pom.xml b/submarine-server/server-submitter/pom.xml
index f306a57..a77efd9 100644
--- a/submarine-server/server-submitter/pom.xml
+++ b/submarine-server/server-submitter/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <artifactId>submarine-server</artifactId>
     <groupId>org.apache.submarine</groupId>
-    <version>0.8.0-RC0</version>
+    <version>0.8.0</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
diff --git a/submarine-server/server-submitter/submarine-k8s-agent/pom.xml b/submarine-server/server-submitter/submarine-k8s-agent/pom.xml
index 28c41e5..df3fa63 100644
--- a/submarine-server/server-submitter/submarine-k8s-agent/pom.xml
+++ b/submarine-server/server-submitter/submarine-k8s-agent/pom.xml
@@ -15,7 +15,7 @@
 	<parent>
 		<groupId>org.apache.submarine</groupId>
 		<artifactId>submarine-server-submitter</artifactId>
-		<version>0.8.0-RC0</version>
+		<version>0.8.0</version>
 	</parent>
 
 	<artifactId>submarine-k8s-agent</artifactId>
diff --git a/submarine-server/server-submitter/submitter-k8s/pom.xml b/submarine-server/server-submitter/submitter-k8s/pom.xml
index 2e0b67f..c921a62 100644
--- a/submarine-server/server-submitter/submitter-k8s/pom.xml
+++ b/submarine-server/server-submitter/submitter-k8s/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <artifactId>submarine-server-submitter</artifactId>
     <groupId>org.apache.submarine</groupId>
-    <version>0.8.0-RC0</version>
+    <version>0.8.0</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
diff --git a/submarine-test/pom.xml b/submarine-test/pom.xml
index caddd62..9f1da04 100644
--- a/submarine-test/pom.xml
+++ b/submarine-test/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <artifactId>submarine</artifactId>
     <groupId>org.apache.submarine</groupId>
-    <version>0.8.0-RC0</version>
+    <version>0.8.0</version>
   </parent>
   <artifactId>submarine-test</artifactId>
   <name>Submarine: Test</name>
diff --git a/submarine-test/test-e2e/pom.xml b/submarine-test/test-e2e/pom.xml
index a9d87f5..7810c93 100644
--- a/submarine-test/test-e2e/pom.xml
+++ b/submarine-test/test-e2e/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <artifactId>submarine-test</artifactId>
     <groupId>org.apache.submarine</groupId>
-    <version>0.8.0-RC0</version>
+    <version>0.8.0</version>
   </parent>
 
   <artifactId>submarine-test-e2e</artifactId>
diff --git a/submarine-test/test-k8s/pom.xml b/submarine-test/test-k8s/pom.xml
index c3f75cd..256c12a 100644
--- a/submarine-test/test-k8s/pom.xml
+++ b/submarine-test/test-k8s/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <artifactId>submarine-test</artifactId>
     <groupId>org.apache.submarine</groupId>
-    <version>0.8.0-RC0</version>
+    <version>0.8.0</version>
   </parent>
 
   <artifactId>submarine-test-k8s</artifactId>
diff --git a/submarine-workbench/interpreter/interpreter-core/pom.xml b/submarine-workbench/interpreter/interpreter-core/pom.xml
index 3a29adf..8069687 100644
--- a/submarine-workbench/interpreter/interpreter-core/pom.xml
+++ b/submarine-workbench/interpreter/interpreter-core/pom.xml
@@ -26,12 +26,12 @@
   <parent>
     <groupId>org.apache.submarine</groupId>
     <artifactId>submarine-interpreter</artifactId>
-    <version>0.8.0-RC0</version>
+    <version>0.8.0</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
   <artifactId>submarine-interpreter-core</artifactId>
-  <version>0.8.0-RC0</version>
+  <version>0.8.0</version>
   <name>Submarine: Interpreter Core</name>
   <description>Submarine Interpreter Core</description>
 
diff --git a/submarine-workbench/interpreter/pom.xml b/submarine-workbench/interpreter/pom.xml
index eaf30b4..fc081d9 100644
--- a/submarine-workbench/interpreter/pom.xml
+++ b/submarine-workbench/interpreter/pom.xml
@@ -26,12 +26,12 @@
   <parent>
     <groupId>org.apache.submarine</groupId>
     <artifactId>submarine-workbench</artifactId>
-    <version>0.8.0-RC0</version>
+    <version>0.8.0</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
   <artifactId>submarine-interpreter</artifactId>
-  <version>0.8.0-RC0</version>
+  <version>0.8.0</version>
   <packaging>pom</packaging>
   <name>Submarine: Interpreter</name>
   <description>Submarine Interpreter Parent</description>
diff --git a/submarine-workbench/interpreter/python-interpreter/pom.xml b/submarine-workbench/interpreter/python-interpreter/pom.xml
index 59b98e7..c7cde77 100644
--- a/submarine-workbench/interpreter/python-interpreter/pom.xml
+++ b/submarine-workbench/interpreter/python-interpreter/pom.xml
@@ -26,12 +26,12 @@
   <parent>
     <groupId>org.apache.submarine</groupId>
     <artifactId>submarine-interpreter</artifactId>
-    <version>0.8.0-RC0</version>
+    <version>0.8.0</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
   <artifactId>submarine-python-interpreter</artifactId>
-  <version>0.8.0-RC0</version>
+  <version>0.8.0</version>
   <name>Submarine: Interpreter Python</name>
   <description>Submarine Python Interpreter</description>
 
diff --git a/submarine-workbench/interpreter/spark-interpreter/pom.xml b/submarine-workbench/interpreter/spark-interpreter/pom.xml
index 86f7bd6..a9f89f0 100644
--- a/submarine-workbench/interpreter/spark-interpreter/pom.xml
+++ b/submarine-workbench/interpreter/spark-interpreter/pom.xml
@@ -26,12 +26,12 @@
   <parent>
     <groupId>org.apache.submarine</groupId>
     <artifactId>submarine-interpreter</artifactId>
-    <version>0.8.0-RC0</version>
+    <version>0.8.0</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
   <artifactId>submarine-spark-interpreter</artifactId>
-  <version>0.8.0-RC0</version>
+  <version>0.8.0</version>
   <name>Submarine: Interpreter Spark</name>
   <description>Submarine spark Interpreter</description>
 
diff --git a/submarine-workbench/pom.xml b/submarine-workbench/pom.xml
index 0f2510b..f32c23c 100644
--- a/submarine-workbench/pom.xml
+++ b/submarine-workbench/pom.xml
@@ -26,7 +26,7 @@
   <parent>
     <groupId>org.apache.submarine</groupId>
     <artifactId>submarine</artifactId>
-    <version>0.8.0-RC0</version>
+    <version>0.8.0</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
diff --git a/submarine-workbench/workbench-web/pom.xml b/submarine-workbench/workbench-web/pom.xml
index d23801d..0a3c2ec 100644
--- a/submarine-workbench/workbench-web/pom.xml
+++ b/submarine-workbench/workbench-web/pom.xml
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.submarine</groupId>
     <artifactId>submarine-workbench</artifactId>
-    <version>0.8.0-RC0</version>
+    <version>0.8.0</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
diff --git a/website/docs/userDocs/submarine-sdk/pysubmarine/development.md b/website/docs/userDocs/submarine-sdk/pysubmarine/development.md
index 2523346..9a64b46 100644
--- a/website/docs/userDocs/submarine-sdk/pysubmarine/development.md
+++ b/website/docs/userDocs/submarine-sdk/pysubmarine/development.md
@@ -132,7 +132,7 @@
     {
       "packageName" : "submarine.client",
       "projectName" : "submarine.client",
-      "packageVersion": "0.8.0-RC0"
+      "packageVersion": "0.8.0"
     }
     ```