terraform-google-cloud-storage icon indicating copy to clipboard operation
terraform-google-cloud-storage copied to clipboard

fix(deps): update go modules

Open renovate[bot] opened this issue 3 years ago • 1 comments

Mend Renovate

This PR contains the following updates:

Package Type Update Change
github.com/gruntwork-io/terratest require minor v0.35.6 -> v0.40.24
github.com/stretchr/testify require minor v1.7.0 -> v1.8.1

Release Notes

gruntwork-io/terratest

v0.40.24

Compare Source

v0.40.23

Compare Source

Full Changelog: https://github.com/gruntwork-io/terratest/compare/v0.40.22...v0.40.23

v0.40.22

Compare Source

Modules affected

  • k8s

Description

  • Add functions to support invoking kubectl with kustomization files

Special thanks

Special thanks to the following users for their contribution!

Related links

v0.40.21

Compare Source

Modules affected

  • helm

Description

  • Added support for ExtraArgs in Helm repository functions

Special thanks

Special thanks to the following users for their contribution!

Related links

v0.40.20

Compare Source

Modules affected

  • opa

Description

  • Exposed DownloadPolicyE function so that it can be called independent of OPA functionality.

Special thanks

Special thanks to the following users for their contribution!

Related links

v0.40.19

Compare Source

Modules affected

  • terraform

Description

  • Fixed a bug in the Clone function of the terraform.Options struct where map objects were not being deep cloned, causing side effects.

Related links

v0.40.18

Compare Source

Modules affected
  • docker
Description
  • Added usage of docker compose command if is available
  • Updated quick-start documentation to work with Go 1.17
  • Added Windows ec2 instance example
  • Updated Set permissions for GitHub actions
Special thanks

Special thanks to the following users for their contribution!

Related links

v0.40.17

Compare Source

Modules affected

  • aws

Description

  • Added aws.GetDefaultSubnetIDsForVpc to retrieve default subnet ids
  • Updated aws.IsPublicSubnet to check implicit association with the main route table in VPC when the subnet does not have any explicitly associated route tables

Special thanks

Special thanks to the following users for their contribution!

Related links

v0.40.16

Compare Source

Modules affected

  • terraform

Description

  • Added ShowWithStruct function that parses terraform plan output to PlanStruct

Special thanks

Special thanks to the following users for their contribution!

Related links

v0.40.15

Compare Source

Description

  • Updated dependency hashicorp/go-getter from 1.5.11 to 1.6.1

Related links

v0.40.14

Compare Source

Modules affected

  • terraform

Description

  • Updated GetResourceCount function to handle new plan output in Terraform 1.2.x.

Related links

v0.40.13

Compare Source

Description

  • Updated dependency github.com/hashicorp/go-getter from 1.5.9 to 1.5.11

Related links

v0.40.12

Compare Source

Modules affected

  • helm

Description

  • Updated RenderTemplateE function to rebuild helm chart dependencies

Special thanks

Special thanks to the following users for their contribution!

Related links

v0.40.11

Compare Source

Modules affected

  • http-helper

Description

  • Added to HttpHelper functions that accept options structs
  • Fixed broken azure example

Special thanks

Special thanks to the following users for their contribution!

Related links

v0.40.10

Compare Source

Modules affected

  • version-checker [NEW]

Description

  • Added a new helper function version_checker.CheckVersion and version_checker.CheckVersionE which can be used to assert that installed tools satisfy a version constraint.

Special thanks

Special thanks to the following users for their contribution!

Related links

v0.40.9

Compare Source

Modules affected

  • aws
  • terraform
  • files

Description

  • Updated CopyTerraformFolderToDest to also copy .terraform.lock.hcl to the destination.

Special thanks

Special thanks to the following users for their contribution!

Related links

v0.40.8

Compare Source

Modules affected

  • slack [NEW]
  • aws

Description

  • Fixed bug where FunctionError wasn't readable.
  • Added new module with utility functions for validating Slack integrations.

Special thanks

Special thanks to the following users for their contribution!

Related links

v0.40.7

Compare Source

Modules affected

  • azure

Description

  • Fixed bug where the wrong ExpandQuery parameter was used for LoadBalancer module.
  • Various enhancments to internal unit tests and documentation.

Special thanks

Special thanks to the following users for their contribution!

Related links

v0.40.6

Compare Source

Modules affected

  • git

Description

  • Added new function to retrieve the git repo root dir (git.GetRepoRoot and git.GetRepoRootE).

Related links

v0.40.5

Compare Source

Modules affected

  • terraform
  • test-structure

Description

  • Simplified implementation of CopyTerraformFolderToTemp by using CopyTerraformFolderToDest to avoid code duplication. There is no functional difference between this version and the previous version.

Related links

v0.40.4

Compare Source

Modules affected

  • test-structure

Description

  • Fixed bug in CopyTerraformFolderToDest where the parameters were flipped, causing the folder to be incorrectly copied.

Special thanks

Special thanks to the following users for their contribution!

Related links

v0.40.3

Compare Source

Modules affected

  • files
  • test-structure

Description

  • Added new functions for copying terraform and terragrunt modules to a provided dest folder instead of tmp. This is useful if you don't want to pollute the tmp folder of build servers.

Special thanks

Special thanks to the following users for their contribution!

Related links

v0.40.2

Compare Source

Modules affected

  • docker

Description

Added functions useful for interacting with docker images and building remote images:

  • ListImages for listing images in the docker daemon
  • DeleteImage for cleaning up images in the docker daemon
  • DoesImageExist for checking whether a given image exists in the daemon
  • GitCloneAndBuild for building a docker image from a remote git repo

Related links

v0.40.1

Compare Source

Modules affected

  • environment

Description

  • Added function to require an env var is defined in test (environment.RequireEnvVar)

Related links

v0.40.0

Compare Source

Modules affected

Description

Terraform 1.1 upgrade: We have verified that this repo is compatible with Terraform 1.1.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.1.x against this repo, so we recommend updating to 1.1.x soon!

Related links

v0.39.0

Compare Source

Description

Terratest now requires go version 1.17 at a minimum. This is backward incompatible - if you are using an older version of golang, you will need to update the golang version in your environment prior to updating to this version.

Special thanks

Special thanks to the following users for their contribution!

Related links

v0.38.9

Compare Source

Modules affected

Description

  • Update dependency hashicorp/terraform-json to v0.13.0 to support reading terraform state files from version 1.1.x.
  • Typo fixes for example and docs

Special thanks

Special thanks to the following users for their contribution!

Related links

v0.38.8

Compare Source

Modules affected

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

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

renovate[bot] avatar Oct 27 '22 07:10 renovate[bot]

@renovate[bot] Thanks for the PR! 🚀
✅ Lint checks have passed.

comment-bot-dev avatar Nov 08 '22 21:11 comment-bot-dev

@renovate[bot] Thanks for the PR! 🚀
✅ Lint checks have passed.

comment-bot-dev avatar Dec 12 '22 17:12 comment-bot-dev