Releases: oci-landing-zones/terraform-oci-modules-networking
Releases · oci-landing-zones/terraform-oci-modules-networking
Release 0.7.1
November 04, 2024 Release Notes - 0.7.1
Updates
- ZPR (Zero Trust Packet Routing) security attributes can now be applied to VCNs. See zpr_attributes attribute under Module Functioning for details.
Release 0.7.0
September 20, 2024 Release Notes - 0.7.0
Updates
- OCI Network Firewall refactored according to updates post Terraform OCI Provider 5.16.0 release. See oci-network-firewall example.
- Ability to inject externally managed existing private DNS views into managed DNS resolvers. See dns-view-injection example.
Release 0.6.9
August 28, 2024 Release Notes - 0.6.9
Updates
- All modules now require Terraform binary equal or greater than 1.3.0.
- cislz-terraform-module tag renamed to ocilz-terraform-module.
Release 0.6.8
July 24, 2024 Release Notes - 0.6.8
New
- VTAP module
- New VTAP (Virtual Test Access Point) module available.
Updates
- Aligned README.md structure to Oracle's GitHub organizations requirements.
Release 0.6.7
May 15, 2024 Release Notes - 0.6.7
New
- Support added for private DNS with the introduction of dns_resolver attribute for VCNs.
- New modules for WAF (Web Application Firewall) and WAA (Web Application Acceleration).
- Examples of network topologies for OKE deployments added. See oke-examples.
Release 0.6.6
April 16, 2024 Release Notes - 0.6.6
Updates
- Module now supports external dependencies on private IP addresses, DRG attachments, remote peering connections and local peering gateways. See External Dependencies for details.
- All dependency variables are now strongly typed, enhancing usage guidance.
Release 0.6.5
April 08, 2024 Release Notes - 0.6.5
Additions
- MVP module for Network Load Balancers.
Updates
- Module dependency on externally managed network resources enhanced, including improved examples and documentation.
- Release tracking via freeform tags.
Fixes
- L7 load balancers module dependency on compartments.
- IPV6 CIDR block data type changed from bool to string in L7 load balancers module.