File tree Expand file tree Collapse file tree 10 files changed +21
-12
lines changed
Expand file tree Collapse file tree 10 files changed +21
-12
lines changed Original file line number Diff line number Diff 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 :
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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
1616imagePullSecrets : []
1717nameOverride : " "
Original file line number Diff line number Diff line change 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
1717imagePullSecrets : []
1818nameOverride : " "
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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
1717imagePullSecrets : []
1818nameOverride : " "
Original file line number Diff line number Diff line change 11EDITION = 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
88UNIVERSER_SQL_VERSION = 0.0.15
99POSTGRES_VERSION = 16.1
1010MYSQL_VERSION = 8.3.0
Original file line number Diff line number Diff line change 11#! /bin/bash
22
3- RELEASE_TIME=" 1740811795 " # RELEASE_TIME
3+ RELEASE_TIME=" 1741084959 " # RELEASE_TIME
44
55PLATFORM=$( uname)
66SED=" sed -i"
You can’t perform that action at this time.
0 commit comments