Skip to content

fix(deps): update dependencies#99

Open
terraform-ibm-modules-ops wants to merge 1 commit intomainfrom
renovate/dependencies
Open

fix(deps): update dependencies#99
terraform-ibm-modules-ops wants to merge 1 commit intomainfrom
renovate/dependencies

Conversation

@terraform-ibm-modules-ops
Copy link
Contributor

@terraform-ibm-modules-ops terraform-ibm-modules-ops commented Feb 13, 2026

This PR contains the following updates:

Package Change Age Confidence Type Update
github.com/gruntwork-io/terratest v0.55.0v0.56.0 age confidence require minor
github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.68.2v1.69.2 age confidence require minor
ibm (source) 1.87.31.89.0 age confidence required_provider minor
terraform-ibm-modules/base-ocp-vpc/ibm (source) 3.78.73.81.9 age confidence module minor
terraform-ibm-modules/common-bash-library v0.2.1v0.4.0 age confidence minor
terraform-ibm-modules/common-pipeline-assets v1.24.1v1.24.4 age confidence action patch
terraform-ibm-modules/landing-zone-vpc/ibm (source) 8.13.28.15.8 age confidence module minor
terraform-ibm-modules/resource-group/ibm (source) 1.4.71.4.8 age confidence module patch

Release Notes

gruntwork-io/terratest (github.com/gruntwork-io/terratest)

v0.56.0

Compare Source

✨ New Features

CreateJobFromCronJob and CreateJobFromCronJobE added.

The CreateJobFromCronJob and CreateJobFromCronJobE functions support creating Kubernetes cron jobs in a given namespace. This mirrors the behavior of the kubectl create job ... --from=cronjob/... command and provides a native way to trigger and test CronJob configurations within Terratest.

Special thanks to @​steffas for contributing this feature.

🐛 Bug Fixes

Preserve existing instance metadata in SetMetadata

Updates the newMetadata function to properly copy existing metadata items before applying new key-value pairs. This resolves an issue introduced in v0.55.0 where functions like SetMetadata and AddSshKey were 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 planWithChangesRegexp regular expression used by GetResourceCount. 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 CronJob to use the batch/v1 API

Updates the CronJob implementation under the hood to use the stable batch/v1 API instead of batch/v1beta1. This restores compatibility with modern Kubernetes clusters, as the older v1beta1 API 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.mod has been updated to 1.26.

What's Changed

New 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.2

Compare Source

Bug Fixes
  • fix error formatting issue in testschematic/tests.go (#​1117) (6a32e63)

v1.69.1

Compare Source

Bug Fixes

v1.69.0

Compare Source

Features
IBM-Cloud/terraform-provider-ibm (ibm)

v1.89.0

Compare Source

Bug Fixes

General
  • removed redundant checks to fix build on 1.26 (6682)
CIS
  • fix mtls empty hostmanes issue (6669)
Global Tagging
  • Fix tagging is error (6681)

Enhancements

CD Tekton Pipeline
  • Fix multiline properties (6680)
Cloud Databases
  • added a nil check on response in ibm_database (6660)
Cloud Object Storage
  • Updating the documentation for COS for cross account access. (6685)
IAM
  • Terraform should not plan update-in-place when no resources exist for template assignment (6216)
Power Systems
  • Refactor host group update logic (6677)
Toolchain
  • Continuous Delivery (CD): Region discontinuation warnings (6687)

v1.88.3

Compare Source

Bug Fixes

Backup/Recovery
  • update connection schema (6645)

Enhancements

General
  • updated code owners (6674)

v1.88.2

Compare Source

Bug Fixes

CIS
  • Fix instance ruleset rule handling to enable OWASP logging (6644)
Power
  • Update unit wording to conform to new standard (6652)
Activity tracker
  • remove managed by example (6659)
IAM
  • Fix: prevent duplicate user invite API calls causing 409 error (6665)

v1.88.1

Compare Source

Bug Fixes

Cloud Object Storage
  • Fix the docs related to COs backup vault policies (6650)
VPC Infrastructure
  • fix(instance-group): fixed error on instance group wait (6655)

Enhancements

IAM
  • Add expires_at to service_api_key (6654)

v1.88.0

Compare Source

Bug Fixes

Catalog Management
  • fix import of ibm_cm_offering (6636)
Cloud Logs
  • change inclusion_filters to optional (6649)
IAM
  • Fix policy creation when resourceType is set to 'resource-group' (6621)

Enhancements

Code Engine
  • add support for code engine pds, hmac secrets and trusted profiles (6610)
Schematics
  • extend template type validation regex (6593)
Cloud Databases
  • Add async_restore field for fast PG restore (6630)
Cloud Logs
  • add terraform support for logs router v3 (6627)
IAM
  • add api key expiration field (6640)
Platform Notifications
  • Platform Notification Distribution List API: Terraform support (6628)
Power Systems
  • Update DHCP status check for polling (6642)
VPC Infrastructure
  • Added an empty check on allowed_use for is_instance and is_volume (6631)
  • added support for spot virtual server instances (6637)
  • add network-bandwidth-mode support (6648)
General
  • Update MR in-che endpoint (6647)
terraform-ibm-modules/terraform-ibm-base-ocp-vpc (terraform-ibm-modules/base-ocp-vpc/ibm)

v3.81.9

Compare Source

Bug Fixes
  • deps: updated the audit webhook listener image version (#​969) (e84aeb6)

v3.81.8

Compare Source

Bug Fixes

v3.81.7

Compare Source

Bug Fixes

v3.81.6

Compare Source

Bug Fixes

v3.81.5

Compare Source

Bug Fixes

v3.81.4

Compare Source

Bug Fixes
  • deps: updated the kube audit webhook listener image to the latest digest(#​963) (429f71d)

v3.81.3

Compare Source

Bug Fixes

v3.81.2

Compare 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_taints variable 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.1

Compare Source

Bug Fixes

v3.81.0

Compare Source

Features
  • Removed support for "WriteRequestBodies" from the audit_log_policy input. 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 introduced validatingadmissionpolicy named config prevents it. Audit logs are enabled in the backend and completely managed by IBM Cloud. (#​954) (ca04f99)

v3.80.5

Compare Source

Bug Fixes

v3.80.4

Compare Source

Bug Fixes
  • deps: update to the latest kube-audit image digest (#​951) (c5d8b0f)

v3.80.3

Compare Source

Bug Fixes

v3.80.2

Compare Source

Bug Fixes

v3.80.1

Compare Source

Bug Fixes

v3.80.0

Compare Source

Features
  • deps: update the default kube audit image to the latest image digest
  • Added support to the DA for OCP 4.20. Removed support for OCP 4.15 and 4.14. NOTE: OCP 4.19 is still the current default version.
    (#​943) (dd25f77)

v3.79.0

Compare Source

Features
terraform-ibm-modules/common-bash-library (terraform-ibm-modules/common-bash-library)

v0.4.0

Compare Source

Features

v0.3.0

Compare Source

Features
terraform-ibm-modules/common-pipeline-assets (terraform-ibm-modules/common-pipeline-assets)

v1.24.4

Compare Source

Bug Fixes
  • deps: update crazy-max/ghaction-import-gpg action to v7 (#​838) (892709c)

v1.24.3

Compare Source

Bug Fixes

v1.24.2

Compare Source

Bug Fixes
terraform-ibm-modules/terraform-ibm-landing-zone-vpc (terraform-ibm-modules/landing-zone-vpc/ibm)

v8.15.8

Compare Source

Bug Fixes
  • updated description of prefix in module and DA and added known_issue section in module Readme (#​1142) (a4fdfd1)

v8.15.7

Compare Source

Bug Fixes

v8.15.6

Compare Source

Bug Fixes

v8.15.5

Compare Source

Bug Fixes

v8.15.4

Compare Source

Bug Fixes

v8.15.3

Compare Source

Bug Fixes

v8.15.2

Compare Source

Bug Fixes

v8.15.1

Compare Source

Bug Fixes

v8.15.0

Compare Source

Features
  • The format of the vpe_gateway_cloud_services and vpe_gateway_cloud_service_by_crn inputs have been updated in the DA:
    • The allow_dns_resolution_binding attribute has been replaced by dns_resolution_binding_mode. Learn more.

(#​1130) (ca99673)

v8.14.1

Compare Source

Bug Fixes

v8.14.0

Compare Source

Features

v8.13.3

Compare Source

Bug Fixes
terraform-ibm-modules/terraform-ibm-resource-group (terraform-ibm-modules/resource-group/ibm)

v1.4.8

Compare 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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@terraform-ibm-modules-ops
Copy link
Contributor Author

ℹ️ Artifact update notice

File name: tests/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.25.5 -> 1.26

@terraform-ibm-modules-dev

/run pipeline

@terraform-ibm-modules-dev

/run pipeline

@terraform-ibm-modules-dev

/run pipeline

@terraform-ibm-modules-dev

/run pipeline

@terraform-ibm-modules-dev

/run pipeline

2 similar comments
@Aashiq-J
Copy link
Member

/run pipeline

@Aashiq-J
Copy link
Member

/run pipeline

@terraform-ibm-modules-dev

/run pipeline

@terraform-ibm-modules-dev

/run pipeline

@terraform-ibm-modules-dev

/run pipeline

@terraform-ibm-modules-dev

/run pipeline

3 similar comments
@Aashiq-J
Copy link
Member

Aashiq-J commented Mar 3, 2026

/run pipeline

@Aashiq-J
Copy link
Member

Aashiq-J commented Mar 3, 2026

/run pipeline

@Aashiq-J
Copy link
Member

Aashiq-J commented Mar 4, 2026

/run pipeline

@terraform-ibm-modules-dev

/run pipeline

@terraform-ibm-modules-dev

/run pipeline

1 similar comment
@terraform-ibm-modules-dev

/run pipeline

@terraform-ibm-modules-dev

/run pipeline

1 similar comment
@terraform-ibm-modules-dev

/run pipeline

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants