chore(deps): Update go modules and/or dev-tools#428
Open
renovate[bot] wants to merge 1 commit intomainfrom
Open
chore(deps): Update go modules and/or dev-tools#428renovate[bot] wants to merge 1 commit intomainfrom
renovate[bot] wants to merge 1 commit intomainfrom
Conversation
Contributor
Author
ℹ Artifact update noticeFile name: test/integration/go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
Collaborator
|
/gcbrun |
e5cc748 to
c5e0c32
Compare
Collaborator
|
/gcbrun |
c5e0c32 to
717bed1
Compare
Collaborator
|
/gcbrun |
717bed1 to
5ffc0ee
Compare
Collaborator
|
/gcbrun |
5ffc0ee to
5b6738b
Compare
Collaborator
|
/gcbrun |
5b6738b to
29a1f55
Compare
Collaborator
|
/gcbrun |
29a1f55 to
9ae2a10
Compare
Collaborator
|
/gcbrun |
9ae2a10 to
34cb688
Compare
Collaborator
|
/gcbrun |
34cb688 to
10ce3a6
Compare
Collaborator
|
/gcbrun |
10ce3a6 to
d0f6549
Compare
Collaborator
|
/gcbrun |
d0f6549 to
6f276c0
Compare
Collaborator
|
/gcbrun |
6f276c0 to
5476804
Compare
Collaborator
|
/gcbrun |
5476804 to
42a5f0a
Compare
7c24d8c to
a728772
Compare
Collaborator
|
/gcbrun |
a728772 to
9485eb5
Compare
Collaborator
|
/gcbrun |
9485eb5 to
347e13a
Compare
Collaborator
|
/gcbrun |
347e13a to
4f3514b
Compare
Collaborator
|
/gcbrun |
4f3514b to
fc8c61b
Compare
Collaborator
|
/gcbrun |
fc8c61b to
3d6226a
Compare
Collaborator
|
/gcbrun |
3d6226a to
2a27b7b
Compare
Collaborator
|
/gcbrun |
2a27b7b to
30cbe52
Compare
Collaborator
|
/gcbrun |
30cbe52 to
d78ed6a
Compare
Collaborator
|
/gcbrun |
d78ed6a to
e098b6a
Compare
Collaborator
|
/gcbrun |
e098b6a to
1c92566
Compare
Collaborator
|
/gcbrun |
1c92566 to
f25f497
Compare
Collaborator
|
/gcbrun |
f25f497 to
ec189fe
Compare
Collaborator
|
/gcbrun |
ec189fe to
815509a
Compare
Collaborator
|
/gcbrun |
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.17.9→v0.18.0v0.50.0→v0.56.01.24.7→1.24.13Release 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
golang/go (go)
v1.24.13v1.24.12v1.24.11v1.24.10v1.24.9v1.24.8Configuration
📅 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 is behind base branch, 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.