Skip to content

Commit

Permalink
upgraded base module to 1.2.3 (#170)
Browse files Browse the repository at this point in the history
Signed-off-by: Ali Mukadam <[email protected]>
  • Loading branch information
hyder authored Jun 10, 2020
1 parent 527f97a commit 629f1ac
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,15 @@ All notable changes to this project are documented in this file.

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

== 2.2.2 (June 10, 2020)
* Upgraded base module to 1.2.3 (#169)

== 2.2.1 (June 6, 2020)
* Upgraded base module to 1.2.2 (#165)
* Renamed all admin to operators
* Standardized features with _enabled
* Improved tagging

== 2.2.0 (May 4, 2020)
* Use OCI Secret in Vault to retrieve Auth Token for creating Kubernetes secret for OCIR. This allows reuse of existing Auth Tokens (#153)
* Added Montreal as supported region (#160)
Expand Down
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ terraform {

module "base" {
source = "oracle-terraform-modules/base/oci"
version = "1.2.2"
version = "1.2.3"

# general oci parameters
oci_base_general = local.oci_base_general
Expand Down

0 comments on commit 629f1ac

Please sign in to comment.