Skip to content

Commit ddad0f6

Browse files
authored
Wayfinder v2.5.1 (#50) (#51)
* Wayfinder v2.5.1 and EKS v1.27 * Bump EKS addon versions
1 parent 82d4a12 commit ddad0f6

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -63,13 +63,13 @@ The `terraform-docs` utility is used to generate this README. Follow the below s
6363

6464
| Name | Description | Type | Default | Required |
6565
|------|-------------|------|---------|:--------:|
66-
| <a name="input_aws_ebs_csi_driver_addon_version"></a> [aws\_ebs\_csi\_driver\_addon\_version](#input\_aws\_ebs\_csi\_driver\_addon\_version) | The version to use for the AWS EBS CSI driver. | `string` | `"v1.20.0-eksbuild.1"` | no |
67-
| <a name="input_aws_vpc_cni_addon_version"></a> [aws\_vpc\_cni\_addon\_version](#input\_aws\_vpc\_cni\_addon\_version) | AWS VPC CNI Addon version to use. | `string` | `"v1.13.4-eksbuild.1"` | no |
66+
| <a name="input_aws_ebs_csi_driver_addon_version"></a> [aws\_ebs\_csi\_driver\_addon\_version](#input\_aws\_ebs\_csi\_driver\_addon\_version) | The version to use for the AWS EBS CSI driver. | `string` | `"v1.21.0-eksbuild.1"` | no |
67+
| <a name="input_aws_vpc_cni_addon_version"></a> [aws\_vpc\_cni\_addon\_version](#input\_aws\_vpc\_cni\_addon\_version) | AWS VPC CNI Addon version to use. | `string` | `"v1.14.1-eksbuild.1"` | no |
6868
| <a name="input_cluster_endpoint_public_access_cidrs"></a> [cluster\_endpoint\_public\_access\_cidrs](#input\_cluster\_endpoint\_public\_access\_cidrs) | List of CIDR blocks which can access the Amazon EKS API server endpoint. | `list(string)` | <pre>[<br> "0.0.0.0/0"<br>]</pre> | no |
6969
| <a name="input_cluster_security_group_additional_rules"></a> [cluster\_security\_group\_additional\_rules](#input\_cluster\_security\_group\_additional\_rules) | List of additional security group rules to add to the cluster security group created. Set `source_node_security_group = true` inside rules to set the `node_security_group` as source. | `any` | `{}` | no |
70-
| <a name="input_cluster_version"></a> [cluster\_version](#input\_cluster\_version) | The Kubernetes version to use for the EKS cluster. | `string` | `"1.26"` | no |
70+
| <a name="input_cluster_version"></a> [cluster\_version](#input\_cluster\_version) | The Kubernetes version to use for the EKS cluster. | `string` | `"1.27"` | no |
7171
| <a name="input_clusterissuer_email"></a> [clusterissuer\_email](#input\_clusterissuer\_email) | The email address to use for the cert-manager cluster issuer. | `string` | n/a | yes |
72-
| <a name="input_coredns_addon_version"></a> [coredns\_addon\_version](#input\_coredns\_addon\_version) | CoreDNS Addon version to use. | `string` | `"v1.9.3-eksbuild.9"` | no |
72+
| <a name="input_coredns_addon_version"></a> [coredns\_addon\_version](#input\_coredns\_addon\_version) | CoreDNS Addon version to use. | `string` | `"v1.10.1-eksbuild.6"` | no |
7373
| <a name="input_create_localadmin_user"></a> [create\_localadmin\_user](#input\_create\_localadmin\_user) | Whether to create a localadmin user for access to the Wayfinder Portal and API. | `bool` | `true` | no |
7474
| <a name="input_disable_internet_access"></a> [disable\_internet\_access](#input\_disable\_internet\_access) | Whether to disable internet access for EKS and the Wayfinder ingress controller. | `bool` | `false` | no |
7575
| <a name="input_disable_local_login"></a> [disable\_local\_login](#input\_disable\_local\_login) | Whether to disable local login for Wayfinder. Note: An IDP must be configured within Wayfinder, otherwise you will not be able to log in. | `bool` | `false` | no |
@@ -86,7 +86,7 @@ The `terraform-docs` utility is used to generate this README. Follow the below s
8686
| <a name="input_enable_wf_dnszonemanager"></a> [enable\_wf\_dnszonemanager](#input\_enable\_wf\_dnszonemanager) | Whether to configure admin CloudAccessConfig for DNS zone management in the account Wayfinder is installed in once installed (requires enable\_k8s\_resources and enable\_wf\_cloudaccess) | `bool` | `false` | no |
8787
| <a name="input_environment"></a> [environment](#input\_environment) | The environment name we are provisioning. | `string` | `"production"` | no |
8888
| <a name="input_kms_key_administrators"></a> [kms\_key\_administrators](#input\_kms\_key\_administrators) | A list of IAM ARNs for EKS key administrators. If no value is provided, the current caller identity is used to ensure at least one key admin is available. | `list(string)` | `[]` | no |
89-
| <a name="input_kube_proxy_addon_version"></a> [kube\_proxy\_addon\_version](#input\_kube\_proxy\_addon\_version) | Kube Proxy Addon version to use. | `string` | `"v1.26.9-eksbuild.2"` | no |
89+
| <a name="input_kube_proxy_addon_version"></a> [kube\_proxy\_addon\_version](#input\_kube\_proxy\_addon\_version) | Kube Proxy Addon version to use. | `string` | `"v1.27.8-eksbuild.4"` | no |
9090
| <a name="input_node_security_group_additional_rules"></a> [node\_security\_group\_additional\_rules](#input\_node\_security\_group\_additional\_rules) | List of additional security group rules to add to the node security group created. Set `source_cluster_security_group = true` inside rules to set the `cluster_security_group` as source. | `any` | `{}` | no |
9191
| <a name="input_subnet_ids"></a> [subnet\_ids](#input\_subnet\_ids) | A list of private Subnet IDs to launch the Wayfinder EKS Nodes onto. | `list(string)` | n/a | yes |
9292
| <a name="input_tags"></a> [tags](#input\_tags) | A map of tags to add to all resources created. | `map(string)` | `{}` | no |
@@ -97,7 +97,7 @@ The `terraform-docs` utility is used to generate this README. Follow the below s
9797
| <a name="input_wayfinder_instance_id"></a> [wayfinder\_instance\_id](#input\_wayfinder\_instance\_id) | The instance ID to use for Wayfinder. | `string` | n/a | yes |
9898
| <a name="input_wayfinder_licence_key"></a> [wayfinder\_licence\_key](#input\_wayfinder\_licence\_key) | The licence key to use for Wayfinder. | `string` | n/a | yes |
9999
| <a name="input_wayfinder_release_channel"></a> [wayfinder\_release\_channel](#input\_wayfinder\_release\_channel) | The release channel to use for Wayfinder. | `string` | `"wayfinder-releases"` | no |
100-
| <a name="input_wayfinder_version"></a> [wayfinder\_version](#input\_wayfinder\_version) | The version to use for Wayfinder. | `string` | `"v2.4.6"` | no |
100+
| <a name="input_wayfinder_version"></a> [wayfinder\_version](#input\_wayfinder\_version) | The version to use for Wayfinder. | `string` | `"v2.5.1"` | no |
101101

102102
## Outputs
103103

variables.tf

+6-6
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ variable "cluster_security_group_additional_rules" {
1818
variable "cluster_version" {
1919
description = "The Kubernetes version to use for the EKS cluster."
2020
type = string
21-
default = "1.26"
21+
default = "1.27"
2222
}
2323

2424
variable "create_localadmin_user" {
@@ -208,29 +208,29 @@ variable "wayfinder_release_channel" {
208208
variable "wayfinder_version" {
209209
description = "The version to use for Wayfinder."
210210
type = string
211-
default = "v2.4.6"
211+
default = "v2.5.1"
212212
}
213213

214214
variable "aws_ebs_csi_driver_addon_version" {
215215
description = "The version to use for the AWS EBS CSI driver."
216216
type = string
217-
default = "v1.20.0-eksbuild.1"
217+
default = "v1.21.0-eksbuild.1"
218218
}
219219

220220
variable "coredns_addon_version" {
221221
description = "CoreDNS Addon version to use."
222222
type = string
223-
default = "v1.9.3-eksbuild.9"
223+
default = "v1.10.1-eksbuild.6"
224224
}
225225

226226
variable "kube_proxy_addon_version" {
227227
description = "Kube Proxy Addon version to use."
228228
type = string
229-
default = "v1.26.9-eksbuild.2"
229+
default = "v1.27.8-eksbuild.4"
230230
}
231231

232232
variable "aws_vpc_cni_addon_version" {
233233
description = "AWS VPC CNI Addon version to use."
234234
type = string
235-
default = "v1.13.4-eksbuild.1"
235+
default = "v1.14.1-eksbuild.1"
236236
}

0 commit comments

Comments
 (0)