Skip to content

Commit 068f373

Browse files
nipunn1313Convex, Inc.
authored andcommitted
Release the self-hosted update with changelog. (#37660)
Manually tested docker compose up. GitOrigin-RevId: 95cb29f4296b136d0b6f464758cdb39d734896fe
1 parent c33eb07 commit 068f373

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
lines changed

self-hosted/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@ Different versions are not guaranteed to be compatible with one another.
1010
Follow the instructions in the [README](README.md#software-upgrades) to upgrade
1111
your self-hosted backend and dashboard.
1212

13+
## 2025-05-29 `c1a7ac393888d743e704de56cf569a154b4526d4`
14+
15+
- Fix bug that prevented folks with crons from upgrading existing older
16+
self-hosted deployments to `478d197d54ee6e873f06cf9e9deae1eb4aa35bb5`.
17+
1318
## 2025-05-23 `478d197d54ee6e873f06cf9e9deae1eb4aa35bb5`
1419

1520
- Tons and tons of backend improvements.

self-hosted/docker/docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
services:
22
backend:
3-
image: ghcr.io/get-convex/convex-backend:478d197d54ee6e873f06cf9e9deae1eb4aa35bb5
3+
image: ghcr.io/get-convex/convex-backend:c1a7ac393888d743e704de56cf569a154b4526d4
44
stop_grace_period: 10s
55
stop_signal: SIGINT
66
ports:
@@ -40,7 +40,7 @@ services:
4040
start_period: 10s
4141

4242
dashboard:
43-
image: ghcr.io/get-convex/convex-dashboard:478d197d54ee6e873f06cf9e9deae1eb4aa35bb5
43+
image: ghcr.io/get-convex/convex-dashboard:c1a7ac393888d743e704de56cf569a154b4526d4
4444
stop_grace_period: 10s
4545
stop_signal: SIGINT
4646
ports:

self-hosted/fly/backend/fly.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ app = 'convex-backend'
77
primary_region = 'iad'
88

99
[build]
10-
image = 'ghcr.io/get-convex/convex-backend:478d197d54ee6e873f06cf9e9deae1eb4aa35bb5'
10+
image = 'ghcr.io/get-convex/convex-backend:c1a7ac393888d743e704de56cf569a154b4526d4'
1111

1212
[env]
1313
TMPDIR = '/convex/data/tmp'

self-hosted/fly/dashboard/fly.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ app = 'convex-dashboard'
77
primary_region = 'iad'
88

99
[build]
10-
image = 'ghcr.io/get-convex/convex-dashboard:478d197d54ee6e873f06cf9e9deae1eb4aa35bb5'
10+
image = 'ghcr.io/get-convex/convex-dashboard:c1a7ac393888d743e704de56cf569a154b4526d4'
1111

1212
[[services]]
1313
protocol = 'tcp'

0 commit comments

Comments
 (0)