chore(deps): Update go modules and/or dev-tools#460
Open
renovate-bot wants to merge 1 commit intoGoogleCloudPlatform:mainfrom
Open
chore(deps): Update go modules and/or dev-tools#460renovate-bot wants to merge 1 commit intoGoogleCloudPlatform:mainfrom
renovate-bot wants to merge 1 commit intoGoogleCloudPlatform:mainfrom
Conversation
ℹ Artifact update noticeFile name: test/integration/go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
35da191 to
9ce87e6
Compare
9ce87e6 to
b1af2db
Compare
18626c4 to
8f6e986
Compare
7228a6a to
75a1a26
Compare
75a1a26 to
a8a6083
Compare
a8a6083 to
da9c16e
Compare
adb4cd1 to
1ef0a1e
Compare
5571857 to
1bce4bf
Compare
858b03a to
2b9d794
Compare
2b9d794 to
4a9968e
Compare
4a9968e to
17f8843
Compare
0755b52 to
3086118
Compare
3086118 to
5cc908b
Compare
fda7f69 to
02dd897
Compare
f39b625 to
2561409
Compare
3a413ad to
12d271e
Compare
d86f8a7 to
cf0a918
Compare
4d36ed9 to
1283124
Compare
ecc35e0 to
b6a31c1
Compare
bf69c13 to
582bd2d
Compare
e47ac3f to
0850b27
Compare
0850b27 to
aef66c5
Compare
ecb6db1 to
de8e585
Compare
9221140 to
ebc29aa
Compare
ℹ️ Artifact update noticeFile name: test/integration/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:
v0.14.1→v0.18.0v0.46.14→v0.56.0v1.9.0→v1.11.1v1.17.1→v1.18.0Release Notes
gruntwork-io/terratest (github.com/gruntwork-io/terratest)
v0.56.0Compare Source
✨ New Features
CreateJobFromCronJobandCreateJobFromCronJobEadded.The
CreateJobFromCronJobandCreateJobFromCronJobEfunctions support creating Kubernetes cron jobs in a given namespace. This mirrors the behavior of thekubectl create job ... --from=cronjob/...command and provides a native way to trigger and testCronJobconfigurations within Terratest.Special thanks to @steffas for contributing this feature.
🐛 Bug Fixes
Preserve existing instance metadata in
SetMetadataUpdates the
newMetadatafunction to properly copy existing metadata items before applying new key-value pairs. This resolves an issue introduced in v0.55.0 where functions likeSetMetadataandAddSshKeywere accidentally overwriting all existing instance metadata instead of merging the new values.Plan output parsing for Terraform 1.14+ fixed
Removes the trailing period requirement from the
planWithChangesRegexpregular expression used byGetResourceCount. This resolves parsing failures caused by Terraform 1.14's new Actions feature, which appends additional text (e.g., . Actions: N to invoke.) to the standard plan summary line.Update
CronJobto use thebatch/v1APIUpdates the
CronJobimplementation under the hood to use the stablebatch/v1API instead ofbatch/v1beta1. This restores compatibility with modern Kubernetes clusters, as the olderv1beta1API was completely removed in Kubernetes 1.25.📖 Documentation Updates
Homepage examples for Terragrunt updated
Examples relevant to Terragrunt have been fixed in the https://terragrunt.gruntwork.io site.
⚙️ Process Updates
Golang bumped to 1.26
The version of Golang in
go.modhas been updated to1.26.What's Changed
1.26by @yhakbar in #1667New Contributors
Full Changelog: gruntwork-io/terratest@v0.55.0...v0.56.0
v0.55.0Compare Source
What's Changed
Full Changelog: gruntwork-io/terratest@v0.54.0...v0.55.0
v0.54.0Compare Source
What's Changed
Full Changelog: gruntwork-io/terratest@v0.53.0...v0.54.0
v0.53.0Compare Source
What's Changed
InitAndValidateInputsE()by @particleflux in #1616Full Changelog: gruntwork-io/terratest@v0.52.0...v0.53.0
v0.52.0Compare Source
What's Changed
New Contributors
Full Changelog: gruntwork-io/terratest@v0.51.0...v0.52.0
v0.51.0Compare Source
What's Changed
terragrunt stack generateby @james00012 in #1562Full Changelog: gruntwork-io/terratest@v0.50.0...v0.51.0
v0.50.0Compare Source
What's Changed
terragrunt stack initby @james03160927 in #1560New Contributors
Full Changelog: gruntwork-io/terratest@v0.49.0...v0.50.0
v0.49.0Compare Source
Modules affected
terraformhelmazureawsk8sloggerpackerWhat's Changed
New Contributors
Full Changelog: gruntwork-io/terratest@v0.48.2...v0.49.0
v0.48.2Compare Source
Modules affected
shellawsgcpterraformk8sazuredatabaseWhat's Changed
RunCommandAndGetStdOutErrby @james03160927S3BucketServerSideEncryptionby @james03160927stderrintostdoutby @g7rrequest-timeoutoptions forkubectlby @james03160927GetAllParametersOfRdsInstanceby @james03160927golang.org/x/cryptofrom 0.29.0 to 0.31.0 by @dependabotgolang.org/x/netfrom 0.31.0 to 0.33.0 by @dependabotHasSuffixto check for suffixes by @amangaleNew Contributors
Full Changelog: gruntwork-io/terratest@v0.48.1...v0.48.2
v0.48.1Compare Source
Modules affected
helmazureawsk8sWhat's Changed
New Contributors
Full Changelog: gruntwork-io/terratest@v0.48.0...v0.48.1
v0.48.0Compare Source
Modules affected
terraformawshelmloggerhttp-helperopadockerWhat's Changed
LogandLogfthreadsafe by @james03160927 in #1467mastertomainwherever it's referenced by @yhakbar in #1476New Contributors
Full Changelog: gruntwork-io/terratest@v0.47.2...v0.47.3
v0.47.2Compare Source
Modules affected
sshterraformDescription
Related links
Full Changelog: gruntwork-io/terratest@v0.47.1...v0.47.2
v0.47.1Compare Source
Modules affected
awsretryDescription
Special thanks
Special thanks to the following users for their contribution!
Related links
Full Changelog: gruntwork-io/terratest@v0.47.0...v0.47.1
v0.47.0Compare Source
Modules affected
packerawshelmazureDescription
Related links
v0.46.16Compare Source
Description
github.com/hashicorp/go-getterfrom 1.7.4 to 1.7.5.Related links
v0.46.15Compare Source
Description
0.17.0to0.23.0.Related links
stretchr/testify (github.com/stretchr/testify)
v1.11.1Compare Source
This release fixes #1785 introduced in v1.11.0 where expected argument values implementing the stringer interface (
String() string) with a method which mutates their value, when passed to mock.Mock.On (m.On("Method", <expected>).Return()) or actual argument values passed to mock.Mock.Called may no longer match one another where they previously did match. The behaviour prior to v1.11.0 where the stringer is always called is restored. Future testify releases may not call the stringer method at all in this case.What's Changed
Full Changelog: stretchr/testify@v1.11.0...v1.11.1
v1.11.0Compare Source
What's Changed
Functional Changes
v1.11.0 Includes a number of performance improvements.
Fixes
Documentation, Build & CI
New Contributors
Full Changelog: stretchr/testify@v1.10.0...v1.11.0
v1.10.0Compare Source
What's Changed
Functional Changes
Fixes
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.