Releases: kddnewton/humidifier
Releases · kddnewton/humidifier
v1.12.0
Bump specs to 1.12.0, including support for Inspector
and ServiceDiscovery
.
v1.11.0.1
Support for the force_upload
option. If you specify it on a stack when deploying (i.e., stack.deploy(force_upload: true)
it will ignore the size of the stack and always upload it to S3. You can also specify it as a global configuration option, as in Humidifier.configure { |config| config.force_upload = true }
.
v1.11.0
Bumping specs to 1.11.0, which includes specs for Cloud9 and GuardDuty.
v1.9.1
Bump to the AWS resource specification version 1.9.1. Also support passing intrinsic functions and references to the list, map, and structure properties.
v1.8.0
Bump to v1.8.0 of the AWS resource specification (plus the missing CloudFront
). Also support exporting attributes.
v1.7.0
Bump to the 1.7.0 CloudFormation specs and support v3 of the AWS SDK.
v1.6.1
Update AWS specs to 1.6.1, do some simple cleanup, and remove the unnecessary C extension.
v1.4.0
Updates to the 1.4.0 version of the AWS CloudFormation resource specification. Adds support for WAF resources.
v1.3.1
Updates to the 1.3.1 version of the AWS CloudFormation resource specification. Adds support for Cognito resources.
v1.2.1
Updates to the 1.2.1 version of the AWS CloudFormation resource specification. From now on the versions of humidifier
will be tied to the specification for clarity.