The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- [email protected] - Ability to set file owner and permissions on S3 downloads
- [email protected] - dependency on filesystem cookbook, adds lvm cookbook depdency
- [email protected] - included the ability to mount filesystems within the file_utils recipe
- [email protected] - using Chef sysctl resource instead of third party cookbook
- [email protected] - now requires Chef >= 14.0
- [email protected] - beautifying
- [email protected] - updated docker, docker-compose and docker-machine versions in default attributes
- [email protected] - depency on sysctl cookbook
- [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
- [email protected] - file_utils recipe allowing creation of directories and pulling of files from remote resources as well as S3 buckets
- [email protected] - Inspec testing to work with file_utils recipe
- [email protected] - AWS cookbook dependency https://supermarket.chef.io/cookbooks/aws
- [email protected] - Updated the version of Docker to install
- [email protected] - Updated the version of Docker Compose to install
- [email protected] - Updated the version of Docker Machine to install
- [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
- [email protected] - Cleaned up the logic to define actions going into each resource
- [email protected] - Added new recipes to the README
- [email protected] - sysctl version constraint
- [email protected] - Serverspec testing for docker_network recipe
- [email protected] - Serverspec testing for docker_volume recipe
- [email protected] - wrapper recipe for Docker cookbook docker_network resource
- [email protected] - wrapper recipe for Docker cookbook docker_volume resource
- [email protected] - sysctl serverspec testing
- [email protected] - sysctl cookbook dependency to metadata and Berksfile
- [email protected] - sysctl recipe to work against sysctl cookbook's sysctl_param resource
- [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
- [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
- [email protected] - Include latest upstream Docker cookbook flags for container recipe
- [email protected] - Default versions for Docker engine and Docker Compose
- [email protected] - Recipes to save iptables to file and restore. Restore includes a delayed recipe to delay until the end of the Chef run
- [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
- [email protected] - Docker container now redeploys when a new hash is pulled down (e.g. latest)
- [email protected] - Port mapping to docker container recipe
- [email protected] - Docker Image wrapper recipe
- [email protected] - Docker Container wrapper recipe
- [email protected] - Kitchen configuration and styling
- [email protected] - Added iptables recipe to allow implementors to update IPTables to allow Docker communication
- [email protected] - Updated attributes checking to see if they exist in the incoming attributes. Some attributes were not being passed through.
- [email protected] - Added attributes into the Docker cookbook that match the upstream Docker cookbook
- [email protected] - Fixed a very glaring bug in docker service creation
- [email protected] - Update Test Kitchen for CentOS 7 to use overlay2 driver by default
- [email protected] - Created a users_to_docker_group recipe.
- [email protected] - Added ChefSpec testing for the users_to_docker_group recipe
- [email protected] - Initial version.