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

fix(terraform): update terraform http ( 3.4.3 → 3.4.4 ) #845

Merged
merged 1 commit into from
Aug 1, 2024

Conversation

kireque-bot[bot]
Copy link
Contributor

@kireque-bot kireque-bot bot commented Jul 31, 2024

This PR contains the following updates:

Package Type Update Change
http (source) required_provider patch 3.4.3 -> 3.4.4

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)

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 Renovate Bot.

| datasource         | package        | from  | to    |
| ------------------ | -------------- | ----- | ----- |
| terraform-provider | hashicorp/http | 3.4.3 | 3.4.4 |
@kireque-bot kireque-bot bot added renovate/terraform type/patch Issue relates to a patch version bump labels Jul 31, 2024
@kireque-bot
Copy link
Contributor Author

kireque-bot bot commented Jul 31, 2024

🦙 MegaLinter status: ⚠️ WARNING

Descriptor Linter Files Fixed Errors Elapsed time
✅ COPYPASTE jscpd yes no 0.85s
✅ REPOSITORY git_diff yes no 0.02s
✅ REPOSITORY secretlint yes no 1.46s
⚠️ TERRAFORM terraform-fmt 2 2 0.07s

See detailed report in MegaLinter reports
Set VALIDATE_ALL_CODEBASE: true in mega-linter.yml to validate all sources, not only the diff

MegaLinter is graciously provided by OX Security

@kireque kireque merged commit 8f48c42 into main Aug 1, 2024
5 checks passed
@kireque kireque deleted the renovate/http-3.x branch August 1, 2024 15:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
renovate/terraform type/patch Issue relates to a patch version bump
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant