Skip to content
This repository has been archived by the owner on Sep 7, 2019. It is now read-only.
/ route53 Public archive
forked from chef-boneyard/route53

Latest commit

 

History

History
74 lines (53 loc) · 1.95 KB

CHANGELOG.md

File metadata and controls

74 lines (53 loc) · 1.95 KB

route53 Cookbook CHANGELOG

This file is used to list changes made in each version of the route53 cookbook.

1.0.0 (2016-09-16)

  • Require Chef 12.1+
  • Add ability to set weight and set_identifier so you can use a weighted
  • Refactor to use the AWS gem instead of fog
  • LWRP now auto installs the gem if it's not present. No need for the default recipe
  • Add use_inline_resources to the provider
  • Fixed wrong number of arguments bug.
  • Remove librarian cheffile
  • Add license file
  • Add testing, contributing, and maintainers docs
  • Change from Heavywater Software to Chef Software
  • Add chef_version metadata
  • Update Test Kitchen config
  • Add standard testing Rakefile

v0.4.4

  • update for continued Chef 11 support
  • .gitignore update

v0.4.2

  • fog version 1.37.0
  • chef_gem compile_time false
  • geo_location support

v0.4.0

  • make "name" the name_attribute of a resource
  • depends on xml to support installing nokogiri and fog dependency

v0.3.8

  • allow for nokogiri version to be specified

v0.3.6

  • proper support for serverspec tests
  • make sure needed resource defaults are required
  • fog require error

v0.3.5

  • enhancements to supported TDD tools
  • New Delete action available for record resource
  • add aws secret token auth attribute support
  • support mock record
  • handle trailing dot on record names
  • move nokogiri requires so they do not happen before chef_gem

v0.3.4

  • change to attribute names in the build-essential dependency cookbook

v0.3.3

  • support for alias records
  • build-essential to correct fog build errors
  • install specific fog version by setting attribute
  • test-kitchen support and begin enhanced testing frameworks

v0.3.2

  • Add missing "name" attribute to metadata
  • install correct libxml2 and libxslt package names for rhel family
  • allow multiple MX records (or records in general), passed as array
  • Added IAM role support
  • Use chef_gem resource for fog install
  • correct working record creation and overwrite logic