File tree Expand file tree Collapse file tree 4 files changed +23
-4
lines changed
Expand file tree Collapse file tree 4 files changed +23
-4
lines changed Original file line number Diff line number Diff line change 11
2+ <a name =" v3.6.0 " ></a >
3+ ## [ v3.6.0] ( https://github.com/kreuzwerker/terraform-provider-docker/compare/v3.5.0...v3.6.0 ) (2025-05-24)
4+
5+ ### Feat
6+
7+ * Implement correct cpu scheduler settings ([ #732 ] ( https://github.com/kreuzwerker/terraform-provider-docker/issues/732 ) )
8+ * Add implementaion of capabilities in docker servic ([ #727 ] ( https://github.com/kreuzwerker/terraform-provider-docker/issues/727 ) )
9+ * implement Buildx builder resource ([ #724 ] ( https://github.com/kreuzwerker/terraform-provider-docker/issues/724 ) )
10+
11+ ### Fix
12+
13+ * Implement buildx fixes for general buildkit support and platform handling ([ #734 ] ( https://github.com/kreuzwerker/terraform-provider-docker/issues/734 ) )
14+ * Make endpoint validation less strict ([ #733 ] ( https://github.com/kreuzwerker/terraform-provider-docker/issues/733 ) )
15+
16+
217<a name =" v3.5.0 " ></a >
318## [ v3.5.0] ( https://github.com/kreuzwerker/terraform-provider-docker/compare/v3.4.0...v3.5.0 ) (2025-05-06)
419
20+ ### Chore
21+
22+ * Prepare release v3.5.0 ([ #721 ] ( https://github.com/kreuzwerker/terraform-provider-docker/issues/721 ) )
23+
524### Feat
625
726* Implement using of buildx for docker_image ([ #717 ] ( https://github.com/kreuzwerker/terraform-provider-docker/issues/717 ) )
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ Do you want to migrate from `v2.x` to `v3.x`? Please read the [migration guide](
2626
2727## Example usage
2828
29- Take a look at the examples in the [ documentation] ( https://registry.terraform.io/providers/kreuzwerker/docker/3.5 .0/docs ) of the registry
29+ Take a look at the examples in the [ documentation] ( https://registry.terraform.io/providers/kreuzwerker/docker/3.6 .0/docs ) of the registry
3030or use the following example:
3131
3232
@@ -38,7 +38,7 @@ terraform {
3838 # since new versions are released frequently
3939 docker = {
4040 source = "kreuzwerker/docker"
41- version = "3.5 .0"
41+ version = "3.6 .0"
4242 }
4343 }
4444}
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ terraform {
2525 required_providers {
2626 docker = {
2727 source = "kreuzwerker/docker"
28- version = "3.5 .0"
28+ version = "3.6 .0"
2929 }
3030 }
3131}
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ terraform {
22 required_providers {
33 docker = {
44 source = " kreuzwerker/docker"
5- version = " 3.5 .0"
5+ version = " 3.6 .0"
66 }
77 }
88}
You can’t perform that action at this time.
0 commit comments