Update module github.com/gruntwork-io/terratest to v0.56.0#25
Update module github.com/gruntwork-io/terratest to v0.56.0#25renovate[bot] wants to merge 1 commit intomainfrom
Conversation
|
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the WalkthroughThe Changes
Sequence Diagram(s)sequenceDiagram
participant A as User
participant B as go.mod
participant C as Dependencies
A->>B: Update dependencies
B->>C: Fetch new versions
C-->>B: Return updated versions
B-->>A: Confirm updates
Poem
Comment |
There was a problem hiding this comment.
Actionable comments posted: 0
Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Files ignored due to path filters (1)
go.sumis excluded by!**/*.sum
Files selected for processing (1)
- go.mod (2 hunks)
Files skipped from review due to trivial changes (1)
- go.mod
675e42f to
3ef2671
Compare
3ef2671 to
05b4cf1
Compare
05b4cf1 to
858e3e2
Compare
858e3e2 to
8abca6b
Compare
8abca6b to
e191ee1
Compare
e191ee1 to
42fde3b
Compare
42fde3b to
68b35ed
Compare
68b35ed to
9c649ec
Compare
9c649ec to
ea3ef18
Compare
ea3ef18 to
d812314
Compare
9c8c8e0 to
e71b986
Compare
e71b986 to
9995967
Compare
9995967 to
795f295
Compare
ℹ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
795f295 to
2b8a3fd
Compare
2b8a3fd to
93fd00a
Compare
93fd00a to
a3d374a
Compare
ℹ️ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
a3d374a to
968656a
Compare
968656a to
26e2b71
Compare
This PR contains the following updates:
v0.48.1→v0.56.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
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.
🔕 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.