Skip to content

Commit d97566d

Browse files
committed
last release for terraform 0.12
1 parent 276bf12 commit d97566d

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.adoc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ 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.16 (April 26, 2021)
11+
* Last release for Terraform 0.12
12+
13+
== v2.1.1 (March 23,2021)
14+
* Improved provisioning time for OL8
15+
1016
== v2.1.0 (March 22,2021)
1117
* Upgrade default version of operator host to Oracle Linux 8 (#26)
1218

versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ terraform {
77
source = "hashicorp/template"
88
}
99
}
10-
required_version = ">= 0.13"
10+
required_version = ">= 0.12"
1111
}

0 commit comments

Comments
 (0)