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

Releases: PaloAltoNetworks/terraform-aws-vmseries-modules

v1.0.7

21 Sep 01:52
e4bafe4
Compare
Choose a tag to compare

1.0.7 (2023-09-21)

Features

Bug Fixes

  • module/vpc: Add global tags to network ACL resource (#358) (9706755)
  • Remove hardcoded AWS parition and use data source to get the current value (#372) (e4bafe4)

v1.0.6

14 Sep 01:49
9f2be40
Compare
Choose a tag to compare

1.0.6 (2023-09-14)

Features

v1.0.5

07 Sep 05:16
68ac8b4
Compare
Choose a tag to compare

1.0.5 (2023-09-07)

Features

  • module/vpn: New module for Site-to-Site VPN connections (#359) (68ac8b4)

Bug Fixes

  • Resolve IAM issues CKV_AWS_290 and CKV_AWS_355 (#360) (fad60cf)

v1.0.4

31 Aug 01:49
c53d302
Compare
Choose a tag to compare

1.0.4 (2023-08-31)

Features

  • module/nlb: Add target type ip compatibility (#357) (c53d302)

v1.0.3

21 Jul 11:45
3d17500
Compare
Choose a tag to compare

1.0.3 (2023-07-21)

Features

  • module/asg: Event-based VM-Series delicense mechanism (#343) (4c1b746)

Bug Fixes

  • Improve code by fixing issues discovered by checkov (#339) (6d6b698)
  • module/vmseries: Leverage existing EIP for VM-Series (#342) (e597871)

v1.0.2

13 Jul 08:23
51828ef
Compare
Choose a tag to compare

1.0.2 (2023-07-13)

Features

  • example/vmseries_standalone: Improve details (e.g. bootstrap options) and refactor example (#332) (aa0462c)
  • examples,modules: New examples with autoscale for isolated and centralized design, extended Lambda in ASG module (#333) (f8a29ba)
  • module/gwlb: Enable deletion protection option in gwlb module (#335) (cbea7be)
  • module/panorama: Add IMDSv2 option for Panorama (#331) (46848cf)

Bug Fixes

  • module/alb: Added availability_zone parameter to target group (#293) (0c90cdc)
  • module/alb: Do not use all as default for availability zone (#340) (51828ef)

v1.0.1

06 Jul 01:56
f363172
Compare
Choose a tag to compare

1.0.1 (2023-07-06)

Features

  • workflows: Schedule release workflow, use terraform-modules-vmseries-ci-workflows, execute Terratest for examples (plan for PR, deploy for release workflow) (#328) (f363172)

v1.0.0

29 Jun 16:24
c8b55e0
Compare
Choose a tag to compare

1.0.0 (2023-06-29)

Features

  • example/autoscale_gwlb_tgw_combined: Improve example for VM-Series in Autoscaling Group (#299) (fb67954)
  • example/centralized_design: New example for centralized design model (#307) (5ef07fc)
  • example/combined_vmseries: New diagram and improvements after E2E tests (#312) (474d362)
  • example/combined_vmseries_and_autoscale: Additional tfvars for deployment without NAT Gateway (#302) (7b30afc)
  • example/isolated_design: New example for isolated design model (#314) (9e7768d)
  • example/panorama_standalone: Refactored example for standalone Panorama (#308) (79931a8)
  • example/vmseries_combined: Refactored example for vmseries_combined (#305) (c1f9db0)
  • examples/combined_vmseries_and_autoscale: Panorama template with static route path monitoring (#306) (02a7c81)
  • module/gwlb: Add variable to manage stickiness type for target group (#317) (34374ce)
  • module/vpc: Add support for managed prefix list for rules in security groups #325 (1314c1f)
  • Improvements needed for tests of modules and fix in panorama example (#279) (8e861fc)
  • Rename examples and make variable name consistent (#310) (39eee47)
  • modules/asg, examples/asg_gwlb: Fix issues in ASG module and add new example for GWLB with ASG (#290) (5cc1ea1)
  • bump up minimum Terraform version to 1.0.0 (#253) (02a342c)

Bug Fixes

  • module/bootstrap: Enable ACLs for bucket by setting the object ownership (f8f4116)
  • module/subnet_set: Added VPC selector to match existing subnets in VPC (#292) (c994aa0)

v0.4.2

28 Jun 10:33
9db8202
Compare
Choose a tag to compare

0.4.2 (2023-06-28)

Features

  • example/autoscale_gwlb_tgw_combined: Improve example for VM-Series in Autoscaling Group (#299) (fb67954)
  • example/centralized_design: New example for centralized design model (#307) (5ef07fc)
  • example/combined_vmseries: New diagram and improvements after E2E tests (#312) (474d362)
  • example/combined_vmseries_and_autoscale: Additional tfvars for deployment without NAT Gateway (#302) (7b30afc)
  • example/isolated_design: New example for isolated design model (#314) (9e7768d)
  • example/panorama_standalone: Refactored example for standalone Panorama (#308) (79931a8)
  • example/vmseries_combined: Refactored example for vmseries_combined (#305) (c1f9db0)
  • examples/combined_vmseries_and_autoscale: Panorama template with static route path monitoring (#306) (02a7c81)
  • module/gwlb: Add variable to manage stickiness type for target group (#317) (34374ce)
  • module/vpc: Add support for managed prefix list for rules in security groups #325 (1314c1f)
  • Improvements needed for tests of modules and fix in panorama example (#279) (8e861fc)
  • Rename examples and make variable name consistent (#310) (39eee47)
  • modules/asg, examples/asg_gwlb: Fix issues in ASG module and add new example for GWLB with ASG (#290) (5cc1ea1)
  • bump up minimum Terraform version to 1.0.0 (#253) (02a342c)

Bug Fixes

  • module/bootstrap: Enable ACLs for bucket by setting the object ownership (f8f4116)
  • module/subnet_set: Added VPC selector to match existing subnets in VPC (#292) (c994aa0)

v0.4.1

11 Jan 23:44
b4cbdcd
Compare
Choose a tag to compare

0.4.1 (2023-01-11)

Features

  • examples/tgw_inbound_combined_with_gwlb: associate VPC endpoints with VM-Series subinterfaces (#254) (b4cbdcd)
  • modules/vpc_route: Add option to use managed prefix list as a destination target (#252) (2c71a91)

Bug Fixes