Skip to content

Releases: pulumi/pulumi-docker

v4.3.2

23 Aug 10:12
d5c7f0a
Compare
Choose a tag to compare

Changelog

  • d5c7f0a Explicitly read in SSH config flags to the docker client configuration (#707)
  • ddfedbd Fix: docker host connection for SSH (#708)

v4.3.1

27 Jul 15:51
69a5f18
Compare
Choose a tag to compare

Changelog

  • f0439ac Also upgrade grpc in examples
  • 69a5f18 Choose between system and user socket for Docker connection (#697)
  • cf8ad33 Collected dependabot security upgrades
  • d9d3cc8 Isolate Go test dependencies, and some more upgrades

v4.3.0

26 Jun 18:10
6f0590d
Compare
Choose a tag to compare

Changelog

  • 6f0590d Native Provider Config: Handle environment variables correctly (#672)
  • b5d77f7 Update Terraform Bridge to v3.50.1 (#669)
  • 6d1f549 Use connctionhelper to connect to remote Docker host. (#668)

v4.2.4

02 Jun 19:09
0e49fde
Compare
Choose a tag to compare

Changelog

  • 1beae44 Add a Node test for secrets handling (#644)
  • 0e49fde Use fsutil.Walk() to compute context digest (#646)

v4.2.3

25 May 17:20
e374eee
Compare
Choose a tag to compare

Changelog

  • e374eee Use ToSlash to guarantee a valid filepath that Docker can read (#645)

v4.2.2

22 May 20:51
5517f9c
Compare
Choose a tag to compare

Changelog

v4.2.1

18 May 22:34
1b3d7c3
Compare
Choose a tag to compare

Changelog

  • 1b3d7c3 Fix accept secrets=false to configure provider with nested secrets (#641)
  • 4c64c91 Fix not using the ConnectionHelper Host for SSH connections (#637)
  • 80e3af9 Update GitHub Actions workflows. (#621)
  • 9aebf8e Update README.md (#616)
  • 6272532 Upgrade pulumi-terraform-bridge to v3.47.2 (#636)

v4.2.0

25 Apr 17:24
1079638
Compare
Choose a tag to compare

Changelog

  • bd645eb Bump golang.org/x/net in /examples/digitalocean-container-registry/go (#584)
  • aa9a4c3 Bump golang.org/x/net in /examples/docker-container-registry/go (#583)
  • 9e32234 Bump golang.org/x/net in /examples/gcp-container-registry/go (#585)
  • 0a63aa0 Do not skip ignored folders in hash function (#595)
  • 1966f08 Image: Unwrap Secrets at RPC function level (#589)
  • 1079638 Improve docs and enable reliable multi-stage caching (#601)
  • 8490413 Refactor context hash to avoid computing relative Dockerfile path (#596)

v4.1.2

04 Apr 20:24
e6c6872
Compare
Choose a tag to compare

Changelog

  • e6c6872 Support additional .dockerignore formats (#579)
  • b2e386a fix: return reasonable errors for cache marshaling and allow for unknowns to pass through (#577)

v4.1.1

30 Mar 21:55
b038b1a
Compare
Choose a tag to compare

Changelog

  • 8ff68a2 Read docker host from config (#574)
  • 1ade8ae Refactor client to accept TLS connections (#570)
  • b038b1a Skip unknowns in Check to avoid panic when marshalling Build object (#575)