From 1710a7b8dafe641ca59d0af059ceccd77109cdcc Mon Sep 17 00:00:00 2001 From: Artem Savchenko Date: Sun, 10 May 2026 10:33:34 +0700 Subject: [PATCH] Update to v0.7.423 Signed-off-by: Artem Savchenko --- .template.huly.conf | 4 ++-- MIGRATION.md | 2 +- README.md | 6 +++--- helm/huly/Chart.yaml | 2 +- helm/huly/README.md | 2 +- helm/huly/values.yaml | 2 +- kube/account/account-deployment.yaml | 2 +- kube/collaborator/collaborator-deployment.yaml | 2 +- kube/front/front-deployment.yaml | 2 +- kube/fulltext/fulltext-deployment.yaml | 2 +- kube/rekoni/rekoni-deployment.yaml | 2 +- kube/stats/stats-deployment.yaml | 2 +- kube/transactor/transactor-deployment.yaml | 2 +- kube/workspace/workspace-deployment.yaml | 2 +- 14 files changed, 17 insertions(+), 17 deletions(-) diff --git a/.template.huly.conf b/.template.huly.conf index 0741ce3..c814bc0 100644 --- a/.template.huly.conf +++ b/.template.huly.conf @@ -1,5 +1,5 @@ -HULY_VERSION=v0.7.382 -DESKTOP_CHANNEL=0.7.382 +HULY_VERSION=v0.7.423 +DESKTOP_CHANNEL=0.7.423 DOCKER_NAME=huly_v7 # The address of the host or server from which you will access your Huly instance. diff --git a/MIGRATION.md b/MIGRATION.md index 98fb4bd..ccc4006 100644 --- a/MIGRATION.md +++ b/MIGRATION.md @@ -13,7 +13,7 @@ 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. -### Next release (TBD) +### v0.7.423 #### Print Service diff --git a/README.md b/README.md index c25594b..5aae414 100644 --- a/README.md +++ b/README.md @@ -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.382`). +- **Open `MIGRATION.md`** and find the section for your target version (for example `v0.7.423`). - **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.382`) - - `DESKTOP_CHANNEL` to the same version without the leading `v` (for example `0.7.382`) if you use the desktop app. + - `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. 4. **Pull updated container images:** ```bash docker compose pull diff --git a/helm/huly/Chart.yaml b/helm/huly/Chart.yaml index de1c0e3..3fb9f62 100644 --- a/helm/huly/Chart.yaml +++ b/helm/huly/Chart.yaml @@ -3,7 +3,7 @@ name: huly description: Huly — open-source project management platform type: application version: 0.1.0 -appVersion: "0.7.382" +appVersion: "0.7.423" home: https://huly.io sources: - https://github.com/hcengineering/huly-selfhost diff --git a/helm/huly/README.md b/helm/huly/README.md index 140e440..28fd1df 100644 --- a/helm/huly/README.md +++ b/helm/huly/README.md @@ -314,7 +314,7 @@ All app services share these overridable keys: `.replicas`, `.resource | Key | Description | Default | |-----|-------------|---------| -| `hulyVersion` | Image tag for all Huly services | `v0.7.382` | +| `hulyVersion` | Image tag for all Huly services | `v0.7.423` | | `kvs.enabled` | Deploy KVS (key-value store) service | `true` | ### GitHub Integration diff --git a/helm/huly/values.yaml b/helm/huly/values.yaml index 6ab7185..dd56573 100644 --- a/helm/huly/values.yaml +++ b/helm/huly/values.yaml @@ -10,7 +10,7 @@ fullnameOverride: "" # ────────────────────────────────────────────────────────────── # Global image tag for all Huly services # ────────────────────────────────────────────────────────────── -hulyVersion: v0.7.382 +hulyVersion: v0.7.423 # Docker registry prefix for Huly service images. # Default "hardcoreeng" pulls from Docker Hub (hardcoreeng/front, etc.). diff --git a/kube/account/account-deployment.yaml b/kube/account/account-deployment.yaml index 3d10ebd..5e4b8eb 100644 --- a/kube/account/account-deployment.yaml +++ b/kube/account/account-deployment.yaml @@ -59,7 +59,7 @@ spec: key: TRANSACTOR_URL - name: QUEUE_CONFIG value: redpanda:9092 - image: hardcoreeng/account:v0.7.382 + image: hardcoreeng/account:v0.7.423 name: account ports: - containerPort: 3000 diff --git a/kube/collaborator/collaborator-deployment.yaml b/kube/collaborator/collaborator-deployment.yaml index 2bc9293..496e8cd 100644 --- a/kube/collaborator/collaborator-deployment.yaml +++ b/kube/collaborator/collaborator-deployment.yaml @@ -32,7 +32,7 @@ spec: secretKeyRef: name: huly-secret key: SERVER_SECRET - image: hardcoreeng/collaborator:v0.7.382 + image: hardcoreeng/collaborator:v0.7.423 name: collaborator ports: - containerPort: 3078 diff --git a/kube/front/front-deployment.yaml b/kube/front/front-deployment.yaml index 52a7f30..d375b42 100644 --- a/kube/front/front-deployment.yaml +++ b/kube/front/front-deployment.yaml @@ -71,7 +71,7 @@ spec: value: http://stats - name: DESKTOP_UPDATES_CHANNEL value: selfhost - image: hardcoreeng/front:v0.7.382 + image: hardcoreeng/front:v0.7.423 name: front ports: - containerPort: 8080 diff --git a/kube/fulltext/fulltext-deployment.yaml b/kube/fulltext/fulltext-deployment.yaml index 19d1369..519b533 100644 --- a/kube/fulltext/fulltext-deployment.yaml +++ b/kube/fulltext/fulltext-deployment.yaml @@ -49,7 +49,7 @@ spec: value: http://stats - name: QUEUE_CONFIG value: redpanda:9092 - image: hardcoreeng/fulltext:v0.7.382 + image: hardcoreeng/fulltext:v0.7.423 name: fulltext ports: - containerPort: 4700 diff --git a/kube/rekoni/rekoni-deployment.yaml b/kube/rekoni/rekoni-deployment.yaml index feee5a4..776525c 100644 --- a/kube/rekoni/rekoni-deployment.yaml +++ b/kube/rekoni/rekoni-deployment.yaml @@ -15,7 +15,7 @@ spec: app: rekoni spec: containers: - - image: hardcoreeng/rekoni-service:v0.7.382 + - image: hardcoreeng/rekoni-service:v0.7.423 name: rekoni env: - name: SECRET diff --git a/kube/stats/stats-deployment.yaml b/kube/stats/stats-deployment.yaml index 661545a..4f71af3 100644 --- a/kube/stats/stats-deployment.yaml +++ b/kube/stats/stats-deployment.yaml @@ -15,7 +15,7 @@ spec: app: stats spec: containers: - - image: hardcoreeng/stats:v0.7.382 + - image: hardcoreeng/stats:v0.7.423 name: stats env: - name: PORT diff --git a/kube/transactor/transactor-deployment.yaml b/kube/transactor/transactor-deployment.yaml index 6677e1f..428a8a4 100644 --- a/kube/transactor/transactor-deployment.yaml +++ b/kube/transactor/transactor-deployment.yaml @@ -53,7 +53,7 @@ spec: key: SERVER_SECRET - name: QUEUE_CONFIG value: redpanda:9092 - image: hardcoreeng/transactor:v0.7.382 + image: hardcoreeng/transactor:v0.7.423 name: transactor ports: - containerPort: 3333 diff --git a/kube/workspace/workspace-deployment.yaml b/kube/workspace/workspace-deployment.yaml index 9d53939..6953ff3 100644 --- a/kube/workspace/workspace-deployment.yaml +++ b/kube/workspace/workspace-deployment.yaml @@ -49,7 +49,7 @@ spec: key: SERVER_SECRET - name: QUEUE_CONFIG value: redpanda:9092 - image: hardcoreeng/workspace:v0.7.382 + image: hardcoreeng/workspace:v0.7.423 name: workspace resources: limits: