You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.adoc
+11-3Lines changed: 11 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,21 +10,29 @@ The format is based on {uri-changelog}[Keep a Changelog].
10
10
= Unreleased
11
11
12
12
=== Additions
13
-
13
+
* Added faster kubectl script (Thanks @joelezell-conga, @rgmccaw, Richard Exley)
14
14
* Added support for VCN native endpoint for Kubernetes
15
15
** Added a subnet for control plane (#270)
16
16
** Added 2 parameters (cluster_access and cluster_source) to control access to Kubernetes API endpoint (#270)
17
+
* Added support for initial node labels (#265)
18
+
** Node labels can now be specified in node pools
19
+
* Added support for enforcing use of signed images from registry (#274)
20
+
* Added ability to specify node_pool_os_version (#281)
21
+
* Added cluster_id and nodepool_ids for improved reusability (Thanks @yasn77)
17
22
18
23
=== Changes
19
24
20
-
* Changed base module version to 2.2.0. This allows choosing between Oracle Linux 7.X or 8 for the operator host as well as supporting custom route rules on the NAT gateway route table (#279). Custom route rules will make hybrid deployment easier to manage.
25
+
* Updated permissions required in documentation (#292)
26
+
* Made node pool image updatable (#286)
27
+
* Changed deprecated map function (#283)
28
+
* Changed base module version to 2.2.1. This allows controlling the state of the bastion (RUNNING or STOPPED), choosing between Oracle Linux 7.X or 8 for the operator host as well as supporting custom route rules on the NAT gateway route table (#279). Custom route rules will make hybrid deployment easier to manage.
21
29
* Reworked the subnet boundaries for bastion and operator hosts (#270)
22
30
* Updated and simplified OKE security lists to support VCN native endpoints (#270)
23
31
* All port numbers and stateless are now in integer and boolean formats respectively (#270)
24
32
* Updated default Kubernetes version to v 1.19.7
25
33
* Updated documentation and topology diagrams
26
34
* Fixed incorrect namespace issue when creating secret for OCIR (#267)
27
-
* Narrow permissions for kubeconfig file
35
+
* Narrow permissions for kubeconfig file
28
36
29
37
=== Deletions
30
38
Removed hardcoded WAF CIDRs and used data source instead.
0 commit comments