Skip to content

chore: bump hashicorp/random from 3.4.3 to 3.5.1 in /examples/runner-docker #806

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 17, 2023

Bumps hashicorp/random from 3.4.3 to 3.5.1.

Release notes

Sourced from hashicorp/random's releases.

v3.5.1

BUG FIXES:

  • resource/random_password: Prevent error with bcrypt by truncating the bytes that are hashed to a maximum length of 72 (#397)

v3.5.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. (#378)
Changelog

Sourced from hashicorp/random's changelog.

3.5.1 (April 12, 2023)

BUG FIXES:

  • resource/random_password: Prevent error with bcrypt by truncating the bytes that are hashed to a maximum length of 72 (#397)

3.5.0 (April 11, 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. (#378)
Commits
  • 2affb0e Update changelog
  • f1c7ffa Prevent hash error bcrypt.ErrPasswordTooLong for passwords > 72 bytes in l...
  • 800bbd5 Update changelog
  • c73a8e2 Bump golang.org/x/crypto from 0.7.0 to 0.8.0 (#395)
  • eb02e15 Bump github/issue-labeler from 3.0 to 3.1 (#394)
  • 5e2d04c Bump github.com/hashicorp/terraform-plugin-go from 0.14.3 to 0.15.0 (#393)
  • d597921 Bump actions/checkout from 3.4.0 to 3.5.0 (#392)
  • 1602f05 Bump github.com/hashicorp/terraform-plugin-testing from 1.1.0 to 1.2.0 (#391)
  • 0117aa6 all: Replace custom default value plan modifiers with framework default handl...
  • 5f51c46 Bump github.com/hashicorp/terraform-plugin-framework from 1.1.1 to 1.2.0 (#389)
  • Additional commits viewable in compare view

Dependabot compatibility score

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)

@dependabot dependabot bot requested review from npalm and kayman-mk as code owners April 17, 2023 22:05
@dependabot dependabot bot added dependencies Dependency updates, usually by Dependabot terraform Pull requests that update Terraform code labels Apr 17, 2023
@github-actions
Copy link
Contributor

Hey @dependabot[bot]! 👋

Thank you for your contribution to the project. Please refer to the contribution rules for a quick overview of the process.

Make sure that this PR clearly explains:

  • the problem being solved
  • the best way a reviewer and you can test your changes

With submitting this PR you confirm that you hold the rights of the code added and agree that it will published under this LICENSE.

The following ChatOps commands are supported:

  • /help: notifies a maintainer to help you out

Simply add a comment with the command in the first line. If you need to pass more information, separate it with a blank line from the command.

This message was generated automatically. You are welcome to improve it.

@github-actions
Copy link
Contributor

🦙 MegaLinter status: ✅ SUCCESS

Descriptor Linter Files Fixed Errors Elapsed time
✅ COPYPASTE jscpd yes no 1.47s
✅ REPOSITORY checkov yes no 19.09s
✅ REPOSITORY dustilock yes no 0.2s
✅ REPOSITORY gitleaks yes no 0.87s
✅ REPOSITORY git_diff yes no 0.01s
✅ REPOSITORY secretlint yes no 1.01s
✅ REPOSITORY syft yes no 0.18s
✅ SPELL cspell 2 0 2.24s
✅ TERRAFORM checkov 1 0 2.69s
✅ TERRAFORM terraform-fmt 1 0 0 0.04s
✅ TERRAFORM terrascan yes no 9.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

Bumps [hashicorp/random](https://github.com/hashicorp/terraform-provider-random) from 3.4.3 to 3.5.1.
- [Release notes](https://github.com/hashicorp/terraform-provider-random/releases)
- [Changelog](https://github.com/hashicorp/terraform-provider-random/blob/main/CHANGELOG.md)
- [Commits](hashicorp/terraform-provider-random@v3.4.3...v3.5.1)

---
updated-dependencies:
- dependency-name: hashicorp/random
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/terraform/examples/runner-docker/hashicorp/random-3.5.1 branch from 912d67b to fe6b486 Compare April 20, 2023 05:54
@kayman-mk kayman-mk merged commit f047398 into main Apr 20, 2023
@kayman-mk kayman-mk deleted the dependabot/terraform/examples/runner-docker/hashicorp/random-3.5.1 branch April 20, 2023 05:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Dependency updates, usually by Dependabot terraform Pull requests that update Terraform code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant