File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed
Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,13 @@ 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.4.0 (Sep 1, 2020)
10+ == 1.3.4 (November 3, 2020)
11+ * Upgraded operator module to v1.0.15 to avoid name collision for dynamic group for operator (#76)
12+
13+ == 1.3.3 (October 28, 2020)
14+ * Upgraded operator module to v1.0.14 to temporarily disable OSMS (#71)
15+
16+ == 1.3.2 (September 1, 2020)
1117* Reverses 1.3.0 and 1.3.11 (#69)
1218* Upgraded bastion module to 1.0.7
1319* Upgraded operator module to 1.0.13
Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ module "bastion" {
6868
6969module "operator" {
7070 source = " oracle-terraform-modules/operator/oci"
71- version = " 1.0.14 "
71+ version = " 1.0.15 "
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