Skip to content
This repository has been archived by the owner on May 21, 2024. It is now read-only.

feat(terraform): update terraform http to 3.4.2 #429

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 21, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change
http (source) required_provider minor 3.3.0 -> 3.4.2

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

hashicorp/terraform-provider-http (http)

v3.4.2

Compare Source

NOTES:

  • data-source/http: Previously the HTTP request would unexpectedly always contain a body for all requests. Certain HTTP server implementations are sensitive to this data existing if it is not expected. Requests now only contain a request body if the request_body attribute is explicitly set. To exactly preserve the previous behavior, set request_body = "". (#​388)

BUG FIXES:

  • data-source/http: Ensured HTTP request body is not sent unless configured (#​388)

v3.4.1

Compare Source

BUG FIXES:

  • data-source/http: Includes update to go-retryablehttp fixing preservation of request body on temporary redirects or re-established HTTP/2 connections (#​346)

v3.4.0

Compare Source

ENHANCEMENTS:

  • data-source/http: response_body_base64 has been added and contains a standard base64 encoding of the response body (#​158)
  • data-source/http: Replaced issuing warning on the basis of possible non-text Content-Type with issuing warning if response body does not contain valid UTF-8. (#​158)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

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

Rebasing: Whenever PR becomes conflicted, 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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot requested a review from leewardbound as a code owner June 21, 2023 23:17
@renovate renovate bot changed the title feat(terraform): update terraform http to 3.4.0 feat(terraform): update terraform http to 3.4.1 Dec 19, 2023
| datasource         | package        | from  | to    |
| ------------------ | -------------- | ----- | ----- |
| terraform-provider | hashicorp/http | 3.3.0 | 3.4.2 |
@renovate renovate bot changed the title feat(terraform): update terraform http to 3.4.1 feat(terraform): update terraform http to 3.4.2 Mar 1, 2024
@renovate renovate bot deleted the renovate/http-3.x branch May 21, 2024 22:15
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant