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 hashicorp/local requirement from < 2.4.2 to < 2.5.2 in /edbterraform/data/terraform #148

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

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Mar 18, 2024

Updates the requirements on hashicorp/local to permit the latest version.

Release notes

Sourced from hashicorp/local's releases.

v2.5.1

NOTES:

  • No functional changes from v2.5.0. Minor documentation fixes. (#303)
Changelog

Sourced from hashicorp/local's changelog.

2.5.1 (March 11, 2024)

NOTES:

  • No functional changes from v2.5.0. Minor documentation fixes. (#303)

2.5.0 (March 11, 2024)

FEATURES:

  • functions/direxists: Added a new direxists function that checks for the existence of a directory, similar to the built-in fileexists function. (#285)

2.4.1 (December 12, 2023)

NOTES:

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

2.4.0 (March 08, 2023)

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. (#184)

FEATURES:

  • resource/local_file: added support for MD5, SHA1, SHA256, and SHA512 checksum outputs. (#142)
  • resource/local_sensitive_file: added support for MD5, SHA1, SHA256, and SHA512 checksum outputs. (#142)
  • data-source/local_file: added support for MD5, SHA1, SHA256, and SHA512 checksum outputs. (#142)
  • data-source/local_sensitive-file: added support for MD5, SHA1, SHA256, and SHA512 checksum outputs. (#142)

2.3.0 (January 11, 2023)

NOTES:

2.2.3 (May 18, 2022)

NOTES:

  • resource/local_file: Update docs to prevent confusion that exactly one of the arguments content, sensitive_content, content_base64, and source needs to be specified (#123).

  • resource/local_sensitive_file: Update docs to prevent confusion that exactly one of the arguments content, content_base64, and source needs to be specified (#123).

  • No functional changes from 2.2.2.

2.2.2 (March 11, 2022)

... (truncated)

Commits
  • 0071dda Update changelog
  • f0d0552 docs: Fix YAML frontmatter in template (#303)
  • 5a5e481 Update changelog
  • f15ab07 function/direxists: Add function that checks if a directory exists (#285)
  • 5712e33 build(deps): bump github.com/hashicorp/terraform-plugin-testing (#301)
  • 9c2d962 build(deps): bump github.com/hashicorp/terraform-plugin-framework (#300)
  • 9de1df3 build(deps): bump github.com/hashicorp/terraform-plugin-framework from 1.5.0 ...
  • ad9f69d Result of tsccr-helper -log-level=info gha update -latest . (#297)
  • 5d22ee4 Result of tsccr-helper -log-level=info gha update -latest . (#296)
  • d77c6c9 Result of tsccr-helper -log-level=info gha update -latest . (#295)
  • Additional commits viewable in compare view

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependabot Dependabot changes dependency Dependency updated terraform Terraform related changes labels Mar 18, 2024
@bryan-bar
Copy link
Collaborator

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/terraform/edbterraform/data/terraform/hashicorp/local-lte-2.5.2 branch from 26069d1 to 6fa64e2 Compare May 14, 2024 22:31
@bryan-bar
Copy link
Collaborator

@dependabot rebase

Copy link
Author

dependabot bot commented on behalf of github May 14, 2024

Looks like this PR is already up-to-date with main! If you'd still like to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

@bryan-bar
Copy link
Collaborator

@dependabot recreate

Updates the requirements on [hashicorp/local](https://github.com/hashicorp/terraform-provider-local) to permit the latest version.
- [Release notes](https://github.com/hashicorp/terraform-provider-local/releases)
- [Changelog](https://github.com/hashicorp/terraform-provider-local/blob/main/CHANGELOG.md)
- [Commits](hashicorp/terraform-provider-local@v0.1.0...v2.5.1)

---
updated-dependencies:
- dependency-name: hashicorp/local
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/terraform/edbterraform/data/terraform/hashicorp/local-lte-2.5.2 branch from 6fa64e2 to 1dac9a4 Compare May 14, 2024 22:36
@bryan-bar bryan-bar mentioned this pull request May 14, 2024
@bryan-bar bryan-bar changed the title Update hashicorp/local requirement from <= 2.4.1 to <= 2.5.2 in /edbterraform/data/terraform Update hashicorp/local requirement from < 2.4.1 to < 2.5.2 in /edbterraform/data/terraform May 14, 2024
@bryan-bar bryan-bar changed the title Update hashicorp/local requirement from < 2.4.1 to < 2.5.2 in /edbterraform/data/terraform Update hashicorp/local requirement from < 2.4.2 to < 2.5.2 in /edbterraform/data/terraform May 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependabot Dependabot changes dependency Dependency updated terraform Terraform related changes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant