feat(release): release 0.0.3-beta1 (#190)

This commit is contained in:
baifuyu 2024-04-02 12:53:00 +08:00 committed by GitHub
parent 64dac567b2
commit 508f3e0a81
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
11 changed files with 8 additions and 87 deletions

View File

@ -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 \
.

View File

@ -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 \
.

View File

@ -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 \
.

View File

@ -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 \
.

View File

@ -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"

View File

@ -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 \
.

View File

@ -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 \
.

View File

@ -1 +1 @@
0.0.2-beta5
0.0.3-beta1

View File

@ -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

View File

@ -1 +1 @@
0.0.2-beta3
0.0.3-beta1

View File

@ -11,4 +11,4 @@
__package_name__ = "openspg-nn4k"
__version__ = "0.0.2-beta3"
__version__ = "0.0.3-beta1"