Skip to content

Commit 8ee968b

Browse files
jikkaihexf00
andauthored
feat: update to 0.5.1 (#174)
Co-authored-by: GitHub Actions <hexf00@users.noreply.github.com>
1 parent 46849e3 commit 8ee968b

File tree

8 files changed

+16
-13
lines changed

8 files changed

+16
-13
lines changed

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.5.0 # VERSION
14+
tag: 0.5.1 # 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.5.0 # VERSION
15+
tag: 0.5.1 # VERSION
1616

1717
imagePullSecrets: []
1818
nameOverride: ""

charts/univer-stack/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ collaboration-demo:
9595
worker:
9696
image:
9797
repository: release/worker-exchange
98-
tag: 0.5.0 # VERSION
98+
tag: 0.5.1 # VERSION
9999
temporalServer:
100100
host: temporal-frontend:7233
101101
namespace: univer
@@ -259,7 +259,7 @@ redis:
259259
image:
260260
registry: univer-acr-registry.cn-shenzhen.cr.aliyuncs.com
261261
repository: release/redis
262-
tag: 7.2.4-debian-11-r4
262+
tag: 7.2.4-debian-12-r12
263263
metrics:
264264
enabled: true
265265
image:

charts/universer/config/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ data:
1919
dsn: {{ include "universer.database.dsn" .Values.config.database }}
2020
replicaDSN: {{ include "universer.database.replicaDSN" .Values.config.database }}
2121
rabbitmq:
22+
enabled: {{ .Values.config.rabbitmq.enabled }}
2223
addr: amqp://{{ .Values.config.rabbitmq.username }}:{{ .Values.config.rabbitmq.password }}@{{ tpl .Values.config.rabbitmq.host . }}:{{ .Values.config.rabbitmq.port }}/
2324
{{- with .Values.config.rabbitmq.cluster }}
2425
cluster:

charts/universer/values.yaml

Lines changed: 2 additions & 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.5.0 # VERSION
15+
tag: 0.5.1 # VERSION
1616

1717
imagePullSecrets: []
1818
nameOverride: ""
@@ -91,6 +91,7 @@ config:
9191
password: postgres
9292
replicaHost: ""
9393
rabbitmq:
94+
enabled: true
9495
host: rabbitmq
9596
port: 5672
9697
username: guest

docker-compose/.env

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

33
# version
4-
UNIVERSER_VERSION=0.5.0
5-
COLLABORATION_SERVER_VERSION=0.5.0
6-
UNIVER_WORKER_EXCHANGE_VERSION=0.5.0
7-
UNIVER_DEMO_UI_VERSION=0.5.0
4+
UNIVERSER_VERSION=0.5.1
5+
COLLABORATION_SERVER_VERSION=0.5.1
6+
UNIVER_WORKER_EXCHANGE_VERSION=0.5.1
7+
UNIVER_DEMO_UI_VERSION=0.5.1
88
UNIVERSER_SQL_VERSION=0.0.12
99
POSTGRES_VERSION=16.1
1010
MYSQL_VERSION=8.3.0
1111
RABBITMQ_VERSION=3-management
1212
TEMPORAL_VERSION=1.22.2
13-
REDIS_VERSION=7.0.15-debian-11-r3
13+
REDIS_VERSION=7.2.4-debian-12-r12
1414
MINIO_VERSION=2024.8.3-debian-12-r1
1515
LOKI_VERSION=2.9.10
1616
PROMTAIL_VERSION=2.9.0
@@ -105,7 +105,7 @@ AUTH_PERMISSION_ENABLE_OBJ_INHERIT=false
105105
AUTH_PERMISSION_CUSTOMER_STRATEGIES=
106106

107107
# usip about
108-
USIP_ENBALED=false
108+
USIP_ENABLED=false
109109
USIP_URI_CREDENTIAL=http://univer-demo-usip:8080/usip/credential
110110
USIP_URI_USERINFO=http://univer-demo-usip:8080/usip/userinfo
111111
USIP_URI_ROLE=http://univer-demo-usip:8080/usip/role

docker-compose/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Replace localhost with the local IP for S3_ENDPOINT_PUBLIC config in .env file,
5555
# Replace to: S3_ENDPOINT_PUBLIC=http://192.168.50.172:19000
5656
```
5757

58-
2. How to enable observability compoment?
58+
2. How to enable observability component?
5959
```
6060
set in the .env file:
6161
ENABLE_UNIVER_OBSERVABILITY=true

docker-compose/configs/config.yaml.template

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ data:
1717
dsn: ${DATABASE_DSN}
1818
replicaDSN: ${DATABASE_REPLICA_DSN}
1919
rabbitmq:
20+
enabled: true
2021
addr: amqp://${RABBITMQ_USERNAME}:${RABBITMQ_PASSWORD}@${RABBITMQ_HOST}:${RABBITMQ_PORT}/
2122
eventSync: ${EVENT_SYNC}
2223
cluster:
@@ -97,7 +98,7 @@ sesConfig:
9798
login: ""
9899
clipsheetWorkflow: ""
99100
usip:
100-
enabled: ${USIP_ENBALED}
101+
enabled: ${USIP_ENABLED}
101102
uri:
102103
credential: ${USIP_URI_CREDENTIAL}
103104
userinfo: ${USIP_URI_USERINFO}

0 commit comments

Comments
 (0)