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

Commit

Permalink
Update CHANGELOG for v1.9.0 (#196)
Browse files Browse the repository at this point in the history
* Update CHANGELOG.md

* Update all external resources and improve sam transform release command

* sam2CFNUtils - added the ability to resolve type properties from definitions that contain JSON Schema operators. (#200)

* Update generated SAM dataset
  • Loading branch information
martysweet committed Oct 30, 2018
1 parent b07c020 commit 29d23a6
Show file tree
Hide file tree
Showing 9 changed files with 3,356 additions and 2,258 deletions.
11 changes: 9 additions & 2 deletions CHANGELOG.md
Expand Up @@ -6,10 +6,16 @@ and this project adheres to [Semantic
Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [1.9.0] - 2018-10-07
### Added
- Merge PR #167, adding support for SAM template validation

### Changed
- Update CloudFormation specification (downloaded 07-Oct-2018) - version: 2.8.0

### Fixed
- Fix CHANGELOG broken link for v1.8.1
- Merge PR #197, fixing Fn::Sub fixed nested Intrinsic functions and Literal Values

## [1.8.1] - 2018-09-07
Expand Down Expand Up @@ -174,8 +180,9 @@ Versioning](http://semver.org/spec/v2.0.0.html).
### Added
- Add pseudo parameter support

[Unreleased]: https://github.com/martysweet/cfn-lint/compare/v1.8.1...HEAD
[1.8.0]: https://github.com/martysweet/cfn-lint/compare/v1.8.0...v1.8.1
[Unreleased]: https://github.com/martysweet/cfn-lint/compare/v1.9.0...HEAD
[1.9.0]: https://github.com/martysweet/cfn-lint/compare/v1.8.1...v1.9.0
[1.8.1]: https://github.com/martysweet/cfn-lint/compare/v1.8.0...v1.8.1
[1.8.0]: https://github.com/martysweet/cfn-lint/compare/v1.7.4...v1.8.0
[1.7.4]: https://github.com/martysweet/cfn-lint/compare/v1.7.3...v1.7.4
[1.7.3]: https://github.com/martysweet/cfn-lint/compare/v1.7.2...v1.7.3
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -317,7 +317,7 @@ Known limitations:
4. Ensure the latest SAM Specification is present ([SAM Schema](https://github.com/awslabs/serverless-application-model/blob/develop/samtranslator/validator/sam_schema/schema.json)) in the `data/sam_20161031_schema.json` file, update if required.
5. Update the CFN compatible SAM specification file, namely `data/sam_20161031_cfn.json`, by executing:
```
cd lib; node sam2CFN.js
cd lib && node sam2CFN.js && cd ..
```
6. Verify changes and merge into `master` with the title `Update CHANGELOG for VERSION (#PRNUM)`.
7. Go to [Releases](https://github.com/martysweet/cfn-lint/releases) and click "Draft a new release".
Expand Down
5,134 changes: 3,003 additions & 2,131 deletions data/aws_resources_specification.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion data/sam_20161031_cfn.json

Large diffs are not rendered by default.

0 comments on commit 29d23a6

Please sign in to comment.