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

Update module github.com/gruntwork-io/terratest to v0.38.4 #74

Merged
merged 1 commit into from
Nov 14, 2021

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 7, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Type Update Change
github.com/gruntwork-io/terratest require minor v0.35.1 -> v0.38.4
  • PR contains the label that identifies the chart, e.g. chart/[chart]

Release Notes

gruntwork-io/terratest

v0.38.4

Compare Source

Modules affected
  • opa
Description
  • Updated RulePath of opa.EvalOptions to support any go-getter URL.
Related links

v0.38.3

Compare Source

Modules affected

  • aws

Description

  • Added GetTagsForSubnet() (and Tags property to Subnet struct) into aws module

Special thanks

Special thanks to the following users for their contribution!

Related links

v0.38.2

Compare Source

Modules affected

  • opa

Description

  • Fixed bug where opa eval output was intermingled when multiple files were being evaled.
  • Added feature to automatically rerun opa eval with data result query on failure so that all evaluated expressions are logged. This is useful for debugging failed checks.

Related links

v0.38.1

Compare Source

Modules affected

  • opa [NEW]
  • files
  • terraform
  • test-structure

Description

Related links

v0.38.0

Compare Source

Description

  • Several core cloud packages (azure-sdk-for-go, aws-sdk-go, go-containerregistry, and related) has been updated. While we don't anticipate downstream code changes being required to accommodate the update, we are marking this as backward incompatible to signal that main dependencies were updated across several backward incompatible versions.

Related links

v0.37.13

Compare Source

Modules affected

  • aws
  • azure

Description

  • Dependencies related to azure module has been updated.
  • Added new helper functions GetS3BucketTags and GetS3BucketTagsE for retrieving tags on an S3 bucket.

Special thanks

Special thanks to the following users for their contribution!

Related links

v0.37.12

Compare Source

Modules affected

  • aws

Description

  • Added GetTagsForVpc for looking up tags on a VPC. Also added Tags attribute on VPC struct for easy lookup.
  • Fixed bug in one of the Azure tests.
  • Various updates to documentation.

Special thanks

Special thanks to the following users for their contribution!

Related links

v0.37.11

Compare Source

Modules affected

  • azure

Description

  • Added helper functions for interacting with Azure ServiceBus. See servicebus.go for the list of supported functions.

Special thanks

Special thanks to the following users for their contribution!

Related links

v0.37.10

Compare Source

Modules affected

  • k8s

Description

  • Fixed bug where IsJobSucceeded did not check for completions, and thus it could pass if no Pods had started yet.

Special thanks

Special thanks to the following users for their contribution!

Related links

v0.37.9

Compare Source

Modules affected

  • aws

Description

  • Migrate ip sanity check script to IMDSv2
  • Add SSM CommandDoc support

Special thanks

Special thanks to @​srg1177 for their contribution!

Related links

v0.37.8

Compare Source

Modules affected

  • shell

Description

  • Fix the log formatting of the shell commands so that they aren't accidentally trying to process interpolations (e.g., %s) that happen to be in the log output.

Special thanks

Special thanks to @​jpeach for the fix!

Related links

v0.37.7

Compare Source

Modules affected

  • files
  • terraform

Description

  • The terraform.GetVariableAsXXX methods (e.g., terraform.GetVariableAsStringFromVarFile) can now parse .tfvars.json files in addition to .tfvars.

Special thanks

Special thanks to @​rescDev for the contribution!

Related links

v0.37.6

Compare Source

Modules affected

  • terraform
  • packer

Description

  • Added functions for terragrunt validate-inputs
  • Skips packer init for JSON Packer templates since they are only supported for HCL templates.

Related links

v0.37.5

Compare Source

Modules affected

  • azure

Description

  • Added helper functions for interacting with Azure Container Instances.

Special thanks

Special thanks to the following users for their contribution!

Related links

v0.37.4

Compare Source

Modules affected

  • aws
  • docker

Description

  • Updated docker.Build to support multiarchitecture builds. When options.Architectures is set, the Build function will use docker buildx to build a multiarchitecture image. Note that the buildx plugin must be installed and initialized for this functionality to work.
  • Updated docker.Build to support pushing the image after build (when options.Push is set to True).
  • Added functions for pushing a docker image (docker.Push and docker.PushE)

Related links

v0.37.3

Compare Source

Modules affected

  • git
  • azure

Description

  • Added support for Azure Container Registry. Refer to the functions in the containers.go file for more info.

Special thanks

Special thanks to the following users for their contribution!

Related links

v0.37.2

Compare Source

Modules affected

  • aws
  • packer

Description

This release adds support for Packer v1.7.0. Refer to the linked PR below for details. This change is backward compatible with previous versions of packer.

Related links

v0.37.1

Compare Source

Modules affected

  • terraform

Description

  • Added helper function terraform.InitAndPlanAndShowWithStructNoLogTempPlanFile for extracting plan struct without logging and without specifying a plan file.

Related links

v0.37.0

Compare Source

Modules affected

Description

Terraform 1.0 upgrade: We have verified that this repo is compatible with Terraform 1.0.x!

  • Note that no changes have been made to terratest core so it is possible Terratest continues to work with Terraform 0.12 and above.
  • However, from this release and onward, we will only be running tests with Terraform 1.0x against this repo, so we recommend updating to 1.0.x soon!

Related links

v0.36.8

Compare Source

Modules affected

  • azure

Description

  • Added support for Azure FunctionApp. Refer to appService.go for the supported functions.

Special thanks

Special thanks to the following users for their contribution!

Related links

v0.36.7

Compare Source

Modules affected

  • k8s

Description

  • Added methods to handle jobs in terratest: k8s.ListJob, k8s.GetJob, k8s.WaitUntilJobSucceed

Special thanks

Special thanks to the following users for their contribution!

Related links

v0.36.6

Compare Source

Modules affected

  • helm

Description

  • Namespace flag is now always included in helm functions.

Related links

v0.36.5

Compare Source

Modules affected

  • azure

Description

Allow initializing KV Authorizer using environment variables.

Special thanks

Special thanks to the following users for their contribution!

Related links

v0.36.4

Compare Source

Description

  • Update terraform-json to latest version.

Special thanks

Special thanks to the following users for their contribution!

Related links

v0.36.3

Compare Source

Modules affected

  • aws/ssm
  • terraform

Description

  • For each SSM method XXX, add an XXXWithClient method that lets you pass in an SSM client, rather than a new one being created each time.
  • terraform.Options now supports the Reconfigure and MigrateState params.

Special thanks

Special thanks to @​danquack and @​wasfree for the contributions!

Related links

v0.36.2

Compare Source

Modules affected

  • test-structure

Description

  • Don't run validate tests in parallel. Terraform validate makes use of several terraform providers to ensure the target config is correct. Running these in parallel is extremely resource intensive and leads to CI jobs running out of memory and getting stuck as a result. This change removes the call to t.Parallel within the ValidateAllTerraformModules method to prevent resource exhaustion.

Related links

If you want to rebase/retry this PR, click this checkbox.

This PR has been generated by WhiteSource Renovate. View repository job log here.

@renovate renovate bot added the dependency Update of a dependency label Jun 7, 2021
@renovate renovate bot force-pushed the renovate/github.com-gruntwork-io-terratest-0.x branch from d7c2145 to 428245a Compare June 7, 2021 21:57
@renovate renovate bot changed the title Update module github.com/gruntwork-io/terratest to v0.35.2 Update module github.com/gruntwork-io/terratest to v0.35.3 Jun 7, 2021
@renovate renovate bot force-pushed the renovate/github.com-gruntwork-io-terratest-0.x branch from 428245a to 8df02dd Compare June 8, 2021 20:46
@renovate renovate bot changed the title Update module github.com/gruntwork-io/terratest to v0.35.3 Update module github.com/gruntwork-io/terratest to v0.35.4 Jun 8, 2021
@renovate renovate bot force-pushed the renovate/github.com-gruntwork-io-terratest-0.x branch from 8df02dd to e47ec05 Compare June 11, 2021 14:29
@renovate renovate bot changed the title Update module github.com/gruntwork-io/terratest to v0.35.4 Update module github.com/gruntwork-io/terratest to v0.35.5 Jun 11, 2021
@renovate renovate bot force-pushed the renovate/github.com-gruntwork-io-terratest-0.x branch from e47ec05 to 4171feb Compare June 11, 2021 16:10
@renovate renovate bot changed the title Update module github.com/gruntwork-io/terratest to v0.35.5 Update module github.com/gruntwork-io/terratest to v0.35.6 Jun 11, 2021
@renovate renovate bot force-pushed the renovate/github.com-gruntwork-io-terratest-0.x branch from 4171feb to a9e2f93 Compare June 17, 2021 12:43
@renovate renovate bot changed the title Update module github.com/gruntwork-io/terratest to v0.35.6 Update module github.com/gruntwork-io/terratest to v0.35.7 Jun 17, 2021
@renovate renovate bot force-pushed the renovate/github.com-gruntwork-io-terratest-0.x branch from a9e2f93 to 3d6defd Compare June 19, 2021 03:22
@renovate renovate bot changed the title Update module github.com/gruntwork-io/terratest to v0.35.7 Update module github.com/gruntwork-io/terratest to v0.36.0 Jun 19, 2021
@renovate renovate bot changed the title Update module github.com/gruntwork-io/terratest to v0.36.0 Update module github.com/gruntwork-io/terratest to v0.36.1 Jun 21, 2021
@renovate renovate bot force-pushed the renovate/github.com-gruntwork-io-terratest-0.x branch 2 times, most recently from b934137 to c04b721 Compare June 24, 2021 00:55
@renovate renovate bot changed the title Update module github.com/gruntwork-io/terratest to v0.36.1 Update module github.com/gruntwork-io/terratest to v0.36.2 Jun 24, 2021
@renovate renovate bot changed the title Update module github.com/gruntwork-io/terratest to v0.36.2 Update module github.com/gruntwork-io/terratest to v0.36.3 Jun 25, 2021
@renovate renovate bot force-pushed the renovate/github.com-gruntwork-io-terratest-0.x branch from c04b721 to 3ce868b Compare June 25, 2021 17:43
@renovate renovate bot force-pushed the renovate/github.com-gruntwork-io-terratest-0.x branch from 3ce868b to da643dd Compare July 7, 2021 21:09
@renovate renovate bot changed the title Update module github.com/gruntwork-io/terratest to v0.36.3 Update module github.com/gruntwork-io/terratest to v0.36.4 Jul 7, 2021
@renovate renovate bot force-pushed the renovate/github.com-gruntwork-io-terratest-0.x branch from da643dd to 34dc894 Compare July 9, 2021 21:50
@renovate renovate bot changed the title Update module github.com/gruntwork-io/terratest to v0.36.4 Update module github.com/gruntwork-io/terratest to v0.36.5 Jul 9, 2021
@renovate renovate bot force-pushed the renovate/github.com-gruntwork-io-terratest-0.x branch from 34dc894 to 362a730 Compare July 15, 2021 13:55
@renovate renovate bot changed the title Update module github.com/gruntwork-io/terratest to v0.36.5 Update module github.com/gruntwork-io/terratest to v0.36.6 Jul 15, 2021
@renovate renovate bot force-pushed the renovate/github.com-gruntwork-io-terratest-0.x branch from 362a730 to 2a49cba Compare July 16, 2021 19:09
@renovate renovate bot changed the title Update module github.com/gruntwork-io/terratest to v0.36.6 Update module github.com/gruntwork-io/terratest to v0.36.7 Jul 16, 2021
@renovate renovate bot force-pushed the renovate/github.com-gruntwork-io-terratest-0.x branch from 2a49cba to e5e7631 Compare July 16, 2021 23:13
@renovate renovate bot changed the title Update module github.com/gruntwork-io/terratest to v0.36.7 Update module github.com/gruntwork-io/terratest to v0.36.8 Jul 16, 2021
@renovate renovate bot force-pushed the renovate/github.com-gruntwork-io-terratest-0.x branch from e5e7631 to b61241d Compare July 22, 2021 18:52
@renovate renovate bot changed the title Update module github.com/gruntwork-io/terratest to v0.37.4 Update module github.com/gruntwork-io/terratest to v0.37.5 Aug 11, 2021
@renovate renovate bot force-pushed the renovate/github.com-gruntwork-io-terratest-0.x branch 2 times, most recently from fae2b57 to 4111a78 Compare August 16, 2021 21:29
@renovate renovate bot changed the title Update module github.com/gruntwork-io/terratest to v0.37.5 Update module github.com/gruntwork-io/terratest to v0.37.6 Aug 16, 2021
@renovate renovate bot force-pushed the renovate/github.com-gruntwork-io-terratest-0.x branch from 4111a78 to 993a31b Compare August 19, 2021 16:54
@renovate renovate bot changed the title Update module github.com/gruntwork-io/terratest to v0.37.6 Update module github.com/gruntwork-io/terratest to v0.37.7 Aug 19, 2021
@renovate renovate bot force-pushed the renovate/github.com-gruntwork-io-terratest-0.x branch from 993a31b to d846585 Compare September 8, 2021 15:04
@renovate renovate bot changed the title Update module github.com/gruntwork-io/terratest to v0.37.7 Update module github.com/gruntwork-io/terratest to v0.37.8 Sep 8, 2021
@renovate renovate bot force-pushed the renovate/github.com-gruntwork-io-terratest-0.x branch from d846585 to 08e6f83 Compare September 22, 2021 12:11
@renovate renovate bot changed the title Update module github.com/gruntwork-io/terratest to v0.37.8 Update module github.com/gruntwork-io/terratest to v0.37.9 Sep 22, 2021
@renovate renovate bot force-pushed the renovate/github.com-gruntwork-io-terratest-0.x branch from 08e6f83 to cdeb340 Compare September 23, 2021 18:06
@renovate renovate bot changed the title Update module github.com/gruntwork-io/terratest to v0.37.9 Update module github.com/gruntwork-io/terratest to v0.37.10 Sep 23, 2021
@renovate renovate bot force-pushed the renovate/github.com-gruntwork-io-terratest-0.x branch from cdeb340 to 5930e16 Compare September 24, 2021 22:44
@renovate renovate bot changed the title Update module github.com/gruntwork-io/terratest to v0.37.10 Update module github.com/gruntwork-io/terratest to v0.37.11 Sep 24, 2021
@renovate renovate bot force-pushed the renovate/github.com-gruntwork-io-terratest-0.x branch from 5930e16 to 46c9676 Compare October 1, 2021 18:51
@renovate renovate bot changed the title Update module github.com/gruntwork-io/terratest to v0.37.11 Update module github.com/gruntwork-io/terratest to v0.37.12 Oct 1, 2021
@renovate renovate bot force-pushed the renovate/github.com-gruntwork-io-terratest-0.x branch from 46c9676 to 133f486 Compare October 6, 2021 03:54
@renovate renovate bot changed the title Update module github.com/gruntwork-io/terratest to v0.37.12 Update module github.com/gruntwork-io/terratest to v0.37.13 Oct 6, 2021
@renovate renovate bot force-pushed the renovate/github.com-gruntwork-io-terratest-0.x branch from 133f486 to af66bac Compare October 6, 2021 15:29
@renovate renovate bot changed the title Update module github.com/gruntwork-io/terratest to v0.37.13 Update module github.com/gruntwork-io/terratest to v0.38.0 Oct 6, 2021
@renovate renovate bot force-pushed the renovate/github.com-gruntwork-io-terratest-0.x branch from af66bac to 6fb5ac2 Compare October 7, 2021 17:26
@renovate renovate bot changed the title Update module github.com/gruntwork-io/terratest to v0.38.0 Update module github.com/gruntwork-io/terratest to v0.38.1 Oct 7, 2021
@renovate renovate bot force-pushed the renovate/github.com-gruntwork-io-terratest-0.x branch from 6fb5ac2 to d12dd3e Compare October 11, 2021 17:17
@renovate renovate bot changed the title Update module github.com/gruntwork-io/terratest to v0.38.1 Update module github.com/gruntwork-io/terratest to v0.38.2 Oct 11, 2021
@renovate renovate bot force-pushed the renovate/github.com-gruntwork-io-terratest-0.x branch from d12dd3e to 4319124 Compare November 14, 2021 10:17
@renovate renovate bot changed the title Update module github.com/gruntwork-io/terratest to v0.38.2 Update module github.com/gruntwork-io/terratest to v0.38.4 Nov 14, 2021
@ccremer ccremer merged commit 669ea39 into master Nov 14, 2021
@ccremer ccremer deleted the renovate/github.com-gruntwork-io-terratest-0.x branch November 14, 2021 10:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependency Update of a dependency
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants