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

chore(deps): update all dependencies #147

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

chore(deps): update all dependencies #147

wants to merge 2 commits into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 22, 2024

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
antonbabenko/pre-commit-terraform repository minor v1.92.0 -> v1.96.1 age adoption passing confidence
defenseunicorns/build-harness patch 2.0.29 -> 2.0.43 age adoption passing confidence
github.com/gruntwork-io/terratest require patch v0.47.0 -> v0.47.2 age adoption passing confidence
github.com/terraform-aws-modules/terraform-aws-vpc module minor v5.9.0 -> v5.14.0 age adoption passing confidence
peter-murray/workflow-application-token-action action major v3 -> v4 age adoption passing confidence
pre-commit/pre-commit-hooks repository major v4.6.0 -> v5.0.0 age adoption passing confidence
renovatebot/pre-commit-hooks repository major 37.431.4 -> 38.138.0 age adoption passing confidence
sirosen/texthooks repository patch 0.6.6 -> 0.6.7 age adoption passing confidence
tofuutils/pre-commit-opentofu repository major v1.0.3 -> v2.1.0 age adoption passing confidence

Note: The pre-commit manager in Renovate is not supported by the pre-commit maintainers or community. Please do not report any problems there, instead create a Discussion in the Renovate repository if you have any questions.


Release Notes

antonbabenko/pre-commit-terraform (antonbabenko/pre-commit-terraform)

v1.96.1

Compare Source

Bug Fixes
  • terraform_docs: Fix issue with processing multiply files without terraform-docs markers. Issue introduced in v1.95.0 (#​720) (2b1aec8),

v1.96.0

Compare Source

Features
  • Expand environment variables in --args= which contains lowercase symbols, like ${TF_VAR_lowercase} (#​719) (bf156b4)

v1.95.0

Compare Source

Features
  • terraform_docs: Drop support for terraform-docs <0.12.0 (#​717) (81e4572)

v1.94.3

Compare Source

Bug Fixes
  • terraform_docs: Restore --hook-config=--add-to-existing-file default behavior. Regression from 1.94.0. (#​716) (315342e)

v1.94.2

Compare Source

Bug Fixes

v1.94.1

Compare Source

Bug Fixes
  • terraform_docs: Fix non-GNU sed issues, introduced in v1.93.0, as previous fix doesn't work correctly (#​708) (c986c5e)

v1.94.0

Compare Source

Features
  • terraform-docs: Add support for replace mode for TF 0.12+; Use native saving to file for TF 0.12+. Both requires terraform-docs v0.12.0+ which released in 2021. (#​705) (1a1b4a3)

v1.93.1

Compare Source

Bug Fixes
  • terraform_docs: Fix non-GNU sed issues, introduced in v1.93.0 (#​704) (3c8734d)

v1.93.0

Compare Source

Features
  • terraform_docs: Start seamless migration to terraform-docs markers (#​701) (d03f44f)

v1.92.3

Compare Source

Bug Fixes
  • terraform_docs: Suppress redundant warnings pop-ups introduced in v1.92.2 (#​700) (59b2454)

v1.92.2

Compare Source

Bug Fixes
  • terraform_docs: Fix issue and prioritize output.file setting from .terraform-docs.yml config over --hook-config=--path-to-file= (#​698) (9d6a22b)

v1.92.1

Compare Source

Bug Fixes
  • terraform_docs: Suppress "terraform command not found" error message in case binary does not exist (#​693) (6ff3572)
defenseunicorns/build-harness (defenseunicorns/build-harness)

v2.0.43

Compare Source

Miscellaneous Chores

v2.0.42

Compare Source

Miscellaneous Chores
  • deps: update dependency awscli to v2.17.57 (#​393) (11e31dd)
  • deps: update ghcr.io/defenseunicorns/build-harness/build-harness docker tag to v2.0.41 (#​391) (f5d9987)

v2.0.41

Compare Source

Miscellaneous Chores

v2.0.40

Compare Source

Miscellaneous Chores

v2.0.39

Compare Source

Miscellaneous Chores

v2.0.38

Compare Source

Miscellaneous Chores
  • deps: update ghcr.io/defenseunicorns/build-harness/build-harness docker tag to v2.0.37 (#​354) (245939a)
  • deps: update stable (#​356) (4ce1c8f)

v2.0.37

Compare Source

Miscellaneous Chores

v2.0.36

Compare Source

Miscellaneous Chores
  • deps: update ghcr.io/defenseunicorns/build-harness/build-harness docker tag to v2.0.35 (#​349) (f081d5b)
  • deps: update stable (#​351) (4694b83)

v2.0.35

Compare Source

Miscellaneous Chores

v2.0.34

Compare Source

Miscellaneous Chores

v2.0.33

Compare Source

Miscellaneous Chores

v2.0.32

Compare Source

Miscellaneous Chores

v2.0.31

Compare Source

Miscellaneous Chores

v2.0.30

Compare Source

Miscellaneous Chores
gruntwork-io/terratest (github.com/gruntwork-io/terratest)

v0.47.2

Compare Source

Modules affected

  • ssh
  • terraform

Description

  • Updated logging line in ssh module
  • Refined terraform output by removing unnecessary info lines
  • Update rexml dependency

Related links

Full Changelog: gruntwork-io/terratest@v0.47.1...v0.47.2

v0.47.1

Compare Source

Modules affected

  • aws
  • retry

Description

Special thanks

Special thanks to the following users for their contribution!

Related links

Full Changelog: gruntwork-io/terratest@v0.47.0...v0.47.1

terraform-aws-modules/terraform-aws-vpc (github.com/terraform-aws-modules/terraform-aws-vpc)

v5.14.0

Compare Source

Features
  • Add outputs for the full list of subnets created and their attributes (#​1116) (e212245)
Bug Fixes

v5.13.0

Compare Source

Features

v5.12.1

Compare Source

Bug Fixes
  • Update flow log ARNs to use partition from aws_partition data source (#​1112) (72cde38)

v5.12.0

Compare Source

Features

v5.11.0

Compare Source

Features
  • Add route to 0.0.0.0/0 & ::/0 (when IPv6 is enabled) on all public route tables (#​1100) (b3e7803)

v5.10.0

Compare Source

Features
  • Added ipv6_address_preferred_lease_time parameter to aws_vpc_dhcp_options resource (#​1105) (3adb594)
peter-murray/workflow-application-token-action (peter-murray/workflow-application-token-action)

v4

Compare Source

pre-commit/pre-commit-hooks (pre-commit/pre-commit-hooks)

v5.0.0: pre-commit-hooks v5.0.0

Compare Source

Features
Fixes
Migrating
  • pre-commit-hooks now requires pre-commit>=3.2.0.
  • use non-deprecated names for stages.
renovatebot/pre-commit-hooks (renovatebot/pre-commit-hooks)

v38.138.0

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/38.138.0 for more changes

v38.135.3

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/38.135.3 for more changes

v38.135.2

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/38.135.2 for more changes

v38.135.1

Compare Source

v38.134.0

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/38.134.0 for more changes

v38.133.4

Compare Source

v38.133.2


Configuration

📅 Schedule: Branch creation - "after 4am and before 10am on Monday" in timezone America/New_York, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from a team as a code owner July 22, 2024 11:03
@renovate renovate bot added the renovate label Jul 22, 2024
narwhal-bot[bot]
narwhal-bot bot previously approved these changes Jul 22, 2024
Copy link
Contributor

@narwhal-bot narwhal-bot bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Auto approved

@narwhal-bot narwhal-bot bot enabled auto-merge July 22, 2024 11:04
@renovate renovate bot force-pushed the renovate/all branch 19 times, most recently from a23c523 to fd54d44 Compare July 29, 2024 14:22
@renovate renovate bot force-pushed the renovate/all branch 6 times, most recently from 1a0fd41 to 284350c Compare July 31, 2024 07:31
@renovate renovate bot force-pushed the renovate/all branch 19 times, most recently from 0f8934b to 1690d7d Compare October 28, 2024 15:22
@renovate renovate bot force-pushed the renovate/all branch 6 times, most recently from 4e061bb to 94c812a Compare October 30, 2024 13:38
@zack-is-cool
Copy link
Member

zack-is-cool commented Oct 30, 2024

/update autoformat
🤖 View pipeline run

Copy link
Contributor Author

renovate bot commented Oct 30, 2024

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant