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
|[cluster-autoscaler](katalog/cluster-autoscaler)|`v1.29.0 - v1.34.0`| A component that automatically adjusts the size of a Kubernetes Cluster |
31
-
|[IAM role for cluster-autoscaler](modules/iam-for-cluster-autoscaler)|`-`| Terraform module to manage IAM role used by cluster-autoscaler |
32
-
|[aws-node-termination-handler](katalog/node-termination-handler)|`v1.25.2`| Automatically manage graceful termination of pods in the event that one node is retired by AWS |
33
-
|[aws-load-balancer-controller](katalog/load-balancer-controller)|`v2.13.4`| AWS Load Balancer Controller is a controller to help manage Elastic Load Balancers for a Kubernetes cluster |
34
-
|[IAM role for aws-load-balancer-controller](modules/iam-for-load-balancer-controller)|`-`| Terraform module to manage IAM role used by aws-load-balancer-controller |
35
-
|[IAM role for aws-ebs-csi-driver](modules/iam-for-ebs-csi-driver)|`-`| Terraform module to manage IAM role used by EBS CSI driver |
36
-
|[EKS Addons](modules/eks-addons)|`-`| Terraform module to install the main EKS Addons (coredns, EBS CSI Driver, snapshot controller, VPC cni) |
|[cluster-autoscaler](katalog/cluster-autoscaler)|`v1.29.0 - v1.35.0`| A component that automatically adjusts the size of a Kubernetes Cluster |
31
+
|[IAM role for cluster-autoscaler](modules/iam-for-cluster-autoscaler)|`-`| Terraform module to manage IAM role used by cluster-autoscaler |
32
+
|[aws-node-termination-handler](katalog/node-termination-handler)|`v1.25.6`| Automatically manage graceful termination of pods in the event that one node is retired by AWS |
33
+
|[aws-load-balancer-controller](katalog/load-balancer-controller)|`v3.4.0`| AWS Load Balancer Controller is a controller to help manage Elastic Load Balancers for a Kubernetes cluster |
34
+
|[IAM role for aws-load-balancer-controller](modules/iam-for-load-balancer-controller)|`-`| Terraform module to manage IAM role used by aws-load-balancer-controller |
35
+
|[IAM role for aws-ebs-csi-driver](modules/iam-for-ebs-csi-driver)|`-`| Terraform module to manage IAM role used by EBS CSI driver |
36
+
|[EKS Addons](modules/eks-addons)|`-`| Terraform module to install the main EKS Addons (coredns, EBS CSI Driver, snapshot controller, VPC cni) |
37
37
38
38
39
39
Click on each package to see its full documentation.
Welcome to the latest release of the `aws` module for the [`SIGHUP Distribution`](https://github.com/sighupio/distribution), maintained by team SIGHUP.
4
+
5
+
This is a **minor release** that adds compatibility with **Kubernetes 1.35** and upgrades the cluster-autoscaler, aws-load-balancer-controller, and aws-node-termination-handler components.
6
+
7
+
## Component Images 🚢
8
+
9
+
| Component | Supported Version | Previous Version |
> **Note:** Please refer to the individual release notes for detailed information on each update.
16
+
17
+
## New Features ✨
18
+
19
+
### Kubernetes 1.35 Support
20
+
21
+
-**Full Kubernetes 1.35 compatibility**: All components tested and validated against Kubernetes 1.35.x clusters.
22
+
- New `cluster-autoscaler` overlay `v1.35.x` pinned to `cluster-autoscaler``v1.35.0`.
23
+
24
+
### AWS Load Balancer Controller v3
25
+
26
+
- Upgraded `aws-load-balancer-controller` to the actively maintained **v3** line (`v3.4.0`). The v2 line is frozen (last release `v2.17.1`, January 2026).
27
+
-**Gateway API stays disabled**: the module does not ship the Gateway API CRDs, and v3 automatically disables the ALB/NLB Gateway controllers when those CRDs are absent. The controller keeps managing Ingress and Service (ALB/NLB) resources exactly as before.
28
+
- The required IAM policy is unchanged between the previous version and v3.4.0.
29
+
30
+
## Breaking Changes 🚨
31
+
32
+
This is a **minor release** with **no breaking changes** to the module usage. Existing Ingress/Service-based configurations remain fully compatible. The AWS Load Balancer Controller v3 upgrade is transparent for this module (Gateway API is not used).
33
+
34
+
## Update Guide 🛠️
35
+
36
+
This module is deployed and configured as part of SIGHUP Distribution via `furyctl`. The correct `cluster-autoscaler` overlay for your Kubernetes version is selected automatically; no manual changes are required when moving to a Kubernetes 1.35 distribution.
Copy file name to clipboardExpand all lines: katalog/load-balancer-controller/MAINTENANCE.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,10 +5,10 @@ To maintain the AWS load balancer controller package, you should follow these st
5
5
Go to <https://kubernetes-sigs.github.io/aws-load-balancer-controller/latest/deploy/installation/> and follow the steps for
6
6
the non-helm installation.
7
7
8
-
Get the yaml file, for example <https://github.com/kubernetes-sigs/aws-load-balancer-controller/releases/download/v2.13.4/v2_13_4_full.yaml>
8
+
Get the YAML file, for example <https://github.com/kubernetes-sigs/aws-load-balancer-controller/releases/download/v3.4.0/v3_4_0_full.yaml>
9
9
and compare it with `deploy.yaml` file.
10
10
11
-
You should also update the `modules/iam-for-load-balancer-controller/iam.tf` file with the policy provided in the release, for example: <https://github.com/kubernetes-sigs/aws-load-balancer-controller/blob/v2.13.4/docs/install/iam_policy.json>.
11
+
You should also update the `modules/iam-for-load-balancer-controller/iam.tf` file with the policy provided in the release, for example: <https://github.com/kubernetes-sigs/aws-load-balancer-controller/blob/v3.4.0/docs/install/iam_policy.json>.
0 commit comments