From ce80a439e1614ba189ca7036970cecdc8f34aa27 Mon Sep 17 00:00:00 2001 From: davinerd Date: Mon, 5 Jul 2021 11:32:15 +0200 Subject: [PATCH] Added changelog --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..445de9a --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,12 @@ +# Version 0.3 (2021-07-05) +- Added `enable_integrity_monitoring` and `enable_secure_boot` both to `true` as default +- Added `target_tags` to the ingress-nginx firewall rule +- Removed Service Account impersonation (this should be set outside of this module) +- Possibility to define custom cluster's master authorized networks +- Possibility to specify the HTTP endpoint for the automatic retrival of the machine's public IP (used as default master authorized network) + +# Version 0.2 (2021-06-28) +- Added support for custom node pools tains and labels + +# Version 0.1 (2021-06-24) +- First release! \ No newline at end of file