Releases: pulumi/pulumi-docker
Releases · pulumi/pulumi-docker
v4.4.4
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
v4.4.2
v4.4.1
v4.4.0
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
- Update GitHub Actions workflows. by @pulumi-bot in #722
- Update GitHub Actions workflows. by @pulumi-bot in #723
- Update GitHub Actions workflows. by @pulumi-bot in #724
- Clarify use case for imageName vs repoDigest by @guineveresaenger in #727
- Make repoDigest return for local image builds by @guineveresaenger in #739
Full Changelog: v4.3.2...v4.4.0