Skip to content

v1.1.0

Choose a tag to compare

@github-actions github-actions released this 13 Aug 08:18
· 2 commits to master since this release

Added

  • stackd runtime [native|docker] sets a default runtime for new instances. Native stays the default.
  • --docker / --native on stackd create override the default for one instance.
  • Docker instances pull official images, bind 127.0.0.1, and keep data under ~/.stackd/instances/….
  • stackd doctor checks the Docker CLI and daemon when Docker is in use.
  • Status, list, and home show each instance’s runtime.

Existing instances keep the runtime they were created with. Native data directories are not migrated into Docker.

After upgrading:

composer global update vblinden/stackd
stackd runtime              # confirm default (native)
stackd runtime docker       # optional: new creates use images

Full Changelog: v1.0.10...v1.1.0