diff --git a/CHANGELOG.md b/CHANGELOG.md index 430a6dd..10b1f8e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +v1.0.5 (14 June 2022) + modules: Drop deprecated template provider as a dependency + examples: Fix the interface ip for multipleleaf + examples: Update all diagrams with new IPs + examples: Allow passing allowed source IPs for ingress rules in examples + examples: Use private IP ranged in all examples + modules: Allow specifying source IPs for ingress rules in all SGs + terraform/example: Use 4.27.3 cloudEOS image + v1.0.4 (19 April 2022) terraform/module: Refactor security rule from security group terraform: restrict azurerm provider's version to < 3.0 diff --git a/UPGRADE.md b/UPGRADE.md index e69de29..4ee3936 100644 --- a/UPGRADE.md +++ b/UPGRADE.md @@ -0,0 +1,3 @@ +* v1.0.5 (14 June 2022) + - Template provider is no longer a dependency of any module + - Cloudinit provider is a new dependency diff --git a/version.txt b/version.txt index 4b3cd12..a7ab250 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -latest=1.0.4 +latest=1.0.5