Docker Compose Plugin Release Notes
0.1.2
- Resource type renamed to
DOCKER::Compose::Stack: the namespace prefix is now uppercase to match the formae convention (namespace = "DOCKER"). The schema generates this name automatically, so PKL forma files that import the compose schema don't need any change. Forma files that reference the resource type by string (e.g. in queries) should switch fromDocker::Compose::StacktoDOCKER::Compose::Stack.
0.1.1
-
Pick individual endpoints by name: You can now reference a specific endpoint from a compose stack instead of getting the entire endpoints map. Use
.at("service:port")on the endpoints resolvable:url = lgtmStack.res.endpoints.at("lgtm:3000")This makes it easy to wire compose stack services into other plugin targets, like connecting Grafana to an LGTM stack in a single forma file.
0.1.0
Initial release of the Docker Compose plugin as a standalone package built on the formae Plugin SDK.