chore(deps): Update go modules and/or dev-tools#660
Open
renovate[bot] wants to merge 1 commit intomainfrom
Open
chore(deps): Update go modules and/or dev-tools#660renovate[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 |
85442cb to
fe9ca38
Compare
Collaborator
|
/gcbrun |
fe9ca38 to
c28487e
Compare
Collaborator
|
/gcbrun |
c28487e to
4a8b8d6
Compare
Collaborator
|
/gcbrun |
4a8b8d6 to
1326e6e
Compare
Collaborator
|
/gcbrun |
1326e6e to
d499819
Compare
Collaborator
|
/gcbrun |
d499819 to
580d382
Compare
Collaborator
|
/gcbrun |
580d382 to
99637a9
Compare
Collaborator
|
/gcbrun |
99637a9 to
cf28157
Compare
Collaborator
|
/gcbrun |
cf28157 to
ea8d183
Compare
Collaborator
|
/gcbrun |
ea8d183 to
1a94a32
Compare
Collaborator
|
/gcbrun |
dc25f19 to
55969a2
Compare
Collaborator
|
/gcbrun |
55969a2 to
6bd3c15
Compare
Collaborator
|
/gcbrun |
6bd3c15 to
2179535
Compare
Collaborator
|
/gcbrun |
2179535 to
5451aed
Compare
Collaborator
|
/gcbrun |
5451aed to
c46295d
Compare
Collaborator
|
/gcbrun |
c46295d to
e9f2708
Compare
Collaborator
|
/gcbrun |
e9f2708 to
9cab800
Compare
Collaborator
|
/gcbrun |
2 similar comments
Collaborator
|
/gcbrun |
Collaborator
|
/gcbrun |
9cab800 to
37dd565
Compare
Collaborator
|
/gcbrun |
37dd565 to
834a595
Compare
Collaborator
|
/gcbrun |
834a595 to
fd41502
Compare
Collaborator
|
/gcbrun |
fd41502 to
27fff1f
Compare
Collaborator
|
/gcbrun |
27fff1f to
2defbc1
Compare
Collaborator
|
/gcbrun |
2defbc1 to
16fd4e0
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.54.0→v0.56.01.24.11→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
golang/go (go)
v1.24.13v1.24.12Configuration
📅 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.