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/archive requirement from ~>2.3.0 to ~>2.4.0 #27

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 8, 2023

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

Release notes

Sourced from hashicorp/archive's releases.

v2.4.0

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

ENHANCEMENTS:

  • data-source/archive_file: Added attribute exclude_symlink_directories which will exclude symbolically linked directories from the archive when set to true. Defaults to false (#183)
  • resource/archive_file: Added attribute exclude_symlink_directories which will exclude symbolically linked directories from the archive when set to true. Defaults to false (#183)
Changelog

Sourced from hashicorp/archive's changelog.

2.4.0 (June 07, 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. (#200)

ENHANCEMENTS:

  • data-source/archive_file: Added attribute exclude_symlink_directories which will exclude symbolically linked directories from the archive when set to true. Defaults to false (#183)
  • resource/archive_file: Added attribute exclude_symlink_directories which will exclude symbolically linked directories from the archive when set to true. Defaults to false (#183)

2.3.0 (January 18, 2023)

NOTES:

2.2.0 (May 04, 2021)

ENHANCEMENTS:

  • New opt-in flag to specify the output_file_mode to produce more deterministic behavior across operating systems. (#90)

DEPENDENCIES:

  • Update github.com/hashicorp/terraform-plugin-sdk/v2 to v2.6.1 (#95)

NOTES:

Changelogs now list all dependency updates in a separate section. These are understood to have no user-facing changes except those detailed in earlier sections.

2.1.0 (February 19, 2021)

Binary releases of this provider now include the darwin-arm64 platform. This version contains no further changes.

2.0.0 (October 14, 2020)

Binary releases of this provider now include the linux-arm64 platform.

BREAKING CHANGES:

  • Upgrade to version 2 of the Terraform Plugin SDK, which drops support for Terraform 0.11. This provider will continue to work as expected for users of Terraform 0.11, which will not download the new version. (#72)

BUG FIXES:

  • Fixed path bug with exclusions on Windows (#71)

1.3.0 (September 30, 2019)

NOTES:

... (truncated)

Commits
  • 6497da2 Update changelog
  • c03e0a6 Follow symlinks when creating archive (#183)
  • 6b6d7b7 Bump actions/labeler from 4.0.4 to 4.1.0 (#220)
  • e0b942e Bump golangci/golangci-lint-action from 3.4.0 to 3.5.0 (#219)
  • e0e602d Bump actions/labeler from 4.0.3 to 4.0.4 (#217)
  • 8e8430e fix: issue-labeler - add required input (#216)
  • 38706e1 Bump actions/setup-go from 4.0.0 to 4.0.1 (#214)
  • 4768399 Bump actions/checkout from 3.5.1 to 3.5.2 (#212)
  • b1c57be Bump actions/checkout from 3.5.0 to 3.5.1 (#211)
  • 1acb2d6 Bump github.com/hashicorp/terraform-plugin-go from 0.14.3 to 0.15.0 (#210)
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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 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)

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

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jun 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants