This repository has been archived by the owner on Feb 14, 2024. It is now read-only.
Releases: PaloAltoNetworks/terraform-azurerm-vmseries-modules
Releases · PaloAltoNetworks/terraform-azurerm-vmseries-modules
v1.0.2
v1.0.1
v1.0.0
v0.5.5
v0.5.4
v0.5.3
v0.5.2
v0.5.1
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
v0.5.0
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
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)