terraform-provider-docker/CHANGELOG.md

45 lines
2.8 KiB
Markdown
Raw Normal View History

2018-09-27 15:08:46 -04:00
## 1.1.0 (Unreleased)
2018-09-27 15:03:44 -04:00
## 1.0.2 (September 27, 2018)
BUG FIXES
2018-09-27 15:03:44 -04:00
* Fixes connection via TLS to docker host with file contents ([#86](https://github.com/terraform-providers/terraform-provider-docker/issues/86))
* Skips TLS verification if `ca_material` is not set ([#14](https://github.com/terraform-providers/terraform-provider-docker/issues/14))
2018-08-06 09:36:43 -04:00
## 1.0.1 (August 06, 2018)
BUG FIXES
2018-08-06 09:36:43 -04:00
* Fixes empty strings on mapping from map to slice causes ([#81](https://github.com/terraform-providers/terraform-provider-docker/issues/81))
2018-07-03 15:51:28 -04:00
## 1.0.0 (July 03, 2018)
2018-04-20 05:36:53 -04:00
NOTES:
2018-08-06 09:27:20 -04:00
* Update `go-dockerclient` to `bf3bc17bb` ([#46](https://github.com/terraform-providers/terraform-provider-docker/pull/46))
* The `links` property on `resource_docker_container` is now marked as deprecated ([#47](https://github.com/terraform-providers/terraform-provider-docker/pull/47))
2018-04-20 05:36:53 -04:00
FEATURES:
* Add `swarm` capabilities ([#29](https://github.com/terraform-providers/terraform-provider-docker/issues/29), [#40](https://github.com/terraform-providers/terraform-provider-docker/pull/40) which fixes [#66](https://github.com/terraform-providers/terraform-provider-docker/pull/66) up to Docker `18.03.1` and API Version `1.37` ([#64](https://github.com/terraform-providers/terraform-provider-docker/issues/64))
2018-04-20 05:36:53 -04:00
* Add ability to upload executable files [#55](https://github.com/terraform-providers/terraform-provider-docker/pull/55)
* Add support to attach devices to containers [#30](https://github.com/terraform-providers/terraform-provider-docker/issues/30), [#54](https://github.com/terraform-providers/terraform-provider-docker/pull/54)
2018-04-20 05:36:53 -04:00
* Add Ulimits to containers [#35](https://github.com/terraform-providers/terraform-provider-docker/pull/35)
IMPROVEMENTS:
* Fix `travis` build with a fixed docker version [#57](https://github.com/terraform-providers/terraform-provider-docker/pull/57)
* Infrastructure for Acceptance tests [#39](https://github.com/terraform-providers/terraform-provider-docker/pull/39)
* Internal refactorings [#38](https://github.com/terraform-providers/terraform-provider-docker/pull/38)
* Allow the awslogs log driver [#28](https://github.com/terraform-providers/terraform-provider-docker/pull/28)
* Add prefix `library` only to official images in the path [#27](https://github.com/terraform-providers/terraform-provider-docker/pull/27)
BUG FIXES
2018-07-03 15:51:28 -04:00
* Update documentation for private registries ([#45](https://github.com/terraform-providers/terraform-provider-docker/issues/45))
2018-04-20 05:36:53 -04:00
2017-11-21 10:38:04 -05:00
## 0.1.1 (November 21, 2017)
FEATURES:
2018-04-20 05:36:53 -04:00
* Support for pulling images from private registries [#21](https://github.com/terraform-providers/terraform-provider-docker/issues/21)
2017-06-20 15:52:47 -04:00
## 0.1.0 (June 20, 2017)
2017-06-05 16:59:08 -04:00
2017-06-20 10:14:37 -04:00
NOTES:
* Same functionality as that of Terraform 0.9.8. Repacked as part of [Provider Splitout](https://www.hashicorp.com/blog/upcoming-provider-changes-in-terraform-0-10/)