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 go modules and/or dev-tools #460

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

Conversation

renovate-bot
Copy link

@renovate-bot renovate-bot commented Aug 13, 2024

This PR contains the following updates:

Package Type Update Change Pending Age Adoption Passing Confidence
cft/developer-tools minor 1.20 -> 1.23 age adoption passing confidence
github.com/GoogleCloudPlatform/cloud-foundation-toolkit/infra/blueprint-test require minor v0.14.1 -> v0.17.6 age adoption passing confidence
github.com/gruntwork-io/terratest require minor v0.46.14 -> v0.48.2 age adoption passing confidence
github.com/hashicorp/hcl/v2 require minor v2.20.1 -> v2.23.0 age adoption passing confidence
github.com/stretchr/testify require minor v1.9.0 -> v1.10.0 age adoption passing confidence
github.com/tidwall/gjson require minor v1.17.1 -> v1.18.0 age adoption passing confidence
golang.org/x/oauth2 require minor v0.20.0 -> v0.27.0 v0.28.0 age adoption passing confidence

Release Notes

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

v0.48.2

Compare Source

Modules affected

  • shell
  • aws
  • gcp
  • terraform
  • k8s
  • azure
  • database

What's Changed

New Contributors

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

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

v0.47.0

Compare Source

Modules affected

  • packer
  • aws
  • helm
  • azure

Description

  • Added support for Packer 1.10
  • Fixed error checking in Azure
  • Fixed tests and documentation for helm, aws, packer modules

Related links

v0.46.16

Compare Source

Description

  • Updated github.com/hashicorp/go-getter from 1.7.4 to 1.7.5.

Related links

v0.46.15

Compare Source

Description
Related links
hashicorp/hcl (github.com/hashicorp/hcl/v2)

v2.23.0

Compare Source

Bugs Fixed
  • Preserve marks when traversing through unknown values. (#​699)
  • Retain marks through conditional and for expressions. (#​710)

v2.22.0

Compare Source

Enhancements
  • feat: return an ExprSyntaxError for invalid references that end in a dot (#​692)

v2.21.0

Compare Source

Enhancements
  • Introduce ParseTraversalPartial, which allows traversals that include the splat ([*]) index operator. (#​673)
  • ext/dynblock: Now accepts marked values in for_each, and will transfer those marks (as much as technically possible) to values in the generated blocks. (#​679)
Bugs Fixed
  • Expression evaluation will no longer panic if the splat operator is applied to an unknown value that has cty marks. (#​678)
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

tidwall/gjson (github.com/tidwall/gjson)

v1.18.0

Compare Source

v1.17.3

Compare Source

v1.17.2

Compare Source


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.

Copy link

forking-renovate bot commented Aug 13, 2024

ℹ Artifact update notice

File name: helpers/foundation-deployer/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
  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.21.0 -> 1.23.6
cloud.google.com/go v0.110.7 -> v0.116.0
cloud.google.com/go/compute v1.23.0 -> v1.28.3
cloud.google.com/go/compute/metadata v0.2.3 -> v0.5.2
cloud.google.com/go/iam v1.1.2 -> v1.2.2
cloud.google.com/go/storage v1.33.0 -> v1.47.0
github.com/golang/protobuf v1.5.3 -> v1.5.4
github.com/google/s2a-go v0.1.7 -> v0.1.8
github.com/google/uuid v1.3.1 -> v1.6.0
github.com/googleapis/enterprise-certificate-proxy v0.2.5 -> v0.3.4
github.com/googleapis/gax-go/v2 v2.12.0 -> v2.14.0
github.com/hashicorp/go-version v1.6.0 -> v1.7.0
github.com/hashicorp/terraform-json v0.21.0 -> v0.24.0
github.com/tmccombs/hcl2json v0.6.0 -> v0.6.4
github.com/zclconf/go-cty v1.14.1 -> v1.15.1
golang.org/x/crypto v0.21.0 -> v0.32.0
golang.org/x/mod v0.17.0 -> v0.23.0
golang.org/x/net v0.23.0 -> v0.34.0
golang.org/x/oauth2 v0.12.0 -> v0.24.0
golang.org/x/sync v0.4.0 -> v0.11.0
golang.org/x/sys v0.18.0 -> v0.29.0
golang.org/x/text v0.14.0 -> v0.21.0
golang.org/x/tools v0.13.0 -> v0.26.0
google.golang.org/api v0.138.0 -> v0.206.0
google.golang.org/genproto v0.0.0-20230822172742-b8732ec3820d -> v0.0.0-20241113202542-65e8d215514f
google.golang.org/genproto/googleapis/api v0.0.0-20230822172742-b8732ec3820d -> v0.0.0-20241104194629-dd2ea8efbc28
google.golang.org/genproto/googleapis/rpc v0.0.0-20230822172742-b8732ec3820d -> v0.0.0-20241104194629-dd2ea8efbc28
google.golang.org/grpc v1.58.3 -> v1.67.1
google.golang.org/protobuf v1.33.0 -> v1.35.1
File name: test/integration/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):

  • 32 additional dependencies were updated
  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.21.0 -> 1.23.6
cloud.google.com/go v0.110.7 -> v0.116.0
cloud.google.com/go/compute/metadata v0.3.0 -> v0.5.2
cloud.google.com/go/iam v1.1.2 -> v1.2.2
cloud.google.com/go/storage v1.33.0 -> v1.47.0
github.com/go-openapi/jsonpointer v0.20.0 -> v0.21.0
github.com/go-openapi/swag v0.22.4 -> v0.23.0
github.com/golang/protobuf v1.5.3 -> v1.5.4
github.com/google/gnostic-models v0.6.8 -> v0.6.9
github.com/google/s2a-go v0.1.7 -> v0.1.8
github.com/google/uuid v1.3.1 -> v1.6.0
github.com/googleapis/enterprise-certificate-proxy v0.2.5 -> v0.3.4
github.com/googleapis/gax-go/v2 v2.12.0 -> v2.14.0
github.com/hashicorp/go-version v1.6.0 -> v1.7.0
github.com/hashicorp/hcl/v2 v2.18.0 -> v2.22.0
github.com/hashicorp/terraform-config-inspect v0.0.0-20231204233900-a34142ec2a72 -> v0.0.0-20250203082807-efaa306e97b4
github.com/hashicorp/terraform-json v0.21.0 -> v0.24.0
github.com/tmccombs/hcl2json v0.6.0 -> v0.6.4
github.com/zclconf/go-cty v1.14.1 -> v1.15.1
golang.org/x/crypto v0.21.0 -> v0.32.0
golang.org/x/mod v0.17.0 -> v0.23.0
golang.org/x/net v0.23.0 -> v0.34.0
golang.org/x/sync v0.4.0 -> v0.11.0
golang.org/x/sys v0.18.0 -> v0.29.0
golang.org/x/text v0.14.0 -> v0.21.0
google.golang.org/api v0.138.0 -> v0.206.0
google.golang.org/genproto v0.0.0-20230822172742-b8732ec3820d -> v0.0.0-20241113202542-65e8d215514f
google.golang.org/genproto/googleapis/api v0.0.0-20230822172742-b8732ec3820d -> v0.0.0-20241104194629-dd2ea8efbc28
google.golang.org/genproto/googleapis/rpc v0.0.0-20230822172742-b8732ec3820d -> v0.0.0-20241104194629-dd2ea8efbc28
google.golang.org/grpc v1.58.3 -> v1.67.1
google.golang.org/protobuf v1.33.0 -> v1.35.1
k8s.io/kube-openapi v0.0.0-20231010175941-2dd684a91f00 -> v0.0.0-20241212222426-2c72e554b1e7
sigs.k8s.io/kustomize/kyaml v0.17.0 -> v0.19.0

@forking-renovate forking-renovate bot added the dependencies Pull requests that update a dependency file label Aug 13, 2024
@renovate-bot renovate-bot force-pushed the renovate/go-modules-andor-dev-tools branch from 35da191 to 9ce87e6 Compare August 15, 2024 17:31
@renovate-bot renovate-bot force-pushed the renovate/go-modules-andor-dev-tools branch from 9ce87e6 to b1af2db Compare August 23, 2024 01:15
@renovate-bot renovate-bot force-pushed the renovate/go-modules-andor-dev-tools branch 3 times, most recently from 18626c4 to 8f6e986 Compare September 6, 2024 13:27
@renovate-bot renovate-bot force-pushed the renovate/go-modules-andor-dev-tools branch 2 times, most recently from 7228a6a to 75a1a26 Compare September 12, 2024 21:45
@renovate-bot renovate-bot force-pushed the renovate/go-modules-andor-dev-tools branch from 75a1a26 to a8a6083 Compare October 2, 2024 00:05
@renovate-bot renovate-bot force-pushed the renovate/go-modules-andor-dev-tools branch from a8a6083 to da9c16e Compare October 9, 2024 06:27
@renovate-bot renovate-bot force-pushed the renovate/go-modules-andor-dev-tools branch 2 times, most recently from adb4cd1 to 1ef0a1e Compare October 17, 2024 15:59
@renovate-bot renovate-bot force-pushed the renovate/go-modules-andor-dev-tools branch 2 times, most recently from 5571857 to 1bce4bf Compare November 8, 2024 18:42
@renovate-bot renovate-bot force-pushed the renovate/go-modules-andor-dev-tools branch 5 times, most recently from 858b03a to 2b9d794 Compare November 25, 2024 12:20
@renovate-bot renovate-bot force-pushed the renovate/go-modules-andor-dev-tools branch from 2b9d794 to 4a9968e Compare November 29, 2024 02:01
@renovate-bot renovate-bot force-pushed the renovate/go-modules-andor-dev-tools branch from 4a9968e to 17f8843 Compare December 6, 2024 02:20
@renovate-bot renovate-bot force-pushed the renovate/go-modules-andor-dev-tools branch 4 times, most recently from 0755b52 to 3086118 Compare December 19, 2024 02:31
@renovate-bot renovate-bot force-pushed the renovate/go-modules-andor-dev-tools branch from 3086118 to 5cc908b Compare December 24, 2024 22:57
@renovate-bot renovate-bot force-pushed the renovate/go-modules-andor-dev-tools branch 3 times, most recently from fda7f69 to 02dd897 Compare January 12, 2025 14:28
@renovate-bot renovate-bot force-pushed the renovate/go-modules-andor-dev-tools branch 3 times, most recently from 2a7c0ff to 321b550 Compare January 16, 2025 23:19
@renovate-bot renovate-bot force-pushed the renovate/go-modules-andor-dev-tools branch 3 times, most recently from 661c94d to 458e5cb Compare February 3, 2025 19:32
@renovate-bot renovate-bot force-pushed the renovate/go-modules-andor-dev-tools branch 2 times, most recently from 53ad236 to c8d9917 Compare February 11, 2025 18:47
@renovate-bot renovate-bot force-pushed the renovate/go-modules-andor-dev-tools branch 4 times, most recently from efca099 to 06ac1aa Compare March 1, 2025 08:38
@renovate-bot renovate-bot force-pushed the renovate/go-modules-andor-dev-tools branch from 06ac1aa to f39b625 Compare March 3, 2025 18:25
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.

1 participant