Skip to content

Commit 8993150

Browse files
authored
removed operating system version (#5)
Signed-off-by: Ali Mukadam <[email protected]>
1 parent 4f21e2e commit 8993150

File tree

2 files changed

+32
-1
lines changed

2 files changed

+32
-1
lines changed

CHANGELOG.adoc

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,38 @@ All notable changes to this project are documented in this file.
77

88
The 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

datasources.tf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ data "template_file" "oracle_cloud_init_file" {
4747
data "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
}

0 commit comments

Comments
 (0)