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 module github.com/gruntwork-io/terratest to v0.48.1 #748

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 13, 2022

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/gruntwork-io/terratest v0.40.22 -> v0.48.1 age adoption passing confidence
  • PR contains the label that identifies the area, one of: area:operator, area:chart
  • If the PR is targeting a Helm chart, add the chart label, e.g. chart:k8up

Release Notes

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

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

v0.46.14

Compare Source

Modules affected

  • opa

Description

  • Updated go-getter to 1.7.4

Related links

v0.46.13

Compare Source

Modules affected

  • docker

Description

  • Updated github.com/docker/docker from 24.0.7+incompatible to 24.0.9+incompatible

Related links

v0.46.12

Compare Source

Description

  • Updated google.golang.org/protobuf from 1.31.0 to 1.33.0
  • Updated golang.org/x/crypto from 0.14.0 to 0.17.0
  • Updated nokogiri from 1.14.3 to 1.16.3

Related links

v0.46.11

Compare Source

Modules affected
  • aws
Description
  • Updated GetAmazonLinuxAmiE to search for Amazon Linux 2 AMIs
Related links

v0.46.10

Compare Source

Modules affected

  • test-structure
  • git

Description

  • Updated runValidateOnAllTerraformModules function, which is used under the hood by ValidateAllTerraformModules and OPAEvalAllTerraformModules, to:
  1. Find the Git root using git.GetRepoRootForDirE, instead of a hard-coded ../../ file path.
  2. Copy the Git root to a temp folder once, rather than once per sub-test.

Related links

v0.46.9

Compare Source

Modules affected

  • helm

Description

Special thanks

Special thanks to the following users for their contribution!

Related links

v0.46.8

Compare Source

Modules affected

  • k8s

Description

  • Updated k8s.io/apimachinery from v0.27.2 to v0.28.4.
  • Updated k8s.io/client-go from v0.27.2 to v0.28.4.

Special thanks

Special thanks to the following users for their contribution!

Related links

v0.46.7

Compare Source

Modules affected

  • http-helper

Description

  • Added handling for nil body in http-helper.

Special thanks

Special thanks to the following users for their contribution!

Related links

v0.46.6

Compare Source

Modules affected

  • helm

Description

  • Added support for the --repo options to the helm test feature

Special thanks

Special thanks to the following users for their contribution!

Related links

v0.46.5

Compare Source

Modules affected

  • k8s

Description

  • Added RestConfig field to extend auth options for Kubernetes client.

Special thanks

Special thanks to the following users for their contribution!

Related links

v0.46.4

Compare Source

Description

  • Updated dependency github.com/docker/docker from 20.10.7+incompatible to 24.0.7+incompatible

Related links

v0.46.3

Compare Source

Description

  • Updated dependency google.golang.org/grpc from 1.51.0 to 1.56.3

Related links

v0.46.2

Compare Source

Description

  • Updated dependency github.com/docker/distribution from 2.7.1+incompatible to 2.8.2+incompatible

Related links

v0.46.1

Compare Source

Description

  • Updated dependency golang.org/x/net from 0.8.0 to 0.17.0

Related links

v0.46.0

Compare Source

Modules affected

  • terraform

Description

  • Added support for OpenTofu in terraform module
Migration Guide

Switching to tofu:

  1. Install OpenTofu cli https://github.com/opentofu/opentofu
  2. Apply one of:

Related links

v0.45.0

Compare Source

Description

  • Removed Go patch version from go.mod

Related links

v0.44.1

Compare Source

Description

  • Updated AMI module to support Ubuntu 20.04 and 22.04.

Related links

v0.44.0

Compare Source

Description

  • Updated minimal Go version to 1.21

Related links

v0.43.13

Compare Source

Modules affected

  • azure

Description

  • Added new fields to the NsgRuleSummary structure

Special thanks

Special thanks to the following users for their contribution!

Related links

v0.43.12

Compare Source

Modules affected

  • k8s

Description

  • Fixed panic in WaitUntilDeploymentAvailable in the k8s module

Special thanks

Special thanks to the following users for their contribution!

Related links

v0.43.11

Compare Source

Modules affected

  • terraform

Description

  • Added function AssertTgPlanAllExitCode to validate output of terragrunt run-all plan

Special thanks

Special thanks to the following users for their contribution!

Related links

v0.43.10

Compare Source

Modules affected

  • k8s

Description

  • Added support for passing custom logger when running kubectl

Special thanks

Special thanks to the following users for their contribution!

Related links

v0.43.9

Compare Source

Modules affected

  • test-structure

Description

  • Added function SaveTerraformOptionsIfNotPresent

Special thanks

Special thanks to the following users for their contribution!

Related links

v0.43.8

Compare Source

Modules affected

  • terraform

Description

  • Added public ParsePlanJSON function to terraform module.

Special thanks

Special thanks to the following users for their contribution!

Related links

v0.43.7

Compare Source

Modules affected

  • azure

Description

  • Added support for Azure SQL Managed Instance

Special thanks

Special thanks to the following users for their contribution!

Related links

v0.43.6

Compare Source

Modules affected

  • k8s

Description

  • Updated k8s module to support fetching of Kubernetes events

Special thanks

Special thanks to the following users for their contribution!

Related links

v0.43.5

Compare Source

Description

  • Updated google.golang.org/protobuf version to v1.31.0

Related links

v0.43.4

Compare Source

Modules affected

  • azure

Description

  • Update Azure example to move the azurerm provider version constraint into the required_provider.

Special thanks

Special thanks to the following users for their contribution!

Related links

v0.43.3

Compare Source

Modules affected

  • azure

Description

  • Add Support for Azure DataFactory Module

Special thanks

Special thanks to the following users for their contribution!

Related links

[v0.43.2](https://redirect.github.com/gruntwork-io/terratest/releases/tag/v0.43.


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.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • 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 October 13, 2022 16:40
@renovate renovate bot requested review from simu and tobru and removed request for a team October 13, 2022 16:40
@renovate renovate bot added the dependency Depedency update label Oct 13, 2022
@renovate renovate bot changed the title Update module github.com/gruntwork-io/terratest to v0.40.23 Update module github.com/gruntwork-io/terratest to v0.40.24 Oct 17, 2022
@renovate renovate bot force-pushed the renovate/github.com-gruntwork-io-terratest-0.x branch from 330dec2 to c19dae2 Compare October 17, 2022 17:41
@renovate renovate bot force-pushed the renovate/github.com-gruntwork-io-terratest-0.x branch from c19dae2 to 4c27c29 Compare November 9, 2022 19:21
@renovate renovate bot changed the title Update module github.com/gruntwork-io/terratest to v0.40.24 Update module github.com/gruntwork-io/terratest to v0.41.0 Nov 9, 2022
@renovate renovate bot changed the title Update module github.com/gruntwork-io/terratest to v0.41.0 Update module github.com/gruntwork-io/terratest to v0.41.2 Nov 17, 2022
@renovate renovate bot force-pushed the renovate/github.com-gruntwork-io-terratest-0.x branch from 4c27c29 to cb0f889 Compare November 17, 2022 19:39
@renovate renovate bot changed the title Update module github.com/gruntwork-io/terratest to v0.41.2 Update module github.com/gruntwork-io/terratest to v0.41.3 Nov 18, 2022
@renovate renovate bot force-pushed the renovate/github.com-gruntwork-io-terratest-0.x branch from cb0f889 to d1774c8 Compare November 18, 2022 17:22
@renovate renovate bot force-pushed the renovate/github.com-gruntwork-io-terratest-0.x branch from d1774c8 to 150592e Compare December 4, 2022 19:41
@renovate renovate bot changed the title Update module github.com/gruntwork-io/terratest to v0.41.3 Update module github.com/gruntwork-io/terratest to v0.41.4 Dec 4, 2022
@renovate renovate bot force-pushed the renovate/github.com-gruntwork-io-terratest-0.x branch from 150592e to e8c2497 Compare December 11, 2022 09:57
@renovate renovate bot changed the title Update module github.com/gruntwork-io/terratest to v0.41.4 Update module github.com/gruntwork-io/terratest to v0.41.5 Dec 11, 2022
@renovate renovate bot force-pushed the renovate/github.com-gruntwork-io-terratest-0.x branch from e8c2497 to 16b3a8d Compare December 11, 2022 13:47
@renovate renovate bot changed the title Update module github.com/gruntwork-io/terratest to v0.41.5 Update module github.com/gruntwork-io/terratest to v0.41.6 Dec 11, 2022
@renovate renovate bot changed the title Update module github.com/gruntwork-io/terratest to v0.41.6 Update module github.com/gruntwork-io/terratest to v0.41.7 Dec 19, 2022
@renovate renovate bot force-pushed the renovate/github.com-gruntwork-io-terratest-0.x branch from 16b3a8d to 679242c Compare December 19, 2022 22:16
@renovate renovate bot changed the title Update module github.com/gruntwork-io/terratest to v0.41.7 Update module github.com/gruntwork-io/terratest to v0.41.7 - autoclosed Dec 23, 2022
@renovate renovate bot closed this Dec 23, 2022
@renovate renovate bot deleted the renovate/github.com-gruntwork-io-terratest-0.x branch December 23, 2022 16:36
@renovate renovate bot changed the title Update module github.com/gruntwork-io/terratest to v0.41.7 - autoclosed Update module github.com/gruntwork-io/terratest to v0.41.7 Dec 23, 2022
@renovate renovate bot reopened this Dec 23, 2022
@renovate renovate bot restored the renovate/github.com-gruntwork-io-terratest-0.x branch December 23, 2022 19:21
@renovate renovate bot changed the title Update module github.com/gruntwork-io/terratest to v0.41.7 Update module github.com/gruntwork-io/terratest to v0.41.7 - autoclosed Jan 8, 2023
@renovate renovate bot closed this Jan 8, 2023
@renovate renovate bot changed the title Update module github.com/gruntwork-io/terratest to v0.46.11 Update module github.com/gruntwork-io/terratest to v0.46.12 Mar 18, 2024
@renovate renovate bot force-pushed the renovate/github.com-gruntwork-io-terratest-0.x branch from 186b6f3 to 17f1909 Compare March 20, 2024 20:43
@renovate renovate bot changed the title Update module github.com/gruntwork-io/terratest to v0.46.12 Update module github.com/gruntwork-io/terratest to v0.46.13 Mar 20, 2024
@renovate renovate bot changed the title Update module github.com/gruntwork-io/terratest to v0.46.13 fix(deps): update module github.com/gruntwork-io/terratest to v0.46.13 Apr 12, 2024
@renovate renovate bot force-pushed the renovate/github.com-gruntwork-io-terratest-0.x branch from 17f1909 to cffe65f Compare April 14, 2024 10:12
@renovate renovate bot force-pushed the renovate/github.com-gruntwork-io-terratest-0.x branch from cffe65f to dfeb9c4 Compare April 23, 2024 18:23
@renovate renovate bot changed the title fix(deps): update module github.com/gruntwork-io/terratest to v0.46.13 fix(deps): update module github.com/gruntwork-io/terratest to v0.46.14 Apr 23, 2024
@renovate renovate bot force-pushed the renovate/github.com-gruntwork-io-terratest-0.x branch from dfeb9c4 to f44fca5 Compare May 9, 2024 11:00
@renovate renovate bot changed the title fix(deps): update module github.com/gruntwork-io/terratest to v0.46.14 Update module github.com/gruntwork-io/terratest to v0.46.14 May 15, 2024
@renovate renovate bot force-pushed the renovate/github.com-gruntwork-io-terratest-0.x branch from f44fca5 to 60ea074 Compare May 22, 2024 02:56
@renovate renovate bot changed the title Update module github.com/gruntwork-io/terratest to v0.46.14 Update module github.com/gruntwork-io/terratest to v0.46.15 May 22, 2024
Copy link
Contributor Author

renovate bot commented Jun 4, 2024

ℹ Artifact update notice

File name: charts/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):

  • 26 additional dependencies were updated

Details:

Package Change
github.com/cpuguy83/go-md2man/v2 v2.0.3 -> v2.0.5
github.com/emicklei/go-restful/v3 v3.8.0 -> v3.9.0
github.com/go-logr/logr v1.2.3 -> v1.4.2
github.com/go-openapi/jsonpointer v0.19.5 -> v0.19.6
github.com/go-openapi/jsonreference v0.19.5 -> v0.20.2
github.com/go-openapi/swag v0.19.14 -> v0.22.3
github.com/go-sql-driver/mysql v1.4.1 -> v1.8.1
github.com/golang/protobuf v1.5.3 -> v1.5.4
github.com/hashicorp/go-multierror v1.1.0 -> v1.1.1
github.com/pquerna/otp v1.2.0 -> v1.4.0
golang.org/x/net v0.21.0 -> v0.31.0
golang.org/x/oauth2 v0.15.0 -> v0.24.0
golang.org/x/term v0.18.0 -> v0.26.0
golang.org/x/time v0.5.0 -> v0.8.0
google.golang.org/protobuf v1.31.0 -> v1.35.1
k8s.io/klog/v2 v2.80.0 -> v2.100.1
k8s.io/kube-openapi v0.0.0-20220803162953-67bda5d908f1 -> v0.0.0-20230717233707-2695361300d9
k8s.io/utils v0.0.0-20220823124924-e9cbc92d1a73 -> v0.0.0-20230406110748-d93618cff8a2
sigs.k8s.io/json v0.0.0-20220713155537-f223a00ba0e2 -> v0.0.0-20221116044647-bc3834ca7abd
sigs.k8s.io/yaml v1.2.0 -> v1.3.0
golang.org/x/crypto v0.21.0 -> v0.29.0
golang.org/x/sys v0.18.0 -> v0.27.0
golang.org/x/text v0.14.0 -> v0.20.0
k8s.io/api v0.25.3 -> v0.28.4
k8s.io/apimachinery v0.25.3 -> v0.28.4
k8s.io/client-go v0.24.2 -> v0.28.4

@renovate renovate bot force-pushed the renovate/github.com-gruntwork-io-terratest-0.x branch from 60ea074 to f4ba32a Compare June 4, 2024 11:01
@renovate renovate bot force-pushed the renovate/github.com-gruntwork-io-terratest-0.x branch from f4ba32a to c65c726 Compare June 17, 2024 13:38
@renovate renovate bot force-pushed the renovate/github.com-gruntwork-io-terratest-0.x branch from c65c726 to f545d6a Compare June 27, 2024 22:08
@renovate renovate bot changed the title Update module github.com/gruntwork-io/terratest to v0.46.15 Update module github.com/gruntwork-io/terratest to v0.46.16 Jun 27, 2024
@renovate renovate bot force-pushed the renovate/github.com-gruntwork-io-terratest-0.x branch from f545d6a to 0f720db Compare July 12, 2024 18:52
@renovate renovate bot changed the title Update module github.com/gruntwork-io/terratest to v0.46.16 Update module github.com/gruntwork-io/terratest to v0.47.0 Jul 12, 2024
@renovate renovate bot changed the title Update module github.com/gruntwork-io/terratest to v0.47.0 fix(deps): update module github.com/gruntwork-io/terratest to v0.47.0 Jul 31, 2024
@renovate renovate bot force-pushed the renovate/github.com-gruntwork-io-terratest-0.x branch from 0f720db to 131c690 Compare August 30, 2024 13:44
@renovate renovate bot changed the title fix(deps): update module github.com/gruntwork-io/terratest to v0.47.0 fix(deps): update module github.com/gruntwork-io/terratest to v0.47.1 Aug 30, 2024
@renovate renovate bot force-pushed the renovate/github.com-gruntwork-io-terratest-0.x branch from 131c690 to 9b4c5f8 Compare October 1, 2024 13:01
@renovate renovate bot changed the title fix(deps): update module github.com/gruntwork-io/terratest to v0.47.1 fix(deps): update module github.com/gruntwork-io/terratest to v0.47.2 Oct 1, 2024
@renovate renovate bot force-pushed the renovate/github.com-gruntwork-io-terratest-0.x branch from 9b4c5f8 to c038205 Compare November 17, 2024 16:10
@renovate renovate bot force-pushed the renovate/github.com-gruntwork-io-terratest-0.x branch from c038205 to d7b7ced Compare December 10, 2024 19:04
@renovate renovate bot changed the title fix(deps): update module github.com/gruntwork-io/terratest to v0.47.2 fix(deps): update module github.com/gruntwork-io/terratest to v0.48.0 Dec 10, 2024
@renovate renovate bot force-pushed the renovate/github.com-gruntwork-io-terratest-0.x branch from d7b7ced to 7bdd565 Compare December 18, 2024 01:54
@renovate renovate bot changed the title fix(deps): update module github.com/gruntwork-io/terratest to v0.48.0 fix(deps): update module github.com/gruntwork-io/terratest to v0.48.1 Dec 18, 2024
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@renovate renovate bot force-pushed the renovate/github.com-gruntwork-io-terratest-0.x branch from 7bdd565 to 691a190 Compare December 22, 2024 16:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:chart dependency Depedency update
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant