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