fix(deps): update module github.com/gruntwork-io/terratest to v1.0.1#24
Merged
renovate[bot] merged 1 commit intoJun 28, 2026
Merged
Conversation
Contributor
Author
ℹ️ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v1.0.0→v1.0.1Release Notes
gruntwork-io/terratest (github.com/gruntwork-io/terratest)
v1.0.1Compare Source
Highlights
This release starts the Terratest v1 maintenance phase. It is non-breaking and safe to upgrade to from any recent v1.x: nothing is removed or changed at runtime. The headline change is
// Deprecated:annotations on the packages slated for removal in v2, each with inline guidance on the standard-library (or third-party) replacement.Deprecated (removed in v2, not in this release):
modules/collections-> standard libraryslicesmodules/environment->os.Getenvat the call sitemodules/git-> shell out to git withos/execmodules/version-checker-> shell out to check a binary's versionmodules/slack-> thegithub.com/slack-go/slackclient directlyEach deprecated symbol's doc comment shows the concrete replacement.
v1 maintenance policy: security fixes only, delivered on the
v1branch, until 12 months after v2.0.0 reaches general availability. v2 ships under new/v2module paths, so v1-pinned consumers are unaffected. This commit is the permanent v1 head; the long-livedv1branch is cut from here. A v1-to-v2 import path map is included atdocs/v2-import-map.md.What's Changed
Full Changelog: gruntwork-io/terratest@v1.0.0...v1.0.1
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.