Skip to content

Commit 7d20404

Browse files
authored
fix: Operator support for disabled VCN DNS (#614)
Signed-off-by: Devon Crouse <[email protected]> Signed-off-by: Devon Crouse <[email protected]>
1 parent 841945b commit 7d20404

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

CHANGELOG.adoc

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,19 @@ All notable changes to this project are documented in this file.
77

88
The 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

main.tf

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ module "bastion" {
108108

109109
module "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")

0 commit comments

Comments
 (0)