Skip to content

Releases: pulumi/pulumi-docker-build

v0.0.15

17 Oct 11:02
38e65a3

Choose a tag to compare

Remove URL and Token arguments from CacheFromGitHubActions. (#626)

Fixes #75

Arguments URL and Token have been removed but `$ACTIONS_CACHE_URL` and
`$ACTIONS_RUNTIME_TOKEN` env variables could be injected if desired.

---------

Co-authored-by: Bryce Lampe <[email protected]>

v0.0.14

01 Oct 16:29
c7b2867

Choose a tag to compare

Update GitHub Actions workflows. (#616)

This PR was automatically generated by the
update-workflows-ecosystem-providers workflow in the pulumi/ci-mgmt
repo, from commit d2d946e761bab19abc5e5a598d44cf709dae77e9.

v0.0.13

27 Aug 19:13
4e93497

Choose a tag to compare

What's Changed

  • Improve exec error messages by @blampe in #553
  • Update p-go-provider to fix version replacement behavior by @blampe in #584

Full Changelog: v0.0.12...v0.0.13

v0.0.12

16 May 19:29
82057d3

Choose a tag to compare

Freeze v0.0.12 (#547)

### Changed

- Upgraded pulumi-go-provider to v1.0.0-rc2.

### Fixed

- Builds now respect cancellation.
(https://github.com/pulumi/pulumi-docker-build/issues/533,
https://github.com/pulumi/pulumi-docker-build/pull/522)

v0.0.11

11 Apr 22:48
4d858c5

Choose a tag to compare

Changed

  • Upgraded buildx from 0.18.0 to 0.20.1 to remain compatible with upcoming
    changes to GitHub Actions. (#519)

Fixed

  • Upgrading docker-build no longer causes resource replacements. (#404)
  • Fixed a panic that could occur in exec mode. (#482)
  • The default GitHub Actions cache scope is now correctly set as buildkit. (#496)

v0.0.10

27 Jan 22:57
90ee40c

Choose a tag to compare

Changed

  • Windows binaries are now signed. (#429)

v0.0.9

16 Jan 10:29
dad72f7

Choose a tag to compare

Changed

  • Upgraded pulumi-go-provider to v0.24.1. (#413)

Fixed

  • ACTIONS_RUNTIME_TOKEN is now correctly marked as a secret. (#403)

v0.0.8

10 Dec 18:03
80d2500

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

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

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)