mirror of
https://github.com/hcengineering/huly-selfhost.git
synced 2026-08-17 21:25:55 +02:00
+2
-2
@@ -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.
|
||||
|
||||
+1
-1
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
+1
-1
@@ -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.382` |
|
||||
| `hulyVersion` | Image tag for all Huly services | `v0.7.423` |
|
||||
| `kvs.enabled` | Deploy KVS (key-value store) service | `true` |
|
||||
|
||||
### GitHub Integration
|
||||
|
||||
@@ -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.).
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user