Update CHANGELOG.md
This commit is contained in:
parent
53609c89c5
commit
6460f23593
|
@ -11,7 +11,7 @@ IMPROVEMENTS:
|
||||||
|
|
||||||
* core: Change set internals for performance improvements [GH-3992]
|
* core: Change set internals for performance improvements [GH-3992]
|
||||||
* core: Support HTTP basic auth in consul remote state [GH-4166]
|
* core: Support HTTP basic auth in consul remote state [GH-4166]
|
||||||
* provider/aws: Add placement_group as an option for `aws_autoscaling_group` [GH-3704]
|
* provider/aws: Add `placement_group` as an option for `aws_autoscaling_group` [GH-3704]
|
||||||
* provider/cloudstack: performance improvements [GH-4150]
|
* provider/cloudstack: performance improvements [GH-4150]
|
||||||
* provider/docker: Add support for setting the entry point on `docker_container` resources [GH-3761]
|
* provider/docker: Add support for setting the entry point on `docker_container` resources [GH-3761]
|
||||||
* provider/docker: Add support for setting the restart policy on `docker_container` resources [GH-3761]
|
* provider/docker: Add support for setting the restart policy on `docker_container` resources [GH-3761]
|
||||||
|
@ -29,6 +29,7 @@ BUG FIXES:
|
||||||
* provider/openstack: Better handling of load balancing resource state changes [GH-3926]
|
* provider/openstack: Better handling of load balancing resource state changes [GH-3926]
|
||||||
* provider/aws: Skip `source_security_group_id` determination logic for Classic ELBs [GH-4075]
|
* provider/aws: Skip `source_security_group_id` determination logic for Classic ELBs [GH-4075]
|
||||||
* provider/aws: Fix issue destroy Route 53 zone/record if it no longer exists [GH-4198]
|
* provider/aws: Fix issue destroy Route 53 zone/record if it no longer exists [GH-4198]
|
||||||
|
* provider/digitalocean: Fix issue where a floating IP attached to a missing droplet causes a panic [GH-4214]
|
||||||
|
|
||||||
## 0.6.8 (December 2, 2015)
|
## 0.6.8 (December 2, 2015)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue