Skip to content
This repository has been archived by the owner on Feb 14, 2024. It is now read-only.

Releases: PaloAltoNetworks/terraform-azurerm-vmseries-modules

v1.0.2

06 Jul 01:58
ec6a5ab
Compare
Choose a tag to compare

1.0.2 (2023-07-06)

Bug Fixes

  • modules/bootstrap: Update network rules defaults and lifecycle conditions (#283) (ec6a5ab)

v1.0.1

30 Jun 09:58
8d9cdd9
Compare
Choose a tag to compare

1.0.1 (2023-06-30)

Features

v1.0.0

04 May 06:27
c8b4417
Compare
Choose a tag to compare

1.0.0 (2023-05-04)

Features

  • MAJOR: full refactor of modules and examples (#251) (c8b4417)

v0.5.5

06 Apr 01:31
95e45cb
Compare
Choose a tag to compare

0.5.5 (2023-04-06)

Features

  • module/appgw: add identifier of the Application Gateway backend address pool (#250) (84d1b72)
  • module/vmss: allow VMSS reference backend address pools of application gateways (#249) (82e7336)

v0.5.4

30 Mar 01:31
c83b67c
Compare
Choose a tag to compare

0.5.4 (2023-03-30)

Features

  • module/loadbalancer: support for specifying backend port (#239) (#240) (c83b67c)

v0.5.3

23 Mar 01:31
d7f7116
Compare
Choose a tag to compare

0.5.3 (2023-03-23)

Bug Fixes

  • module/vmseries: fix destroy sequence for LB backends (#246) (d7f7116)

v0.5.2

16 Mar 01:31
ce745e4
Compare
Choose a tag to compare

0.5.2 (2023-03-16)

Bug Fixes

  • example/transit_vnet_common: add code flexibility (#229) (ce745e4)

v0.5.1

23 Feb 11:52
d1f4362
Compare
Choose a tag to compare

0.5.1 (2023-02-23)

Features

  • module/appgw: add domain_name_label support for AppGW Public IP (#222) (0f04185)
  • module/loadbalancer: make floating ip optional (#216) (d21b0e7)
  • module/natgw: introduce NAT GW module (#221) (be58885)
  • module/virtual_machine: add ssh key-pair auth (#234) (8f58589)
  • module/vmss: fix update deprecated vmss properties (#215) (a2b76c3)
  • module/vnet: add possibility to re-use existing subnets (#219) (5355404)
  • module/vnet: adding support for destination and source port ranges (#211) (ceacf50)
  • popping minimum supported TF version to 1.0.0 (#213) (b1c02e1)

Bug Fixes

  • adding sensitive property to password and bootstrap_option variables (#212) (acbd893)
  • module/vmseries: remove count when creating PublicIPs and NICs (#226) (d4036b6)
  • removed validation for user data bootstrapping (#209) (b8270c8)

v0.5.0

03 Nov 14:52
f594715
Compare
Choose a tag to compare

0.5.0 (2022-11-03)

⚠ BREAKING CHANGES

  • add app insights worker mode (#146) (#175)
  • module/appgw: refactor of the Application Gateway module (#178)

Features

  • ci: A new workflow to validate TF code against different TF versions (#179) (2fc32da)
  • module/appgw: refactor of the Application Gateway module (#178) (f2c0818)
  • module/loadbalancer: add session persitance to the available options (#195) (26febe6)
  • module/vmseries: add ssh key-pair auth (#191) (ea99b53)
  • module/vmss, module/vmseries: bootstrap options validation (#188) (d115668)
  • modules/vnet: Creation of route tables is optional when using the vnet module (#201) (76cc26f)

Bug Fixes

v0.4.0

26 Aug 14:07
3bcdbe0
Compare
Choose a tag to compare

0.4.0 (2022-08-26)

⚠ BREAKING CHANGES

  • module/bootstrap: Enhanced user experience of the module usage (#166)
  • Fix potential issues with use of coalesce (#163)
  • bump azurerm provider version to 3.7
  • upgrade random provider version to support Mac M1-based machine
  • vmseries: Basic config bootstrap support (#142)

Features

  • module/appgw: Support for Application Gateway (#148) (47df1a1)
  • module/bootstrap: Enhanced user experience of the module usage (#166) (edc34bb)
  • module/loadbalancer: load balancer outbound rules support (#171) (66449ee)
  • module/panorama: Add disk type variable for Panorama (#176) (083a173)
  • bump azurerm provider version to 3.7 (bffd25f)
  • bootstrap: add a new input tags (8a46c04)
  • virtual_machine: internal module that can be used to deploy a Linux VM (bf3903f)
  • vmseries: Basic config bootstrap support (#142) (f5f28d8)
  • vmss: support for public IP prefix for mgmt interface (#144) (d40229d), closes #130

Bug Fixes

  • modules/virtual_machine: Update module to work with provider v3 (#181) (dba30eb)
  • Fix potential issues with use of coalesce (#163) (8238bfe)
  • docs: Remove duplicated provider sections (#164) (cc425e8)
  • Exclude unsupported special characters from passwords (#141) (4b60487)
  • upgrade random provider version to support Mac M1-based machine (a616d03)
  • docs: correct dead links in main README (#133) (a8793e5), closes #132
  • example: remove default value for olb_private_ip (5934988)
  • vmseries: disallow IP forwarding through the mgmt interface (d0ef5f2)