Skip to content

Releases: pulumi/pulumi-docker

v4.4.4

21 Oct 22:16
f84d6a3
Compare
Choose a tag to compare

Changelog

  • 216a71b Bump golang.org/x/net from 0.12.0 to 0.17.0 in /examples
  • 91c0fb4 Bump golang.org/x/net from 0.12.0 to 0.17.0 in /examples/dockerfile-go
  • 46e8075 Bump golang.org/x/net from 0.12.0 to 0.17.0 in /examples/nginx-go
  • 153e214 Bump golang.org/x/net from 0.12.0 to 0.17.0 in /sdk
  • c225ef6 Bump golang.org/x/net in /examples/aws-container-registry/go
  • 47158ba Bump golang.org/x/net in /examples/azure-container-registry/go
  • 7c929be Bump golang.org/x/net in /examples/digitalocean-container-registry/go
  • c0f0199 Bump golang.org/x/net in /examples/docker-container-registry/go
  • 9e67cb8 Bump golang.org/x/net in /examples/gcp-container-registry/go
  • 23b4174 Bump golang.org/x/net in /examples/multi-stage-build-go
  • e6e406f Combined dependencies PR (#801)
  • 3b71707 Merge remote-tracking branch 'origin/dependabot/go_modules/examples/aws-container-registry/go/golang.org/x/net-0.17.0' into combined-pr-branch
  • e077c15 Merge remote-tracking branch 'origin/dependabot/go_modules/examples/azure-container-registry/go/golang.org/x/net-0.17.0' into combined-pr-branch
  • b5f3755 Merge remote-tracking branch 'origin/dependabot/go_modules/examples/digitalocean-container-registry/go/golang.org/x/net-0.17.0' into combined-pr-branch
  • f49062d Merge remote-tracking branch 'origin/dependabot/go_modules/examples/docker-container-registry/go/golang.org/x/net-0.17.0' into combined-pr-branch
  • aed74d1 Merge remote-tracking branch 'origin/dependabot/go_modules/examples/dockerfile-go/golang.org/x/net-0.17.0' into combined-pr-branch
  • c23842f Merge remote-tracking branch 'origin/dependabot/go_modules/examples/gcp-container-registry/go/golang.org/x/net-0.17.0' into combined-pr-branch
  • 8c045fc Merge remote-tracking branch 'origin/dependabot/go_modules/examples/golang.org/x/net-0.17.0' into combined-pr-branch
  • b398a29 Merge remote-tracking branch 'origin/dependabot/go_modules/examples/multi-stage-build-go/golang.org/x/net-0.17.0' into combined-pr-branch
  • 27df5af Merge remote-tracking branch 'origin/dependabot/go_modules/examples/nginx-go/golang.org/x/net-0.17.0' into combined-pr-branch
  • 70adbab Merge remote-tracking branch 'origin/dependabot/go_modules/sdk/golang.org/x/net-0.17.0' into combined-pr-branch
  • 56fb357 Prevent unknown inflection in build (#799)
  • 24161ac Update GitHub Actions workflows. (#798)
  • 475e757 Update GitHub Actions workflows. (#802)
  • f84d6a3 Update GitHub Actions workflows. (#804)

v4.4.3

09 Oct 20:11
e27787f
Compare
Choose a tag to compare

Changelog

v4.4.2

05 Oct 09:46
e7d0fd0
Compare
Choose a tag to compare

Changelog

  • 9edb709 Add check for default docker desktop endpoint on linux (#725)
  • c76e476 Attach to native and bridged providers for debugging (#753)
  • e7d0fd0 Mark __inputs as secret (#777)
  • 8a90726 Update GitHub Actions workflows. (#767)
  • ea4a9aa Upgrade pulumi-terraform-bridge to v3.59.0 (#748)

v4.4.1

12 Sep 18:11
a5f9568
Compare
Choose a tag to compare

Changelog

  • bcae59f Switch docker daemon connection test to use instead of . (#738)
  • a5f9568 Upgrade old pulumi-java to v0.9.7 (#746)

v4.4.0

07 Sep 23:48
c895f29
Compare
Choose a tag to compare

BREAKING CHANGES

repoDigest is now a Required Output.
This changes the types of repoDigest in the language SDKs. Strictly typed languages may need to adjust how they handle this output, e.g. in Go from pulumi.StringPtrOutput to pulumi.StringOutput.

What's Changed

Full Changelog: v4.3.2...v4.4.0

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)