Skip to content

Latest commit

 

History

History
299 lines (153 loc) · 17.4 KB

CHANGELOG.md

File metadata and controls

299 lines (153 loc) · 17.4 KB

Changelog

7.0.2 (2024-10-31)

Bug Fixes

  • resolve type mismatch in nsg name coalesce (#100) (808a2ce)

7.0.1 (2024-10-28)

Bug Fixes

  • remove parallelism limitation from tests (#98) (c969d29)

7.0.0 (2024-10-25)

⚠ BREAKING CHANGES

  • corrected vnet output and made several improvements (#96)

Features

  • corrected vnet output and made several improvements (#96) (a369dfc)

Upgrade from v6.1.0 to v7.0.0:

  • Update module reference to: version = "~> 7.0"
  • Several keys are changed in the data structure :
    • vnet name is removed as key in the vnet resource and data source
    • several keys are changed in subresources
    • made improvements in individual and shared network security groups
    • made improvements in individual and shared route tables

6.1.0 (2024-10-11)

Features

  • auto generated docs and refine makefile (#94) (151ed89)
  • deps: bump github.com/gruntwork-io/terratest in /tests (#88) (89aeb8a)

6.0.0 (2024-10-10)

⚠ BREAKING CHANGES

  • data structure has changed due to renaming of properties.

Features

Upgrade from v5.0.1 to v6.0.0:

  • Update module reference to: version = "~> 6.0"
  • Rename properties in vnet object:
    • within subnets the shared route_table property has been renamed to route_table_shared
    • within subnets the individual route property has been renamed to route_table

5.0.1 (2024-10-10)

Bug Fixes

  • fix vnet dependency order for proper destruction (#90) (e07d0df)

5.0.0 (2024-10-02)

⚠ BREAKING CHANGES

  • Make use of an already existing vnet (#86)

Features

  • Make use of an already existing vnet (#86) (3e001ff)

4.0.1 (2024-09-26)

Bug Fixes

  • fix defaults private endpoint network policies (#84) (f0258d5)

4.0.0 (2024-09-24)

⚠ BREAKING CHANGES

  • Version 4 of the azurerm provider includes breaking changes.

Features

Upgrade from v3.1.0 to v4.0.0:

  • Update module reference to: version = "~> 4.0"
  • Rename properties in vnet object:
    • disable_bgp_route_propagation -> bgp_route_propagation_enabled

3.1.0 (2024-09-24)

Features

  • deps: bump github.com/gruntwork-io/terratest in /tests (#80) (fc58d91)

3.0.0 (2024-08-15)

⚠ BREAKING CHANGES

  • data structure has changed due to renaming of properties and output variables.

Features

Upgrade from v2.9.0 to v3.0.0:

  • Update module reference to: version = "~> 3.0"
  • Rename properties in vnet object:
    • resourcegroup -> resource_group
    • private_endpoint_network_policies_enabled -> private_endpoint_network_policies
  • Rename variable (optional):
    • resourcegroup -> resource_group
  • Rename output variable:
    • subscriptionId -> subscription_id'
    • nsg -> network_security_group

2.9.0 (2024-08-15)

Features

  • added code of conduct and security documentation (#76) (185f44f)
  • deps: bump github.com/gruntwork-io/terratest in /tests (#73) (41649a8)

2.8.0 (2024-08-02)

Features

2.7.0 (2024-07-03)

Features

  • update terraform random module version to 3.6 (#69) (88694d6)

2.6.0 (2024-07-02)

Features

  • add issue template (#66) (2c09fb2)
  • deps: bump github.com/Azure/azure-sdk-for-go/sdk/azidentity (#62) (d35737a)
  • deps: bump github.com/Azure/azure-sdk-for-go/sdk/azidentity (#63) (6cad8df)
  • deps: bump github.com/gruntwork-io/terratest in /tests (#65) (c5d10b5)
  • deps: bump github.com/hashicorp/go-getter in /tests (#64) (1282b52)

2.5.0 (2024-06-07)

Features

  • create pull request template (#60) (ccd2146)
  • deps: bump github.com/Azure/azure-sdk-for-go/sdk/azidentity (#55) (028b357)
  • deps: bump github.com/gruntwork-io/terratest in /tests (#59) (c0b1a88)
  • deps: bump github.com/hashicorp/go-getter in /tests (#57) (929717b)
  • deps: bump golang.org/x/net from 0.19.0 to 0.23.0 in /tests (#56) (9bd9abc)
  • deps: bump google.golang.org/protobuf in /tests (#53) (da2a415)

2.4.1 (2024-03-12)

Bug Fixes

  • refactor delegation key to actual key provided instead of a numbered index (#51) (fe45101)

2.4.0 (2024-03-06)

Features

  • deps: bump github.com/stretchr/testify in /tests (#48) (47e674a)
  • update documentation (#49) (6398a09)

2.3.0 (2024-02-27)

Features

  • add conditional expressions to allow some global properties (#46) (7e9143d)

2.2.1 (2024-02-24)

Bug Fixes

  • fix refined subnet routing to ensure correct creation and association (#44) (43762f7)

2.2.0 (2024-02-21)

Features

  • add support to disable bgp route propagation (#39) (6b349f7)

2.1.0 (2024-02-16)

Features

  • better allignment property names (#36) (7c6966b)

2.0.0 (2024-02-15)

⚠ BREAKING CHANGES

  • network security groups can be optional now and small refactor data structure (#34)

Features

  • network security groups can be optional now and small refactor data structure (#34) (2d563de)

1.3.0 (2024-02-14)

Features

1.2.0 (2024-02-02)

Features

  • added a small delay in cases the subnets are not fully initialized in some azure regions before attaching network security groups (#28) (8eafea5)
  • deps: bump github.com/Azure/azure-sdk-for-go/sdk/azidentity (#22) (e4b9220)
  • deps: bump github.com/gruntwork-io/terratest in /tests (#18) (e63f9a6)
  • deps: bump github.com/gruntwork-io/terratest in /tests (#23) (ed4f936)
  • small refactor workflows (#19) (ad7e879)

1.1.1 (2023-12-20)

Bug Fixes

  • make subnet delegation actions fully optional (#15) (d25d1c6)

1.1.0 (2023-12-19)

Features

1.0.0 (2023-12-19)

⚠ BREAKING CHANGES

  • This changes the data structure of nsg rules from a list to a map.

Bug Fixes

0.3.0 (2023-12-19)

Features

  • deps: bump github.com/gruntwork-io/terratest in /tests (#5) (2c7eb23)
  • deps: bump golang.org/x/crypto from 0.14.0 to 0.17.0 in /tests (#10) (fc83598)
  • deps: Bumps terratest from 0.46.7 to 0.46.8 (#8) (69f2f11)

0.2.0 (2023-11-03)

Features

  • fix module source references in examples (#3) (6925010)

0.1.0 (2023-11-02)

Features