Releases: pulumi/pulumi-docker
Releases · pulumi/pulumi-docker
v4.3.2
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
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
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
Changelog
- 1beae44 Add a Node test for secrets handling (#644)
- 0e49fde Use fsutil.Walk() to compute context digest (#646)
v4.2.3
Changelog
- e374eee Use ToSlash to guarantee a valid filepath that Docker can read (#645)
v4.2.1
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
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
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
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)