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 to 3.4.5 #2403

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

Conversation

snoopy82481-bot[bot]
Copy link
Contributor

@snoopy82481-bot snoopy82481-bot bot commented Jun 3, 2024

This PR contains the following updates:

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

Warning

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


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

@snoopy82481-bot snoopy82481-bot bot added renovate/terraform type/patch area/terraform-cloudflare Changes made in the terraform cloudflare directory size/M Denotes a PR that changes 30-99 lines, ignoring generated files. labels Jun 3, 2024
@snoopy82481-bot
Copy link
Contributor Author

snoopy82481-bot bot commented Jun 3, 2024

🦙 MegaLinter status: ❌ ERROR

Descriptor Linter Files Fixed Errors Elapsed time
❌ COPYPASTE jscpd yes 1 1.16s
✅ REPOSITORY git_diff yes no 0.03s
❌ REPOSITORY secretlint yes 1 1.97s
✅ TERRAFORM terraform-fmt 1 0 0.03s

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

@snoopy82481-bot snoopy82481-bot bot changed the title fix(terraform): update terraform http to 3.4.3 fix(terraform): update terraform http to 3.4.4 Jul 31, 2024
@snoopy82481-bot snoopy82481-bot bot added size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. and removed size/M Denotes a PR that changes 30-99 lines, ignoring generated files. labels Jul 31, 2024
@snoopy82481-bot snoopy82481-bot bot changed the title fix(terraform): update terraform http to 3.4.4 fix(terraform): update terraform http to 3.4.4 - autoclosed Sep 10, 2024
@snoopy82481-bot snoopy82481-bot bot closed this Sep 10, 2024
@snoopy82481-bot snoopy82481-bot bot deleted the renovate/http-3.x branch September 10, 2024 13:12
@snoopy82481-bot snoopy82481-bot bot changed the title fix(terraform): update terraform http to 3.4.4 - autoclosed fix(terraform): update terraform http to 3.4.4 Sep 10, 2024
@snoopy82481-bot snoopy82481-bot bot reopened this Sep 10, 2024
@snoopy82481-bot snoopy82481-bot bot restored the renovate/http-3.x branch September 10, 2024 14:07
| datasource         | package        | from  | to    |
| ------------------ | -------------- | ----- | ----- |
| terraform-provider | hashicorp/http | 3.4.2 | 3.4.5 |
@snoopy82481-bot snoopy82481-bot bot changed the title fix(terraform): update terraform http to 3.4.4 fix(terraform): update terraform http to 3.4.5 Sep 10, 2024
@snoopy82481-bot snoopy82481-bot bot added size/M Denotes a PR that changes 30-99 lines, ignoring generated files. and removed size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. labels Sep 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/terraform-cloudflare Changes made in the terraform cloudflare directory renovate/terraform size/M Denotes a PR that changes 30-99 lines, ignoring generated files. type/patch
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants