Open
Conversation
Contributor
Author
ℹ️ Artifact update noticeFile name: tests/go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
|
/run pipeline |
5895a0b to
1531dce
Compare
|
/run pipeline |
1531dce to
fbbe708
Compare
|
/run pipeline |
fbbe708 to
d143be1
Compare
|
/run pipeline |
d143be1 to
3cea552
Compare
|
/run pipeline |
2 similar comments
Member
|
/run pipeline |
Member
|
/run pipeline |
0a7d5cf to
84fb3ee
Compare
|
/run pipeline |
84fb3ee to
1b3d89d
Compare
|
/run pipeline |
1b3d89d to
bd426a4
Compare
|
/run pipeline |
bd426a4 to
fe28728
Compare
|
/run pipeline |
3 similar comments
Member
|
/run pipeline |
Member
|
/run pipeline |
Member
|
/run pipeline |
7f32ac1 to
3246db3
Compare
|
/run pipeline |
3246db3 to
7f71fc0
Compare
|
/run pipeline |
1 similar comment
|
/run pipeline |
7f71fc0 to
a59e564
Compare
|
/run pipeline |
1 similar comment
|
/run pipeline |
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.55.0→v0.56.0v1.68.2→v1.69.21.87.3→1.89.03.78.7→3.81.9v0.2.1→v0.4.0v1.24.1→v1.24.48.13.2→8.15.81.4.7→1.4.8Release 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
terraform-ibm-modules/ibmcloud-terratest-wrapper (github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper)
v1.69.2Compare Source
Bug Fixes
v1.69.1Compare Source
Bug Fixes
v1.69.0Compare Source
Features
IBM-Cloud/terraform-provider-ibm (ibm)
v1.89.0Compare Source
Bug Fixes
General
CIS
Global Tagging
Enhancements
CD Tekton Pipeline
Cloud Databases
Cloud Object Storage
IAM
Power Systems
Toolchain
v1.88.3Compare Source
Bug Fixes
Backup/Recovery
Enhancements
General
v1.88.2Compare Source
Bug Fixes
CIS
Power
Activity tracker
IAM
v1.88.1Compare Source
Bug Fixes
Cloud Object Storage
VPC Infrastructure
Enhancements
IAM
v1.88.0Compare Source
Bug Fixes
Catalog Management
Cloud Logs
IAM
Enhancements
Code Engine
Schematics
Cloud Databases
async_restorefield for fast PG restore (6630)Cloud Logs
IAM
Platform Notifications
Power Systems
VPC Infrastructure
General
terraform-ibm-modules/terraform-ibm-base-ocp-vpc (terraform-ibm-modules/base-ocp-vpc/ibm)
v3.81.9Compare Source
Bug Fixes
v3.81.8Compare Source
Bug Fixes
v3.81.7Compare Source
Bug Fixes
v3.81.6Compare Source
Bug Fixes
v3.81.5Compare Source
Bug Fixes
v3.81.4Compare Source
Bug Fixes
v3.81.3Compare Source
Bug Fixes
v3.81.2Compare Source
Bug Fixes
A bug got introduced in v3.68.0 where a new worker pool submodule was extracted from the main module where we missed passing the
worker_pools_taintsvariable to the submodule from the main module. Due to this bug, taints were not applied on non default worker pools even if the consumer intended to.Impact:
Workloads that were intended to be restricted from certain worker pools (via taints) may have been scheduled onto those nodes. For example, a consumer configuring a dedicated pool for AI workloads may have observed normal applications running on those nodes. The likelihood of severe impact from this issue is low.
Fix:
To be done by consumers who used version 3.68.0 or later of this module and created custom worker pools with taints.
Consumers will have to do a terraform apply again with this new release and taints will get updated on the worker pools. This will be an in place update and worker pools will not get re-created. Consumers will also have to restart their applications so that pods can leave the newly tainted nodes if they were not supposed to run on them. To avoid any possible downtime a rolling deployment should be done, so that new pods can get created before terminating old one's.
(#960) (d16d8ef)
v3.81.1Compare Source
Bug Fixes
v3.81.0Compare Source
Features
audit_log_policyinput. Allowed values are now "default" and "verbose". This is because patching the Kube Audit Profile in APIServer Custom Resource is not possible in version 4.18 and onwards because a newly introducedvalidatingadmissionpolicynamed config prevents it. Audit logs are enabled in the backend and completely managed by IBM Cloud. (#954) (ca04f99)v3.80.5Compare Source
Bug Fixes
v3.80.4Compare Source
Bug Fixes
v3.80.3Compare Source
Bug Fixes
v3.80.2Compare Source
Bug Fixes
v3.80.1Compare Source
Bug Fixes
v3.80.0Compare Source
Features
(#943) (dd25f77)
v3.79.0Compare Source
Features
terraform-ibm-modules/common-bash-library (terraform-ibm-modules/common-bash-library)
v0.4.0Compare Source
Features
v0.3.0Compare Source
Features
terraform-ibm-modules/common-pipeline-assets (terraform-ibm-modules/common-pipeline-assets)
v1.24.4Compare Source
Bug Fixes
v1.24.3Compare Source
Bug Fixes
v1.24.2Compare Source
Bug Fixes
terraform-ibm-modules/terraform-ibm-landing-zone-vpc (terraform-ibm-modules/landing-zone-vpc/ibm)
v8.15.8Compare Source
Bug Fixes
v8.15.7Compare Source
Bug Fixes
v8.15.6Compare Source
Bug Fixes
v8.15.5Compare Source
Bug Fixes
v8.15.4Compare Source
Bug Fixes
v8.15.3Compare Source
Bug Fixes
v8.15.2Compare Source
Bug Fixes
v8.15.1Compare Source
Bug Fixes
v8.15.0Compare Source
Features
vpe_gateway_cloud_servicesandvpe_gateway_cloud_service_by_crninputs have been updated in the DA:allow_dns_resolution_bindingattribute has been replaced bydns_resolution_binding_mode. Learn more.(#1130) (ca99673)
v8.14.1Compare Source
Bug Fixes
v8.14.0Compare Source
Features
v8.13.3Compare Source
Bug Fixes
terraform-ibm-modules/terraform-ibm-resource-group (terraform-ibm-modules/resource-group/ibm)
v1.4.8Compare Source
Bug 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 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 has been generated by Renovate Bot.