Releases: palantir/distgo
Releases · palantir/distgo
v1.50.0
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 defaultbehavior 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
Automated release, no documented user facing changes
v1.48.0
Automated release, no documented user facing changes
v1.47.0
Automated release, no documented user facing changes
v1.46.0
Automated release, no documented user facing changes
v1.45.0
Automated release, no documented user facing changes
v1.44.0
No documented user facing changes
v1.43.0
v1.42.0
Automated release, no documented user facing changes
v1.41.0
Automated release, no documented user facing changes