Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .template.huly.conf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
HULY_VERSION=v0.7.342
DESKTOP_CHANNEL=0.7.342
HULY_VERSION=v0.7.350
DESKTOP_CHANNEL=0.7.350
DOCKER_NAME=huly_v7

# The address of the host or server from which you will access your Huly instance.
Expand Down
4 changes: 4 additions & 0 deletions MIGRATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ WARNING: if you are migrating from v6 see [v0.7.204](#v07204) for details.
> [!CAUTION]
> Do not upgrade directly from v6 to v7. Direct upgrades will lock your deployment with MongoDB-specific data, making the future migration significantly more complex. Follow the migration instructions below instead.

### v0.7.350

No changes required.

### v0.7.342

No changes required.
Expand Down
2 changes: 1 addition & 1 deletion kube/account/account-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ spec:
key: TRANSACTOR_URL
- name: QUEUE_CONFIG
value: redpanda:9092
image: hardcoreeng/account:v0.7.342
image: hardcoreeng/account:v0.7.350
name: account
ports:
- containerPort: 3000
Expand Down
2 changes: 1 addition & 1 deletion kube/collaborator/collaborator-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ spec:
secretKeyRef:
name: huly-secret
key: SERVER_SECRET
image: hardcoreeng/collaborator:v0.7.342
image: hardcoreeng/collaborator:v0.7.350
name: collaborator
ports:
- containerPort: 3078
Expand Down
2 changes: 1 addition & 1 deletion kube/front/front-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ spec:
value: http://stats
- name: DESKTOP_UPDATES_CHANNEL
value: selfhost
image: hardcoreeng/front:v0.7.342
image: hardcoreeng/front:v0.7.350
name: front
ports:
- containerPort: 8080
Expand Down
2 changes: 1 addition & 1 deletion kube/fulltext/fulltext-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ spec:
value: http://stats
- name: QUEUE_CONFIG
value: redpanda:9092
image: hardcoreeng/fulltext:v0.7.342
image: hardcoreeng/fulltext:v0.7.350
name: fulltext
ports:
- containerPort: 4700
Expand Down
2 changes: 1 addition & 1 deletion kube/rekoni/rekoni-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ spec:
app: rekoni
spec:
containers:
- image: hardcoreeng/rekoni-service:v0.7.342
- image: hardcoreeng/rekoni-service:v0.7.350
name: rekoni
env:
- name: SECRET
Expand Down
2 changes: 1 addition & 1 deletion kube/stats/stats-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ spec:
app: stats
spec:
containers:
- image: hardcoreeng/stats:v0.7.342
- image: hardcoreeng/stats:v0.7.350
name: stats
env:
- name: PORT
Expand Down
2 changes: 1 addition & 1 deletion kube/transactor/transactor-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ spec:
key: SERVER_SECRET
- name: QUEUE_CONFIG
value: redpanda:9092
image: hardcoreeng/transactor:v0.7.342
image: hardcoreeng/transactor:v0.7.350
name: transactor
ports:
- containerPort: 3333
Expand Down
2 changes: 1 addition & 1 deletion kube/workspace/workspace-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ spec:
key: SERVER_SECRET
- name: QUEUE_CONFIG
value: redpanda:9092
image: hardcoreeng/workspace:v0.7.342
image: hardcoreeng/workspace:v0.7.350
name: workspace
resources:
limits:
Expand Down