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

chore(deps): Update GO modules - autoclosed #942

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 14, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change Pending
github.com/GoogleCloudPlatform/cloud-foundation-toolkit/infra/blueprint-test require minor v0.5.0 -> v0.10.2 v0.10.3
github.com/gruntwork-io/terratest require minor v0.41.12 -> v0.46.8
github.com/hashicorp/hcl/v2 require minor v2.16.1 -> v2.19.1
github.com/mitchellh/go-testing-interface require digest a52172c -> 2d9075c
github.com/stretchr/testify require patch v1.8.2 -> v1.8.4
github.com/terraform-google-modules/terraform-example-foundation/test/integration require minor v0.0.0-20230503230051-e9e2618ef515 -> v0.1.0
github.com/tidwall/gjson require minor v1.14.4 -> v1.17.0
golang.org/x/oauth2 require minor v0.7.0 -> v0.15.0

Release Notes

GoogleCloudPlatform/cloud-foundation-toolkit (github.com/GoogleCloudPlatform/cloud-foundation-toolkit/infra/blueprint-test)

v0.5.2: CLI Release v0.5.2

Compare Source

v0.5.1: CLI Release v0.5.1

Compare Source

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

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

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

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 requested review from a team and rjerrems as code owners March 14, 2023 21:10
@renovate renovate bot added the dependencies Pull requests that update a dependency file label Mar 14, 2023
@dpebot
Copy link
Collaborator

dpebot commented Mar 14, 2023

/gcbrun

@renovate renovate bot force-pushed the renovate/go-modules branch from 9cbaf85 to c862b80 Compare March 23, 2023 21:30
@dpebot
Copy link
Collaborator

dpebot commented Mar 23, 2023

/gcbrun

@renovate renovate bot changed the title fix(deps): update module github.com/gruntwork-io/terratest to v0.41.15 fix(deps): update module github.com/gruntwork-io/terratest to v0.41.16 Mar 24, 2023
@renovate renovate bot force-pushed the renovate/go-modules branch from c862b80 to 30a4f5f Compare March 28, 2023 02:35
@renovate renovate bot changed the title fix(deps): update module github.com/gruntwork-io/terratest to v0.41.16 fix(deps): update go modules Mar 28, 2023
@dpebot
Copy link
Collaborator

dpebot commented Mar 28, 2023

/gcbrun

@renovate renovate bot force-pushed the renovate/go-modules branch from 30a4f5f to 2195a7d Compare March 29, 2023 23:40
@dpebot
Copy link
Collaborator

dpebot commented Mar 29, 2023

/gcbrun

@renovate renovate bot force-pushed the renovate/go-modules branch from 2195a7d to 9f35f2d Compare April 4, 2023 06:25
@dpebot
Copy link
Collaborator

dpebot commented Apr 4, 2023

/gcbrun

@renovate renovate bot force-pushed the renovate/go-modules branch from 9f35f2d to 35ed81a Compare April 7, 2023 18:54
@dpebot
Copy link
Collaborator

dpebot commented Apr 7, 2023

/gcbrun

@renovate renovate bot force-pushed the renovate/go-modules branch from 35ed81a to 16a302c Compare April 11, 2023 05:26
@dpebot
Copy link
Collaborator

dpebot commented Apr 11, 2023

/gcbrun

@renovate renovate bot force-pushed the renovate/go-modules branch from 16a302c to 3e594ab Compare April 12, 2023 21:16
@dpebot
Copy link
Collaborator

dpebot commented Apr 12, 2023

/gcbrun

@renovate renovate bot force-pushed the renovate/go-modules branch from 3e594ab to ec54092 Compare April 13, 2023 22:03
@dpebot
Copy link
Collaborator

dpebot commented Apr 13, 2023

/gcbrun

@renovate renovate bot force-pushed the renovate/go-modules branch from ec54092 to c00a57b Compare April 18, 2023 19:31
@dpebot
Copy link
Collaborator

dpebot commented Apr 18, 2023

/gcbrun

@renovate renovate bot force-pushed the renovate/go-modules branch from c00a57b to f8cdce4 Compare April 24, 2023 18:06
@dpebot
Copy link
Collaborator

dpebot commented Apr 24, 2023

/gcbrun

@renovate renovate bot force-pushed the renovate/go-modules branch from f8cdce4 to 41026e5 Compare April 27, 2023 03:27
@dpebot
Copy link
Collaborator

dpebot commented Apr 27, 2023

/gcbrun

@renovate renovate bot force-pushed the renovate/go-modules branch from 41026e5 to 0d87fd1 Compare May 2, 2023 09:21
@dpebot
Copy link
Collaborator

dpebot commented May 2, 2023

/gcbrun

@renovate renovate bot force-pushed the renovate/go-modules branch from 9ff4135 to 7104f1a Compare December 5, 2023 17:44
@dpebot
Copy link
Collaborator

dpebot commented Dec 5, 2023

/gcbrun

@renovate renovate bot force-pushed the renovate/go-modules branch from 7104f1a to c98408b Compare December 6, 2023 09:25
@dpebot
Copy link
Collaborator

dpebot commented Dec 6, 2023

/gcbrun

@renovate renovate bot force-pushed the renovate/go-modules branch from c98408b to e25b10d Compare December 6, 2023 16:59
@dpebot
Copy link
Collaborator

dpebot commented Dec 6, 2023

/gcbrun

@renovate renovate bot force-pushed the renovate/go-modules branch from e25b10d to 2312b03 Compare December 7, 2023 21:47
@dpebot
Copy link
Collaborator

dpebot commented Dec 7, 2023

/gcbrun

@renovate renovate bot force-pushed the renovate/go-modules branch from 2312b03 to 7a7b2ad Compare December 8, 2023 16:56
@dpebot
Copy link
Collaborator

dpebot commented Dec 8, 2023

/gcbrun

@renovate renovate bot force-pushed the renovate/go-modules branch from 7a7b2ad to fff774c Compare December 9, 2023 00:28
@dpebot
Copy link
Collaborator

dpebot commented Dec 9, 2023

/gcbrun

@renovate renovate bot force-pushed the renovate/go-modules branch from fff774c to ed99268 Compare December 11, 2023 04:16
@dpebot
Copy link
Collaborator

dpebot commented Dec 11, 2023

/gcbrun

@renovate renovate bot force-pushed the renovate/go-modules branch from ed99268 to 81a7e21 Compare December 11, 2023 04:24
@dpebot
Copy link
Collaborator

dpebot commented Dec 11, 2023

/gcbrun

@renovate renovate bot force-pushed the renovate/go-modules branch from 81a7e21 to f4a67a5 Compare December 11, 2023 16:03
@dpebot
Copy link
Collaborator

dpebot commented Dec 11, 2023

/gcbrun

@renovate renovate bot force-pushed the renovate/go-modules branch from f4a67a5 to db394cb Compare December 12, 2023 16:55
@dpebot
Copy link
Collaborator

dpebot commented Dec 12, 2023

/gcbrun

@renovate renovate bot force-pushed the renovate/go-modules branch from db394cb to 787ba3c Compare December 12, 2023 19:44
@dpebot
Copy link
Collaborator

dpebot commented Dec 12, 2023

/gcbrun

@renovate renovate bot force-pushed the renovate/go-modules branch from 787ba3c to 4a6f078 Compare December 12, 2023 22:11
@dpebot
Copy link
Collaborator

dpebot commented Dec 12, 2023

/gcbrun

@renovate renovate bot force-pushed the renovate/go-modules branch from 4a6f078 to 6e823a4 Compare December 13, 2023 05:46
@dpebot
Copy link
Collaborator

dpebot commented Dec 13, 2023

/gcbrun

@renovate renovate bot changed the title chore(deps): Update GO modules chore(deps): Update GO modules - autoclosed Dec 13, 2023
@renovate renovate bot closed this Dec 13, 2023
@renovate renovate bot deleted the renovate/go-modules branch December 13, 2023 16:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant