-
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 hashicorp/terraform to v0.12.9 #9991
Update module hashicorp/terraform to v0.12.9 #9991
Conversation
096e1bd
to
0193827
Compare
7b123e3
to
5190f0b
Compare
5190f0b
to
6891fba
Compare
Closing in preference of #10253 |
Renovate Ignore NotificationAs this PR has been closed unmerged, Renovate will now ignore this update (v0.12.9). You will still receive a PR once a newer version is released, so if you wish to permanently ignore this dependency, please add it to the If this PR was closed by mistake or you changed your mind, you can simply rename this PR and you will soon get a fresh replacement PR opened. |
…bling This project contains both non-semantic and semantic commit messages. Renovate tries to auto-detect which style it should use when submitting dependency update pull requests, however the mixture of the two seems to lead to renovate pull requests that start without the `chore(deps)` titles, then flip-flop to including it and not including it. This leads to confusing and duplicate pull requests. Here we just force disable the semantic commit messaging to prevent the changing auto-detection behavior. References: - #10255 and #10262 - #10248 and #10264 - #9991 and #10263 - #10011 (comment)
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:
v0.12.7
->v0.12.9
Release Notes
hashicorp/terraform
v0.12.9
Compare Source
NOTES:
ignore_changes
is now processed (in addition to existing behaviors) before the provider plan is run. This means that users may see fewer planned changes when usingignore_changes
, as before this change, changes to ignored attributes were still being sent to CustomizeDiff in providers (which could mean cascading changes for some resources). This should be indicative that providers are no longer getting changes that were marked as ignored, but if unexpected plans are seen while usingignore_changes
, investigate the settings in theignore_changes
block to ensure the appropriate attributes are set. (#22520)ENHANCEMENTS:
accept_license
argument available to automate accepting the EULA, now required by this client (#22745)for_each
(#22760)BUG FIXES:
cidrhost
,cidrsubnet
, andcidrnetmask
functions now behave correctly with IPv6 prefixes that are short enough for the host portion to be greater than 64-bit or 32-bit (depending on the target architecture). (#22505)for_each
(#22281)v0.12.8
Compare Source
0.12.8 (September 04, 2019)
NEW FEATURES:
fileset
function, for finding static local files that match a glob pattern. (#22523)ENHANCEMENTS:
BUG FIXES:
-plugin-dir
(#22616)for_each
(#22597)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.