Skip to content

Releases: palantir/distgo

v1.50.0

23 Feb 01:51
2952b5f
Compare
Choose a tag to compare
Type Description Link
Improvement Add support for multi-architecture builds with a docker buildx builder.
This is not directly exposed to end users of distgo, and the default
behavior is identical, but allows for plugins to start using this builder.

The only supported output for multi-architecture builds is an OCI image
layout, which is produced in a new dist directory.
#307, https://github.com/opencontainers/image-spec/blob/24027e1093941c9785f19475c8c1a4a8bef23c29/image-layout.md
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.

If no OCI layout exists on disk, this change will have no affect to the
previous push behavior.
#309
Fix Removes the "--install" flag for the "build" command. The underlying flag (the "-i" flag for the "go build" command) has been deprecated since Go 1.16 and was removed in Go 1.20. #318

v1.49.0

10 Feb 05:46
f0f911d
Compare
Choose a tag to compare

Automated release, no documented user facing changes

v1.48.0

10 Dec 04:26
a877bb5
Compare
Choose a tag to compare

Automated release, no documented user facing changes

v1.47.0

01 Nov 23:26
4e6c23d
Compare
Choose a tag to compare

Automated release, no documented user facing changes

v1.46.0

04 Oct 22:06
a886ede
Compare
Choose a tag to compare

Automated release, no documented user facing changes

v1.45.0

14 Sep 00:50
4151b53
Compare
Choose a tag to compare

Automated release, no documented user facing changes

v1.44.0

02 Sep 15:35
d9bf720
Compare
Choose a tag to compare

No documented user facing changes

v1.43.0

18 Aug 15:46
d8b7aae
Compare
Choose a tag to compare
Type Description Link
Feature Include git remote and web url in maven pom.xml #268

v1.42.0

08 Aug 19:09
e9dcea1
Compare
Choose a tag to compare

Automated release, no documented user facing changes

v1.41.0

18 Jul 02:41
1285c97
Compare
Choose a tag to compare

Automated release, no documented user facing changes