Skip to content

v1.34.3

Latest

Choose a tag to compare

@grulicht grulicht released this 02 Aug 10:23
c1ecb9e

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).