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(deps): update all dependencies #30

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

fix(deps): update all dependencies #30

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 13, 2024

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
actions/checkout action minor v4.1.7 -> v4.2.2 age adoption passing confidence
actions/setup-go action minor v5.0.2 -> v5.3.0 age adoption passing confidence
github.com/gruntwork-io/terratest require minor v0.47.0 -> v0.48.1 age adoption passing confidence
github.com/stretchr/testify require minor v1.9.0 -> v1.10.0 age adoption passing confidence
go (source) toolchain minor 1.22.6 -> 1.23.5 age adoption passing confidence
golangci/golangci-lint-action action minor v6.1.0 -> v6.2.0 age adoption passing confidence
opentofu/opentofu minor 1.8.1 -> 1.9.0 age adoption passing confidence
opentofu/setup-opentofu action patch v1.0.3 -> v1.0.5 age adoption passing confidence
terraform-aws-modules/kms/aws (source) module patch 3.1.0 -> 3.1.1 age adoption passing confidence
terraform-docs/gh-actions action minor v1.2.0 -> v1.3.0 age adoption passing confidence
terraform-linters/setup-tflint action minor v4.0.0 -> v4.1.0 age adoption passing confidence
terraform-linters/tflint minor v0.52.0 -> v0.55.0 age adoption passing confidence

Release Notes

actions/checkout (actions/checkout)

v4.2.2

Compare Source

v4.2.1

Compare Source

v4.2.0

Compare Source

actions/setup-go (actions/setup-go)

v5.3.0

Compare Source

What's Changed
New Contributors

Full Changelog: actions/setup-go@v5...v5.3.0

v5.2.0

Compare Source

What's Changed

New Contributors

Full Changelog: actions/setup-go@v5...v5.2.0

v5.1.0

Compare Source

What's Changed

Bug Fixes

New Contributors

Full Changelog: actions/setup-go@v5...v5.1.0

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

v0.48.1

Compare Source

Modules affected

  • helm
  • azure
  • aws
  • k8s

What's Changed

New Contributors

Full Changelog: gruntwork-io/terratest@v0.48.0...v0.48.1

v0.48.0

Compare Source

Modules affected
  • terraform
  • aws
  • helm
  • logger
  • http-helper
  • opa
  • docker
What's Changed
New Contributors

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

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

stretchr/testify (github.com/stretchr/testify)

v1.10.0

Compare Source

What's Changed

Functional Changes
Fixes
Documantation, Build & CI

New Contributors

Full Changelog: stretchr/testify@v1.9.0...v1.10.0

golang/go (go)

v1.23.5

v1.23.4

v1.23.3

v1.23.2

v1.23.1

v1.23.0

v1.22.11

v1.22.10

v1.22.9

v1.22.8

v1.22.7

golangci/golangci-lint-action (golangci/golangci-lint-action)

v6.2.0

Compare Source

What's Changed

Changes
Documentation
Dependencies

New Contributors

Full Changelog: golangci/golangci-lint-action@v6.1.1...v6.2.0

v6.1.1

Compare Source

What's Changed
Changes
Documentation
Dependencies
New Contributors

Full Changelog: golangci/golangci-lint-action@v6.1.0...v6.1.1

opentofu/opentofu (opentofu/opentofu)

v1.9.0

Compare Source

We're proud to announce that OpenTofu 1.9.0 is now officially out! 🎉

This release includes a lot of major and minor new features, as well as a ton of community contributions!

The highlights are:

  • for_each in provider configuration blocks: An alternate (aka "aliased") provider configuration can now have multiple dynamically-chosen instances using the for_each argument:

    provider "aws" {
      alias    = "by_region"
      for_each = var.aws_regions
    
      region = each.key
    }

    Each instance of a resource can also potentially select a different instance of the associated provider configuration, making it easier to declare infrastructure that ought to be duplicated for each regio


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.

👻 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 changed the title chore(deps): update opentofu/setup-opentofu action to v1.0.4 chore(deps): update all dependencies Aug 13, 2024
@renovate renovate bot changed the title chore(deps): update all dependencies fix(deps): update all dependencies Aug 30, 2024
Copy link
Contributor Author

renovate bot commented Aug 30, 2024

ℹ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 28 additional dependencies were updated

Details:

Package Change
cloud.google.com/go v0.110.0 -> v0.116.0
cloud.google.com/go/compute v1.19.1 -> v1.28.3
cloud.google.com/go/compute/metadata v0.2.3 -> v0.5.2
cloud.google.com/go/iam v0.13.0 -> v1.2.2
cloud.google.com/go/storage v1.28.1 -> v1.47.0
github.com/cpuguy83/go-md2man/v2 v2.0.0 -> v2.0.5
github.com/go-sql-driver/mysql v1.4.1 -> v1.8.1
github.com/golang/protobuf v1.5.3 -> v1.5.4
github.com/google/go-cmp v0.5.9 -> v0.6.0
github.com/google/uuid v1.3.0 -> v1.6.0
github.com/googleapis/enterprise-certificate-proxy v0.2.3 -> v0.3.4
github.com/googleapis/gax-go/v2 v2.7.1 -> v2.14.0
github.com/hashicorp/go-multierror v1.1.0 -> v1.1.1
github.com/hashicorp/go-version v1.6.0 -> v1.7.0
github.com/hashicorp/hcl/v2 v2.9.1 -> v2.22.0
github.com/hashicorp/terraform-json v0.13.0 -> v0.23.0
github.com/klauspost/compress v1.15.11 -> v1.16.5
github.com/pquerna/otp v1.2.0 -> v1.4.0
github.com/tmccombs/hcl2json v0.3.3 -> v0.6.4
github.com/urfave/cli v1.22.2 -> v1.22.16
github.com/zclconf/go-cty v1.9.1 -> v1.15.0
golang.org/x/crypto v0.21.0 -> v0.29.0
golang.org/x/net v0.23.0 -> v0.31.0
golang.org/x/oauth2 v0.8.0 -> v0.24.0
google.golang.org/api v0.114.0 -> v0.206.0
google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1 -> v0.0.0-20241113202542-65e8d215514f
google.golang.org/grpc v1.56.3 -> v1.67.1
google.golang.org/protobuf v1.33.0 -> v1.35.1

@renovate renovate bot force-pushed the renovate/all branch 4 times, most recently from 8e22973 to 5dbf757 Compare September 9, 2024 23:15
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 2e89dd1 to 6a5a742 Compare September 25, 2024 20:28
@renovate renovate bot changed the title fix(deps): update all dependencies chore(deps): update all dependencies Sep 25, 2024
@renovate renovate bot force-pushed the renovate/all branch 5 times, most recently from 5bd967f to e62c763 Compare October 7, 2024 18:26
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from 892ea8f to be1553a Compare October 24, 2024 16:06
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from 021eb37 to ab2ae2d Compare November 9, 2024 19:25
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 51f9455 to 809ee45 Compare November 23, 2024 13:32
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 53f7214 to 07bf907 Compare December 5, 2024 13:38
@renovate renovate bot changed the title chore(deps): update all dependencies fix(deps): update all dependencies Dec 10, 2024
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from 833cb02 to c1e3bcd Compare December 11, 2024 05:08
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 6bc7425 to c1fef86 Compare January 12, 2025 18:30
| datasource       | package                           | from    | to      |
| ---------------- | --------------------------------- | ------- | ------- |
| github-tags      | actions/checkout                  | v4.1.7  | v4.2.2  |
| github-tags      | actions/setup-go                  | v5.0.2  | v5.3.0  |
| go               | github.com/gruntwork-io/terratest | v0.47.0 | v0.48.1 |
| go               | github.com/stretchr/testify       | v1.9.0  | v1.10.0 |
| golang-version   | go                                | 1.22.6  | 1.23.5  |
| github-tags      | golangci/golangci-lint-action     | v6.1.0  | v6.2.0  |
| github-tags      | opentofu/opentofu                 | v1.8.1  | v1.9.0  |
| github-tags      | opentofu/setup-opentofu           | v1.0.3  | v1.0.5  |
| terraform-module | terraform-aws-modules/kms/aws     | 3.1.0   | 3.1.1   |
| github-tags      | terraform-docs/gh-actions         | v1.2.0  | v1.3.0  |
| github-tags      | terraform-linters/setup-tflint    | v4.0.0  | v4.1.0  |
| github-tags      | terraform-linters/tflint          | v0.52.0 | v0.55.0 |
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants