terraform-google-cloud-storage
terraform-google-cloud-storage copied to clipboard
fix(deps): update go modules
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
- Navbar - we're hiring fix by @klijakub in https://github.com/gruntwork-io/terratest/pull/1191
v0.40.23
- Update CODEOWNERS by @yorinasub17 in https://github.com/gruntwork-io/terratest/pull/1186
- Navbar update - added "we're hiring" by @klijakub in https://github.com/gruntwork-io/terratest/pull/1189
Full Changelog: https://github.com/gruntwork-io/terratest/compare/v0.40.22...v0.40.23
v0.40.22
Modules affected
k8s
Description
- Add functions to support invoking
kubectlwith kustomization files
Special thanks
Special thanks to the following users for their contribution!
Related links
v0.40.21
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
Modules affected
opa
Description
- Exposed
DownloadPolicyEfunction 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
Modules affected
terraform
Description
- Fixed a bug in the
Clonefunction of theterraform.Optionsstruct wheremapobjects were not being deep cloned, causing side effects.
Related links
- https://github.com/gruntwork-io/terratest/pull/1157
- https://github.com/gruntwork-io/terratest/pull/1164
v0.40.18
Modules affected
docker
Description
- Added usage of
docker composecommand 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
- https://github.com/gruntwork-io/terratest/pull/1147
- https://github.com/gruntwork-io/terratest/pull/1148
- https://github.com/gruntwork-io/terratest/pull/1145
- https://github.com/gruntwork-io/terratest/pull/1154
- https://github.com/gruntwork-io/terratest/pull/1125
v0.40.17
Modules affected
aws
Description
- Added
aws.GetDefaultSubnetIDsForVpcto retrieve default subnet ids - Updated
aws.IsPublicSubnetto 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
Modules affected
terraform
Description
- Added
ShowWithStructfunction that parses terraform plan output toPlanStruct
Special thanks
Special thanks to the following users for their contribution!
Related links
v0.40.15
Description
- Updated dependency
hashicorp/go-getterfrom1.5.11to1.6.1
Related links
v0.40.14
Modules affected
terraform
Description
- Updated
GetResourceCountfunction to handle new plan output in Terraform1.2.x.
Related links
- https://github.com/gruntwork-io/terratest/pull/1133
- https://github.com/gruntwork-io/terratest/pull/1137
v0.40.13
Description
- Updated dependency
github.com/hashicorp/go-getterfrom1.5.9to1.5.11
Related links
v0.40.12
Modules affected
helm
Description
- Updated
RenderTemplateEfunction to rebuild helm chart dependencies
Special thanks
Special thanks to the following users for their contribution!
Related links
v0.40.11
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
- https://github.com/gruntwork-io/terratest/pull/1123
- https://github.com/gruntwork-io/terratest/pull/1078
v0.40.10
Modules affected
version-checker[NEW]
Description
- Added a new helper function
version_checker.CheckVersionandversion_checker.CheckVersionEwhich 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
Modules affected
awsterraformfiles
Description
- Updated
CopyTerraformFolderToDestto also copy.terraform.lock.hclto the destination.
Special thanks
Special thanks to the following users for their contribution!
Related links
- https://github.com/gruntwork-io/terratest/pull/1113
- https://github.com/gruntwork-io/terratest/pull/1107
- https://github.com/gruntwork-io/terratest/pull/1117
v0.40.8
Modules affected
slack[NEW]aws
Description
- Fixed bug where
FunctionErrorwasn'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
- https://github.com/gruntwork-io/terratest/pull/1105
- https://github.com/gruntwork-io/terratest/pull/1087
- https://github.com/gruntwork-io/terratest/pull/1114
v0.40.7
Modules affected
azure
Description
- Fixed bug where the wrong
ExpandQueryparameter 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
- https://github.com/gruntwork-io/terratest/pull/1075
- https://github.com/gruntwork-io/terratest/pull/1077
- https://github.com/gruntwork-io/terratest/pull/1079
- https://github.com/gruntwork-io/terratest/pull/1082
- https://github.com/gruntwork-io/terratest/pull/1083
- https://github.com/gruntwork-io/terratest/pull/1084
- https://github.com/gruntwork-io/terratest/pull/1098
- https://github.com/gruntwork-io/terratest/pull/1099
- https://github.com/gruntwork-io/terratest/pull/1093
v0.40.6
Modules affected
git
Description
- Added new function to retrieve the git repo root dir (
git.GetRepoRootandgit.GetRepoRootE).
Related links
- https://github.com/gruntwork-io/terratest/pull/1070
- https://github.com/gruntwork-io/terratest/pull/1074
v0.40.5
Modules affected
terraformtest-structure
Description
- Simplified implementation of
CopyTerraformFolderToTempby usingCopyTerraformFolderToDestto avoid code duplication. There is no functional difference between this version and the previous version.
Related links
- https://github.com/gruntwork-io/terratest/pull/1069
- https://github.com/gruntwork-io/terratest/pull/1066
v0.40.4
Modules affected
test-structure
Description
- Fixed bug in
CopyTerraformFolderToDestwhere the parameters were flipped, causing the folder to be incorrectly copied.
Special thanks
Special thanks to the following users for their contribution!
Related links
- https://github.com/gruntwork-io/terratest/pull/1065
- https://github.com/gruntwork-io/terratest/pull/1067
v0.40.3
Modules affected
filestest-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
Modules affected
docker
Description
Added functions useful for interacting with docker images and building remote images:
ListImagesfor listing images in the docker daemonDeleteImagefor cleaning up images in the docker daemonDoesImageExistfor checking whether a given image exists in the daemonGitCloneAndBuildfor building a docker image from a remote git repo
Related links
v0.40.1
Modules affected
environment
Description
- Added function to require an env var is defined in test (
environment.RequireEnvVar)
Related links
v0.40.0
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
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
- https://github.com/gruntwork-io/terratest/pull/1051
- https://github.com/gruntwork-io/terratest/pull/1036
v0.38.9
Modules affected
Description
- Update dependency
hashicorp/terraform-jsontov0.13.0to 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
- https://github.com/gruntwork-io/terratest/pull/1046
- https://github.com/gruntwork-io/terratest/pull/1042
- https://github.com/gruntwork-io/terratest/pull/1039
v0.38.8
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]
Thanks for the PR! 🚀
✅ Lint checks have passed.
@renovate[bot]
Thanks for the PR! 🚀
✅ Lint checks have passed.