@@ -7,34 +7,31 @@ All notable changes to this project are documented in this file.
77
88The format is based on {uri-changelog} [Keep a Changelog].
99
10- = Unreleased
10+ = v3.0.0 (September 21,2021)
1111
1212== New features
13- * Changed default tag values
14- * Renamed operator_tags --> freeform_tags
15- * Renamed notification variables
16- * Renamed variable operating_system_version --> operator_os_version
17- * Renamed variable operator_upgrade --> upgrade_operator
18- * Renamed variable timezone --> operator_timezone
19- * Renamed variable operator_instance_principal --> enable_operator_instance_principal
20- * Added support for Bastion service
21- * AD lookup mechanism reimplemented to remove dependency on deprecated template_file data source
22- * Replaced deprecated template_file data source with templatefile function
13+ * Added support for Ampere A1 Flex shape Shape (#30)
14+ * Added support for Bastion service (#45)
2315* Set minimum Terraform version to 1.0.0
2416* New variable (`operator_state`) to specify state of operator host
25- * Removed security list and using NSG instead
17+ * Added NSG to control network access
2618
2719== Changes
20+ * Replaced deprecated template_file data source with templatefile function (#38)
21+ * Renamed control variables (#41)
22+ ** Renamed operator_tags --> freeform_tags
23+ ** Renamed notification variables
24+ ** Renamed variable operating_system_version --> operator_os_version
25+ ** Renamed variable operator_upgrade --> upgrade_operator
26+ ** Renamed variable timezone --> operator_timezone
27+ ** Renamed variable operator_instance_principal --> enable_operator_instance_principal
28+ * Changed default tag values
2829* Set default shape to E4.Flex
30+ * AD lookup mechanism reimplemented to remove dependency on deprecated template_file data source
2931
3032== Deletion
31- * * Deleted var.operator_enabled. This can now be controlled using higher level modules.
32-
33- == Deprecation notice
34-
35- The following variables will be renamed at the next major release of this module:
36-
37- * var.operator_enabled --> var.create_operator
33+ * Deleted var.operator_enabled. This can now be controlled using higher level modules
34+ * Removed provider identity variables and home provider from the operator module (#43)
3835
3936== v2.1.0 (March 22,2021)
4037* Upgrade default version of operator host to Oracle Linux 8 (#26)
0 commit comments