Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump cfn-lint from 0.34.0 to 0.47.2 in /dependencies #144

Closed

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Mar 15, 2021

Bumps cfn-lint from 0.34.0 to 0.47.2.

Release notes

Sourced from cfn-lint's releases.

Release v0.47.2

CloudFormation Specifications
  • Update resource specs to 31.0.0 (pull #1939)
  • Only flag rule I3042 when the ARN is inside a Fn::Sub (pull #1928)

Release v0.47.1

CloudFormation Specifications
  • Update resource specs to 30.1.0 (pull #1936)
  • Add Analytics to AWS::CDK::Metadata (pull #1937)
  • Patch in Outputs into Attributes for AWS::ServiceCatalog::CloudFormationProvisionedProduct (pull #1934)

Release v0.47.0

Features
  • Add rule I3042 to check for hardcoded partitions, account IDs, and regions in an ARN (pull #1805)
  • Allow for merging of list configurations using --merge-configs (pull #1915)
CloudFormation Specifications
  • Update resource specs to 30.0.0 (pull #1911)
  • Add Kinesis Data Firehose to permitted SNS subscription protocols (pull #1924)
  • Changed DMS endpoint engine name for DocumentDB to docdb (pull #1920)
Fixes
  • Update rule E2532 to add ResultSelector field to Task, Parallel & Map in step functions (pull #1912)
  • Update rule E1017 to add Fn::Select to allowed value in index field of Fn::Select (pull #1922)

Release v0.46.0

CloudFormation Specifications
  • Update resource specs to 28.1.0 (pull #1905)
Fixes
  • Update aws-sam-translator to 1.34.0 (pull #1910)
  • Return two errors when finding duplicates in the decode phase (pull #1900)

Release v0.45.0

CloudFormation Specifications
  • Get value constraints from AWS CloudFormation registry types (pull #1867)
  • Update resource specs to 28.0.0 (pull #1899)

Release v0.44.7

CloudFormation Specifications
  • Update resource specs to 27.0.0 (pull #1892)
Fixes
  • Fix an issue with rule E3037 when certain types aren't serializable and forcing them to strings (pull #1887)

Release v0.44.6

CloudFormation Specifications
  • Update resource specs to 26.0.0 (pull #1884)
Fixes
  • Fix an issue when directives are checked and resources aren't a dict (pull #1877)

Release v0.44.5

CloudFormation Specifications
  • Update resource specs to 25.0.0 (pull #1873)

... (truncated)

Changelog

Sourced from cfn-lint's changelog.

v0.47.2

CloudFormation Specifications
  • Update resource specs to 31.0.0 (pull #1939)
  • Only flag rule I3042 when the ARN is inside a Fn::Sub (pull #1928)

v0.47.1

CloudFormation Specifications
  • Update resource specs to 30.1.0 (pull #1936)
  • Add Analytics to AWS::CDK::Metadata (pull #1937)
  • Patch in Outputs into Attributes for AWS::ServiceCatalog::CloudFormationProvisionedProduct (pull #1934)

v0.47.0

Features
  • Add rule I3042 to check for hardcoded partitions, account IDs, and regions in an ARN (pull #1805)
  • Allow for merging of list configurations using --merge-configs (pull #1915)
CloudFormation Specifications
  • Update resource specs to 30.0.0 (pull #1911)
  • Add Kinesis Data Firehose to permitted SNS subscription protocols (pull #1924)
  • Changed DMS endpoint engine name for DocumentDB to docdb (pull #1920)
Fixes
  • Update rule E2532 to add ResultSelector field to Task, Parallel & Map in step functions (pull #1912)
  • Update rule E1017 to add Fn::Select to allowed value in index field of Fn::Select (pull #1922)

v0.46.0

CloudFormation Specifications
  • Update resource specs to 28.1.0 (pull #1905)
Fixes
  • Update aws-sam-translator to 1.34.0 (pull #1910)
  • Return two errors when finding duplicates in the decode phase (pull #1900)

v0.45.0

CloudFormation Specifications
  • Get value constraints from AWS CloudFormation registry types (pull #1867)
  • Update resource specs to 28.0.0 (pull #1899)

v0.44.7

CloudFormation Specifications
  • Update resource specs to 27.0.0 (pull #1892)
Fixes
  • Fix an issue with rule E3037 when certain types aren't serializable and forcing them to strings (pull #1887)

v0.44.6

CloudFormation Specifications
  • Update resource specs to 26.0.0 (pull #1884)
Fixes
  • Fix an issue when directives are checked and resources aren't a dict (pull #1877)

v0.44.5

CloudFormation Specifications
  • Update resource specs to 25.0.0 (pull #1873)

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@changelogg
Copy link

changelogg bot commented Mar 15, 2021

Hey! Changelogs info seems to be missing or might be in incorrect format.
Please use the below template in PR description to ensure Changelogg can detect your changes:
- (tag) changelog_text
or
- tag: changelog_text
OR
You can add tag in PR header or while doing a commit too
(tag) PR header
or
tag: PR header
Valid tags: added / feat, changed, deprecated, fixed / fix, removed, security, build, ci, chore, docs, perf, refactor, revert, style, test
Thanks!
For more info, check out changelogg docs

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Mar 15, 2021
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Mar 23, 2021

Superseded by #147.

@dependabot dependabot bot closed this Mar 23, 2021
@dependabot dependabot bot deleted the dependabot/pip/dependencies/cfn-lint-0.47.2 branch March 23, 2021 06:04
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants