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.1 #367

Merged
merged 1 commit into from
Jun 5, 2019

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 4, 2019

This PR contains the following updates:

Package Type Update Change
github.com/hashicorp/terraform require patch v0.12.0 -> v0.12.1

Release Notes

hashicorp/terraform

v0.12.1

Compare Source

BUG FIXES:

  • core: Always try to select a workspace after initialization (#​21234)
  • command/show: fix inconsistent json output causing a panic [#​21541]
  • config: distinct function no longer panics when given an empty list (#​21538)
  • config: Don't panic when a version constraint is added to a module that was previously initialized without one (#​21542)
  • config: matchkeys function argument type checking will no longer fail incorrectly during validation (#​21576)
  • backend/local: Don't panic if an instance in the state only has deposed instances, and no current instance (#​21575)

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 added the dependencies label Jun 4, 2019
@ghost ghost added the size/XXL label Jun 4, 2019
@patryk patryk merged commit 6629606 into master Jun 5, 2019
@patryk patryk deleted the renovate/github.aaakk.us.kg-hashicorp-terraform-0.x branch June 5, 2019 16:00
boekkooi-lengoo pushed a commit to boekkooi-lengoo/terraform-provider-cloudflare that referenced this pull request Feb 28, 2022
boekkooi-lengoo pushed a commit to boekkooi-lengoo/terraform-provider-cloudflare that referenced this pull request Feb 28, 2022
…e#369)

Previously, creating or updating a worker route would default to the deprecated `filters` endpoints when Enabled == false and ScriptName == "". This would cause errors when using API tokens since the filter endpoints don't support API tokens. This change will use the `routes` endpoints in that scenario instead, which do support API tokens.

It also updates `ListWorkerRoutes` to use the `routes` endpoint instead of `filters` when an API token is supplied.

Deleting worker routes suffers from the same problem, but that will be fixed in cloudflare#367
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants