Skip to content

Releases: pulumi/pulumi-docker-build

v0.0.8

10 Dec 18:03
80d2500
Compare
Choose a tag to compare

Added

  • Multiple exports are now allowed if the build daemon is detected to have version 0.13 of Buildkit or newer. (#21)

Changed

  • Upgraded buildx from 0.16.0 to 0.18.0.

Fixed

  • Custom # syntax= directives no longer cause validation errors. (#300)

v0.0.7

16 Oct 22:53
Compare
Choose a tag to compare

Fixed

  • Fixed an issue where registry authentication couldn't be specified on the
    provider. (#262)

v0.0.6

13 Aug 22:41
d9c3284
Compare
Choose a tag to compare

Fixed

  • Refreshing an Index resource will no longer fail if its stored credentials have expired. (#194)

Changed

  • Local and tar exporters will now trigger an update if an export doesn't exist at the expected path. (#195)

v0.0.5

09 Aug 00:22
0ba90b8
Compare
Choose a tag to compare

Fixed

  • Fixed Go SDK publishing.

Changed

  • Upgraded docker from 27.0.3 to 27.1.0.

v0.0.4

15 Jul 16:39
724836b
Compare
Choose a tag to compare

Changed

  • Upgraded buildkit from 0.13.0 to 0.15.0.
  • Upgraded buildx from 0.13.1. to 0.16.0.
  • Upgraded docker from 26.0.0-rc1 to 27.0.3.
  • Fixed an issue where warnings were not displayed correctly.

v0.0.3

12 Jun 23:51
4e8cf8f
Compare
Choose a tag to compare

Fixed

  • Fixed the default value for ACTIONS_CACHE_URL when using GitHub action caching. (#80)
  • Fixed Java SDK publishing. (#89)
  • Fixed a panic that could occur when context was omitted. (#83)

Changed

  • The provider will now wait for new builders to fully boot.

v0.0.2

25 Apr 17:48
Compare
Choose a tag to compare

Fixed

  • Upgraded pulumi-go-provider to fix a panic during cancellation.

v0.0.1

23 Apr 17:26
Compare
Choose a tag to compare

Initial release.