Skip to content

Commit

Permalink
build(deps): Bump github.com/gruntwork-io/terratest from 0.41.3 to 0.…
Browse files Browse the repository at this point in the history
…41.4 (#402)

Bumps
[github.com/gruntwork-io/terratest](https://github.com/gruntwork-io/terratest)
from 0.41.3 to 0.41.4.
<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.41.4</h2>
<!-- raw HTML omitted -->
<h2>Modules affected</h2>
<!-- raw HTML omitted -->
<ul>
<li><code>k8s</code></li>
</ul>
<!-- raw HTML omitted -->
<h2>Description</h2>
<!-- raw HTML omitted -->
<ul>
<li>Add support for Kubernetes network policies</li>
</ul>
<!-- raw HTML omitted -->
<h2>Special thanks</h2>
<!-- raw HTML omitted -->
<p>Special thanks to the following users for their contribution!</p>
<ul>
<li><a
href="https://github.com/baquintanag"><code>@​baquintanag</code></a></li>
</ul>
<!-- raw HTML omitted -->
<h2>Related links</h2>
<!-- raw HTML omitted -->
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/gruntwork-io/terratest/commit/c585621e0df75ac53d901eda12b24b131c67173a"><code>c585621</code></a>
Merge pull request <a
href="https://github-redirect.dependabot.com/gruntwork-io/terratest/issues/1208">#1208</a>
from fiftech/add_k8s_networkpolicy_support</li>
<li><a
href="https://github.com/gruntwork-io/terratest/commit/ca35d5453ac325fb74f6f64cf4ca87aa1c2c06fd"><code>ca35d54</code></a>
test(k8s): use spaces instead of tabs in example yaml</li>
<li><a
href="https://github.com/gruntwork-io/terratest/commit/fb306ab3ee9a7cdb5902551ffe7207376a8102e0"><code>fb306ab</code></a>
fix: Restore module name to github.com/gruntwork-io/terratest</li>
<li><a
href="https://github.com/gruntwork-io/terratest/commit/918c614e3157b938626b5b35039e6a60650cece6"><code>918c614</code></a>
chore: Change module name to github.com/fiftech/terratest</li>
<li><a
href="https://github.com/gruntwork-io/terratest/commit/5abb20fbde49b2020621c82e3c1acb66db43337a"><code>5abb20f</code></a>
test(k8s): Adding test suite to networkpolicy</li>
<li><a
href="https://github.com/gruntwork-io/terratest/commit/d2a1fa9e7d25d84cda9989bb5db35adb34d9c5b3"><code>d2a1fa9</code></a>
feat(k8s): add networkpolicy support</li>
<li>See full diff in <a
href="https://github.com/gruntwork-io/terratest/compare/v0.41.3...v0.41.4">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.41.3&new-version=0.41.4)](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 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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Dec 5, 2022
1 parent f93281e commit 16dde07
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ require (
github.com/go-co-op/gocron v1.18.0
github.com/golang/glog v1.0.0 // indirect
github.com/google/gofuzz v1.2.0 // indirect
github.com/gruntwork-io/terratest v0.41.3
github.com/gruntwork-io/terratest v0.41.4
github.com/jmespath/go-jmespath v0.4.0
github.com/mitchellh/go-homedir v1.1.0
github.com/prometheus/client_golang v1.14.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -580,8 +580,8 @@ github.com/grpc-ecosystem/grpc-gateway v1.9.5/go.mod h1:vNeuVxBJEsws4ogUvrchl83t
github.com/grpc-ecosystem/grpc-gateway v1.16.0/go.mod h1:BDjrQk3hbvj6Nolgz8mAMFbcEtjT1g+wF4CSlocrBnw=
github.com/gruntwork-io/go-commons v0.8.0 h1:k/yypwrPqSeYHevLlEDmvmgQzcyTwrlZGRaxEM6G0ro=
github.com/gruntwork-io/go-commons v0.8.0/go.mod h1:gtp0yTtIBExIZp7vyIV9I0XQkVwiQZze678hvDXof78=
github.com/gruntwork-io/terratest v0.41.3 h1:LYhFuTlcBCKAOz3dLIN+mcQN1Kbjn8pXpktnxG0eg5c=
github.com/gruntwork-io/terratest v0.41.3/go.mod h1:qH1xkPTTGx30XkMHw8jAVIbzqheSjIa5IyiTwSV2vKI=
github.com/gruntwork-io/terratest v0.41.4 h1:mJUi6vHizPqgvRcRQe4MKP8BhTS3Lxi55uJYKLOqRt4=
github.com/gruntwork-io/terratest v0.41.4/go.mod h1:qH1xkPTTGx30XkMHw8jAVIbzqheSjIa5IyiTwSV2vKI=
github.com/hashicorp/errwrap v0.0.0-20141028054710-7554cd9344ce/go.mod h1:YH+1FKiLXxHSkmPseP+kNlulaMuP3n2brvKWEqk/Jc4=
github.com/hashicorp/errwrap v1.0.0/go.mod h1:YH+1FKiLXxHSkmPseP+kNlulaMuP3n2brvKWEqk/Jc4=
github.com/hashicorp/errwrap v1.1.0 h1:OxrOeh75EUXMY8TBjag2fzXGZ40LB6IKw45YeGUDY2I=
Expand Down

0 comments on commit 16dde07

Please sign in to comment.