aws-cfn-resource-specs icon indicating copy to clipboard operation
aws-cfn-resource-specs copied to clipboard

Specific resource properties are being missed in the changelog

Open ScriptAutomate opened this issue 5 years ago • 0 comments

If a property is added to a resourcetype, but the property does not have it's own propertytype, it will be missed in the changelogger.

Example from the official Release History for the resource specification:

The following resource was updated: AWS::AutoScaling::AutoScalingGroup

AWS::AutoScaling::AutoScalingGroup

Use the MaxInstanceLifetime property to specify the maximum amount of time, in seconds, that an instance can be in service.

You can see the change in a recent commit:

https://github.com/ScriptAutomate/aws-cfn-resource-specs/commit/975f74ef5cb525a730bfe063fe6bc6f2422754fb#diff-84c743d7c89d06be260f7fd2f81220faR34551-R34556

It has a docs link, too, and should be included in the changelog.

ScriptAutomate avatar Apr 02 '20 17:04 ScriptAutomate