Skip to content

v1.34.1

Choose a tag to compare

@grulicht grulicht released this 24 Jul 13:36
· 2 commits to main since this release
72d4a21

Release v1.34.1

Bug Fixes

  • portainer_stack: honor active = false on create (#134) — a stack created
    with active = false is now stopped right after deployment instead of coming up
    running. Previously the flag was only applied on update, so a new stack always
    started, and with ignore_changes = [active] it never stopped at all.

Internal / Maintenance

  • Unify direct-HTTP call sites behind a single doJSON helper (auth + status +
    JSON decode) across 97 files, with typed API errors and 404 handling.
  • Add a table-driven CRUD test harness (crudCase).
  • Add a schema↔docs drift-check linter as a new CI guard.
  • Parallelize the e2e CI pipeline (shared composite setup action + split
    docker/kubernetes/swarm, edge and ssl jobs).

Documentation

  • Document previously-missing schema fields: portainer_edge_stack.always_clone,
    portainer_settings.black_listed_labels, portainer_settings.edge_portainer_url.