File tree Expand file tree Collapse file tree 2 files changed +15
-2
lines changed
Expand file tree Collapse file tree 2 files changed +15
-2
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,19 @@ All notable changes to this project are documented in this file.
77
88The format is based on {uri-changelog} [Keep a Changelog].
99
10- == 4.2.14 (not released)
10+ == 4.2.17 (not released)
11+ === Changes
12+ * fix: Operator support for disabled VCN DNS by @devoncrouse in #614
13+
14+ == 4.2.16
15+ === Changes
16+ * fix: Wait for cloud-init completion before k8s extension install by @devoncrouse in #611
17+
18+ == 4.2.15
19+ === Changes
20+ * fix: added kubernetes api control plane network access for pods by @JamesMarino in #609
21+
22+ == 4.2.14
1123=== Changes
1224* feat: Removed local kubeconfig file creation and `update_kubeconfig` input variable by @slok in #602
1325* feat: Support disabled DNS record assignment for OKE subnets by @devoncrouse in #606
Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ module "bastion" {
108108
109109module "operator" {
110110 source = " oracle-terraform-modules/operator/oci"
111- version = " 3.1.4 "
111+ version = " 3.1.5 "
112112
113113
114114 # general oci parameters
@@ -117,6 +117,7 @@ module "operator" {
117117 label_prefix = var. label_prefix
118118
119119 # networking
120+ assign_dns = var. assign_dns
120121 availability_domain = var. availability_domains [" operator" ]
121122 nat_route_id = local. nat_route_id
122123 netnum = lookup (var. subnets [" operator" ], " netnum" )
You can’t perform that action at this time.
0 commit comments