Skip to content

Latest commit

 

History

History
133 lines (107 loc) · 4.98 KB

CHANGELOG.md

File metadata and controls

133 lines (107 loc) · 4.98 KB

CHANGELOG

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

[0.1.1] - 2020-01-23

Added

[0.1.0] - 2019-10-31

Added

Changed

Removed

[0.0.16] - 2019-02-20

Added

  • [email protected] - systemd_socket_opts option to docker_service recipe to match with latest upstream docker cookbook
  • [email protected] - shm_size option to docker_container recipe to match with latest upstream docker cookbook

[0.0.15] - 2018-11-20

Added

Updated

[0.0.14] - 2018-10-24

  • [email protected] - Added the setup_docker_repo property to the docker_service recipe
  • [email protected] - Added the default_ip_address_pool property to the docker_service recipe

[0.0.13] - 2018-06-07

Updated

Removed

Added

[0.0.12] - 2018-05-04

Updated

  • [email protected] - Fix an issue with the upstream iptables cookbook not adding a DOCKER chain if there is no Docker rule set in the current iptables. The fix is hacky and perilous

[0.0.11] - 2018-04-25

Updated

  • [email protected] - iptables recipe now works with the upstream iptables cookbook to retain Docker rules that the Docker engine sets. Previously, any other cookbook laying down iptables rules via the iptables cookbook would clobber any Docker rules because the Docker rules are set manually and not by the iptables cookbook

[0.0.10] - 2018-04-20

Updated

Added

  • [email protected] - Recipes to save iptables to file and restore. Restore includes a delayed recipe to delay until the end of the Chef run

[0.0.9] - 2018-03-16

Updated

  • [email protected] - Default versions for Docker engine and Docker Machine
  • [email protected] - Ensure that not including the [owi_docker][container] or [owi_docker][image] attributes does not result in an error

Added

  • [email protected] - Docker container now redeploys when a new hash is pulled down (e.g. latest)

[0.0.8] - 2018-02-20

Added

[0.0.7] - 2018-02-20

Added

Updated

[0.0.6] - 2018-01-02

Added

  • [email protected] - Added iptables recipe to allow implementors to update IPTables to allow Docker communication

[0.0.5] - 2017-09-27

Added

  • [email protected] - Updated attributes checking to see if they exist in the incoming attributes. Some attributes were not being passed through.

[0.0.4] - 2017-09-27

Added

  • [email protected] - Added attributes into the Docker cookbook that match the upstream Docker cookbook

[0.0.3] - 2017-07-07

Added

[0.0.2] - 2017-06-07

Added

[0.0.1] - 2017-06-06

Added