Skip to content

Releases: palantir/distgo

v1.60.0

02 Aug 18:46
a736050
Compare
Choose a tag to compare

Automated release, no documented user facing changes

v1.59.0

13 Jul 01:21
76659df
Compare
Choose a tag to compare

Automated release, no documented user facing changes

v1.58.0

24 Jun 07:32
28d5ccb
Compare
Choose a tag to compare

Automated release, no documented user facing changes

v1.57.0

16 May 12:31
ca45786
Compare
Choose a tag to compare

Automated release, no documented user facing changes

v1.56.0

07 Apr 00:59
59212b1
Compare
Choose a tag to compare

Automated release, no documented user facing changes

v1.55.0

22 Mar 01:14
533a9f1
Compare
Choose a tag to compare

Automated release, no documented user facing changes

v1.54.0

09 Mar 18:02
a5140f0
Compare
Choose a tag to compare
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

03 Mar 02:19
e1a4302
Compare
Choose a tag to compare

No documented user facing changes

v1.52.0

03 Mar 00:10
04a6cdf
Compare
Choose a tag to compare
Type Description Link
Fix Revert publishing OCI artifacts #333

v1.51.0

27 Feb 17:47
cec81f4
Compare
Choose a tag to compare
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