-
Notifications
You must be signed in to change notification settings - Fork 155
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
Upstream v5.47.0 #3881
Upstream v5.47.0 #3881
Conversation
Does the PR have any schema changes?Found 11 breaking changes: Types
New resources:
New functions:
Maintainer note: consult the runbook for dealing with any breaking changes. |
Is README.md missing any configuration options?
Please add a description for each of these options to |
Investigating the upgrade test failure for RDS Instance. It appears that this change has introduced a dedicated_log_volume parameter: hashicorp/terraform-provider-aws@e5736dc Therefore upgrading to the new version of the provider generates an update plan to move from missing value to the new default of I will weaken the upgrade test to accept this. |
|
||
set -euo pipefail | ||
|
||
git ls-files '**go.mod' | xargs -L 1 ./scripts/tidy.sh |
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.
neat, I had a local script for this!
@@ -0,0 +1,13 @@ | |||
#!/usr/bin/env bash |
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.
Thanks for adding these, is this added through ci-mgmt?
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 yet, since scripts are free-floating. Can elevate to Makefile targets at some point if useful.
/release minor |
Fixes #3870
Upgrades upstream to v5.47.0.
Previously this provider was using a patched version of terraform-plugin-framework as motivated by pulumi/terraform-plugin-framework@4d4aedf but the patch conflicts with the latest version (1.8.0). It appears that the patch is no longer necessary.