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.6 #97

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps cfn-lint from 0.77.10 to 0.79.6.

Release notes

Sourced from cfn-lint's releases.

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
  • Update rule E1018 to flag splitting dynamic references (pull #2786)
  • New rule W2533 to validate lambda zip deployment configuration (pull #2682)
  • Supporting intrinsic function in DeletionPolicy and UpdateReplacePolicy (pull #2784)
CloudFormation Specifications
  • Update CloudFormation specs to 130.0.0 (pull #2783)
Fixes
  • Pin jsonschema to be under 4.18 (pull #2792)
  • Fix using include_experimental in metadata (pull #2785)
  • Fix rule E1024 to better handle conditions (pull #2780)
Changelog

Sourced from cfn-lint's changelog.

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
  • Update rule E1018 to flag splitting dynamic references (pull #2786)
  • New rule W2533 to validate lambda zip deployment configuration (pull #2682)
  • Supporting intrinsic function in DeletionPolicy and UpdateReplacePolicy (pull #2784)
CloudFormation Specifications
  • Update CloudFormation specs to 130.0.0 (pull #2783)
Fixes
  • Pin jsonschema to be under 4.18 (pull #2792)
  • Fix using include_experimental in metadata (pull #2785)
  • Fix rule E1024 to better handle conditions (pull #2780)
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)

Bumps [cfn-lint](https://github.com/aws-cloudformation/cfn-python-lint) from 0.77.10 to 0.79.6.
- [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.6)

---
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 7, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 21, 2023

Superseded by #101.

@dependabot dependabot bot closed this Aug 21, 2023
@dependabot dependabot bot deleted the dependabot/pip/cfn-lint-0.79.6 branch August 21, 2023 13:03
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