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

chore(deps): update terraform http to v3 - abandoned #61

Open
wants to merge 419 commits into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Aug 9, 2022

This PR contains the following updates:

Package Type Update Change
http (source) required_provider major ~> 2.1.0 -> ~> 3.4.0

Release Notes

hashicorp/terraform-provider-http (http)

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)

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)

v3.3.0

Compare Source

NOTES:

  • This Go module has been updated to Go 1.19 per the Go support policy. Any consumers building on earlier Go versions may experience errors. (#​245)

ENHANCEMENTS:

  • data-source/http: Added retry with nested attempts, max_delay_ms and min_delay_ms (#​151)
  • data-source/http: Added request_timeout_ms (#​151)

v3.2.1

Compare Source

BUG FIXES

  • data-source/http: Using DefaultTransport to reinstate previous behavior (e.g., ProxyFromEnvironment) (#​198).

v3.2.0

Compare Source

ENHANCEMENTS:

  • data-source/http: Added ca_cert_pem attribute which allows PEM encoded certificate(s) to be included in the set of root certificate authorities used when verifying server certificates (#​125).
  • data-source/http: Added insecure attribute to allow disabling the verification of a server's certificate chain and host name. Defaults to false (#​125).

v3.1.0

Compare Source

ENHANCEMENTS:

  • data-source/http: Allow optionally specifying HTTP request method and body (#​21).

v3.0.1

Compare Source

BUG FIXES

  • data-source/http: Reinstated previously deprecated and removed body attribute (#​166).

v3.0.0

Compare Source

NOTES:

BREAKING CHANGES:

  • data-source/http: Response status code is not checked anymore. A new read-only attribute, status_code, has been added. It can be used either with
    precondition and postcondition checks (Terraform >= 1.2.0), or, for instance,
    with local-exec Provisioner (114).
  • data-source/http: Deprecated body has been removed (#​137).

v2.2.0

Compare Source

ENHANCEMENTS:

  • data-source/http: body is now deprecated and has been superseded by response_body. body will be removed in the next major release (#​137).

NOTES:

  • "Uplift" aligned with Utility Providers Upgrade (#​135).

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

Peter Mein and others added 30 commits March 5, 2022 00:04
chore(deps): update helm release renovate to v32
chore(deps): update all non-major dependencies helm releases
chore(deps): update helm release argo-cd to v3.35.2
@renovate renovate bot force-pushed the renovate/http-3.x branch from f48f55e to c55c308 Compare October 31, 2022 15:27
@renovate renovate bot force-pushed the renovate/http-3.x branch from c55c308 to a0e3bd1 Compare November 6, 2022 20:49
@renovate renovate bot force-pushed the renovate/http-3.x branch from a0e3bd1 to bf79383 Compare November 9, 2022 14:12
@renovate renovate bot changed the title chore(deps): update terraform http to v3 Update Terraform http to v3 Dec 17, 2022
@renovate renovate bot changed the title Update Terraform http to v3 chore(deps): update terraform http to v3 Dec 17, 2022
@renovate renovate bot force-pushed the renovate/http-3.x branch from bf79383 to 244c36a Compare March 16, 2023 07:16
@renovate renovate bot force-pushed the renovate/http-3.x branch from 244c36a to 55015c1 Compare May 28, 2023 10:16
@renovate renovate bot force-pushed the renovate/http-3.x branch from 55015c1 to a24ade6 Compare June 21, 2023 21:48
@renovate renovate bot changed the title chore(deps): update terraform http to v3 chore(deps): update terraform http to v3 - abandoned Oct 9, 2024
Copy link
Author

renovate bot commented Oct 9, 2024

Autoclosing Skipped

This PR has been flagged for autoclosing. However, it is being skipped due to the branch being already modified. Please close/delete it manually or report a bug if you think this is in error.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants