You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Release v1.34.3
Bug Fixes
portainer_stack: active = false now persists on repository stacks (#139) -
the update path stopped the stack before the git redeploy, which restarted it,
so active = false never took effect (perpetual true -> false diff). The stop
now runs after the redeploy.
portainer_environment: type = 4 creates a Docker Edge Agent, not Kubernetes
(#140) - an Edge Agent create now sends ContainerEngine=docker, so Portainer
provisions the requested Docker edge (type 4) instead of a Kubernetes edge (type 7).