Commit graph

97 commits

Author SHA1 Message Date
rcourtman
71a7249fd7 chore: bump version to 5.1.17
Some checks are pending
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
rcourtman
1feff00cc5 chore: Bump version to 5.0.9. Related to #1009 2026-01-01 23:27:15 +00:00
rcourtman
0c87357fe4 Prepare v5.0.8 release 2026-01-01 10:27:42 +00:00
rcourtman
336714c610 chore: Bump version to 5.0.7 2025-12-30 23:26:59 +00:00
rcourtman
3b506e3ecb docs: Add Docker container update documentation
- Document the new one-click container update feature
- Explain update detection, safety features, and requirements
- Bump VERSION to 5.0.6 for release
2025-12-29 10:06:34 +00:00
rcourtman
b562a77f84 chore: bump version to 5.0.5 2025-12-27 11:07:53 +00:00
rcourtman
0b79fcdfd8 chore: bump version to 5.0.4 2025-12-26 13:28:16 +00:00
rcourtman
0a25da05d3 fix: VERSION file should not have v prefix 2025-12-24 23:15:09 +00:00
rcourtman
5b28ed6f50 chore: bump version to v5.0.3 2025-12-24 22:21:03 +00:00
rcourtman
3b318e78e8 chore: bump version to 5.0.2 2025-12-24 17:46:47 +00:00
rcourtman
b14d268148 chore: bump version to 5.0.1 2025-12-24 11:05:31 +00:00
rcourtman
0d8231a962 chore: bump VERSION to 5.0.0 2025-12-23 20:18:49 +00:00
rcourtman
e778ba76d9 chore: bump version to 5.0.0-rc.4 2025-12-18 16:27:43 +00:00
rcourtman
e3e8e544f8 chore: bump version to 5.0.0-rc.3 2025-12-16 09:22:50 +00:00
rcourtman
d5c20556db chore: bump version to 5.0.0-rc.2 2025-12-15 13:38:45 +00:00
rcourtman
12ef347912 chore: prepare for v5.0.0-rc.1 release
- Update VERSION to 5.0.0-rc.1
- Add prerelease detection to create-release workflow
- Mark RC releases as prereleases on GitHub (not 'latest')
- Update publish-docker workflow to skip :latest tag for RCs
- Support -rc.N, -alpha.N, and -beta.N version suffixes
2025-12-14 16:23:40 +00:00
rcourtman
6aa51fefb5 chore: bump version to 4.36.2 2025-12-03 22:26:52 +00:00
rcourtman
b41ab8e39c chore: bump version to 4.36.1 2025-12-03 09:05:48 +00:00
rcourtman
763c9d03af Bump version to 4.36.0 2025-12-01 22:57:07 +00:00