Skip to content

Commit 620141c

Browse files
build(deps): Bump github.com/gruntwork-io/terratest from 0.46.16 to 0.47.0 (#775)
Bumps [github.com/gruntwork-io/terratest](https://github.com/gruntwork-io/terratest) from 0.46.16 to 0.47.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/gruntwork-io/terratest/releases">github.com/gruntwork-io/terratest's releases</a>.</em></p> <blockquote> <h2>v0.47.0</h2> <h2>Modules affected</h2> <ul> <li><code>packer</code></li> <li><code>aws</code></li> <li><code>helm</code></li> <li><code>azure</code></li> </ul> <h2>Description</h2> <ul> <li>Added support for Packer 1.10</li> <li>Fixed error checking in Azure</li> <li>Fixed tests and documentation for helm, aws, packer modules</li> </ul> <!-- raw HTML omitted --> <h2>Related links</h2> <!-- raw HTML omitted --> <ul> <li><a href="https://redirect.github.com/gruntwork-io/terratest/pull/1395">gruntwork-io/terratest#1395</a></li> <li><a href="https://redirect.github.com/gruntwork-io/terratest/pull/1419">gruntwork-io/terratest#1419</a></li> </ul> <!-- raw HTML omitted --> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/gruntwork-io/terratest/commit/710d6af286c021bb26fd1a5fa48a31b056646c86"><code>710d6af</code></a> Merge pull request <a href="https://redirect.github.com/gruntwork-io/terratest/issues/1419">#1419</a> from gruntwork-io/1418-error-checks</li> <li><a href="https://github.com/gruntwork-io/terratest/commit/4dfb76d802dfef7fc93cbe281e1c593055f1af34"><code>4dfb76d</code></a> Merge pull request <a href="https://redirect.github.com/gruntwork-io/terratest/issues/1395">#1395</a> from gruntwork-io/deps-update</li> <li><a href="https://github.com/gruntwork-io/terratest/commit/12f636314ccfa501e97e0903917617236394a21a"><code>12f6363</code></a> Fixed error checking</li> <li><a href="https://github.com/gruntwork-io/terratest/commit/891a37db6518dbacb98fa3a9977a748a67ad26d8"><code>891a37d</code></a> Merge pull request <a href="https://redirect.github.com/gruntwork-io/terratest/issues/1417">#1417</a> from gruntwork-io/chore/docsGTMUpdate</li> <li><a href="https://github.com/gruntwork-io/terratest/commit/fb3233e2eb3b8d7891a8a3baa102d74d3cd98426"><code>fb3233e</code></a> chore: switch to new gtm container on docs site</li> <li><a href="https://github.com/gruntwork-io/terratest/commit/2a7224f1c1913f338fb8b138dd795920e13a1e50"><code>2a7224f</code></a> add usage of t4g instance</li> <li><a href="https://github.com/gruntwork-io/terratest/commit/b18a2481817e6a5c94ead0e8373d5b3003e78ee3"><code>b18a248</code></a> Updated lambda test</li> <li><a href="https://github.com/gruntwork-io/terratest/commit/b8a4f9866835461bbe08ca7b6160d522dc8f752a"><code>b8a4f98</code></a> instance type update</li> <li><a href="https://github.com/gruntwork-io/terratest/commit/7b047ad00cd41ad1eb574ad0d66f274a5fabebc8"><code>7b047ad</code></a> Helm diff test fixes</li> <li><a href="https://github.com/gruntwork-io/terratest/commit/7c2939ef40a1e53043714ebb27a20711a4791726"><code>7c2939e</code></a> Updated oracle version</li> <li>Additional commits viewable in <a href="https://github.com/gruntwork-io/terratest/compare/v0.46.16...v0.47.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/gruntwork-io/terratest&package-manager=go_modules&previous-version=0.46.16&new-version=0.47.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 583bea7 commit 620141c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ require (
1414
github.com/go-co-op/gocron v1.37.0
1515
github.com/golang/glog v1.2.0 // indirect
1616
github.com/google/gofuzz v1.2.0 // indirect
17-
github.com/gruntwork-io/terratest v0.46.16
17+
github.com/gruntwork-io/terratest v0.47.0
1818
github.com/jmespath/go-jmespath v0.4.0
1919
github.com/mitchellh/go-homedir v1.1.0
2020
github.com/prometheus/client_golang v1.19.1

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -491,8 +491,8 @@ github.com/grpc-ecosystem/grpc-gateway/v2 v2.16.0 h1:YBftPWNWd4WwGqtY2yeZL2ef8rH
491491
github.com/grpc-ecosystem/grpc-gateway/v2 v2.16.0/go.mod h1:YN5jB8ie0yfIUg6VvR9Kz84aCaG7AsGZnLjhHbUqwPg=
492492
github.com/gruntwork-io/go-commons v0.8.0 h1:k/yypwrPqSeYHevLlEDmvmgQzcyTwrlZGRaxEM6G0ro=
493493
github.com/gruntwork-io/go-commons v0.8.0/go.mod h1:gtp0yTtIBExIZp7vyIV9I0XQkVwiQZze678hvDXof78=
494-
github.com/gruntwork-io/terratest v0.46.16 h1:l+HHuU7lNLwoAl2sP8zkYJy0uoE2Mwha2nw+rim+OhQ=
495-
github.com/gruntwork-io/terratest v0.46.16/go.mod h1:oywHw1cFKXSYvKPm27U7quZVzDUlA22H2xUrKCe26xM=
494+
github.com/gruntwork-io/terratest v0.47.0 h1:xIy1pT7NbGVlMLDZEHl3+3iSnvffh8tN2pL6idn448c=
495+
github.com/gruntwork-io/terratest v0.47.0/go.mod h1:oywHw1cFKXSYvKPm27U7quZVzDUlA22H2xUrKCe26xM=
496496
github.com/hashicorp/errwrap v1.0.0/go.mod h1:YH+1FKiLXxHSkmPseP+kNlulaMuP3n2brvKWEqk/Jc4=
497497
github.com/hashicorp/errwrap v1.1.0 h1:OxrOeh75EUXMY8TBjag2fzXGZ40LB6IKw45YeGUDY2I=
498498
github.com/hashicorp/errwrap v1.1.0/go.mod h1:YH+1FKiLXxHSkmPseP+kNlulaMuP3n2brvKWEqk/Jc4=

0 commit comments

Comments
 (0)