0.11.0 (2018-03-12)
- Update from ChefMetal to Chef::Provisioning
- Added the ability to override default proxy gateway
- Updated the required chef-provisioning release to 2.0+, which also increases the required Ruby release to 2.2.2+
0.10.0 (2016-08-29)
Merged pull requests:
- Loosen chef-provisioning dep and test on modern rubies #102 (tas50)
- specify machine_options correctly in README #96 (jgoulah)
v0.9.0 (2016-03-25)
Merged pull requests:
v1.0.0.beta.3 (2016-03-24)
Merged pull requests:
- fix explanation of the recipe #89 (jgoulah)
- remove logic that changes hostname to an ip #88 (jgoulah)
- don't pass empty volumes - fixes issue #86 #87 (jgoulah)
v1.0.0.beta.2 (2016-03-24)
Closed issues:
- volumes are not mounting properly #85
- Update /etc/hosts of Docker container #82
- chef server URL being set to "172.17.0.1" and fails SSL verify #79
- docker-machine support #78
Merged pull requests:
v1.0.0.beta.1 (2016-03-11)
Merged pull requests:
v0.8.0 (2016-02-03)
Implemented enhancements:
- Add gemspec files to allow bundler to run from the gem #68 (ksubrama)
- leverage exec for transport and implements connect_to_machine and stop_machine #56 (mwrock)
Fixed bugs:
- gemspec relies on very old chef-provisioning version #45
Closed issues:
- Is it possible not to have chef run every time the container starts up? #74
- container will not stay running #71
Merged pull requests:
- Bump revision to 0.8.0, add changelog generator #76 (jkeiser)
- Adding a CONTRIBUTING document #64 (tyler-ball)
- Initial .travis.yml. #62 (randomcamel)
- adding kitchen tests to validate basic driver functionality #57 (mwrock)
v0.7 (2015-06-22)
Fixed bugs:
- chef-provisioning-docker doesn't implement :destroy for machine_image #50
Closed issues:
- Monkey patch EventOutputStream #49
- Monkey patch EventOutputStream #48
- Unable to activate chef-provisioning-docker-0.6 #46
- Connection to Docker image fails #44
- Chef::Exceptions::ContentLengthMismatch: Response body length 8006 does not match HTTP Content-Length header 12829 #38
- Machine image gets immediately deleted after creation #37
- NoMethodError: undefined method `[]' while creating machine from image #31
- Modify way of how use local image as base image #27
- Containers get created in a stopped state. #24
Merged pull requests:
- Clean up specs/dependencies/Gemfiles. #58 (randomcamel)
- Implement machine_image :destroy, add specs #51 (randomcamel)
- Added support for chef-provisioning 1.0 #47 (marc-)
- re-order paragraphs so that they are attached to the right code snippet #43 (jamesc)
v0.6 (2015-05-12)
Closed issues:
- In fresh container : /etc/chef/client.pem: no such file or directory #35
- NameError: undefined local variable or method `chef_version' #30
- Add volumes support #29
- docker_options/base_image with docker-api v1.20.0 result in a 404 error #28
- Docker::Error::ServerError: Invalid registry endpoint on CentOS 7 #25
Merged pull requests:
v0.5.2 (2015-02-26)
Closed issues:
- ERROR: Connection refused #23
- Will the re-write have the ability to do docker commands from the provisioning run? #5
v0.5.1 (2014-12-15)
Fixed bugs:
-
Could not find the file /etc/chef/client.pem in container #13
-
NoMethodError `<<' for #\
chef::eventdispatch::eventsoutputstream:0x000000056423a0\ #9 </chef::eventdispatch::eventsoutputstream:0x000000056423a0>
Closed issues:
- Any plan to port this docker provisioner to the latest chef-metal v0.13 ? #2
Merged pull requests:
- Fix README typo: CHEF_DRIVER env variable #19 (breezeight)
- added env vars as parameters #14 #15 (matiasdecarli)
v0.5 (2014-11-05)
Merged pull requests:
v0.4.3 (2014-10-06)
Closed issues:
- Publishing ports #10
Merged pull requests:
- added the option to use 2 different ports #10 #12 (matiasdecarli)
v0.4.2 (2014-09-23)
Fixed bugs:
- superclass mismatch for class DockerContainer #6
Closed issues:
- Enable to provisoning a container #8
v0.4.1 (2014-08-20)
v0.4.0 (2014-08-19)
Merged pull requests:
- Cleanup URL parsing and support remote Docker API endpoints #4 (johnewart)
- Machine image support along with the new driver API #3 (johnewart)
v0.2 (2014-04-14)
v0.1.1 (2014-04-12)
v0.1 (2014-04-11)
- This Change Log was automatically generated by github_changelog_generator