Skip to content

Commit

Permalink
removed operating system version (#5)
Browse files Browse the repository at this point in the history
Signed-off-by: Ali Mukadam <ali.mukadam@oracle.com>
  • Loading branch information
hyder authored Jun 10, 2020
1 parent 4f21e2e commit 8993150
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 1 deletion.
32 changes: 32 additions & 0 deletions CHANGELOG.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,38 @@ All notable changes to this project are documented in this file.

The format is based on {uri-changelog}[Keep a Changelog].

== v1.0.6 (May 30,2020)

=== Changes
* removed image operating system version (#4)

== v1.0.6 (May 30,2020)

=== Changes
* added label_prefix to operator hostname

== v1.0.5 (May 27,2020)

=== Changes
* Added optional list of nsg_ids as parameter

== v1.0.4 (May 27,2020)

=== Changes
* updated tags

== v1.0.3 (May 27,2020)

=== Changes
* fixed wrong condition check


== v1.0.1,v1.0.2 (May 27,2020)

=== Changes
* updated outputs


== v1.0.0 (May 21,2020)

=== Changes
Expand Down
1 change: 0 additions & 1 deletion datasources.tf
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ data "template_file" "oracle_cloud_init_file" {
data "oci_core_images" "oracle_images" {
compartment_id = var.compartment_id
operating_system = "Oracle Linux"
operating_system_version = "7.8"
shape = var.operator_shape
sort_by = "TIMECREATED"
}
Expand Down

0 comments on commit 8993150

Please sign in to comment.