Pulse/internal/dockeragent
rcourtman c3a5aacd21 Fix standalone docker agent version comparison prefix mismatch
The unified agent got the version normalization fix (1b866598), but the
standalone docker agent's checkForUpdates() still used direct string
comparison. When server returns "4.34.0" and agent has "v4.34.0", this
caused an infinite self-update loop.

Apply the same normalizeVersion() function used in the unified agent.

Related to #773
2025-11-29 00:04:43 +00:00
..
agent.go Fix standalone docker agent version comparison prefix mismatch 2025-11-29 00:04:43 +00:00
agent_integration_test.go chore: snapshot current changes 2025-11-02 22:47:55 +00:00
agent_internal_test.go Refactor: Code cleanup and localStorage consolidation 2025-11-04 21:50:46 +00:00
agent_log_test.go Improve agent update logging and installer warnings (related to #737) 2025-11-23 22:07:37 +00:00
swarm.go fix: remove ineffectual assignments 2025-11-27 09:48:29 +00:00
system.go Fix settings security tab navigation 2025-10-11 23:29:47 +00:00
version.go Fix critical version embedding issues for 4.26 release 2025-11-06 11:42:52 +00:00