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

v0.3.0

05 Jul 14:03
Compare
Choose a tag to compare

0.3.0 (2022-07-05)

⚠ BREAKING CHANGES

  • bump azurerm provider version to 3.7
  • upgrade random provider version to support Mac M1-based machine
  • vmseries: Basic config bootstrap support (#142)

Features

  • bump azurerm provider version to 3.7 (e3b69bb)
  • bootstrap: add a new input tags (9daed73)
  • module/appgw: Support for Application Gateway (#148) (13bc2fd)
  • virtual_machine: internal module that can be used to deploy a Linux VM (ede6608)
  • virtual_machine: internal module that can be used to deploy a Linux VM (685e203)
  • vmseries: Basic config bootstrap support (#142) (0e090a0)
  • vmss: support for public IP prefix for mgmt interface (#144) (e37b8bf), closes #130

Bug Fixes

  • docs: Remove duplicated provider sections (#164) (b1d97cf)
  • Exclude unsupported special characters from passwords (#141) (0765d6f)
  • upgrade random provider version to support Mac M1-based machine (83d94a0)
  • docs: correct dead links in main README (#133) (da21fef), closes #132
  • example: remove default value for olb_private_ip (ca4434d)
  • vmseries: disallow IP forwarding through the mgmt interface (ef9db3d)

Reverts

  • Revert "feat(virtual_machine): internal module that can be used to deploy a Linux VM" (91f05b2)

v0.2.0

22 Oct 13:43
1b3145d
Compare
Choose a tag to compare

0.2.0 (2021-10-22)

⚠ BREAKING CHANGES

  • vmss: add autoscaling
  • vmss: migrate to azurerm_linux_virtual_machine implementation
  • vmss: add public_backend_pool_id input
  • loadbalancer: Require azurerm provider version 2.46+

Features

  • bootstrap: add the new input files_md5 to facilitate dynamic files (1baecff)
  • examples: Add a minimal vmseries example (c1f9364)
  • examples: Add new allow_inbound_mgmt_ips input (3b1183d)
  • examples/transit_vnet_dedicated: new example (6fab42e)
  • loadbalancer: add input tags (0e682a1)
  • loadbalancer: Add output frontend_combined_rules (a0c771a)
  • loadbalancer: add the health_probe output (41c2314)
  • loadbalancer: Auto-generated NSG rules (4665c99)
  • loadbalancer: Require azurerm provider version 2.46+ (3b686b4)
  • vmseries: add input os_disk_name (1ab7d21)
  • vmseries: Allow input avzone to be an empty string (2e55d68)
  • vmss: add App Insights for metrics collection (b6231d9)
  • vmss: add autoscaling (c2760e2)
  • vmss: add public_backend_pool_id input (ec31ce1)
  • vmss: migrate to azurerm_linux_virtual_machine implementation (d43a5b9)
  • add input enable_zones to most modules (ffe12c1)
  • vnet: add input create_virtual_network to make vnet conditional (#111) (69afe55)
  • Allow terraform 0.14.x on every module (#99) (d58c7f1)
  • Allow terraform 0.15.x for all modules and examples (9cdaacf)
  • allow terraform versions 1.x (0265f86)
  • Mark selected outputs as sensitive (cadd26e)
  • vnet: Make rules={} attribute optional for NSG (42e3b3f)

Bug Fixes

  • examples/panorama: change Public IP to SKU "Standard" (#96) (742e83b)
  • examples/tvc: The input storage_share_name is not ignored anymore (e354c26)
  • panorama: avoid string-to-bool comparison (#94) (21f4125)

v0.1.0

25 Apr 21:46
e510690
Compare
Choose a tag to compare

0.1.0 (2021-04-25)

🎉 First release!