-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
Update module yaml to v2.2.5 #10737
Update module yaml to v2.2.5 #10737
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Passes relevant acceptance testing:
--- PASS: TestAccAWSCloudFormationStack_basic (70.67s)
--- PASS: TestAccAWSCloudFormationStack_defaultParams (70.85s)
--- PASS: TestAccAWSCloudFormationStack_dataSource_yaml (74.07s)
--- PASS: TestAccAWSCloudFormationStack_disappears (79.42s)
--- PASS: TestAccAWSCloudFormationStack_yaml (82.47s)
--- PASS: TestAccAWSCloudFormationStack_dataSource_basic (83.09s)
--- PASS: TestAccAWSCloudFormationStack_withUrl_withParams_withYaml (101.78s)
--- PASS: TestAccAWSCloudFormationStack_allAttributes (102.48s)
--- PASS: TestAccAWSCloudFormationStack_withUrl_withParams_noUpdate (121.11s)
--- PASS: TestAccAWSCloudFormationStack_withParams (129.43s)
--- PASS: TestAccAWSCloudFormationStack_withUrl_withParams (176.50s)
@@ -623,6 +623,7 @@ gopkg.in/yaml.v2 v2.2.2 h1:ZCJp+EgiOT7lHqUV2J862kp8Qj64Jo6az82+3Td9dZw= | |||
gopkg.in/yaml.v2 v2.2.2/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI= | |||
gopkg.in/yaml.v2 v2.2.4 h1:/eiJrUcujPVeJ3xlSWaiNi3uSVmDGBK1pDHUHAnao1I= | |||
gopkg.in/yaml.v2 v2.2.4/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI= | |||
gopkg.in/yaml.v2 v2.2.5/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI= |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure why renovate did not include the full checksum here as well. Adding via a followup commit from running go mod tidy
This has been released in version 2.35.0 of the Terraform AWS provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template for triage. Thanks! |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. Thanks! |
This PR contains the following updates:
v2.2.4
->v2.2.5
Release Notes
go-yaml/yaml
v2.2.5
Compare Source
Renovate configuration
📅 Schedule: At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻️ Rebasing: Whenever PR becomes conflicted, or if you modify the PR title to begin with "
rebase!
".🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot. View repository job log here.