Releases: mengesb/tf_chef_server
Releases · mengesb/tf_chef_server
Release v2.0.3
- [Brian Menges] - Fix .kitchen.yml platform name
Release v2.0.2
- [Julian Dunn] - Fix terraform.tfvars.example missing double quote
- [Julian Dunn] - Stringify the booleans (hashicorp/terraform#9751)
- [Brian Menges] - Update chef client and server versions to latest
- [Brian Menges] - Add kitchen-terraform and tests
Release v2.0.1
- Add missing dependent cookbook to [files/chef-cookbooks.sh]
- Convert several string variables to maps
- Remove
tf_filemodule
dependency - Update Ubuntu 14.04 LTS AMI list in
ami_map
- Update
remote-exec
provisioner writes of template files tofile
provisioner withcontent
- Update [terraform.tfvars.example] with current variables and defaults
- Set default AMI os to Ubuntu 14.04 LTS
- Removed CentOS 6 from
ami_map
. Root partition resize required to support installation - Fix
private_key
call inconnection
directive, requiredfile()
interpolation
Release v1.2.1
- [Brian Menges] - Added a CONTRIBUTING document
- [Brian Menges] - Updated README.md to refer to CONTRIBUTING document
Release v1.2.0
v1.2.0 (2016-05-20)
- [Brian Menges] - Updated
client_version
to12.10.24
- [Brian Menges] - Some small text alignment updates
- [Brian Menges] - Replaced remote-exec for firewall disables with a script disable_firewall.sh
- [Brian Menges] - Replaced upload and execute for chef-cookbooks.sh with remote-execute script
- [Brian Menges] - Tidy up code in chef-cookbooks.sh
- [Brian Menges] - Ordered variables in
template_file.attributes-json
- [Brian Menges] - Removed unused variables in
template_file.attributes-json
- [Brian Menges] - Added
server_addons
variable and input intotemplate_file.attributes-json
asaddons
(Fix #28) - [Brian Menges] - Added terraform.tfvars.example to provide an example for
terraform.tfvars
- [Brian Menges] - Documentation updates
Release v1.1.4
- [Brian Menges] - BUG: Fixed aws_instance tag
Release v1.1.3
- [Brian Menges] - Remove tags on root_block_device