File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed
Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,15 @@ All notable changes to this project are documented in this file.
77
88The 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)
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ terraform {
77
88module "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
You can’t perform that action at this time.
0 commit comments