Skip to content

Commit 95a2123

Browse files
jikkaihexf00
andauthored
feat: update to 0.6.3 (#190)
* chore: update repository * chore: update oss --------- Co-authored-by: GitHub Actions <[email protected]> Co-authored-by: hexf00 <[email protected]>
1 parent ec4acaf commit 95a2123

File tree

10 files changed

+21
-12
lines changed

10 files changed

+21
-12
lines changed

.github/workflows/sync-to-oss.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,15 @@ jobs:
120120
region: "oss-cn-shenzhen"
121121
accessKeyId: ${{secrets.S3_ACCESS_KEY_ID}}
122122
accessKeySecret: ${{secrets.S3_ACCESS_KEY_SECRET}}
123+
- name: Release install.sh (US)
124+
uses: hexf00/upload-to-oss@v1
125+
with:
126+
source: 'install.sh'
127+
dest: tool/install.sh
128+
bucket: "release-univer-us-east"
129+
region: "oss-us-east-1"
130+
accessKeyId: ${{secrets.S3_ACCESS_KEY_ID}}
131+
accessKeySecret: ${{secrets.S3_ACCESS_KEY_SECRET}}
123132
- name: Release get-docker/get-docker-official-script.sh
124133
uses: hexf00/upload-to-oss@v1
125134
with:

charts/collaboration-demo/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 0.6.2 # VERSION
18+
version: 0.6.3 # VERSION
1919

2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to

charts/collaboration-demo/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ image:
1111
repository: release/univer-collaboration-lite
1212
pullPolicy: IfNotPresent
1313
# Overrides the image tag whose default is the chart appVersion.
14-
tag: 0.6.2 # VERSION
14+
tag: 0.6.3 # VERSION
1515

1616
imagePullSecrets: []
1717
nameOverride: ""

charts/collaboration-server/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ image:
1212
repository: release/univer-collaboration
1313
pullPolicy: IfNotPresent
1414
# Overrides the image tag whose default is the chart appVersion.
15-
tag: 0.6.2 # VERSION
15+
tag: 0.6.3 # VERSION
1616

1717
imagePullSecrets: []
1818
nameOverride: ""

charts/univer-stack/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 0.6.2 # VERSION
18+
version: 0.6.3 # VERSION
1919

2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to

charts/univer-stack/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ worker:
9696
fullnameOverride: worker-exchange
9797
image:
9898
repository: release/worker-exchange
99-
tag: 0.6.2 # VERSION
99+
tag: 0.6.3 # VERSION
100100
temporalServer:
101101
host: temporal-frontend:7233
102102
namespace: univer

charts/universer/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 0.6.2 # VERSION
18+
version: 0.6.3 # VERSION
1919

2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to

charts/universer/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ image:
1212
repository: release/universer
1313
pullPolicy: IfNotPresent
1414
# Overrides the image tag whose default is the chart appVersion.
15-
tag: 0.6.2 # VERSION
15+
tag: 0.6.3 # VERSION
1616

1717
imagePullSecrets: []
1818
nameOverride: ""

docker-compose/.env

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
EDITION=release
22

33
# version
4-
UNIVERSER_VERSION=0.6.2
5-
COLLABORATION_SERVER_VERSION=0.6.2
6-
UNIVER_WORKER_EXCHANGE_VERSION=0.6.2
7-
UNIVER_DEMO_UI_VERSION=0.6.2
4+
UNIVERSER_VERSION=0.6.3
5+
COLLABORATION_SERVER_VERSION=0.6.3
6+
UNIVER_WORKER_EXCHANGE_VERSION=0.6.3
7+
UNIVER_DEMO_UI_VERSION=0.6.3
88
UNIVERSER_SQL_VERSION=0.0.15
99
POSTGRES_VERSION=16.1
1010
MYSQL_VERSION=8.3.0

docker-compose/run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

3-
RELEASE_TIME="1740811795" # RELEASE_TIME
3+
RELEASE_TIME="1741084959" # RELEASE_TIME
44

55
PLATFORM=$(uname)
66
SED="sed -i"

0 commit comments

Comments
 (0)