Skip to content
This repository has been archived by the owner on Nov 27, 2023. It is now read-only.

Update module github.com/gruntwork-io/terratest to v0.46.7 #3

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 29, 2022

Mend Renovate logo banner

This PR contains the following updates:

Package Type Update Change
github.com/gruntwork-io/terratest require minor v0.35.6 -> v0.46.7

Release Notes

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

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

Compare Source

Modules affected

  • azure

Description

  • Add support for Azure Synapse Analytics

Special thanks

Special thanks to the following users for their contribution!

Related links

v0.43.1

Compare Source

Modules affected

  • azure

Description

  • Updated golangcli-lint version used in azure workflow

Special thanks

Special thanks to the following users for their contribution!

Related links

v0.43.0

Compare Source

Modules affected

  • k8s [BACKWARD INCOMPATIBLE]

Description

  • Updated minimal Go version to 1.19
  • Updated Kubernetes client dependency

Related links

v0.42.0

Compare Source

Modules affected
  • k8s
  • helm [BACKWARD INCOMPATIBLE]
Description
  • Fixed the description of k8s.KubectlApplyFromKustomizeE which refered to "delete".
  • Updated helm.Options struct with flag BuildDependencies, once set, helm chart dependencies building will be performed.
Migration guide

For helm charts that require dependencies to be built, should be defined helm.BuildDependencies=true

Special thanks

Special thanks to the following users for their contribution!

Related links

v0.41.26

Compare Source

Modules affected
  • helm
Description
  • Added ability to define JSON values for the --set-json Helm template flag
Special thanks

Special thanks to the following users for their contribution!

Related links

v0.41.25

Compare Source

Modules affected

  • k8s

Description

  • Updated k8s module to support PersistentVolumeClaims

Special thanks

Special thanks to the following users for their contribution!

Related links

v0.41.24

Compare Source

Modules affected

  • k8s

Description

  • Added functions for Kubernetes PersistentVolumes

Special thanks

Special thanks to the following users for their contribution!

Related links

v0.41.23

Compare Source

Modules affected

  • helm

Description

  • Updated Helm chart installation to allow logs redirection

Related links

v0.41.22

Compare Source

Modules affected

  • k8s

Description

  • Fixed k8s.IsDeploymentAvailable() function to check deployment status

Special thanks

Special thanks to the following users for their contribution!

Related links

v0.41.21

Compare Source

Modules affected

  • k8s

Description

  • Added support for port forwarding on Kubernetes deployments

Special thanks

Special thanks to the following users for their contribution!

Related links

v0.41.20

Compare Source

Modules affected

  • aws

Description

  • Added helper function for getting valid RDS configurations
  • Updated AMI search function to allow retrieval of deprecated AMIs

What's Changed

Full Changelog: gruntwork-io/terratest@v0.41.19...v0.41.20

v0.41.19

Compare Source

Modules affected

  • aws

Description

  • Updated S3 bucket creation to pass ObjectOwnership
  • Fixed terraform-aws-s3-example to set private ACL

Related links

v0.41.18

Compare Source

What's Changed

New Contributors

Full Changelog: gruntwork-io/terratest@v0.41.17...v0.41.18

v0.41.17

Compare Source

Modules affected

If you want to rebase/retry this PR, check this box

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

@renovate renovate bot force-pushed the renovate/github.aaakk.us.kg-gruntwork-io-terratest-0.x branch 3 times, most recently from 8b6b46f to 2bccdbd Compare October 6, 2022 15:52
@renovate renovate bot force-pushed the renovate/github.aaakk.us.kg-gruntwork-io-terratest-0.x branch from 2bccdbd to b4f435a Compare October 13, 2022 16:03
@renovate renovate bot changed the title Update module github.com/gruntwork-io/terratest to v0.40.22 Update module github.com/gruntwork-io/terratest to v0.40.23 Oct 13, 2022
@renovate renovate bot force-pushed the renovate/github.aaakk.us.kg-gruntwork-io-terratest-0.x branch from b4f435a to 588ebe2 Compare October 17, 2022 16:39
@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.aaakk.us.kg-gruntwork-io-terratest-0.x branch from 588ebe2 to 86e46ee Compare November 9, 2022 17:49
@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 force-pushed the renovate/github.aaakk.us.kg-gruntwork-io-terratest-0.x branch from 86e46ee to a73a02e Compare November 17, 2022 18:51
@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.aaakk.us.kg-gruntwork-io-terratest-0.x branch from a73a02e to e169956 Compare November 18, 2022 18:57
@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.aaakk.us.kg-gruntwork-io-terratest-0.x branch from e169956 to b8a2327 Compare December 4, 2022 19:18
@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.aaakk.us.kg-gruntwork-io-terratest-0.x branch from b8a2327 to d204347 Compare March 18, 2023 11: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.16 Mar 18, 2023
@renovate renovate bot force-pushed the renovate/github.aaakk.us.kg-gruntwork-io-terratest-0.x branch from d204347 to 7d3650e Compare April 17, 2023 09:33
@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.aaakk.us.kg-gruntwork-io-terratest-0.x branch from 7d3650e to 2aa4c62 Compare May 28, 2023 11:19
@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 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 force-pushed the renovate/github.aaakk.us.kg-gruntwork-io-terratest-0.x branch from 2aa4c62 to 1a54275 Compare May 30, 2023 21:35
@renovate renovate bot force-pushed the renovate/github.aaakk.us.kg-gruntwork-io-terratest-0.x branch from 1a54275 to 425f79e Compare June 20, 2023 19:28
@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.1 Jun 20, 2023
@renovate renovate bot force-pushed the renovate/github.aaakk.us.kg-gruntwork-io-terratest-0.x branch from 425f79e to b5c419b Compare June 20, 2023 23:40
@renovate renovate bot changed the title Update module github.com/gruntwork-io/terratest to v0.43.1 Update module github.com/gruntwork-io/terratest to v0.43.2 Jun 20, 2023
@renovate renovate bot force-pushed the renovate/github.aaakk.us.kg-gruntwork-io-terratest-0.x branch from b5c419b to e223e8a Compare June 21, 2023 22:53
@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 force-pushed the renovate/github.aaakk.us.kg-gruntwork-io-terratest-0.x branch from e223e8a to f1ff688 Compare June 23, 2023 22:35
@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.aaakk.us.kg-gruntwork-io-terratest-0.x branch from d834e30 to 88bd957 Compare July 10, 2023 14:51
@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.aaakk.us.kg-gruntwork-io-terratest-0.x branch from 88bd957 to 4c11da7 Compare July 21, 2023 21:42
@renovate renovate bot changed the title Update module github.com/gruntwork-io/terratest to v0.43.8 Update module github.com/gruntwork-io/terratest to v0.43.9 Jul 21, 2023
@renovate renovate bot force-pushed the renovate/github.aaakk.us.kg-gruntwork-io-terratest-0.x branch from 4c11da7 to b3f6620 Compare July 25, 2023 22:59
@renovate renovate bot changed the title Update module github.com/gruntwork-io/terratest to v0.43.9 Update module github.com/gruntwork-io/terratest to v0.43.10 Jul 25, 2023
@renovate renovate bot force-pushed the renovate/github.aaakk.us.kg-gruntwork-io-terratest-0.x branch from b3f6620 to 09116a8 Compare July 26, 2023 21:31
@renovate renovate bot changed the title Update module github.com/gruntwork-io/terratest to v0.43.10 Update module github.com/gruntwork-io/terratest to v0.43.11 Jul 26, 2023
@renovate renovate bot force-pushed the renovate/github.aaakk.us.kg-gruntwork-io-terratest-0.x branch from 09116a8 to eac6625 Compare August 11, 2023 09:54
@renovate renovate bot changed the title Update module github.com/gruntwork-io/terratest to v0.43.11 Update module github.com/gruntwork-io/terratest to v0.43.12 Aug 11, 2023
@renovate renovate bot force-pushed the renovate/github.aaakk.us.kg-gruntwork-io-terratest-0.x branch from eac6625 to f22afa6 Compare August 27, 2023 23:23
@renovate renovate bot changed the title Update module github.com/gruntwork-io/terratest to v0.43.12 Update module github.com/gruntwork-io/terratest to v0.43.13 Aug 27, 2023
@renovate renovate bot force-pushed the renovate/github.aaakk.us.kg-gruntwork-io-terratest-0.x branch from f22afa6 to c52d3ab Compare September 18, 2023 19:13
@renovate renovate bot changed the title Update module github.com/gruntwork-io/terratest to v0.43.13 Update module github.com/gruntwork-io/terratest to v0.44.0 Sep 18, 2023
@renovate renovate bot force-pushed the renovate/github.aaakk.us.kg-gruntwork-io-terratest-0.x branch from c52d3ab to 3e4c4ba Compare October 3, 2023 16:34
@renovate renovate bot changed the title Update module github.com/gruntwork-io/terratest to v0.44.0 Update module github.com/gruntwork-io/terratest to v0.44.1 Oct 3, 2023
@renovate renovate bot force-pushed the renovate/github.aaakk.us.kg-gruntwork-io-terratest-0.x branch from 3e4c4ba to c62b314 Compare October 3, 2023 20:09
@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 force-pushed the renovate/github.aaakk.us.kg-gruntwork-io-terratest-0.x branch from c62b314 to 3072bbf Compare October 9, 2023 18:30
@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.aaakk.us.kg-gruntwork-io-terratest-0.x branch from 3072bbf to 1637dbf Compare October 18, 2023 23:00
@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.aaakk.us.kg-gruntwork-io-terratest-0.x branch from 1637dbf to 275a3df Compare October 31, 2023 22:23
@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.aaakk.us.kg-gruntwork-io-terratest-0.x branch from 275a3df to e8db4e0 Compare November 6, 2023 22:29
@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.aaakk.us.kg-gruntwork-io-terratest-0.x branch from e8db4e0 to 88ff423 Compare November 13, 2023 22:14
@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
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants