Update to version 0.7.426 (#308)

Signed-off-by: Artem Savchenko <armisav@gmail.com>
This commit is contained in:
Artyom Savchenko
2026-07-04 22:23:20 +07:00
committed by GitHub
parent a87765be62
commit e8c0350368
14 changed files with 20 additions and 16 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
HULY_VERSION=v0.7.423
DESKTOP_CHANNEL=0.7.423
HULY_VERSION=v0.7.426
DESKTOP_CHANNEL=0.7.426
DOCKER_NAME=huly_v7
# The address of the host or server from which you will access your Huly instance.
+4
View File
@@ -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.426
No changes required.
### v0.7.423
#### Print Service
+3 -3
View File
@@ -27,7 +27,7 @@ The Huly platform source code is available on GitHub: **[hcengineering/platform]
Before updating, **always review `MIGRATION.md`** in this repository:
- **Open `MIGRATION.md`** and find the section for your target version (for example `v0.7.423`).
- **Open `MIGRATION.md`** and find the section for your target version (for example `v0.7.426`).
- **If the section says "No changes required"**, you can upgrade just by updating container versions.
- **If there are additional steps**, follow them carefully (backup, config changes, service additions/removals, etc.) **before** or **during** the update.
- **If you are upgrading from any 0.6.x version to 0.7.x**, you **must** follow the dedicated migration steps in the `v0.7` section of `MIGRATION.md` (especially `v0.7.204`) instead of doing a direct in-place upgrade.
@@ -45,8 +45,8 @@ To update an existing self-hosted deployment to a new Huly version:
```
3. **Set the new Huly version in `.env`:**
- Edit the `.env` file in the project root and update:
- `HULY_VERSION` to the desired platform version tag (for example `v0.7.423`)
- `DESKTOP_CHANNEL` to the same version without the leading `v` (for example `0.7.423`) if you use the desktop app.
- `HULY_VERSION` to the desired platform version tag (for example `v0.7.426`)
- `DESKTOP_CHANNEL` to the same version without the leading `v` (for example `0.7.426`) if you use the desktop app.
4. **Pull updated container images:**
```bash
docker compose pull
+1 -1
View File
@@ -3,7 +3,7 @@ name: huly
description: Huly — open-source project management platform
type: application
version: 0.1.0
appVersion: "0.7.423"
appVersion: "0.7.426"
home: https://huly.io
sources:
- https://github.com/hcengineering/huly-selfhost
+1 -1
View File
@@ -314,7 +314,7 @@ All app services share these overridable keys: `<svc>.replicas`, `<svc>.resource
| Key | Description | Default |
|-----|-------------|---------|
| `hulyVersion` | Image tag for all Huly services | `v0.7.423` |
| `hulyVersion` | Image tag for all Huly services | `v0.7.426` |
| `kvs.enabled` | Deploy KVS (key-value store) service | `true` |
### GitHub Integration
+1 -1
View File
@@ -10,7 +10,7 @@ fullnameOverride: ""
# ──────────────────────────────────────────────────────────────
# Global image tag for all Huly services
# ──────────────────────────────────────────────────────────────
hulyVersion: v0.7.423
hulyVersion: v0.7.426
# Docker registry prefix for Huly service images.
# Default "hardcoreeng" pulls from Docker Hub (hardcoreeng/front, etc.).
+1 -1
View File
@@ -59,7 +59,7 @@ spec:
key: TRANSACTOR_URL
- name: QUEUE_CONFIG
value: redpanda:9092
image: hardcoreeng/account:v0.7.423
image: hardcoreeng/account:v0.7.426
name: account
ports:
- containerPort: 3000
@@ -32,7 +32,7 @@ spec:
secretKeyRef:
name: huly-secret
key: SERVER_SECRET
image: hardcoreeng/collaborator:v0.7.423
image: hardcoreeng/collaborator:v0.7.426
name: collaborator
ports:
- containerPort: 3078
+1 -1
View File
@@ -71,7 +71,7 @@ spec:
value: http://stats
- name: DESKTOP_UPDATES_CHANNEL
value: selfhost
image: hardcoreeng/front:v0.7.423
image: hardcoreeng/front:v0.7.426
name: front
ports:
- containerPort: 8080
+1 -1
View File
@@ -49,7 +49,7 @@ spec:
value: http://stats
- name: QUEUE_CONFIG
value: redpanda:9092
image: hardcoreeng/fulltext:v0.7.423
image: hardcoreeng/fulltext:v0.7.426
name: fulltext
ports:
- containerPort: 4700
+1 -1
View File
@@ -15,7 +15,7 @@ spec:
app: rekoni
spec:
containers:
- image: hardcoreeng/rekoni-service:v0.7.423
- image: hardcoreeng/rekoni-service:v0.7.426
name: rekoni
env:
- name: SECRET
+1 -1
View File
@@ -15,7 +15,7 @@ spec:
app: stats
spec:
containers:
- image: hardcoreeng/stats:v0.7.423
- image: hardcoreeng/stats:v0.7.426
name: stats
env:
- name: PORT
+1 -1
View File
@@ -53,7 +53,7 @@ spec:
key: SERVER_SECRET
- name: QUEUE_CONFIG
value: redpanda:9092
image: hardcoreeng/transactor:v0.7.423
image: hardcoreeng/transactor:v0.7.426
name: transactor
ports:
- containerPort: 3333
+1 -1
View File
@@ -49,7 +49,7 @@ spec:
key: SERVER_SECRET
- name: QUEUE_CONFIG
value: redpanda:9092
image: hardcoreeng/workspace:v0.7.423
image: hardcoreeng/workspace:v0.7.426
name: workspace
resources:
limits: