Releases: palantir/distgo
Releases · palantir/distgo
v1.60.0
Automated release, no documented user facing changes
v1.59.0
Automated release, no documented user facing changes
v1.58.0
Automated release, no documented user facing changes
v1.57.0
Automated release, no documented user facing changes
v1.56.0
Automated release, no documented user facing changes
v1.55.0
Automated release, no documented user facing changes
v1.54.0
Type | Description | Link |
---|---|---|
Feature | Add support for publishing multi-architecture docker images as part of the "push" command if the corresponding OCI artifact exists. This behavior is gated on the existence of an OCI layout existing in the expected "dist" directory for the docker configuration we're pushing, and handles both image index and image manifest types. If no OCI layout exists on disk, this change will have no affect to the previous push behavior. |
#339 |
v1.53.0
No documented user facing changes
v1.52.0
v1.51.0
Type | Description | Link |
---|---|---|
Fix | Use buildx subcommand for docker daemon output builds. This fixes the docker daemon output type for dockerfiles which take advantage of various buildkit features, such as platform args. The buildx subcommand is backwards compatible, so Dockerfiles which worked with previous versions of this plugin should continue building without issues. |
#329 |