Skip to content

Commit

Permalink
Merge pull request #360 from kddejong/Release/v0.7.3
Browse files Browse the repository at this point in the history
Release v0.7.3
  • Loading branch information
Chuck Meyer committed Sep 21, 2018
2 parents bd2daba + 083e388 commit 560be16
Show file tree
Hide file tree
Showing 16 changed files with 28,829 additions and 20,352 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,17 @@
- Test Ref resources to IAM Roles have good assume role documents. Example: Lambda Function Ref refers to an IAM Role that can be assume by Lambda.
- More Warnings around hard coded values (Regions, AccountIds) to help with the practice of reusability

### 0.7.3
###### Features
- Update the custom objects for the template to directly allow the calling of getting items and checking items that is condition safe
- Update CloudFormation Specs to 2018-09-21 released specs
###### Fixes
- Fix rule [E2540](https://github.com/awslabs/cfn-python-lint/blob/master/docs/rules.md#E2540) to not fail when the stage names aren't strings
- Fix rule [E3002](https://github.com/awslabs/cfn-python-lint/blob/master/docs/rules.md#E3002) to not fail when processing Ref AWS::NoValue
- Core functionality updated to fail when extending rules directory doesn't exist
- Fix rule [E3002](https://github.com/awslabs/cfn-python-lint/blob/master/docs/rules.md#E3002) metadata isn't supported as a resource property
- Fix rule [E2509](https://github.com/awslabs/cfn-python-lint/blob/master/docs/rules.md#E2509) to not error when using a function for description

### 0.7.2
###### Fixes
- Fix rule [W2501](https://github.com/awslabs/cfn-python-lint/blob/master/docs/rules.md#W2501) to support dashes in KMS Key name
Expand Down
4,965 changes: 2,809 additions & 2,156 deletions src/cfnlint/data/CloudSpecs/ap-northeast-1.json

Large diffs are not rendered by default.

3,533 changes: 2,028 additions & 1,505 deletions src/cfnlint/data/CloudSpecs/ap-northeast-2.json

Large diffs are not rendered by default.

570 changes: 553 additions & 17 deletions src/cfnlint/data/CloudSpecs/ap-south-1.json

Large diffs are not rendered by default.

2,891 changes: 1,707 additions & 1,184 deletions src/cfnlint/data/CloudSpecs/ap-southeast-1.json

Large diffs are not rendered by default.

3,873 changes: 2,206 additions & 1,667 deletions src/cfnlint/data/CloudSpecs/ap-southeast-2.json

Large diffs are not rendered by default.

2,981 changes: 1,760 additions & 1,221 deletions src/cfnlint/data/CloudSpecs/ca-central-1.json

Large diffs are not rendered by default.

4,480 changes: 2,573 additions & 1,907 deletions src/cfnlint/data/CloudSpecs/eu-central-1.json

Large diffs are not rendered by default.

778 changes: 760 additions & 18 deletions src/cfnlint/data/CloudSpecs/eu-west-1.json

Large diffs are not rendered by default.

3,667 changes: 2,160 additions & 1,507 deletions src/cfnlint/data/CloudSpecs/eu-west-2.json

Large diffs are not rendered by default.

2,892 changes: 1,714 additions & 1,178 deletions src/cfnlint/data/CloudSpecs/sa-east-1.json

Large diffs are not rendered by default.

4,842 changes: 2,800 additions & 2,042 deletions src/cfnlint/data/CloudSpecs/us-east-1.json

Large diffs are not rendered by default.

4,953 changes: 2,769 additions & 2,184 deletions src/cfnlint/data/CloudSpecs/us-east-2.json

Large diffs are not rendered by default.

3,351 changes: 1,945 additions & 1,406 deletions src/cfnlint/data/CloudSpecs/us-west-1.json

Large diffs are not rendered by default.

5,392 changes: 3,033 additions & 2,359 deletions src/cfnlint/data/CloudSpecs/us-west-2.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/cfnlint/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
"""

__version__ = '0.7.2'
__version__ = '0.7.3'

0 comments on commit 560be16

Please sign in to comment.