v4.0.0
Please read https://github.com/kreuzwerker/terraform-provider-docker/blob/master/docs/v3_v4_migration.md
This is a major release with potential breaking changes. For most users, however, no changes to terraform code are needed.
What's Changed
New Features
- feat: Add muxing to introduce new plugin framework by @Junkern in #838
- Feature: Multiple enhancements by @Junkern in #854
- Feat: Make buildx builder default by @Junkern in #855
- Feature: Add new docker container attributes by @Junkern in #857
- feat: add selinux_relabel attribute to docker_container volumes by @Junkern in #883
- feat: Add CDI device support by @jdon in #762
- feat: Implement proper parsing of GPU device requests when using gpus… by @Junkern in #881
Fixes
- fix(deps): update module golang.org/x/sync to v0.19.0 by @renovate[bot] in #828
- fix(deps): update module github.com/hashicorp/terraform-plugin-log to v0.10.0 by @renovate[bot] in #823
- fix(deps): update module github.com/morikuni/aec to v1.1.0 by @renovate[bot] in #829
- fix(deps): update module google.golang.org/protobuf to v1.36.11 by @renovate[bot] in #830
- fix(deps): update module github.com/sirupsen/logrus to v1.9.4 by @renovate[bot] in #836
- chore: Add deprecation for docker_service.networks_advanced.name by @Junkern in #837
- fix: Refactor docker container state handling to properly restart whe… by @Junkern in #841
- fix: docker container stopped ports by @Junkern in #842
- fix: correctly set docker_container devices by @Junkern in #843
- fix(deps): update module github.com/katbyte/terrafmt to v0.5.6 by @renovate[bot] in #844
- fix(deps): update module github.com/hashicorp/terraform-plugin-sdk/v2 to v2.38.2 by @renovate[bot] in #847
- fix: Use DOCKER_CONFIG env same way as with docker cli by @Junkern in #849
- Fix: calculation of Dockerfile path in docker_image build by @Junkern in #853
- chore(deps): update actions/checkout action to v6 by @renovate[bot] in #825
- chore(deps): update hashicorp/setup-terraform action to v4 by @renovate[bot] in #860
- fix(deps): update module github.com/hashicorp/terraform-plugin-go to v0.30.0 by @renovate[bot] in #861
- fix(deps): update module github.com/hashicorp/terraform-plugin-framework to v1.18.0 by @renovate[bot] in #862
- fix(deps): update module github.com/hashicorp/terraform-plugin-mux to v0.22.0 by @renovate[bot] in #863
- fix(deps): update module github.com/hashicorp/terraform-plugin-sdk/v2 to v2.39.0 by @renovate[bot] in #864
- chore(deps): update docker/setup-docker-action action to v5 by @renovate[bot] in #866
- chore(deps): update dependency golangci/golangci-lint to v2.10.1 by @renovate[bot] in #869
- fix(deps): update module golang.org/x/sync to v0.20.0 by @renovate[bot] in #872
- Prevent
docker_registry_imagepanic on registries returning nil body without digest header by @Copilot in #880 - fix: Handle size_bytes in tmpfs_options in docker_service by @Junkern in #882
- chore(deps): update dependency golangci/golangci-lint to v2.11.4 by @renovate[bot] in #871
- fix: tests for healthcheck is not required for docker container resource by @vnghia in #834
- chore: Prepare 4.0.0 release by @Junkern in #884
New Contributors
Full Changelog: v3.9.0...v4.0.0