Skip to content

v4.0.1

Compare
Choose a tag to compare
@github-actions github-actions released this 20 Mar 22:06
· 288 commits to master since this release
fde2cb9

Breaking Changes

If a user provides a Dockerfile, the path specified must be absolute, or relative to the Pulumi context, not the Docker build context.
The dockerfile field remains optional, and if left blank, we assume traditional location of Dockerfile within the Docker build context.
Read specific details on the pull request

Changelog

  • 993e8a3 Add Dockerfile to build context if passed from outside the build context (#542)
  • d4c24c6 Add token mapping strategy
  • c6847aa Always assume Linux for host OS (#543)
  • 930d965 Docs target should not depend on provider target (#546)
  • aff750b Makefile: fix checks failing due to upstream uninit
  • 2bc208c Makefile: generate docs using latest provider schema
  • 1e0e8ac Restore Image.repoDigest output (#530)
  • 0b1df21 add token mapping
  • 75281ca add token mapping
  • fde2cb9 check for images property if cacheFrom is present (#555)
  • 1c5a64d examples: Add multi stage build caching test
  • 91b79ab image: Fix Windows usage of Image resource
  • e8d2547 image: Fix context hash of symlinks in subdirs
  • 0829eef image: Fix failing to pull from other registries
  • f396f03 image: Fix multi-stage build caching
  • 783a801 image: add tests, ensure path hashes are os-agnostic
  • 84618d7 image: fix outputs defined as optional (#552)
  • 0b2969f provider: Fix conn issues on Windows
  • 1d5ddc2 provider: fork upstream, patch to docker v23.0.1
  • 86b7486 upgrade to tfbridge v3.42.1 & fix lint (#525)