diff --git a/dev/release/mysql/build-release-mysql.sh b/dev/release/mysql/build-release-mysql.sh deleted file mode 100644 index d8cd378d..00000000 --- a/dev/release/mysql/build-release-mysql.sh +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 2023 OpenSPG Authors -# -# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except -# in compliance with the License. You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software distributed under the License -# is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express -# or implied. - -# for amd64 -docker build -f Dockerfile --platform linux/amd64 --push \ - -t openspg/openspg-mysql-amd64:0.0.2-beta1 \ - -t openspg/openspg-mysql-amd64:latest \ - . - -# for arm64-v8 -docker build -f Dockerfile --platform linux/arm64/v8 --push \ - -t openspg/openspg-mysql-arm64v8:0.0.2-beta1 \ - -t openspg/openspg-mysql-arm64v8:latest \ - . diff --git a/dev/release/mysql/buildx-release-mysql.sh b/dev/release/mysql/buildx-release-mysql.sh index b8397f14..8f01acc9 100644 --- a/dev/release/mysql/buildx-release-mysql.sh +++ b/dev/release/mysql/buildx-release-mysql.sh @@ -10,6 +10,6 @@ # or implied. docker buildx build -f Dockerfile --platform linux/arm64/v8,linux/amd64 --push \ - -t openspg/openspg-mysql:0.0.2-beta1 \ + -t openspg/openspg-mysql:0.0.3-beta1 \ -t openspg/openspg-mysql:latest \ . diff --git a/dev/release/python/build-release-python.sh b/dev/release/python/build-release-python.sh index dabcfd59..9523a643 100644 --- a/dev/release/python/build-release-python.sh +++ b/dev/release/python/build-release-python.sh @@ -11,12 +11,6 @@ # for amd64 docker build -f Dockerfile --platform linux/amd64 --push \ - -t openspg/openspg-python-amd64:0.0.2-beta2 \ - -t openspg/openspg-python-amd64:latest \ - . - -# for arm64-v8 -docker build -f Dockerfile --platform linux/arm64/v8 --push \ - -t openspg/openspg-python-arm64v8:0.0.2-beta2 \ - -t openspg/openspg-python-arm64v8:latest \ + -t openspg/openspg-python:0.0.3-beta1 \ + -t openspg/openspg-python:latest \ . diff --git a/dev/release/python/buildx-release-python.sh b/dev/release/python/buildx-release-python.sh deleted file mode 100644 index 3f2e820e..00000000 --- a/dev/release/python/buildx-release-python.sh +++ /dev/null @@ -1,15 +0,0 @@ -# Copyright 2023 OpenSPG Authors -# -# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except -# in compliance with the License. You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software distributed under the License -# is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express -# or implied. - -docker buildx build -f Dockerfile --platform linux/amd64 --push \ - -t openspg/openspg-python:0.0.2-beta5 \ - -t openspg/openspg-python:latest \ - . diff --git a/dev/release/python/run-release-python.sh b/dev/release/python/run-release-python.sh deleted file mode 100644 index b70faf92..00000000 --- a/dev/release/python/run-release-python.sh +++ /dev/null @@ -1,14 +0,0 @@ -# Copyright 2023 OpenSPG Authors -# -# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except -# in compliance with the License. You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software distributed under the License -# is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express -# or implied. - -docker pull openspg/openspg-python:latest - -docker run --rm --net=host -it openspg/openspg-python:latest "/bin/bash" \ No newline at end of file diff --git a/dev/release/server/build-release-server.sh b/dev/release/server/build-release-server.sh deleted file mode 100644 index e880d8e6..00000000 --- a/dev/release/server/build-release-server.sh +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 2023 OpenSPG Authors -# -# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except -# in compliance with the License. You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software distributed under the License -# is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express -# or implied. - -# for amd64 -docker build -f Dockerfile --platform linux/amd64 --push \ - -t openspg/openspg-server-amd64:0.0.2-beta2 \ - -t openspg/openspg-server-amd64:latest \ - . - -# for arm64-v8 -docker build -f Dockerfile --platform linux/arm64/v8 --push \ - -t openspg/openspg-server-arm64v8:0.0.2-beta2 \ - -t openspg/openspg-server-arm64v8:latest \ - . diff --git a/dev/release/server/buildx-release-server.sh b/dev/release/server/buildx-release-server.sh index b0b6d7cf..c0d000cd 100644 --- a/dev/release/server/buildx-release-server.sh +++ b/dev/release/server/buildx-release-server.sh @@ -10,6 +10,6 @@ # or implied. docker buildx build -f Dockerfile --platform linux/arm64/v8,linux/amd64 --push \ - -t openspg/openspg-server:0.0.2-beta2 \ + -t openspg/openspg-server:0.0.3-beta1 \ -t openspg/openspg-server:latest \ . diff --git a/python/knext/KNEXT_VERSION b/python/knext/KNEXT_VERSION index cdb7a5fb..791d31c6 100644 --- a/python/knext/KNEXT_VERSION +++ b/python/knext/KNEXT_VERSION @@ -1 +1 @@ -0.0.2-beta5 +0.0.3-beta1 diff --git a/python/knext/knext/__init__.py b/python/knext/knext/__init__.py index d3203d38..3ba4bc18 100644 --- a/python/knext/knext/__init__.py +++ b/python/knext/knext/__init__.py @@ -11,7 +11,7 @@ __package_name__ = "openspg-knext" -__version__ = "0.0.2-beta5" +__version__ = "0.0.3-beta1" from knext.common.env import init_env diff --git a/python/nn4k/NN4K_VERSION b/python/nn4k/NN4K_VERSION index c1e4a73b..791d31c6 100644 --- a/python/nn4k/NN4K_VERSION +++ b/python/nn4k/NN4K_VERSION @@ -1 +1 @@ -0.0.2-beta3 +0.0.3-beta1 diff --git a/python/nn4k/nn4k/__init__.py b/python/nn4k/nn4k/__init__.py index d5a04772..be6c7019 100644 --- a/python/nn4k/nn4k/__init__.py +++ b/python/nn4k/nn4k/__init__.py @@ -11,4 +11,4 @@ __package_name__ = "openspg-nn4k" -__version__ = "0.0.2-beta3" +__version__ = "0.0.3-beta1"