github aws-cloudformation/cloudformation-guard v0.7.0-beta
Release v0.7.0

latest releases: 3.1.1, 3.1.0, 3.1.0-beta...
3 years ago

Interface Changes

  • rulegen has been moved from a separate binary to a verb on cfn-guard. Similarly, regular cfn-guard behavior is now behind the verb check. See the updated README for more details. The lambdas have not moved

Improvements

  • Automatic descent into json-string formatted objects (#11)
  • Use serde::rename to fix strict_check and exit_status casing in cfn-guard-lambda (#25). They now match camelCase (as in strictCheck and exitStatus)
  • Added a Troubleshooting FAQ that includes a discussion of using --strict-checks to spot typos that tend to cause confusion in users when they don't match the properties as expected.
  • Added JNI bindings to the basic binary for use with java libraries (#54)

Bug fixes

  • More strict comment parsing to prevent silent failure of illegal inline comments (#53)
  • Fix license conflicts with license header (#47)

Don't miss a new cloudformation-guard release

NewReleases is sending notifications on new releases.