Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

fix(deps): update terraform dependencies #301

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

terraform-ibm-modules-ops
Copy link
Contributor

@terraform-ibm-modules-ops terraform-ibm-modules-ops commented May 24, 2025

This PR contains the following updates:

Package Type Update Change
ibm (source) required_provider minor 1.77.1 -> 1.78.3
terraform-ibm-modules/cos/ibm (source) module patch 9.0.3 -> 9.0.4
terraform-ibm-modules/event-notifications/ibm (source) module minor 2.2.5 -> 2.3.6
terraform-ibm-modules/kms-all-inclusive/ibm (source) module patch 5.1.5 -> 5.1.7
terraform-ibm-modules/scc-workload-protection/ibm (source) module minor 1.5.12 -> 1.6.1
terraform-ibm-modules/scc/ibm (source) module patch 2.1.19 -> 2.1.21
time (source) required_provider patch 0.13.0 -> 0.13.1

Release Notes

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

v1.78.3

Compare Source

Partner Center Sell
  • feat(partner center sell): less restriction on catalog product media item (6243)
Event Streams
  • fix: Event Streams tokenProvider needs to honor configuration for IAMEndpoint (6239)
Configuration Aggregator
  • Config agg v2 changes (6218)

v1.78.2

Compare Source

Global Catalog
  • Fix the regression of private endpoint for GC (6235)
VPC
  • fix status issue with vni on is_security_group_target (6233)

v1.78.1

Compare Source

Bug Fixes

HPCS
  • Correct missing instance_id and region after import (6211)
Backup/Recovery
  • Fix backup recovery client error handling (6225)
  • Fix connector client usage (6223)
Transit Gateway
  • Fixed TGW-146: Removed useless lines in logs when creating Transit Gateway resources(6143)
MQ Service
  • Remove undocumented custom accept language header (6222)

Build System

General
  • Use the same environment key for global catalog and fix the path (6217)

Documentation

Transit Gateway
  • Added HOWTO.md with local development guide and examples for Transit Gateway resources (6143)

Enhancements

Transit Gateway
  • Simplified resource schema by removing computed attributes that are only used in tunnel blocks (6143)

v1.78.0

Compare Source

Features

Load Balancing
  • Server Name Indicator (SNI) routing for ALB (6145)
VPC Infrastructure
  • Handle pending LB states during SG binding for security_group_target (6171)

Bug Fixes

Tekton
  • Fix null pointers when importing resources (6125)
CIS
  • Fix ep ruleset override enable issue (6174)
  • Updated domain settings (6163)
VPC Infrastructure
  • Fix simultaneous update of bandwidth and profile for is_instance (6155)
Power Systems
  • Fix data source crash when vm has no volumes (6166)
Atracker
  • Do not return region if it is not defined for resource (6194)
DNS Services
  • Add GLB healthcheck 3XX, 4XX and 5XX responses (6139)
IAM
  • Fix IAM access groups template example (6196)
  • Fix IAM trusted profiles templates examples (6198)
  • Fix IAM policy template example docs (6192)
  • fix(doc): iam account settings template example docs (6199)
Power Systems
  • Fix warnings in pi data source and resources (6159)
  • Deprecate CRN attribute from ibm_pi_volume_snapshot(s)(6168)

Enhancements

VPC Infrastructure
  • Improved error handling for is_flow_log (6129)
  • Improved error handling for is_floating_ip(s) (6132)
  • Improved error handling for vpc snapshot (6144)
  • Improved error handling for vpc reservations (6146)
  • Improved error handling for vpc public gateway (6147)
  • Improved error handling for vpc placement groups (6148)
  • Improved error handling for vpc operating system (6149)
  • Improved error handling for vpc (6186)
  • ALB as PPNLB enhancement for is_lb_pool_member (6131)
  • Added aes192 encryption algorithm in is_ipsec_policy validator (6134)
Schematics
  • Support for terraform v1.10 in schematics workspace (6197)
Log Routing
  • Remove Logdna target option for IBM Cloud Logs Routing (6135)

Documentation

Key Management
  • Detailed reference for kms_key expiration_data argument (6154)

Build System

General
  • Bump x/net and jwt modules to avoid vulnerabilities
  • Remove API gateway service and deprecated github.com/dgrijalva/jwt-go
  • Migrate from bluemix-go to platform-go sdk for global catalog calls (6202)

Tests

VPC Infrastructure
  • Updated is_ike_policy and is_ipsec_policy tests (6138)
terraform-ibm-modules/terraform-ibm-cos (terraform-ibm-modules/cos/ibm)

v9.0.4

Compare Source

Bug Fixes
terraform-ibm-modules/terraform-ibm-event-notifications (terraform-ibm-modules/event-notifications/ibm)

v2.3.6

Compare Source

Bug Fixes
  • deps: update terraform terraform-ibm-modules/cos/ibm to v9 (#​462) (7e9defc)

v2.3.5

Compare Source

Bug Fixes
  • deps: update terraform terraform-ibm-modules/cloud-monitoring/ibm to v1.2.12 (#​464) (361eaff)

v2.3.4

Compare Source

Bug Fixes

v2.3.3

Compare Source

Bug Fixes
  • deps: update terraform ibm to latest for the deployable architecture solution (#​461) (bd97de4)

v2.3.2

Compare Source

Bug Fixes
  • fix the wording for Observability add-on descrption (#​459) (1342abc)

v2.3.1

Compare Source

Bug Fixes
  • update the COS dependancy version to v9.0.2 in the DA (#​458) (da76c01)

v2.3.0

Compare Source

Features

v2.2.7

Compare Source

(#​457) (7f06510)

Bug Fixes
  • fixed bug in DA that was producing the following error:
    │ Error: Invalid index

    │ on main.tf line 55, in locals:
    │ 55: cos_kms_key_crn = var.existing_event_notifications_instance_crn != null ? null : var.existing_kms_root_key_crn != null ? var.existing_kms_root_key_crn : module.kms[0].keys[format("%s.%s", local.en_key_ring_name, local.cos_key_name)].crn
    │ ├────────────────
    │ │ module.kms is empty tuple

    │ The given key does not identify an element in this collection value: the collection has no elements.

v2.2.6

Compare Source

Bug Fixes
terraform-ibm-modules/terraform-ibm-kms-all-inclusive (terraform-ibm-modules/kms-all-inclusive/ibm)

v5.1.7

Compare Source

Bug Fixes
  • deps: update terraform ibm to latest for the deployable architecture solution (#​692) (f9e751d)

v5.1.6

Compare Source

Bug Fixes
  • remove use_existing_resource_group from addons config (#​691) (bcda6af)
terraform-ibm-modules/terraform-ibm-scc-workload-protection (terraform-ibm-modules/scc-workload-protection/ibm)

v1.6.1

Compare Source

Bug Fixes

v1.6.0

Compare Source

Features
  • Add support for Cloud Security Posture Management (CSPM) (#​225) (778b248)
terraform-ibm-modules/terraform-ibm-scc (terraform-ibm-modules/scc/ibm)

v2.1.21

Compare Source

Bug Fixes
  • deps: update terraform terraform-ibm-modules/cos/ibm to v9 (#​302) (b0483cc)

v2.1.20

Compare Source

Bug Fixes
hashicorp/terraform-provider-time (time)

v0.13.1

Compare Source

NOTES:


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-dev

/run pipeline

1 similar comment
@terraform-ibm-modules-dev

/run pipeline

@terraform-ibm-modules-ops terraform-ibm-modules-ops force-pushed the renovate/terraform-dependencies branch 2 times, most recently from 0248346 to 0251773 Compare May 24, 2025 20:55
@terraform-ibm-modules-dev

/run pipeline

1 similar comment
@terraform-ibm-modules-dev

/run pipeline

@terraform-ibm-modules-ops terraform-ibm-modules-ops force-pushed the renovate/terraform-dependencies branch from 0251773 to dad02b3 Compare May 25, 2025 06:39
@terraform-ibm-modules-dev

/run pipeline

@terraform-ibm-modules-ops terraform-ibm-modules-ops force-pushed the renovate/terraform-dependencies branch from dad02b3 to 0379921 Compare May 25, 2025 14:43
@terraform-ibm-modules-dev

/run pipeline

@terraform-ibm-modules-ops terraform-ibm-modules-ops force-pushed the renovate/terraform-dependencies branch from 0379921 to e414bbc Compare May 25, 2025 17:37
@terraform-ibm-modules-dev

/run pipeline

1 similar comment
@terraform-ibm-modules-dev

/run pipeline

@terraform-ibm-modules-ops terraform-ibm-modules-ops force-pushed the renovate/terraform-dependencies branch from e414bbc to 23ce7f8 Compare May 26, 2025 00:33
@terraform-ibm-modules-dev

/run pipeline

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants