rcourtman
c8f1ad75cf
Bump version to 5.1.28
2026-04-14 16:58:58 +01:00
rcourtman
d8986a0285
Prepare v5.1.27 release
2026-04-09 14:34:10 +01:00
rcourtman
8e127a6961
Prepare v5.1.27-rc.3 release
2026-04-07 10:51:18 +01:00
rcourtman
92b6a732ca
Prepare v5.1.27-rc.2 release
2026-04-05 23:36:51 +01:00
rcourtman
c585daf830
Prepare v5.1.27-rc.1 release
2026-04-01 13:26:37 +01:00
rcourtman
fead438a49
Prepare v5.1.26 release
2026-03-31 08:42:29 +01:00
rcourtman
ba3cdca961
Prepare v5.1.26-rc.2 release
2026-03-28 08:07:16 +00:00
rcourtman
d508507ed2
Prepare v5.1.26-rc.1 release
2026-03-27 09:24:13 +00:00
rcourtman
318849daa2
Revert "Prepare v5.1.25-rc.2 release"
...
This reverts commit ced2006378 .
2026-03-25 22:58:42 +00:00
rcourtman
ced2006378
Prepare v5.1.25-rc.2 release
2026-03-25 22:46:37 +00:00
rcourtman
2e0d974bb3
Prepare v5.1.25-rc.1 release
2026-03-25 13:33:02 +00:00
rcourtman
da982d0fca
Prepare v5.1.24 release
2026-03-14 16:43:26 +00:00
rcourtman
83d3e3e95e
Bump version to 5.1.23
2026-03-09 21:49:21 +00:00
rcourtman
43864ffb95
Bump version to 5.1.22
2026-03-08 11:51:17 +00:00
rcourtman
9244498b75
Bump version to 5.1.21
2026-03-06 11:05:01 +00:00
rcourtman
ed8283b223
Bump version to 5.1.20
Build and Test / Secret Scan (push) Waiting to run
Build and Test / Frontend & Backend (push) Waiting to run
Core E2E Tests / Playwright Core E2E (push) Waiting to run
2026-03-05 23:46:35 +00:00
rcourtman
7cfcaab250
chore: bump version to 5.1.19
2026-03-05 10:01:43 +00:00
rcourtman
1c9d53cf20
chore: bump version to 5.1.18
2026-03-03 20:56:04 +00:00
rcourtman
71a7249fd7
chore: bump version to 5.1.17
Build and Test / Secret Scan (push) Waiting to run
Build and Test / Frontend & Backend (push) Waiting to run
Helm CI / Lint and Render Chart (push) Waiting to run
Core E2E Tests / Playwright Core E2E (push) Waiting to run
2026-03-02 17:51:50 +00:00
rcourtman
fa48369dbb
chore(release): bump version to 5.1.16
2026-03-01 22:40:55 +00:00
rcourtman
2f059e650e
chore(release): bump version to 5.1.15
2026-02-27 14:29:10 +00:00
rcourtman
a5fb155b88
chore(release): bump version to 5.1.14
2026-02-24 23:39:42 +00:00
rcourtman
180c8738b4
chore(release): bump version to 5.1.13
2026-02-22 12:01:38 +00:00
rcourtman
934b0f61a3
chore: bump version to 5.1.12
2026-02-20 20:19:07 +00:00
rcourtman
d62b0bd0a4
chore: bump version to 5.1.11
2026-02-19 19:47:10 +00:00
rcourtman
d3554f14f8
chore: bump VERSION to 5.1.10
2026-02-18 12:57:06 +00:00
rcourtman
6f156cd211
fix: exit agent when exec fails after binary replacement during auto-update
...
When syscall.Exec() fails after the binary has already been atomically
replaced on disk, the old process would log an error and keep running
indefinitely with stale code. The next update check (1 hour later) sees
the on-disk version matches the server and skips the update — so the
restart is never retried.
Now the agent exits with code 1 when this happens, allowing systemd (or
any service manager) to restart it with the new binary. This fixes the
"temperature broken after each upgrade" reports where users had to
manually reinstall the agent after every Pulse server upgrade.
Fixes #1247
2026-02-11 14:26:14 +00:00
rcourtman
0787388ae7
chore: bump version to 5.1.8
2026-02-10 21:55:08 +00:00
rcourtman
120a1032d6
chore(release): bump version to 5.1.7
2026-02-10 09:24:59 +00:00
rcourtman
9e8d702a18
chore(release): bump version to 5.1.6
2026-02-09 14:00:53 +00:00
rcourtman
8a48acef1d
fix: hotfix 5.1.5 — node duplication, alert scrambling, ntfy resolved formatting
...
- fix(models): filter nodes by instance in UpdateNodesForInstance to prevent
PVE node duplication across poll cycles (#1214 , #1192 , #1217 )
- fix(alerts): sort GetActiveAlerts output for stable ordering, preventing
hostname scrambling in frontend (#1218 )
- fix(notifications): add ntfy-specific resolved webhook formatting with
plain-text body and proper headers (#1213 )
- fix(frontend): respect "hide Docker update actions" setting in
DockerFilter Update All button (#1219 )
- fix(frontend): add missing v prefix to GitHub release tag URLs (#1195 )
- fix(monitoring): reduce disk detection warning from Warn to Debug to
eliminate log spam for pass-through disks (#1216 )
- chore: bump VERSION to 5.1.5
2026-02-08 11:48:22 +00:00
rcourtman
d1e61d8a8a
fix: ship alerting hotfixes and prepare 5.1.4
2026-02-07 22:05:55 +00:00
rcourtman
839ed5cc1e
docs(release): finalize hotfix 5.1.3 checklist and version bump
2026-02-07 14:18:53 +00:00
rcourtman
247cb0baa6
chore: bump version to 5.1.2
2026-02-04 22:34:10 +00:00
rcourtman
0635d91581
chore: bump version to 5.1.1
2026-02-04 20:37:10 +00:00
rcourtman
631a59465c
Bump VERSION to 5.1.0 for stable release
2026-02-04 16:28:50 +00:00
rcourtman
7d0d7bb523
chore: bump version to 5.1.0-rc.2
2026-02-03 16:54:18 +00:00
rcourtman
6ff5ca94c3
Bump version to 5.1.0-rc.1
2026-02-02 23:22:04 +00:00
rcourtman
f993b14e73
Prepare v5.0.17 release
2026-01-20 17:24:39 +00:00
rcourtman
632959d880
chore: bump version to 5.0.16
2026-01-12 19:45:14 +00:00
rcourtman
bf9d829e09
Revert "chore: bump version to 5.0.16"
...
This reverts commit 9705a64d35 .
2026-01-12 18:59:08 +00:00
rcourtman
9705a64d35
chore: bump version to 5.0.16
2026-01-12 18:35:33 +00:00
rcourtman
ba149d7cd4
Revert "chore: bump version to 5.0.16"
...
This reverts commit 8b971f6f71 .
2026-01-12 18:32:12 +00:00
rcourtman
8b971f6f71
chore: bump version to 5.0.16
2026-01-12 18:24:39 +00:00
rcourtman
66dff95355
chore: bump version to 5.0.15
2026-01-11 13:46:44 +00:00
rcourtman
2a0909e9aa
chore: bump version to 5.0.14
2026-01-10 18:48:40 +00:00
rcourtman
486ee29bc8
chore: bump version to 5.0.13 and fix test mocks
2026-01-10 00:27:11 +00:00
rcourtman
cfcba70b2b
chore: Bump version to 5.0.12
2026-01-05 23:48:57 +00:00
rcourtman
121adbf00a
chore: bump version to 5.0.11
2026-01-04 15:27:58 +00:00
rcourtman
a0e5f22983
chore: bump version to 5.0.10
2026-01-02 20:17:09 +00:00