Skip to content

Update module github.com/gruntwork-io/terratest to v0.56.0#10

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/github.com-gruntwork-io-terratest-0.x
Open

Update module github.com/gruntwork-io/terratest to v0.56.0#10
renovate[bot] wants to merge 1 commit intomainfrom
renovate/github.com-gruntwork-io-terratest-0.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Oct 13, 2022

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
github.com/gruntwork-io/terratest v0.40.22v0.56.0 age confidence

Release Notes

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

v0.56.0

Compare Source

✨ New Features

CreateJobFromCronJob and CreateJobFromCronJobE added.

The CreateJobFromCronJob and CreateJobFromCronJobE functions support creating Kubernetes cron jobs in a given namespace. This mirrors the behavior of the kubectl create job ... --from=cronjob/... command and provides a native way to trigger and test CronJob configurations within Terratest.

Special thanks to @​steffas for contributing this feature.

🐛 Bug Fixes

Preserve existing instance metadata in SetMetadata

Updates the newMetadata function to properly copy existing metadata items before applying new key-value pairs. This resolves an issue introduced in v0.55.0 where functions like SetMetadata and AddSshKey were accidentally overwriting all existing instance metadata instead of merging the new values.

Plan output parsing for Terraform 1.14+ fixed

Removes the trailing period requirement from the planWithChangesRegexp regular expression used by GetResourceCount. This resolves parsing failures caused by Terraform 1.14's new Actions feature, which appends additional text (e.g., . Actions: N to invoke.) to the standard plan summary line.

Update CronJob to use the batch/v1 API

Updates the CronJob implementation under the hood to use the stable batch/v1 API instead of batch/v1beta1. This restores compatibility with modern Kubernetes clusters, as the older v1beta1 API was completely removed in Kubernetes 1.25.

📖 Documentation Updates

Homepage examples for Terragrunt updated

Examples relevant to Terragrunt have been fixed in the https://terragrunt.gruntwork.io site.

⚙️ Process Updates

Golang bumped to 1.26

The version of Golang in go.mod has been updated to 1.26.

What's Changed

New Contributors

Full Changelog: gruntwork-io/terratest@v0.55.0...v0.56.0

v0.55.0

Compare Source

What's Changed

Full Changelog: gruntwork-io/terratest@v0.54.0...v0.55.0

v0.54.0

Compare Source

What's Changed

Full Changelog: gruntwork-io/terratest@v0.53.0...v0.54.0

v0.53.0

Compare Source

What's Changed

Full Changelog: gruntwork-io/terratest@v0.52.0...v0.53.0

v0.52.0

Compare Source

What's Changed

New Contributors

Full Changelog: gruntwork-io/terratest@v0.51.0...v0.52.0

v0.51.0

Compare Source

What's Changed

Full Changelog: gruntwork-io/terratest@v0.50.0...v0.51.0

v0.50.0

Compare Source

What's Changed

New Contributors

Full Changelog: gruntwork-io/terratest@v0.49.0...v0.50.0

v0.49.0

Compare Source

Modules affected

  • terraform
  • helm
  • azure
  • aws
  • k8s
  • logger
  • packer

What's Changed

New Contributors

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

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

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

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 force-pushed the renovate/github.com-gruntwork-io-terratest-0.x branch from f6ae258 to f5feeb5 Compare October 17, 2022 15:43
@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 f5feeb5 to 53dea9f Compare November 9, 2022 17:39
@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 53dea9f to c958a78 Compare November 17, 2022 19:30
@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 c958a78 to c5d0f3c Compare November 18, 2022 17:01
@renovate renovate bot force-pushed the renovate/github.com-gruntwork-io-terratest-0.x branch from c5d0f3c to f618ec0 Compare March 18, 2023 07:54
@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.16 Mar 18, 2023
@renovate renovate bot changed the title Update module github.com/gruntwork-io/terratest to v0.41.16 Update module github.com/gruntwork-io/terratest to v0.41.18 Apr 17, 2023
@renovate renovate bot force-pushed the renovate/github.com-gruntwork-io-terratest-0.x branch from f618ec0 to 2edd1ac Compare April 17, 2023 12:06
@renovate renovate bot force-pushed the renovate/github.com-gruntwork-io-terratest-0.x branch from 2edd1ac to 3c732c0 Compare May 28, 2023 11:51
@renovate renovate bot changed the title Update module github.com/gruntwork-io/terratest to v0.41.18 Update module github.com/gruntwork-io/terratest to v0.42.0 May 28, 2023
@renovate renovate bot force-pushed the renovate/github.com-gruntwork-io-terratest-0.x branch from 3c732c0 to 45588d6 Compare May 30, 2023 20:54
@renovate renovate bot changed the title Update module github.com/gruntwork-io/terratest to v0.42.0 Update module github.com/gruntwork-io/terratest to v0.43.0 May 30, 2023
@renovate renovate bot changed the title Update module github.com/gruntwork-io/terratest to v0.43.0 Update module github.com/gruntwork-io/terratest to v0.43.2 Jun 20, 2023
@renovate renovate bot force-pushed the renovate/github.com-gruntwork-io-terratest-0.x branch 2 times, most recently from bc55515 to 7093eef Compare June 21, 2023 20:50
@renovate renovate bot changed the title Update module github.com/gruntwork-io/terratest to v0.43.2 Update module github.com/gruntwork-io/terratest to v0.43.3 Jun 21, 2023
@renovate renovate bot changed the title Update module github.com/gruntwork-io/terratest to v0.43.3 Update module github.com/gruntwork-io/terratest to v0.43.4 Jun 24, 2023
@renovate renovate bot force-pushed the renovate/github.com-gruntwork-io-terratest-0.x branch 2 times, most recently from b084620 to b49fb35 Compare June 27, 2023 20:34
@renovate renovate bot changed the title Update module github.com/gruntwork-io/terratest to v0.43.4 Update module github.com/gruntwork-io/terratest to v0.43.5 Jun 27, 2023
@renovate renovate bot changed the title Update module github.com/gruntwork-io/terratest to v0.43.5 Update module github.com/gruntwork-io/terratest to v0.43.6 Jun 29, 2023
@renovate renovate bot force-pushed the renovate/github.com-gruntwork-io-terratest-0.x branch from b49fb35 to 9dad4d6 Compare June 29, 2023 21:25
@renovate renovate bot changed the title Update module github.com/gruntwork-io/terratest to v0.43.6 Update module github.com/gruntwork-io/terratest to v0.43.7 Jul 7, 2023
@renovate renovate bot force-pushed the renovate/github.com-gruntwork-io-terratest-0.x branch from 9dad4d6 to 1631acb Compare July 7, 2023 15:26
@renovate renovate bot changed the title Update module github.com/gruntwork-io/terratest to v0.43.7 Update module github.com/gruntwork-io/terratest to v0.43.8 Jul 10, 2023
@renovate renovate bot force-pushed the renovate/github.com-gruntwork-io-terratest-0.x branch from 1631acb to 5d1825a Compare July 10, 2023 15:40
@renovate renovate bot force-pushed the renovate/github.com-gruntwork-io-terratest-0.x branch 2 times, most recently from 4f3451e to bdf5987 Compare October 3, 2023 21:26
@renovate renovate bot changed the title Update module github.com/gruntwork-io/terratest to v0.44.1 Update module github.com/gruntwork-io/terratest to v0.45.0 Oct 3, 2023
@renovate renovate bot changed the title Update module github.com/gruntwork-io/terratest to v0.45.0 Update module github.com/gruntwork-io/terratest to v0.46.0 Oct 9, 2023
@renovate renovate bot force-pushed the renovate/github.com-gruntwork-io-terratest-0.x branch from bdf5987 to cbf0489 Compare October 9, 2023 19:28
@renovate renovate bot changed the title Update module github.com/gruntwork-io/terratest to v0.46.0 Update module github.com/gruntwork-io/terratest to v0.46.1 Oct 18, 2023
@renovate renovate bot force-pushed the renovate/github.com-gruntwork-io-terratest-0.x branch from cbf0489 to c8d4a34 Compare October 18, 2023 22:00
@renovate renovate bot changed the title Update module github.com/gruntwork-io/terratest to v0.46.1 Update module github.com/gruntwork-io/terratest to v0.46.1 - autoclosed Oct 23, 2023
@renovate renovate bot closed this Oct 23, 2023
@renovate renovate bot deleted the renovate/github.com-gruntwork-io-terratest-0.x branch October 23, 2023 11:36
@renovate renovate bot changed the title Update module github.com/gruntwork-io/terratest to v0.46.1 - autoclosed Update module github.com/gruntwork-io/terratest to v0.46.1 Oct 23, 2023
@renovate renovate bot reopened this Oct 23, 2023
@renovate renovate bot restored the renovate/github.com-gruntwork-io-terratest-0.x branch October 23, 2023 12:30
@renovate renovate bot force-pushed the renovate/github.com-gruntwork-io-terratest-0.x branch from c8d4a34 to 12ac87c Compare October 23, 2023 12:30
@renovate renovate bot changed the title Update module github.com/gruntwork-io/terratest to v0.46.1 Update module github.com/gruntwork-io/terratest to v0.46.5 Oct 31, 2023
@renovate renovate bot force-pushed the renovate/github.com-gruntwork-io-terratest-0.x branch from 12ac87c to ac04890 Compare October 31, 2023 22:12
@renovate renovate bot changed the title Update module github.com/gruntwork-io/terratest to v0.46.5 Update module github.com/gruntwork-io/terratest to v0.46.6 Nov 6, 2023
@renovate renovate bot force-pushed the renovate/github.com-gruntwork-io-terratest-0.x branch from ac04890 to 9034531 Compare November 6, 2023 22:25
@renovate renovate bot force-pushed the renovate/github.com-gruntwork-io-terratest-0.x branch from 9034531 to dde35d3 Compare November 13, 2023 22:56
@renovate renovate bot changed the title Update module github.com/gruntwork-io/terratest to v0.46.6 Update module github.com/gruntwork-io/terratest to v0.46.7 Nov 13, 2023
@renovate renovate bot force-pushed the renovate/github.com-gruntwork-io-terratest-0.x branch from dde35d3 to 93e2bb7 Compare December 5, 2023 22:52
@renovate renovate bot changed the title Update module github.com/gruntwork-io/terratest to v0.46.7 Update module github.com/gruntwork-io/terratest to v0.46.8 Dec 5, 2023
@renovate renovate bot force-pushed the renovate/github.com-gruntwork-io-terratest-0.x branch from 93e2bb7 to 79633c0 Compare January 8, 2024 20:16
@renovate renovate bot changed the title Update module github.com/gruntwork-io/terratest to v0.46.8 Update module github.com/gruntwork-io/terratest to v0.46.9 Jan 8, 2024
@renovate renovate bot force-pushed the renovate/github.com-gruntwork-io-terratest-0.x branch from 79633c0 to aeedee4 Compare January 16, 2024 21:14
@renovate renovate bot changed the title Update module github.com/gruntwork-io/terratest to v0.46.9 Update module github.com/gruntwork-io/terratest to v0.46.11 Jan 16, 2024
@renovate renovate bot force-pushed the renovate/github.com-gruntwork-io-terratest-0.x branch from aeedee4 to f648062 Compare February 25, 2024 10:17
@renovate
Copy link
Copy Markdown
Contributor Author

renovate bot commented Jun 4, 2024

ℹ Artifact update notice

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

  • 1 additional dependency was updated
  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.19 -> 1.24.0
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b -> v3.0.1

@renovate
Copy link
Copy Markdown
Contributor Author

renovate bot commented Dec 15, 2025

ℹ️ Artifact update notice

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

  • 1 additional dependency was updated
  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.19 -> 1.26
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b -> v3.0.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants