File tree Expand file tree Collapse file tree 2 files changed +32
-1
lines changed
Expand file tree Collapse file tree 2 files changed +32
-1
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,38 @@ All notable changes to this project are documented in this file.
77
88The format is based on {uri-changelog} [Keep a Changelog].
99
10+ == v1.0.6 (May 30,2020)
11+
12+ === Changes
13+ * removed image operating system version (#4)
14+
15+ == v1.0.6 (May 30,2020)
16+
17+ === Changes
18+ * added label_prefix to operator hostname
19+
20+ == v1.0.5 (May 27,2020)
21+
22+ === Changes
23+ * Added optional list of nsg_ids as parameter
24+
25+ == v1.0.4 (May 27,2020)
26+
27+ === Changes
28+ * updated tags
29+
30+ == v1.0.3 (May 27,2020)
31+
32+ === Changes
33+ * fixed wrong condition check
34+
35+
36+ == v1.0.1,v1.0.2 (May 27,2020)
37+
38+ === Changes
39+ * updated outputs
40+
41+
1042== v1.0.0 (May 21,2020)
1143
1244=== Changes
Original file line number Diff line number Diff line change @@ -47,7 +47,6 @@ data "template_file" "oracle_cloud_init_file" {
4747data "oci_core_images" "oracle_images" {
4848 compartment_id = var. compartment_id
4949 operating_system = " Oracle Linux"
50- operating_system_version = " 7.8"
5150 shape = var. operator_shape
5251 sort_by = " TIMECREATED"
5352}
You can’t perform that action at this time.
0 commit comments