Skip to content

Latest commit

 

History

History
250 lines (125 loc) · 13.6 KB

CHANGELOG.md

File metadata and controls

250 lines (125 loc) · 13.6 KB

Changelog

3.5.0 (2025-01-20)

Features

  • deps: bump github.com/gruntwork-io/terratest in /tests (#78) (f78dbde)
  • deps: bump golang.org/x/net from 0.31.0 to 0.33.0 in /tests (#82) (ea740a8)
  • remove temporary files when deployment tests fails (#80) (e0a872a)

3.4.1 (2024-11-13)

Bug Fixes

  • fix submodule documentation generation (#75) (186c8ab)

3.4.0 (2024-11-13)

Features

  • add vhub-connection submodule including example (#73) (dc40769)

3.3.0 (2024-11-11)

Features

  • enhance testing with sequential, parallel modes and flags for exceptions and skip-destroy (#71) (4a5463e)

3.2.0 (2024-10-31)

Features

  • add express route gateway support (#69) (4c3ebaf)

3.1.0 (2024-10-28)

Features

  • add virtual hub security partner provider support (#66) (dc0dcb6)
  • add vpn gateway nat rules support (#68) (270b549)

3.0.0 (2024-10-28)

⚠ BREAKING CHANGES

  • the data structure has been updated to reflect changes in vpn functionality

Features

Upgrade from v2.1.0 to v3.0.0:

  • Update module reference to: version = "~> 3.0"
  • Rename properties in vwan object:
    • within virtual hubs, vpn_gateway has been renamed to site_to_site_vpn to accommodate the option of utilizing point_to_site_vpn as well

2.1.0 (2024-10-11)

Features

  • auto generated docs and refine makefile (#62) (0011e7d)
  • deps: bump github.com/gruntwork-io/terratest in /tests (#56) (dbc5f53)

2.0.1 (2024-09-25)

Bug Fixes

  • fix global tags and updated documentation (#54) (8da21d7)

2.0.0 (2024-09-24)

⚠ BREAKING CHANGES

  • Version 4 of the azurerm provider includes breaking changes.

Features

Upgrade from v1.1.0 to v2.0.0:

  • Update module reference to: version = "~> 2.0"

1.1.0 (2024-09-19)

Features

  • add support for vpn gateways, sites and connections (#50) (0b6266e)

1.0.0 (2024-09-18)

⚠ BREAKING CHANGES

  • data structure has changed due to renaming of properties and removal of resources.

Features

  • aligned several properties and resources (#47) (f155777)

Upgrade from v0.12.0 to v1.0.0:

  • Update module reference to: version = "~> 1.0"
  • Rename property in cluster object:
    • resourcegroup -> resource_group
  • Rename variable (optional):
    • resourcegroup -> resource_group
  • Rename output variable:
    • vhub -> vhubs
  • Removed output variables:
    • policy
    • firewall_public_ip_addresses
    • firewall
  • Removed resources:
    • azurerm_ip_group
    • azurerm_firewall_policy_rule_collection_group
    • azurerm_firewall_policy

0.12.0 (2024-08-29)

Features

0.11.0 (2024-08-29)

Features

  • deps: bump github.com/gruntwork-io/terratest in /tests (#42) (5c45050)
  • update contribution docs (#40) (4e96312)

0.10.0 (2024-07-02)

Features

  • add issue template (#38) (63737f3)
  • deps: bump github.com/gruntwork-io/terratest in /tests (#37) (50e2126)
  • deps: bump github.com/hashicorp/go-getter in /tests (#36) (c4659b4)

0.9.0 (2024-06-08)

Features

  • create pull request template (#34) (9bbff05)
  • deps: bump github.com/gruntwork-io/terratest in /tests (#33) (3823a58)
  • deps: bump github.com/hashicorp/go-getter in /tests (#31) (31588fd)
  • deps: bump golang.org/x/net from 0.17.0 to 0.23.0 in /tests (#30) (56cee6b)
  • deps: bump google.golang.org/protobuf in /tests (#28) (f3332b0)

0.8.0 (2024-02-28)

Features

  • improve conditional expression threat intelligence allowlist block (#26) (53b5cc2)

0.7.0 (2024-02-14)

Features

  • naming variable is now optional and added tags property on several resources (#24) (bab5a92)

0.6.1 (2024-02-14)

Bug Fixes

  • fix conditional expression rule collection names (#22) (4adbd1a)

0.6.0 (2024-02-10)

Features

  • add ip groups submodule and small refactors (#20) (90fcdca)

0.5.1 (2024-02-06)

Bug Fixes

  • fix wrong reference threat intelligence allowlist block (#18) (eb310d4)

0.5.0 (2024-02-06)

Features

  • add threat intelligence allow list support on submodule (#16) (b5200ca)

0.4.0 (2024-02-06)

Features

  • change firewall policy dns defaults (#14) (8b99b6b)

0.3.0 (2024-02-02)

Features

0.2.2 (2024-01-31)

Bug Fixes

  • fix conditional expression ip groups naming (#9) (a036fde)

0.2.1 (2024-01-31)

Bug Fixes

  • add missing providers block submodules (#7) (2f8b15f)

0.2.0 (2024-01-30)

Features

  • deps: bump golang.org/x/crypto from 0.14.0 to 0.17.0 in /tests (#3) (44149ee)

0.1.0 (2024-01-30)

Features