You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@submarine.apache.org by cd...@apache.org on 2023/09/23 03:26:22 UTC

[submarine] branch branch-0.8 updated: Change 0.8.0-RC0 to 0.8.0

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

cdmikechen pushed a commit to branch branch-0.8
in repository https://gitbox.apache.org/repos/asf/submarine.git


The following commit(s) were added to refs/heads/branch-0.8 by this push:
     new 389c8fd91 Change 0.8.0-RC0 to 0.8.0
389c8fd91 is described below

commit 389c8fd919411f1edb2aec05e6ed2bca83dcf15d
Author: cdmikechen <cd...@apache.org>
AuthorDate: Sat Sep 23 11:25:59 2023 +0800

    Change 0.8.0-RC0 to 0.8.0
---
 .github/scripts/build-image-experiment-prehandler.sh                | 2 +-
 .github/scripts/build-image-locally-v3.sh                           | 2 +-
 .github/workflows/deploy_docker_images.yml                          | 6 +++---
 .github/workflows/master.yml                                        | 4 ++--
 dev-support/cicd/build.sh                                           | 2 +-
 dev-support/database/submarine-data.sql                             | 6 +++---
 dev-support/docker-images/agent/build.sh                            | 2 +-
 dev-support/docker-images/database/build.sh                         | 2 +-
 dev-support/docker-images/experiment-prehandler/build.sh            | 2 +-
 dev-support/docker-images/jupyter-gpu/build.sh                      | 2 +-
 dev-support/docker-images/jupyter/build.sh                          | 2 +-
 dev-support/docker-images/mlflow/build.sh                           | 2 +-
 dev-support/docker-images/operator-v3/build.sh                      | 2 +-
 dev-support/docker-images/serve/build.sh                            | 2 +-
 dev-support/docker-images/submarine/build.sh                        | 2 +-
 dev-support/examples/mnist-pytorch/DDP/build.sh                     | 2 +-
 dev-support/examples/mnist-pytorch/DDP/post.sh                      | 2 +-
 dev-support/examples/mnist-tensorflow/MirroredStrategy/build.sh     | 2 +-
 dev-support/examples/mnist-tensorflow/MirroredStrategy/post.sh      | 2 +-
 .../examples/mnist-tensorflow/MultiWorkerMirroredStrategy/build.sh  | 2 +-
 .../examples/mnist-tensorflow/MultiWorkerMirroredStrategy/post.sh   | 2 +-
 .../examples/mnist-tensorflow/ParameterServerStrategy/build.sh      | 2 +-
 .../examples/mnist-tensorflow/ParameterServerStrategy/post.sh       | 2 +-
 dev-support/examples/nn-pytorch/build.sh                            | 2 +-
 dev-support/examples/nn-pytorch/post.sh                             | 2 +-
 dev-support/examples/quickstart/build.sh                            | 2 +-
 dev-support/examples/quickstart/post.sh                             | 2 +-
 dev-support/examples/tracking/build.sh                              | 2 +-
 dev-support/examples/tracking/post.sh                               | 2 +-
 dev-support/mini-submarine/build_mini-submarine.sh                  | 2 +-
 .../mini-submarine/submarine/run_customized_submarine-all_mnist.sh  | 2 +-
 .../mini-submarine/submarine/run_submarine_mnist_tf2_tony.sh        | 2 +-
 dev-support/mini-submarine/submarine/run_submarine_mnist_tony.sh    | 2 +-
 .../mini-submarine/submarine/run_submarine_mnist_tony_rpc.sh        | 2 +-
 .../mini-submarine/submarine/run_submarine_mxnet_cifar10_tony.sh    | 2 +-
 .../mini-submarine/submarine/run_submarine_pytorch_mnist_tony.sh    | 2 +-
 dev-support/misc/flask/build.sh                                     | 2 +-
 dev-support/pysubmarine/openapi.json                                | 2 +-
 dev-support/pysubmarine/swagger_config.json                         | 2 +-
 helm-charts/submarine/Chart.yaml                                    | 4 ++--
 helm-charts/submarine/README.md                                     | 2 +-
 helm-charts/submarine/crds/crd.yaml                                 | 2 +-
 helm-charts/submarine/kind-values.yaml                              | 2 +-
 helm-charts/submarine/values.yaml                                   | 2 +-
 pom.xml                                                             | 2 +-
 submarine-all/pom.xml                                               | 2 +-
 submarine-client/pom.xml                                            | 2 +-
 submarine-cloud-v3/Makefile                                         | 2 +-
 submarine-cloud-v3/artifacts/submarine-agent.yaml                   | 2 +-
 submarine-cloud-v3/artifacts/submarine-database.yaml                | 2 +-
 submarine-cloud-v3/artifacts/submarine-mlflow.yaml                  | 2 +-
 submarine-cloud-v3/artifacts/submarine-server.yaml                  | 2 +-
 submarine-cloud-v3/config/manager/kustomization.yaml                | 2 +-
 submarine-cloud-v3/config/samples/_v1_submarine.yaml                | 6 +++---
 submarine-commons/commons-runtime/pom.xml                           | 2 +-
 submarine-commons/commons-utils/pom.xml                             | 2 +-
 submarine-commons/pom.xml                                           | 2 +-
 submarine-dist/pom.xml                                              | 2 +-
 submarine-sdk/pysubmarine/example/pytorch/afm/run_afm.sh            | 2 +-
 submarine-sdk/pysubmarine/example/pytorch/deepfm/run_deepfm.sh      | 2 +-
 submarine-sdk/pysubmarine/submarine/cli/__init__.py                 | 4 ++--
 submarine-sdk/pysubmarine/submarine/client/__init__.py              | 4 ++--
 submarine-sdk/pysubmarine/submarine/client/api/auth_api.py          | 2 +-
 submarine-sdk/pysubmarine/submarine/client/api/environment_api.py   | 2 +-
 submarine-sdk/pysubmarine/submarine/client/api/experiment_api.py    | 2 +-
 .../pysubmarine/submarine/client/api/experiment_template_api.py     | 2 +-
 .../pysubmarine/submarine/client/api/experiment_templates_api.py    | 2 +-
 submarine-sdk/pysubmarine/submarine/client/api/model_version_api.py | 2 +-
 submarine-sdk/pysubmarine/submarine/client/api/notebook_api.py      | 2 +-
 .../pysubmarine/submarine/client/api/registered_model_api.py        | 2 +-
 submarine-sdk/pysubmarine/submarine/client/api/serve_api.py         | 2 +-
 submarine-sdk/pysubmarine/submarine/client/api_client.py            | 4 ++--
 submarine-sdk/pysubmarine/submarine/client/configuration.py         | 6 +++---
 submarine-sdk/pysubmarine/submarine/client/exceptions.py            | 2 +-
 submarine-sdk/pysubmarine/submarine/client/models/__init__.py       | 2 +-
 submarine-sdk/pysubmarine/submarine/client/models/code_spec.py      | 2 +-
 .../pysubmarine/submarine/client/models/environment_spec.py         | 2 +-
 .../pysubmarine/submarine/client/models/experiment_meta.py          | 2 +-
 .../pysubmarine/submarine/client/models/experiment_spec.py          | 2 +-
 .../pysubmarine/submarine/client/models/experiment_task_spec.py     | 2 +-
 .../submarine/client/models/experiment_template_param_spec.py       | 2 +-
 .../pysubmarine/submarine/client/models/experiment_template_spec.py | 2 +-
 .../submarine/client/models/experiment_template_submit.py           | 2 +-
 submarine-sdk/pysubmarine/submarine/client/models/git_code_spec.py  | 2 +-
 submarine-sdk/pysubmarine/submarine/client/models/json_response.py  | 2 +-
 submarine-sdk/pysubmarine/submarine/client/models/kernel_spec.py    | 2 +-
 submarine-sdk/pysubmarine/submarine/client/models/login_param.py    | 2 +-
 .../pysubmarine/submarine/client/models/model_version_entity.py     | 2 +-
 submarine-sdk/pysubmarine/submarine/client/models/notebook_meta.py  | 2 +-
 .../pysubmarine/submarine/client/models/notebook_pod_spec.py        | 2 +-
 submarine-sdk/pysubmarine/submarine/client/models/notebook_spec.py  | 2 +-
 .../pysubmarine/submarine/client/models/registered_model_entity.py  | 2 +-
 submarine-sdk/pysubmarine/submarine/client/models/serve_request.py  | 2 +-
 submarine-sdk/pysubmarine/submarine/client/models/serve_spec.py     | 2 +-
 submarine-sdk/pysubmarine/submarine/client/rest.py                  | 2 +-
 submarine-sdk/pysubmarine/tests/cli/test_environment.py             | 2 +-
 .../pysubmarine/tests/environment/test_environment_client.py        | 2 +-
 submarine-serve/pom.xml                                             | 2 +-
 submarine-server/pom.xml                                            | 2 +-
 submarine-server/server-api/pom.xml                                 | 2 +-
 submarine-server/server-core/pom.xml                                | 2 +-
 submarine-server/server-database/pom.xml                            | 2 +-
 submarine-server/server-submitter/k8s-utils/pom.xml                 | 2 +-
 submarine-server/server-submitter/pom.xml                           | 2 +-
 submarine-server/server-submitter/submarine-k8s-agent/pom.xml       | 2 +-
 submarine-server/server-submitter/submitter-k8s/pom.xml             | 2 +-
 submarine-test/pom.xml                                              | 2 +-
 submarine-test/test-e2e/pom.xml                                     | 2 +-
 submarine-test/test-k8s/pom.xml                                     | 2 +-
 submarine-workbench/interpreter/interpreter-core/pom.xml            | 4 ++--
 submarine-workbench/interpreter/pom.xml                             | 4 ++--
 submarine-workbench/interpreter/python-interpreter/pom.xml          | 4 ++--
 submarine-workbench/interpreter/spark-interpreter/pom.xml           | 4 ++--
 submarine-workbench/pom.xml                                         | 2 +-
 submarine-workbench/workbench-web/pom.xml                           | 2 +-
 website/docs/userDocs/submarine-sdk/pysubmarine/development.md      | 2 +-
 116 files changed, 133 insertions(+), 133 deletions(-)

diff --git a/.github/scripts/build-image-experiment-prehandler.sh b/.github/scripts/build-image-experiment-prehandler.sh
index eac722930..0e0db2d37 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 b39da9e67..55775935a 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 bd801c4e4..ea1b343ec 100644
--- a/.github/workflows/deploy_docker_images.yml
+++ b/.github/workflows/deploy_docker_images.yml
@@ -26,7 +26,7 @@ jobs:
     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 @@ jobs:
     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 @@ jobs:
     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 efed8894b..7ce455d67 100644
--- a/.github/workflows/master.yml
+++ b/.github/workflows/master.yml
@@ -19,7 +19,7 @@ name: Submarine
 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 @@ jobs:
         # 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 a57fdee02..7d7b58271 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 edb9b6225..5bd54ea61 100644
--- a/dev-support/database/submarine-data.sql
+++ b/dev-support/database/submarine-data.sql
@@ -64,8 +64,8 @@ INSERT INTO `team` VALUES ('e9ca23d68d884d4ebb19d07889721234', 'admin', 'Submari
 -- 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 @@ INSERT INTO `experiment_template` (`id`, `experimentTemplate_name`, `experimentT
 (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.resourc [...]
 -- 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 [...]
+(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 [...]
diff --git a/dev-support/docker-images/agent/build.sh b/dev-support/docker-images/agent/build.sh
index 52fb42ed0..ea9116e0f 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 52a2d7780..14c5e48b6 100755
--- a/dev-support/docker-images/database/build.sh
+++ b/dev-support/docker-images/database/build.sh
@@ -24,7 +24,7 @@ fi
 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 54dbb8746..ca9e5d54d 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 57b85dad8..1fce986aa 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 d4ceaad7b..c05f54e85 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 1c9b0d1db..e11a2686c 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 6f3319fc7..4cddf4810 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 caa0dac0f..8b23a70af 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 37bb571b0..4b5ee25aa 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 0446b4d8f..a6b3161f1 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 dd185636f..614adcecb 100755
--- a/dev-support/examples/mnist-pytorch/DDP/post.sh
+++ b/dev-support/examples/mnist-pytorch/DDP/post.sh
@@ -26,7 +26,7 @@ curl -X POST -H "Content-Type: application/json" -d '
     }
   },
   "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 27b58ac5f..d0a29f8ae 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 25fe184cc..8cef0013e 100755
--- a/dev-support/examples/mnist-tensorflow/MirroredStrategy/post.sh
+++ b/dev-support/examples/mnist-tensorflow/MirroredStrategy/post.sh
@@ -26,7 +26,7 @@ curl -X POST -H "Content-Type: application/json" -d '
     }
   },
   "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 232c0650e..2dcb9c467 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 22be3c0ab..2d7d4005d 100755
--- a/dev-support/examples/mnist-tensorflow/MultiWorkerMirroredStrategy/post.sh
+++ b/dev-support/examples/mnist-tensorflow/MultiWorkerMirroredStrategy/post.sh
@@ -26,7 +26,7 @@ curl -X POST -H "Content-Type: application/json" -d '
     }
   },
   "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 4fff332d9..eff1492bd 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 187b64e9f..47a288ce5 100755
--- a/dev-support/examples/mnist-tensorflow/ParameterServerStrategy/post.sh
+++ b/dev-support/examples/mnist-tensorflow/ParameterServerStrategy/post.sh
@@ -26,7 +26,7 @@ curl -X POST -H "Content-Type: application/json" -d '
     }
   },
   "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 8fcd51d23..1fb8af9c5 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 2f58d77a9..e22311669 100755
--- a/dev-support/examples/nn-pytorch/post.sh
+++ b/dev-support/examples/nn-pytorch/post.sh
@@ -27,7 +27,7 @@ curl -X POST -H "Content-Type: application/json" -d '
 
   },
   "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 e8cd63a1f..efe44e882 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 239ad675f..3a25c59e0 100755
--- a/dev-support/examples/quickstart/post.sh
+++ b/dev-support/examples/quickstart/post.sh
@@ -26,7 +26,7 @@ curl -X POST -H "Content-Type: application/json" -d '
     }
   },
   "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 d99b00046..a1bcfbb6f 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 4a6c85089..3fb545f30 100755
--- a/dev-support/examples/tracking/post.sh
+++ b/dev-support/examples/tracking/post.sh
@@ -26,7 +26,7 @@ curl -X POST -H "Content-Type: application/json" -d '
     }
   },
   "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 fc60f1335..92cc87160 100755
--- a/dev-support/mini-submarine/build_mini-submarine.sh
+++ b/dev-support/mini-submarine/build_mini-submarine.sh
@@ -17,7 +17,7 @@ set -euo pipefail
 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 8789f01c3..3db0cdf59 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 @@ else
   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 82265bc31..4e7c76cd0 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 @@ else
   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 7d6edfd30..e8b7942cf 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 94d730e20..e59a9f2eb 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 @@ else
   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 a8fae9ac9..f39ca5f82 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 @@ else
   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 520d8376a..ed441920a 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 @@ else
   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 9eb80794d..cc5645a0c 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 ba47081a1..4c7d80828 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 95afd96f4..6cc4737ba 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 e4e00d422..cfd1b922f 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 4b5ea51d9..e3e531f40 100644
--- a/helm-charts/submarine/README.md
+++ b/helm-charts/submarine/README.md
@@ -88,7 +88,7 @@ The following table lists the configurable parameters of the MySQL chart and the
 |----------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------|
 | `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 ceaf9ef88..6fc48edd0 100644
--- a/helm-charts/submarine/crds/crd.yaml
+++ b/helm-charts/submarine/crds/crd.yaml
@@ -21,7 +21,7 @@ metadata:
   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 8b1626f5d..68ee65cc3 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 b3c8264ba..1d55de9d1 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 8841fa386..af835c4b3 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 600f4c3d8..1316b90a7 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 1e7eedeb8..4d36e36bd 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 6dd94a0d7..0d7b9a26c 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 72974bd0d..61a3fd347 100644
--- a/submarine-cloud-v3/artifacts/submarine-agent.yaml
+++ b/submarine-cloud-v3/artifacts/submarine-agent.yaml
@@ -41,7 +41,7 @@ spec:
         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 e2412bd4f..c661b09e7 100644
--- a/submarine-cloud-v3/artifacts/submarine-database.yaml
+++ b/submarine-cloud-v3/artifacts/submarine-database.yaml
@@ -62,7 +62,7 @@ spec:
       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 8c663437b..15582e860 100644
--- a/submarine-cloud-v3/artifacts/submarine-mlflow.yaml
+++ b/submarine-cloud-v3/artifacts/submarine-mlflow.yaml
@@ -99,7 +99,7 @@ spec:
                 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 2f4a577f9..c88f04119 100644
--- a/submarine-cloud-v3/artifacts/submarine-server.yaml
+++ b/submarine-cloud-v3/artifacts/submarine-server.yaml
@@ -118,7 +118,7 @@ spec:
             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 9e3e92dea..db189e1ed 100644
--- a/submarine-cloud-v3/config/manager/kustomization.yaml
+++ b/submarine-cloud-v3/config/manager/kustomization.yaml
@@ -30,4 +30,4 @@ kind: Kustomization
 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 dfbb99f81..93973580d 100644
--- a/submarine-cloud-v3/config/samples/_v1_submarine.yaml
+++ b/submarine-cloud-v3/config/samples/_v1_submarine.yaml
@@ -20,12 +20,12 @@ kind: Submarine
 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 ce4666114..a3614df0a 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 526f0dd0a..54f4041fd 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 5b6ef24ef..20b681a34 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 759a7c7cd..249b36bdc 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 fbae3e237..3c51eb63c 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 @@ PYTHONPATH=$HOME/workspace/submarine/submarine-sdk/pysubmarine
 
 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 865983a7e..8a4b486ad 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 @@ PYTHONPATH=$HOME/workspace/submarine/submarine-sdk/pysubmarine
 
 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 6b5747069..9cced8256 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 7ea1ce7e1..dcc341301 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 58f73d34b..19d30f8aa 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 5893073b7..783f2d7d9 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 d46311db6..2a54b3ec0 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 27f099752..0a3e529b7 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 5b1e07623..fe88b5472 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 bdaaffeb1..18f23ecf8 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 29379b586..ee54dcb1a 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 9e583d145..a759f9c35 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 f17ee234f..c83ab9431 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 63924c33a..adb09e183 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 @@ class ApiClient(object):
             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 fe82fa1ca..2e43582fa 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 @@ class Configuration(object):
             "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 f4b092418..4dc7e82cf 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 e0a2b2134..22a7c370d 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 be6df263e..5dba4b4e2 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 e20085d9f..7cefa204e 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 91ea13404..beef5136a 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 a3039039b..76026d990 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 c3a6b3bd1..c21b2466b 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 f8e58999b..475b29910 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 f8cdff19a..855017cbf 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 9e545ad1b..cb77f06ed 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 2e54bc88e..fa248d7da 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 a397da272..1536ec43a 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 aa2118080..cff0692c9 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 8bc879bee..aef8d83c1 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 c4b260376..edb6251da 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 315df885f..e81945f81 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 e97092c88..dcac3f084 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 672522b2a..2098b0d2d 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 a400259d3..b8d06d279 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 4d2329f1f..240bc94d9 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 7021c665a..b8a5b92af 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 dd784c70a..ad5f09e89 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 1255458b8..f60517de5 100644
--- a/submarine-sdk/pysubmarine/tests/cli/test_environment.py
+++ b/submarine-sdk/pysubmarine/tests/cli/test_environment.py
@@ -50,7 +50,7 @@ def test_all_environment_e2e():
     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 296eb6bc3..c34de72a9 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 @@ def test_environment_e2e():
     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 bd4c24217..f378043b6 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 a137fc985..29eed73d3 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 d1425301f..31f4b2c0f 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 466a37e31..7d0ba0b0f 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 2f20e2ce9..546f6df78 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 62012f64a..f55c72730 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 f306a5704..a77efd9cb 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 28c41e566..df3fa63df 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 2e0b67f52..c921a6201 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 caddd627a..9f1da04ea 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 a9d87f561..7810c93f6 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 c3f75cd80..256c12a05 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 3a29adfac..8069687cd 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 eaf30b4e3..fc081d9a4 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 59b98e759..c7cde7720 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 86f7bd690..a9f89f0fe 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 0f2510bb3..f32c23cad 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 d23801d70..0a3c2ecd2 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 25233463a..9a64b4699 100644
--- a/website/docs/userDocs/submarine-sdk/pysubmarine/development.md
+++ b/website/docs/userDocs/submarine-sdk/pysubmarine/development.md
@@ -132,7 +132,7 @@ to generate pysubmarine client API that used to communicate with submarine serve
     {
       "packageName" : "submarine.client",
       "projectName" : "submarine.client",
-      "packageVersion": "0.8.0-RC0"
+      "packageVersion": "0.8.0"
     }
     ```
 


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@submarine.apache.org
For additional commands, e-mail: dev-help@submarine.apache.org