Skip to content
This repository has been archived by the owner on Apr 16, 2022. It is now read-only.

Commit

Permalink
v1.4.0 - Update CHANGELOG.md and CFN Specification (#99)
Browse files Browse the repository at this point in the history
Update CHANGELOG.md and Resource Specification for v1.4.0
  • Loading branch information
martysweet committed Nov 29, 2017
1 parent bd1fa4b commit 223a715
Show file tree
Hide file tree
Showing 3 changed files with 1,884 additions and 1,497 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Expand Up @@ -6,7 +6,15 @@ and this project adheres to [Semantic
Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [1.4.0] - 2017-11-29
## Changed
- Update CloudFormation specification (downloaded 29-Nov-2017) - version: 1.11.0

### Fixed
- Merge PR #96, fix invalid List<ParameterValue> validation

### Added
- Merge PR #97, allow control over whether parameters are guessed or not.

## [1.3.4] - 2017-11-19
Expand Down Expand Up @@ -68,7 +76,8 @@ Versioning](http://semver.org/spec/v2.0.0.html).
### Added
- Add pseudo parameter support

[Unreleased]: https://github.com/martysweet/cfn-lint/compare/v1.3.4...HEAD
[Unreleased]: https://github.com/martysweet/cfn-lint/compare/v1.4.0...HEAD
[1.4.0]: https://github.com/martysweet/cfn-lint/compare/v1.3.4...v1.4.0
[1.3.4]: https://github.com/martysweet/cfn-lint/compare/v1.2.0...v1.3.4
[1.2.0]: https://github.com/martysweet/cfn-lint/compare/v1.1.7...v1.2.0
[1.1.7]: https://github.com/martysweet/cfn-lint/compare/v1.1.6...v1.1.7
Expand Down
5 changes: 5 additions & 0 deletions README.md
Expand Up @@ -216,6 +216,11 @@ expected parameters for intrinsic functions, resource types and general structur
AWS API does not detect incorrect resource property names or incorrect resource property types (e.g. string, bool, list) which are typically
only detected when CloudFormation attempts to deploy the resources with the incorrect configurations.

### How does cfn-lint know what is valid?
AWS provide a CloudFormation specification file for each region. cfn-lint uses the US East (N. Virginia) CloudFormationResourceSpecification.json
file available on the [AWS CloudFormation Resource Specification](http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/cfn-resource-specification.html) page.
Currently, updates of this JSON file are manual and baked into each major, minor or bug fix release as needed.

### Got any other questions?
Ask a question on the [Github Issue Page](https://github.com/martysweet/cfn-lint/issues)!

Expand Down

0 comments on commit 223a715

Please sign in to comment.