Skip to content

Releases: terraform-ibm-modules/terraform-ibm-landing-zone-vsi

v4.0.1

11 Jun 08:32
v4.0.1
7821a8f
Compare
Choose a tag to compare

4.0.1 (2024-06-11)

Bug Fixes

  • remove upper limit for required terraform version (#684) (7821a8f)

v4.0.0

13 May 10:40
v4.0.0
3790100
Compare
Choose a tag to compare

4.0.0 (2024-05-13)

Features

  • In previous versions, it was found that adding or removing VSIs after they have been initially created by this module can cause VSIs to be destroyed and recreated due to the naming convention and logic being used. In order to fix this, the naming convention has changed in v4 of the module to be prefix- + the last 4 digits of the subnet ID + a sequential number for each subnet. For example, prefix-3ad7-001. (#610) (3790100)

BREAKING CHANGES

  • Due to the refactoring work, if you are upgrading from an older version of this module to v4, you will see terraform wanting to destroy and recreate VSIs (and associated resources). To prevent this, please follow the upgrade steps in Updating from v3 to v4

v3.3.0

19 Apr 11:54
v3.3.0
0460e99
Compare
Choose a tag to compare

3.3.0 (2024-04-19)

Features

  • functionality added to create Network Load Balancer(NLB). When the profile value in the load_balancers input is set as network-fixed, it signifies to setup an NLB. An existing subnet can be provided to provision NLB otherwise NLB uses the first subnet from the subnets list. Subsequently, a listener, a pool, and pool members are connected to the NLB. (#654) (0460e99)

v3.2.4

18 Mar 13:12
v3.2.4
446f4ed
Compare
Choose a tag to compare

3.2.4 (2024-03-18)

Bug Fixes

  • increase timeout for load balancer deployment (#636)
    Deployment timeout for load balancer set to 45 minutes (446f4ed)

v3.2.3

28 Feb 09:22
v3.2.3
59f3b55
Compare
Choose a tag to compare

3.2.3 (2024-02-28)

Bug Fixes

  • extend the required terraform version to < 1.7 (#627) (59f3b55)

v3.2.2

16 Feb 16:19
43306dd
Compare
Choose a tag to compare

3.2.2 (2024-02-16)

Bug Fixes

  • updated required ibm provider to >= 1.59.0, < 2.0.0 (#622) (43306dd)

v3.2.1

04 Jan 14:57
v3.2.1
973821f
Compare
Choose a tag to compare

3.2.1 (2024-01-04)

Bug Fixes

  • add float ip properties to full output list (#602) (973821f)

v3.2.0

04 Jan 09:22
da8ff78
Compare
Choose a tag to compare

3.2.0 (2024-01-04)

Features

  • updated the fip_list output to now include 'floating_ip_id' and 'floating_ip_crn' (#601) (da8ff78)

v3.1.0

19 Dec 19:06
v3.1.0
019a397
Compare
Choose a tag to compare

3.1.0 (2023-12-19)

Features

  • moved fscloud submodule from profiles directory to modules directory. Ensure consuming code is updated to point to new directory (#590) (019a397)

v3.0.1

18 Dec 17:36
v3.0.1
8d58f15
Compare
Choose a tag to compare

3.0.1 (2023-12-18)

Bug Fixes

  • update logic that was using deprecated lookup feature (#585) (8d58f15)