Skip to content

v1.9.0

Choose a tag to compare

@GavinLucas GavinLucas released this 23 Jun 15:04
8041858

Quite a significant change in this release. You're now able to manage multiple docker hosts, both local and remote (TCP, TLS or SSH) from the same plugin. You can also flag a host as read-only which gives you lots of powerful tools to manage your deployments.

This means that you can do things like manage your local development environment, a read-write staging environment, and a read-only production environment all from one agent. You can ask questions like 'why did my container crash in staging?', 'am I suffering memory pressure in production?', 'what differences are there between my staging and production environments?', 'give me an overview of the status of all my environments'.

It will still basically be plug and play with zero configuration for simple environments where you're just managing the local docker daemon, but also hopefully a game changer for administrators of production environments.

What's Changed

  • Harden publish-registry against the image-build race by @GavinLucas in #75
  • Build(deps): Bump actions/checkout from 6.0.3 to 7.0.0 in the actions group by @dependabot[bot] in #76
  • Build(deps): Bump pydantic-settings from 2.14.0 to 2.14.2 by @dependabot[bot] in #77
  • Add PR review instructions to copilot-instructions by @GavinLucas in #78
  • Minor changes to README.md by @GavinLucas in #79
  • Multi-host daemon support (DOCKER_MCP_SERVER_HOSTS) by @GavinLucas in #91

Full Changelog: v1.8.1...v1.9.0