File tree Expand file tree Collapse file tree 2 files changed +17
-2
lines changed
Expand file tree Collapse file tree 2 files changed +17
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,21 @@ All notable changes to this project are documented in this file.
77
88The format is based on {uri-changelog} [Keep a Changelog].
99
10+ == 1.2.3 (June 10, 2020)
11+ * Upgraded bastion to 1.0.2
12+ * Upgraded operator to 1.0.7
13+
14+ == 1.2.2 (June 04, 2020)
15+ * Upgraded operator to 1.0.6
16+
17+ == 1.2.1 (June 04, 2020)
18+ * Fixed hard coded bugs (#53)
19+ * Updated docs
20+
21+ == 1.2.0 (May 28, 2020)
22+ * Renamed admin to operator
23+ * All 3 modules (vcn, bastion, operator) now use the 3 separate modules from HashiCorp registry
24+
1025== 1.1.4 (May 5, 2020)
1126* Removed instance_principal check (#48)
1227
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ module "vcn" {
2424
2525module "bastion" {
2626 source = " oracle-terraform-modules/bastion/oci"
27- version = " 1.0.1 "
27+ version = " 1.0.2 "
2828
2929 # provider identity parameters
3030 api_fingerprint = var. oci_base_provider . api_fingerprint
@@ -68,7 +68,7 @@ module "bastion" {
6868
6969module "operator" {
7070 source = " oracle-terraform-modules/operator/oci"
71- version = " 1.0.6 "
71+ version = " 1.0.7 "
7272
7373 # provider identity parameters
7474 api_fingerprint = var. oci_base_provider . api_fingerprint
You can’t perform that action at this time.
0 commit comments