Skip to content

Conversation

@terraform-ibm-modules-ops
Copy link
Contributor

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

This PR contains the following updates:

Package Type Update Change
external (source) required_provider patch >= 2.3.4 -> >= 2.3.5
helm (source) required_provider minor >= 2.8.0, <3.0.0 -> >= 2.17.0, < 3.0.0
ibm (source) required_provider patch 1.79.1 -> 1.79.2
null (source) required_provider patch >= 3.2.1, < 4.0.0 -> >= 3.2.4, < 4.0.0
terraform-ibm-modules/base-ocp-vpc/ibm (source) module minor 3.49.0 -> 3.50.3
terraform-ibm-modules/base-ocp-vpc/ibm (source) module minor 3.46.14 -> 3.50.3
terraform-ibm-modules/code-engine/ibm (source) module minor 4.2.2 -> 4.4.1
terraform-ibm-modules/resource-group/ibm (source) module patch 1.2.0 -> 1.2.1

Release Notes

hashicorp/terraform-provider-external (external)

v2.3.5

Compare Source

NOTES:

hashicorp/terraform-provider-helm (helm)

v2.17.0

Compare Source

ENHANCEMENT:

  • resource/helm_release: the dry-run option is now set to server to execute any chart lookups against the server during the plan stage. [GH-1335]

BUG FIXES:

  • resource/helm_release: fix an issue where postrender.args is not parsed correctly. [GH-1534]

v2.16.1

Compare Source

BUG FIXES:

  • helm_release: Fix nil pointer deref panic on destroy when helm release is not found [GH-1501]

v2.16.0

Compare Source

BUG FIXES:

  • helm_release: On destroy, do not error when release is not found [GH-1487]
  • resource/helm_release: Fix: only recompute metadata when the version in the metadata changes [GH-1458]

v2.15.0

Compare Source

ENHANCEMENT:

  • resource/helm_release: add upgrade_install boolean attribute to enable idempotent release installation, addressing components of GH-425 [GH-1247]

v2.14.1

Compare Source

DEPENDENCIES:

  • Bump golang.org/x/crypto from v0.23.0 to v0.25.0 [GH-1399]
  • Bump k8s.io/api from v0.30.0 to v0.30.3 [GH-1436]
  • Bump k8s.io/apimachinery from v0.30.0 to v0.30.3 [GH-1436]
  • Bump k8s.io/client-go from v0.30.0 to v0.30.3 [GH-1436]
  • Bump helm.sh/helm/v3 from v3.13.2 to v3.15.3 [GH-1422]

v2.14.0

Compare Source

ENHANCEMENT:

  • Add support for Terraform's experimental deferred actions [GH-1377]
  • helm_release: add new attributes metadata.last_deployed, metadata.first_deployed, metadata.notes [GH-1380]

v2.13.2

Compare Source

DEPENDENCIES:

  • Bump github.com/docker/docker from 24.0.7 to 24.0.9
  • Bump golang.org/x/net from 0.21.0 to 0.23.0
  • Bundle license file with TF provider release artifacts

v2.13.1

Compare Source

HOTFIX:

  • helm_release: Fix regression causing errors at plan time.

v2.13.0

Compare Source

BUG FIXES:

  • provider: Fix manifest diff rendering for OCI charts. [GH-1326]

DOCS:

  • docs: Use templatefile() instead of "template_file" provider in GKE example. [GH-1329]

v2.12.1

Compare Source

DEPENDENCIES:

  • Bump Golang from 1.20 to 1.21. [GH-1300]
  • Bump github.com/hashicorp/go-cty from v1.4.1-0.20200414143053-d3edf31b6320 to v1.4.1-0.20200723130312-85980079f637. [GH-1300]
  • Bump github.com/hashicorp/terraform-plugin-docs from v0.14.1 to v0.16.0. [GH-1300]
  • Bump github.com/hashicorp/terraform-plugin-sdk/v2 from v2.26.1 to v2.30.0. [GH-1300]
  • Bump golang.org/x/crypto from v0.14.0 to v0.16.0. [GH-1300]
  • Bump helm.sh/helm/v3 from v3.13.1 to v3.13.2. [GH-1300]
  • Bump k8s.io/api from v0.28.3 to v0.28.4. [GH-1300]
  • Bump k8s.io/apimachinery from v0.28.3 to v0.28.4. [GH-1300]
  • Bump k8s.io/client-go from v0.28.3 to v0.28.4. [GH-1300]
  • Bump sigs.k8s.io/yaml from v1.3.0 to v1.4.0. [GH-1300]

v2.12.0

Compare Source

BUG FIXES:

  • helm_release: Fix perpetual diff when version attribute is an empty string [GH-1246]

DEPENDENCIES:

  • Bump helm.sh/helm/v3 from 3.12.0 to 3.13.1

v2.11.0

Compare Source

ENHANCEMENT:

  • kubernetes/provider.go: Add tls_server_name kubernetes provider options. [GH-839]
  • resource/helm_release: add name field validation to be limited to 53 characters. [GH-1228]

BUG FIXES:

  • helm/resource_release.go: Fix: version conflicts when using local chart [GH-1176]
  • resource/helm_release: Add nil check for set_list.value to prevent provider ChartPathOptions [GH-1231]

v2.10.1

Compare Source

HOTFIX:

  • helm_release: Fix: Only recompute metadata if version actually changes. [GH-1150]

v2.10.0

Compare Source

FEATURES:

  • helm_release: Add set_list attribute [GH-1071]

BUG FIXES:

  • helm_release: Always recompute metadata when a release is updated [GH-1097]

DEPENDENCIES:

  • Bump helm.sh/helm/v3 from 3.11.2 to 3.12.0 [GH-1143]

v2.9.0

Compare Source

FEATURES:

  • provider: Add a new attribute burst_limit for client-side throttling limit configuration. [GH-1012]

ENHANCEMENT:

  • data_source/helm_template: Add a new attribute crds which when include_crds is set to true will be populated with a list of the manifests from the crds/ folder of the chart. [GH-1050]

BUG FIXES:

  • resource/helm_release: Fix an issue when the provider crashes with the error message Provider produced inconsistent final plan after upgrading from v2.5.1 to v2.6.0 and higher. That happened due to changes in the provider schema and the introduction of a new attribute pass_credentials that was not properly handled. [GH-982]

DOCS:

  • data_source/helm_template: Add a new attribute crds [GH-1050]
  • data_source/helm_template: Correct some errors in examples. [GH-1027]
  • provider: Add a new attribute burst_limit. [GH-1012]
  • provider: Add a note regarding the KUBECONFIG environment variable. [GH-1051]
  • resource/helm_release: Add usage example for OCI repositories. [GH-1030]
  • resource/helm_release: Add usage examples for GCS and S3 plugins. [GH-1026]

DEPENDENCIES:

  • Bump github.com/containerd/containerd from 1.6.6 to 1.6.12 [GH-1029]
  • Bump golang.org/x/crypto from 0.5.0 to 0.6.0 [GH-1055]
  • Bump helm.sh/helm/v3 from 3.9.4 to 3.11.1 [GH-1036] [GH-1054]
  • Bump k8s.io/client-go from 0.24.2 to 0.26.1 [GH-1037]

NOTES:

  • provider: kubernetes.exec.api_version no longer supports client.authentication.k8s.io/v1alpha1. Please, switch to client.authentication.k8s.io/v1beta1 or client.authentication.k8s.io/v1. [GH-1037]
IBM-Cloud/terraform-provider-ibm (ibm)

v1.79.2

Compare Source

Bug Fixes

VPC Infrastructure
  • fixed the access_tags set on is_image (6280)
  • ensure user-tags on volume_prototype are correctly set (6279)
  • fix setting accesscontrolmode on mount target (6285)

Enhancements

Cloud Databases
  • In place upgrade (6275)
General
  • Update go version to 1.24 (6264)
IAM
  • Add retry for GET operations with exponential retry (6292)

Documentation

General
  • update workflow badge to use GitHub Actions URL format (6282)
hashicorp/terraform-provider-null (null)

v3.2.4

Compare Source

NOTES:

v3.2.3

Compare Source

NOTES:

  • all: This release introduces no functional changes. It does however include dependency updates which address upstream CVEs. (#​366)

v3.2.2

Compare Source

NOTES:

  • This release introduces no functional changes. It does however include dependency updates which address upstream CVEs. (#​242)
terraform-ibm-modules/terraform-ibm-base-ocp-vpc (terraform-ibm-modules/base-ocp-vpc/ibm)

v3.50.3

Compare Source

Bug Fixes

v3.50.2

Compare Source

Bug Fixes

v3.50.1

Compare Source

Bug Fixes

v3.50.0

Compare Source

Features
  • Addressed DA improvements for better user experience
    - pinned the addons version
    - added more details in UI(catalog tile) regarding DA overview, features, architecture & variation
    - updated DA architecture diagram to include on_by_default addons
  • Updated prefix input variable description and validation for DA
  • Updated the following DA input variable names:
    -cluster_key_ring_name -> cluster_kms_key_ring_name
    -cluster_key_name -> cluster_kms_key_name
    -boot_volume_key_ring_name -> boot_volume_kms_key_ring_name
    -boot_volume_key_name -> boot_volume_kms_key_name
  • Adds support of Montreal region
    (#​667) (e50cef7)

v3.49.3

Compare Source

Bug Fixes

v3.49.2

Compare Source

Bug Fixes
  • deps: update terraform terraform-ibm-modules/landing-zone-vpc/ibm to v7.23.13 (#​705) (0e588c8)

v3.49.1

Compare Source

Bug Fixes
terraform-ibm-modules/terraform-ibm-code-engine (terraform-ibm-modules/code-engine/ibm)

v4.4.1

Compare Source

Bug Fixes

v4.4.0

Compare Source

Features

v4.3.3

Compare Source

Bug Fixes
  • do not run build run if builds are not passed in (#​209) (43363b4)

v4.3.2

Compare Source

Bug Fixes
  • wait till build run is finished before next resource is executed (#​206) (3519489)

v4.3.1

Compare Source

Bug Fixes
  • do not execute build-run if build is not passed as an input (#​205) (de8575f)

v4.3.0

Compare Source

Features

v4.2.7

Compare Source

Bug Fixes

v4.2.6

Compare Source

Bug Fixes

v4.2.5

Compare Source

Bug Fixes
  • deps: update terraform ibm to latest for the da solution (#​198) (3f154a2)

v4.2.4

Compare Source

Bug Fixes
  • deps: update terraform ibm to latest for the da solution (#​195) (7fe2cd9)

v4.2.3

Compare Source

Bug Fixes
  • deps: update terraform ibm to latest for the da solution (#​191) (0bd880a)
terraform-ibm-modules/terraform-ibm-resource-group (terraform-ibm-modules/resource-group/ibm)

v1.2.1

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 becomes conflicted, 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

@terraform-ibm-modules-ops terraform-ibm-modules-ops force-pushed the renovate/terraform-dependencies branch from 6d940b7 to cf77f6b Compare May 17, 2025 12:52
@terraform-ibm-modules-dev

/run pipeline

@terraform-ibm-modules-ops terraform-ibm-modules-ops force-pushed the renovate/terraform-dependencies branch from cf77f6b to 75eb553 Compare May 18, 2025 00:41
@terraform-ibm-modules-dev

/run pipeline

@terraform-ibm-modules-ops terraform-ibm-modules-ops force-pushed the renovate/terraform-dependencies branch from 75eb553 to a9246db Compare May 18, 2025 12:43
@terraform-ibm-modules-dev

/run pipeline

@terraform-ibm-modules-ops terraform-ibm-modules-ops force-pushed the renovate/terraform-dependencies branch from a9246db to 214e5b6 Compare May 18, 2025 20:11
@terraform-ibm-modules-dev

/run pipeline

@terraform-ibm-modules-ops terraform-ibm-modules-ops force-pushed the renovate/terraform-dependencies branch from 214e5b6 to 4380ff7 Compare May 23, 2025 22:15
@terraform-ibm-modules-dev

/run pipeline

@terraform-ibm-modules-ops terraform-ibm-modules-ops force-pushed the renovate/terraform-dependencies branch from 4380ff7 to 4ce41c2 Compare May 24, 2025 05:33
@terraform-ibm-modules-dev

/run pipeline

@terraform-ibm-modules-ops terraform-ibm-modules-ops force-pushed the renovate/terraform-dependencies branch from 4ce41c2 to 89371f0 Compare May 25, 2025 13:15
@terraform-ibm-modules-dev

/run pipeline

@terraform-ibm-modules-ops terraform-ibm-modules-ops force-pushed the renovate/terraform-dependencies branch from 89371f0 to 427e192 Compare May 25, 2025 20:44
@terraform-ibm-modules-dev

/run pipeline

@terraform-ibm-modules-ops terraform-ibm-modules-ops force-pushed the renovate/terraform-dependencies branch from 427e192 to 5ce0fb5 Compare May 31, 2025 01:34
@terraform-ibm-modules-dev

/run pipeline

@terraform-ibm-modules-ops terraform-ibm-modules-ops force-pushed the renovate/terraform-dependencies branch from 6bcf8a0 to dc638bf Compare June 7, 2025 17:13
@terraform-ibm-modules-dev

/run pipeline

@terraform-ibm-modules-ops terraform-ibm-modules-ops force-pushed the renovate/terraform-dependencies branch from dc638bf to 70243e3 Compare June 14, 2025 18:25
@terraform-ibm-modules-dev

/run pipeline

@terraform-ibm-modules-ops terraform-ibm-modules-ops force-pushed the renovate/terraform-dependencies branch from 70243e3 to c1c6a46 Compare June 21, 2025 13:53
@terraform-ibm-modules-dev

/run pipeline

@terraform-ibm-modules-dev

/run pipeline

@terraform-ibm-modules-ops terraform-ibm-modules-ops force-pushed the renovate/terraform-dependencies branch from c1c6a46 to aa18deb Compare June 28, 2025 13:22
@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 aa18deb to b05c133 Compare June 29, 2025 14:17
@terraform-ibm-modules-dev

/run pipeline

@terraform-ibm-modules-dev terraform-ibm-modules-dev merged commit 5af4169 into main Jun 29, 2025
2 checks passed
@terraform-ibm-modules-dev terraform-ibm-modules-dev deleted the renovate/terraform-dependencies branch June 29, 2025 22:01
@terraform-ibm-modules-ops
Copy link
Contributor Author

🎉 This PR is included in version 2.0.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

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

🎉 This PR is included in version 2.0.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

1 similar comment
@terraform-ibm-modules-ops
Copy link
Contributor Author

🎉 This PR is included in version 2.0.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants