File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed
Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,9 @@ All notable changes to this project are documented in this file.
77
88The format is based on {uri-changelog} [Keep a Changelog].
99
10+ == 2.3.2 (August 19, 2020)
11+ * Unable to install kube in operator (#197)
12+
1013== 2.3.1 (August 13, 2020)
1114* Missing security rule when workers are in public mode (#183)
1215* Updated docs for terraform options and for resetting nodepool_drain (#190)
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ terraform {
77
88module "base" {
99 source = " oracle-terraform-modules/base/oci"
10- version = " 1.3.0 "
10+ version = " 1.3.1 "
1111
1212 # general oci parameters
1313 oci_base_general = local. oci_base_general
Original file line number Diff line number Diff line change 44
55sudo yum install -y oracle-olcne-release-el7
66
7- sudo yum-config-manager --enable ol7_olcne
7+ sudo yum-config-manager --enable ol7_olcne11
88
99sudo yum install -y kubectl git
1010
You can’t perform that action at this time.
0 commit comments