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 Terraform http to v3.4.5 #871

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Update Terraform http to v3.4.5 #871

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 6, 2024

This PR contains the following updates:

Package Type Update Change
http (source) required_provider patch 3.4.2 -> 3.4.5

Release Notes

hashicorp/terraform-provider-http (http)

v3.4.5

Compare Source

NOTES:

  • all: This release introduces no functional changes. It does however include dependency updates which address upstream CVEs. (#​452)

v3.4.4

Compare Source

NOTES:

  • data-source/http: Previous versions of this provider ignored any Host headers specified in the request_headers attribute when setting the HTTP request. Any specified Host request header will now be set on the HTTP request.

For example, in the following configuration:

data "http" "example" {
  url      = "https://www.example.com"
  request_headers = {
    Host = "www.differentexample.com"
  }
}

The HTTP request URL host is still www.example.com but the HTTP request Host header will now be www.differentexample.com instead of www.example.com.
(#​440)

BUG FIXES:

  • data-source/http: Allow Host header in request_headers to be set on HTTP request (#​440)

v3.4.3

Compare Source

BUG FIXES:

  • data-source/http: Avoid potentially leaking URL-embedded basic authentication credentials in logs and error messages (#​429)

Configuration

📅 Schedule: Branch creation - "after 0:00 before 6:00 every weekend" in timezone Asia/Tokyo, Automerge - "after 0:00 before 6:00 every weekday" in timezone Asia/Tokyo.

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies label Jun 6, 2024
@renovate renovate bot requested a review from tqer39 as a code owner June 6, 2024 00:21
@renovate renovate bot changed the title Update Terraform http to v3.4.3 Update Terraform http to v3.4.4 Jul 31, 2024
@renovate renovate bot force-pushed the renovate/http-3.x branch from c05d6be to 229d59a Compare July 31, 2024 15:59
@renovate renovate bot changed the title Update Terraform http to v3.4.4 Update Terraform http to v3.4.5 Sep 10, 2024
@renovate renovate bot force-pushed the renovate/http-3.x branch from 229d59a to 8729282 Compare September 10, 2024 14:52
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.

0 participants