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

build(deps-dev): bump cfn-lint from 0.77.10 to 0.79.7 #101

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 21, 2023

Bumps cfn-lint from 0.77.10 to 0.79.7.

Release notes

Sourced from cfn-lint's releases.

Release v0.79.7

CloudFormation Specifications
  • Add region il-central-1 (pull #2836)
  • Update CloudFormation specs to 135.0.0 (pull #2837)
Fixes
  • Allow for RetainExceptOnCreate for DeletionPolicy (pull #2834)
  • Fix language extension transform to resolve foreach refs in Sub parameters (pull #2846)
  • Fix language extension transform to allow Fn::FindInMap to return arrays (pull #2845)

Release v0.79.6

CloudFormation Specifications
  • Fix AWS::Glue::Job.Name to use string min/max instead of number min/max (pull #2831)

Release v0.79.5

CloudFormation Specifications
  • Update schema to spec conversions to include include a default string minimum value of 0 if not specified (pull #2824)
  • Update CloudFormation specs to 132.0.0 (pull #2824)
Fixes
  • Fix AWS::LanguageExtensions to not empty out a hardcoded string Fn::FindInmap that cannot be resolved (pull #2827)

Release v0.79.4

Fixes
  • Fix AWS::LanguageExtensions to not fully resolve Fn::FindInMap unless in Fn::ForEach collection (pull #2822)
  • Update convert_dict to include Mark instead of tuple for default value (pull #2821)

Release v0.79.3

Fixes
  • Fix Conditions logic to not crash on a condition that isn't found (pull #2814)
  • Update rule E1011 to better handle Fn::FindInMap with AWS::LanguageExtensions (pull #2814)
  • Update rule W2001 to better handle Ref with AWS::LanguageExtensions (pull #2814)

Release v0.79.2

Features
  • Add rule E1032 to validate ForEach with transform (pull #2809)
Fixes
  • Fix AWS::LanguageExtensions regex for sub removal to handle pseudo parameters (pull #2812)

Release v0.79.1

Features
  • Add support for Fn::ForEach when using AWS::LanguageExtensions (pull #2801)

Release v0.78.2

Features
  • Add test function to test conditions given a scenario (pull #2801)
CloudFormation Specifications
  • Update CloudFormation specs to 131.0.0 (pull #2795)
  • Updated DocumentDBEngineVersion AllowedValues (pull #2800)

Release v0.78.1

Features

... (truncated)

Changelog

Sourced from cfn-lint's changelog.

v0.79.7

CloudFormation Specifications
  • Add region il-central-1 (pull #2836)
  • Update CloudFormation specs to 135.0.0 (pull #2837)
Fixes
  • Allow for RetainExceptOnCreate for DeletionPolicy (pull #2834)
  • Fix language extension transform to resolve foreach refs in Sub parameters (pull #2846)
  • Fix language extension transform to allow Fn::FindInMap to return arrays (pull #2845)

v0.79.6

CloudFormation Specifications
  • Fix AWS::Glue::Job.Name to use string min/max instead of number min/max (pull #2831)

v0.79.5

CloudFormation Specifications
  • Update schema to spec conversions to include include a default string minimum value of 0 if not specified (pull #2824)
  • Update CloudFormation specs to 132.0.0 (pull #2824)
Fixes
  • Fix AWS::LanguageExtensions to not empty out a hardcoded string Fn::FindInmap that cannot be resolved (pull #2827)

v0.79.4

Fixes
  • Fix AWS::LanguageExtensions to not fully resolve Fn::FindInMap unless in Fn::ForEach collection (pull #2822)
  • Update convert_dict to include Mark instead of tuple for default value (pull #2821)

v0.79.3

Fixes
  • Fix Conditions logic to not crash on a condition that isn't found (pull #2814)
  • Update rule E1011 to better handle Fn::FindInMap with AWS::LanguageExtensions (pull #2814)
  • Update rule W2001 to better handle Ref with AWS::LanguageExtensions (pull #2814)

v0.79.2

Features
  • Add rule E1032 to validate ForEach with transform (pull #2809)
Fixes
  • Fix AWS::LanguageExtensions regex for sub removal to handle pseudo parameters (pull #2812)

v0.79.1

Features
  • Add support for Fn::ForEach when using AWS::LanguageExtensions (pull #2801)

v0.78.2

Features
  • Add test function to test conditions given a scenario (pull #2801)
CloudFormation Specifications
  • Update CloudFormation specs to 131.0.0 (pull #2795)
  • Updated DocumentDBEngineVersion AllowedValues (pull #2800)

v0.78.1

Features

... (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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Bumps [cfn-lint](https://github.com/aws-cloudformation/cfn-python-lint) from 0.77.10 to 0.79.7.
- [Release notes](https://github.com/aws-cloudformation/cfn-python-lint/releases)
- [Changelog](https://github.com/aws-cloudformation/cfn-lint/blob/main/CHANGELOG.md)
- [Commits](aws-cloudformation/cfn-lint@v0.77.10...v0.79.7)

---
updated-dependencies:
- dependency-name: cfn-lint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Aug 21, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 21, 2023

Looks like cfn-lint is up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this Aug 21, 2023
@dependabot dependabot bot deleted the dependabot/pip/cfn-lint-0.79.7 branch August 21, 2023 21:55
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants