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

Update module hashicorp/terraform to v0.12.9 #9991

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 4, 2019

This PR contains the following updates:

Package Type Update Change
github.com/hashicorp/terraform require patch v0.12.7 -> v0.12.9

Release Notes

hashicorp/terraform

v0.12.9

Compare Source

NOTES:

  • core: 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 using ignore_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 using ignore_changes, investigate the settings in the ignore_changes block to ensure the appropriate attributes are set. (#​22520)

ENHANCEMENTS:

  • provisioners/habitat: accept_license argument available to automate accepting the EULA, now required by this client (#​22745)
  • config: add source addressing to unknown value errors in for_each (#​22760)

BUG FIXES:

  • command/console: support -var and -var-file flags (#​22145)
  • command/show: Fixed bug with wrong errors being returned or swallowed. (#​22772)
  • config: The cidrhost, cidrsubnet, and cidrnetmask 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)
  • config: Fixed bug on empty sets with for_each (#​22281)

v0.12.8

Compare Source

0.12.8 (September 04, 2019)

NEW FEATURES:

  • lang/funcs: New fileset function, for finding static local files that match a glob pattern. (#​22523)

ENHANCEMENTS:

  • remote-state/pg: add option to skip schema creation (#​21607)

BUG FIXES:

  • command/console: use user-supplied -plugin-dir (#​22616)
  • config: ensure sets are appropriately known for 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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot. View repository job log here.

@renovate renovate bot requested a review from a team September 4, 2019 19:37
@renovate renovate bot added the dependencies Used to indicate dependency changes. label Sep 4, 2019
@ghost ghost added the size/XS Managed by automation to categorize the size of a PR. label Sep 4, 2019
@renovate renovate bot changed the title Update module hashicorp/terraform to v0.12.8 chore(deps): update module hashicorp/terraform to v0.12.8 Sep 5, 2019
@renovate renovate bot changed the title chore(deps): update module hashicorp/terraform to v0.12.8 Update module hashicorp/terraform to v0.12.8 Sep 5, 2019
bflad added a commit that referenced this pull request Sep 9, 2019
…2c24e25f

Reference: #9990
Reference: #9991

Updated via:

```console
$ go get github.com/hashicorp/terraform@5fb1e0867836ff6f6890fd1f02c7a1342c24e25f
$ go mod tidy
$ go mod vendor
```
@renovate renovate bot changed the title Update module hashicorp/terraform to v0.12.8 Update module hashicorp/terraform to v0.12.9 Sep 17, 2019
@renovate renovate bot force-pushed the renovate/github.com-hashicorp-terraform-0.x branch from 096e1bd to 0193827 Compare September 17, 2019 19:41
@renovate renovate bot changed the title Update module hashicorp/terraform to v0.12.9 chore(deps): update module hashicorp/terraform to v0.12.9 Sep 23, 2019
@renovate renovate bot force-pushed the renovate/github.com-hashicorp-terraform-0.x branch 2 times, most recently from 7b123e3 to 5190f0b Compare September 23, 2019 23:34
@ghost ghost added size/XXL Managed by automation to categorize the size of a PR. and removed size/XS Managed by automation to categorize the size of a PR. labels Sep 23, 2019
@renovate renovate bot changed the title chore(deps): update module hashicorp/terraform to v0.12.9 Update module hashicorp/terraform to v0.12.9 Sep 24, 2019
@renovate renovate bot force-pushed the renovate/github.com-hashicorp-terraform-0.x branch from 5190f0b to 6891fba Compare September 25, 2019 14:53
@bflad
Copy link
Contributor

bflad commented Sep 27, 2019

Closing in preference of #10253

@bflad bflad closed this Sep 27, 2019
@renovate
Copy link
Contributor Author

renovate bot commented Sep 27, 2019

Renovate Ignore Notification

As 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 ignoreDeps array of your renovate config.

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.

@renovate renovate bot deleted the renovate/github.com-hashicorp-terraform-0.x branch September 27, 2019 01:27
bflad added a commit that referenced this pull request Sep 27, 2019
…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)
@ghost
Copy link

ghost commented Nov 1, 2019

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!

@ghost ghost locked and limited conversation to collaborators Nov 1, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Used to indicate dependency changes. size/XXL Managed by automation to categorize the size of a PR.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants