Skip to content

fix(deps): update terraform dependencies (major) #244

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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 17, 2025

This PR contains the following updates:

Package Type Update Change
terraform-ibm-modules/dedicated-host/ibm (source) module major 1.1.0 -> 2.0.0
terraform-ibm-modules/landing-zone/ibm (source) module major 7.4.4 -> 8.4.0

Release Notes

terraform-ibm-modules/terraform-ibm-dedicated-host (terraform-ibm-modules/dedicated-host/ibm)

v2.0.0

Compare Source

Features
  • updated the way the dedicated_host attribute of the dedicated_hosts input variable works. Previously the logic would always create a new group per item in the array, however new code will create 1 group and add all hosts into it (#​20) (971680e)
BREAKING CHANGES
  • The refactoring of the logic means when upgrading to this version you might see destroy and recreates of resources. Plan accordingly before upgrading.
terraform-ibm-modules/terraform-ibm-landing-zone (terraform-ibm-modules/landing-zone/ibm)

v8.4.0

Compare Source

Features
  • added new base module output for cos resource key details called cos_key_credentials_map (#​1016) (8d4f909)

v8.3.1

Compare Source

Bug Fixes
  • deps: update terraform ibm to latest for the landing zone das (#​1012) (638b7ce)

v8.3.0

Compare Source

Features

v8.2.3

Compare Source

Bug Fixes
  • update the default VSI image name to ibm-ubuntu-24-04-2-minimal-amd64-4 (#​1010) (0e97a9b)

v8.2.2

Compare Source

Bug Fixes
  • update the default VSI image name to ibm-ubuntu-24-04-2-minimal-amd64-3 (#​1008) (c8c2d40)

v8.2.1

Compare Source

Bug Fixes
  • deps: update terraform ibm to latest for the landing zone das (#​1007) (e561017)

v8.2.0

Compare Source

Features
  • update supported atracker regions + bump provider version to 1.79.0 (#​1005) (53ac24d)

v8.1.0

Compare Source

Features
  • Added the ability to allow IP spoofing on the primary network interface by expsoing new boolean inout allow_ip_spoof for all VSI related modules / DAs (#​1000) (916d6c5)

v8.0.0

Compare Source

(#​998) (6ed46fa)

Features
  • updated IBM provider version: 1.78.1 -> 1.78.2
  • updated landing-zone-vpc: 7.23.5 -> 7.23.12
    • bug fixes and dependency updates
  • updated landing-zone-vsi: 4.7.1 -> 5.1.23
    • fixed a bug where the virtual network interface (VNI) was always getting created in the Default resource group(see below note on breaking change)
    • updated the scope of the KMS auth policy to now be scoped to the exact key. When upgrading from a previous version, the auth policy will be re-created, however the new policy will be created before the old one is destroyed so there will be no interruption to every day services
BREAKING CHANGES
  • If you are upgrading from a previous version of the landing zone VSI module or DA, the upgrade is going to destroy and re-create all virtual network interfaces and virtual service instances as they will get created in the correct resource group now. Ensure to plan accordingly before upgrading.

v7.5.0

Compare Source

Features
  • improved user experience for validating input variable values
    * updated required terraform to be >= 1.9.0 (#​994) (17a4c1a)

v7.4.9

Compare Source

Bug Fixes
  • deps: update terraform ibm to latest for the landing zone das (#​989) (3d323c1)

v7.4.8

Compare Source

Bug Fixes

v7.4.7

Compare Source

Bug Fixes

v7.4.6

Compare Source

Bug Fixes
  • deps: update required_provider to latest for the landing zone das (#​985) (7495d1e)

v7.4.5

Compare Source

Bug Fixes
  • deps: update terraform-module
    * update terraform ibm to latest for the landing zone das (#​980) (bf9d1ac)

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

@terraform-ibm-modules-ops terraform-ibm-modules-ops force-pushed the renovate/major-terraform-dependencies branch from 390df6b to 0c71965 Compare May 17, 2025 15:52
@terraform-ibm-modules-dev

/run pipeline

@terraform-ibm-modules-ops terraform-ibm-modules-ops force-pushed the renovate/major-terraform-dependencies branch from 0c71965 to ae57dbc Compare May 18, 2025 07:49
@terraform-ibm-modules-dev

/run pipeline

@terraform-ibm-modules-ops terraform-ibm-modules-ops force-pushed the renovate/major-terraform-dependencies branch from ae57dbc to c4dfec9 Compare May 18, 2025 10:47
@terraform-ibm-modules-dev

/run pipeline

@terraform-ibm-modules-ops terraform-ibm-modules-ops force-pushed the renovate/major-terraform-dependencies branch from c4dfec9 to 2cede47 Compare May 18, 2025 15:36
@terraform-ibm-modules-dev

/run pipeline

@terraform-ibm-modules-ops terraform-ibm-modules-ops force-pushed the renovate/major-terraform-dependencies branch from 2cede47 to 7d824ab Compare May 18, 2025 23:22
@terraform-ibm-modules-dev

/run pipeline

@terraform-ibm-modules-ops terraform-ibm-modules-ops force-pushed the renovate/major-terraform-dependencies branch from 7d824ab to 70eae4f Compare May 24, 2025 02:05
@terraform-ibm-modules-dev

/run pipeline

@terraform-ibm-modules-ops terraform-ibm-modules-ops force-pushed the renovate/major-terraform-dependencies branch from 70eae4f to 17c112a Compare May 24, 2025 09:29
@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/major-terraform-dependencies branch from 17c112a to 005f1dd Compare May 24, 2025 22:31
@terraform-ibm-modules-dev

/run pipeline

@terraform-ibm-modules-ops terraform-ibm-modules-ops force-pushed the renovate/major-terraform-dependencies branch from 005f1dd to 3303a43 Compare May 25, 2025 06:47
@terraform-ibm-modules-dev

/run pipeline

@terraform-ibm-modules-ops terraform-ibm-modules-ops force-pushed the renovate/major-terraform-dependencies branch from 3303a43 to cbeb8cc Compare May 25, 2025 14:53
@terraform-ibm-modules-dev

/run pipeline

@terraform-ibm-modules-ops terraform-ibm-modules-ops force-pushed the renovate/major-terraform-dependencies branch from cbeb8cc to 161d59f Compare May 25, 2025 21:46
@terraform-ibm-modules-dev

/run pipeline

@terraform-ibm-modules-ops terraform-ibm-modules-ops force-pushed the renovate/major-terraform-dependencies branch from 161d59f to b7754b9 Compare May 31, 2025 05:13
@terraform-ibm-modules-ops terraform-ibm-modules-ops changed the title fix(deps): update terraform dependencies to v2 (major) fix(deps): update terraform dependencies (major) May 31, 2025
@terraform-ibm-modules-dev

/run pipeline

@terraform-ibm-modules-ops terraform-ibm-modules-ops force-pushed the renovate/major-terraform-dependencies branch from c73fea0 to ae97aff Compare June 7, 2025 06:40
@terraform-ibm-modules-dev

/run pipeline

@terraform-ibm-modules-ops terraform-ibm-modules-ops force-pushed the renovate/major-terraform-dependencies branch from ae97aff to c4b7f2d Compare June 14, 2025 05:51
@terraform-ibm-modules-dev

/run pipeline

@terraform-ibm-modules-ops terraform-ibm-modules-ops force-pushed the renovate/major-terraform-dependencies branch from c4b7f2d to afa9e73 Compare June 21, 2025 03:26
@terraform-ibm-modules-dev

/run pipeline

@terraform-ibm-modules-ops terraform-ibm-modules-ops force-pushed the renovate/major-terraform-dependencies branch from afa9e73 to 8f5e016 Compare June 21, 2025 10:33
@terraform-ibm-modules-dev

/run pipeline

@terraform-ibm-modules-ops terraform-ibm-modules-ops force-pushed the renovate/major-terraform-dependencies branch from 8f5e016 to 57caf2c Compare June 28, 2025 03:29
@terraform-ibm-modules-dev

/run pipeline

@terraform-ibm-modules-ops terraform-ibm-modules-ops force-pushed the renovate/major-terraform-dependencies branch from 57caf2c to 3b094e3 Compare June 28, 2025 10:12
@terraform-ibm-modules-dev

/run pipeline

@terraform-ibm-modules-ops terraform-ibm-modules-ops force-pushed the renovate/major-terraform-dependencies branch from 3b094e3 to 852ebe3 Compare June 29, 2025 05:56
@terraform-ibm-modules-dev

/run pipeline

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

2 participants