Skip to content
This repository has been archived by the owner on Jul 6, 2018. It is now read-only.

Latest commit

 

History

History
214 lines (125 loc) · 11.6 KB

CHANGELOG.md

File metadata and controls

214 lines (125 loc) · 11.6 KB

Change Log

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)

Full Changelog

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)

Full Changelog

Merged pull requests:

  • avoid overwriting client_key when merging config #92 (jgoulah)

v1.0.0.beta.3 (2016-03-24)

Full Changelog

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)

Full Changelog

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)

Full Changelog

Merged pull requests:

  • Docker toolbox and chef-zero support #81 (jkeiser)

v0.8.0 (2016-02-03)

Full Changelog

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:

v0.7 (2015-06-22)

Full Changelog

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)

Full Changelog

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:

  • Added reference to Docker volumes documentation #41 (marc-)
  • Added volumes support #29 #33 (marc-)

v0.5.2 (2015-02-26)

Full Changelog

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)

Full Changelog

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:

v0.5 (2014-11-05)

Full Changelog

Merged pull requests:

  • Rename to chef-provisioning-docker #17 (jkeiser)

v0.4.3 (2014-10-06)

Full Changelog

Closed issues:

  • Publishing ports #10

Merged pull requests:

v0.4.2 (2014-09-23)

Full Changelog

Fixed bugs:

  • superclass mismatch for class DockerContainer #6

Closed issues:

  • Enable to provisoning a container #8

v0.4.1 (2014-08-20)

Full Changelog

v0.4.0 (2014-08-19)

Full Changelog

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)

Full Changelog

v0.1.1 (2014-04-12)

Full Changelog

v0.1 (2014-04-11)