terraform-provider-docker/CHANGELOG.md

34 lines
2.3 KiB
Markdown
Raw Normal View History

2018-07-03 15:54:57 -04:00
## 1.0.1 (Unreleased)
2018-07-03 15:51:28 -04:00
## 1.0.0 (July 03, 2018)
2018-04-20 05:36:53 -04:00
NOTES:
* Update `go-dockerclient` to `bf3bc17bb` [#46](https://github.com/terraform-providers/terraform-provider-docker/pull/46)
2018-05-25 01:10:44 -04:00
* 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:
2018-07-03 15:51:28 -04:00
* 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) with 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)
2018-07-03 15:51:28 -04:00
* 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/)