-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
40 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,43 +1,51 @@ | ||
| # CHANGELOG | ||
|
|
||
| * v2.0.0 -- 20210528 | ||
| ## version 2.x | ||
|
|
||
| * 2.0.0 -- 20210528 | ||
| - create a common set of files to not replicate the logic | ||
| - consolidate all the submodules to use the common structure | ||
|
|
||
| * v2.1.0 -- 20211021 | ||
| * 2.1.0 -- 20211021 | ||
| - sas | ||
| - add sas submodule, which can be used for a general module or a specific application module | ||
|
|
||
| * v2.2.0 -- 20211022 | ||
| * 2.2.0 -- 20211022 | ||
| - custom | ||
| - create custom submodule, requires port list passed | ||
|
|
||
| * v2.2.1 -- 20211022 | ||
| * 2.2.1 -- 20211022 | ||
| - custom | ||
| - add ingress_self_* option | ||
|
|
||
| * v2.2.2 -- 20211025 | ||
| * 2.2.2 -- 20211025 | ||
| - custom | ||
| - make ingress_self stuff work | ||
| - fix missing default egress | ||
|
|
||
| * v2.2.3 -- 20211026 | ||
| * 2.2.3 -- 20211026 | ||
| - sas | ||
| - fix ports, self_port_list | ||
|
|
||
| * v2.2.4 -- 20211027 | ||
| * 2.2.4 -- 20211027 | ||
| - common (sas, custom) | ||
| - add flag `enable_default_egress` (ALL), default is true | ||
|
|
||
| * 2.2.5 -- 2022-06-03 | ||
| - common and web | ||
| - change map() to {} | ||
|
|
||
| # OLDER | ||
|
|
||
| ## web | ||
|
|
||
| * v1.0.0 -- 20210604 | ||
| * 1.0.0 -- 20210604 | ||
| - add module version, update tags | ||
|
|
||
| * v1.1.0 -- 20210915 | ||
| * 1.1.0 -- 20210915 | ||
| - enable use of ingress_networks and egress_networks for pre-defined port list | ||
|
|
||
| * v1.1.1 -- 20210929 | ||
| * 1.1.1 -- 20210929 | ||
| - fix default egress to be 0/0 for web submodule | ||
|
|
||
|
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,3 @@ | ||
| locals { | ||
| _module_version = "2.2.4" | ||
| _module_version = "2.2.5" | ||
| } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,8 +1,13 @@ | ||
| # v1.0.0 -- 20210604 | ||
| # version 1.x | ||
|
|
||
| * 1.0.0 -- 20210604 | ||
| - add module version, update tags | ||
|
|
||
| # v1.1.0 -- 20210915 | ||
| * 1.1.0 -- 20210915 | ||
| - enable use of ingress_networks and egress_networks for pre-defined port list | ||
|
|
||
| # v1.1.1 -- 20210929 | ||
| * 1.1.1 -- 20210929 | ||
| - fix default egress to be 0/0 for web submodule | ||
|
|
||
| * 1.1.2 -- 2022-06-03 | ||
| - change map() to {} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,3 @@ | ||
| locals { | ||
| _module_version = "1.1.1" | ||
| _module_version = "1.1.2" | ||
| } |