aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1093066c2..04a912d6b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,6 +6,10 @@
- Bugfix: Handle zero length file attachments without assert
- Bugfix: Hub child process spawning on Linux now uses `vfork` instead of `fork`, preventing ENOMEM failures on systems with strict memory overcommit (`vm.overcommit_memory=2`)
- Bugfix: Fixed process group management on POSIX; child processes were not placed into the correct process group, breaking group-wide signal delivery
+- Bugfix: Fixed IMDS token request using wrong `Put` overload, causing EC2 credential fetching to fail
+- Bugfix: Fixed Consul health check URL using empty address instead of `localhost` when no address is configured
+- Bugfix: Fixed Consul service deregister failing when the service was registered via a different agent; deregister now falls back to catalog deregister
+- Bugfix: Fixed hub dashboard stats endpoint path in compute hub page
## 5.8.1
- Feature: Hub dashboard now shows a Resources tile with disk and memory usage against configured limits