| Image |
Var |
Current → Latest |
portainer/portainer-ce |
PORTAINER_VERSION |
2.41.1 → 2.43.0 |
portainer/agent |
PORTAINER_AGENT_VERSION |
2.41.1 → 2.43.0 |
⚠️ Must bump BOTH together
Master (portainer-ce) and the peer agent must be the exact same version. A version mismatch produces a TLS handshake EOF and a misleading "agent already paired with another Portainer instance" error in the UI. Bump PORTAINER_VERSION and PORTAINER_AGENT_VERSION in the same commit.
Notes
- After the bump, verify the endpoint recovers to Up (
Status=1, not Down) — Docker 29 API-compat has bitten older Portainer clients before; 2.43.0 should be clear but confirm on the live master.
group_add: ["${DOCKER_GID}"] must stay for /var/run/docker.sock access.
Definition of Done
Part of #131 · data source: #130
portainer/portainer-cePORTAINER_VERSION2.41.1→2.43.0portainer/agentPORTAINER_AGENT_VERSION2.41.1→2.43.0Master (
portainer-ce) and the peeragentmust be the exact same version. A version mismatch produces a TLS handshakeEOFand a misleading "agent already paired with another Portainer instance" error in the UI. BumpPORTAINER_VERSIONandPORTAINER_AGENT_VERSIONin the same commit.Notes
Status=1, not Down) — Docker 29 API-compat has bitten older Portainer clients before; 2.43.0 should be clear but confirm on the live master.group_add: ["${DOCKER_GID}"]must stay for/var/run/docker.sockaccess.Definition of Done
docker manifest inspect portainer/portainer-ce:2.43.0 | grep -c '"architecture": "arm64"'≥ 1 and same forportainer/agent:2.43.0PORTAINER_VERSIONandPORTAINER_AGENT_VERSIONintemplates/versions.envbash tests/compose/test_image_tags_exist.sh core/compose.ymlgreenAGMIND_GOLDEN_ACCEPT=1 bash tests/golden/run.sh --update --update-all(verify drift is expected)agmind doctor= 0 errorsagmind update --rollbackdevelopPart of #131 · data source: #130