Skip to content

Commit 629f1ac

Browse files
authored
upgraded base module to 1.2.3 (#170)
Signed-off-by: Ali Mukadam <[email protected]>
1 parent 527f97a commit 629f1ac

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.adoc

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,15 @@ 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+
== 2.2.2 (June 10, 2020)
11+
* Upgraded base module to 1.2.3 (#169)
12+
13+
== 2.2.1 (June 6, 2020)
14+
* Upgraded base module to 1.2.2 (#165)
15+
* Renamed all admin to operators
16+
* Standardized features with _enabled
17+
* Improved tagging
18+
1019
== 2.2.0 (May 4, 2020)
1120
* Use OCI Secret in Vault to retrieve Auth Token for creating Kubernetes secret for OCIR. This allows reuse of existing Auth Tokens (#153)
1221
* Added Montreal as supported region (#160)

main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ terraform {
77

88
module "base" {
99
source = "oracle-terraform-modules/base/oci"
10-
version = "1.2.2"
10+
version = "1.2.3"
1111

1212
# general oci parameters
1313
oci_base_general = local.oci_base_general

0 commit comments

Comments
 (0)