Skip to content

Commit 824668b

Browse files
Created and updated docs for 1.32 (#4247)
* Added directory docs/contents/releases/1-32/27 * Added file docs/contents/index.md * Added file README.md
1 parent 7064899 commit 824668b

File tree

5 files changed

+40
-1
lines changed

5 files changed

+40
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ Source: https://github.com/cncf/artwork/tree/master/projects/kubernetes/certifie
7272

7373
| Release | Manifest | Kubernetes Version |
7474
| -- | --- |-------------------------------------------------------------------------|
75-
| 26 | [v1-32-eks-26](https://distro.eks.amazonaws.com/kubernetes-1-32/kubernetes-1-32-eks-26.yaml) | [v1.32.9](https://github.com/kubernetes/kubernetes/release/tag/v1.32.9) |
75+
| 27 | [v1-32-eks-27](https://distro.eks.amazonaws.com/kubernetes-1-32/kubernetes-1-32-eks-27.yaml) | [v1.32.9](https://github.com/kubernetes/kubernetes/release/tag/v1.32.9) |
7676

7777
### Kubernetes 1-31
7878

docs/contents/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,7 @@ if you are interested in the AL2 container runtime kernel version.
143143
* [v1-33-eks-1](releases/1-33/1/index.md) (May 28, 2025)
144144

145145
#### EKS-D 1.32 Version Dependencies
146+
* [v1-32-eks-27](releases/1-32/27/index.md) (October 23, 2025)
146147
* [v1-32-eks-26](releases/1-32/26/index.md) (October 10, 2025)
147148
* [v1-32-eks-25](releases/1-32/25/index.md) (October 09, 2025)
148149
* [v1-32-eks-24](releases/1-32/24/index.md) (October 06, 2025)
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Changelog for v1-32-eks-27
2+
3+
This changelog highlights the changes for [v1-32-eks-27](https://github.com/aws/eks-distro/tree/v1-32-eks-27).
4+
5+
## Changes
6+
7+
### Patches
8+
* OctA - patches and project updates for 1.28 to 1.34 ([4222](https://github.com/aws/eks-distro/pull/4222))
9+
10+
### Projects
11+
* OctA - patches and project updates for 1.28 to 1.34 ([4222](https://github.com/aws/eks-distro/pull/4222))
12+
* Update GIT_TAG and GOLANG_VERSION files for internally built projects ([4219](https://github.com/aws/eks-distro/pull/4219))
13+
14+
### Base Image
15+
* Update base image in tag file(s) ([4221](https://github.com/aws/eks-distro/pull/4221))
16+
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# EKS-D v1-32-eks-27 Release
2+
3+
For additional information, see the [changelog](CHANGELOG-v1-32-eks-27.md) for this release.
4+
5+
## Release Manifest
6+
7+
Download the release manifest here: [kubernetes-1-32-eks-27.yaml](https://distro.eks.amazonaws.com/kubernetes-1-32/kubernetes-1-32-eks-27.yaml)
8+
9+
| Name | Version | URI |
10+
|------|---------|-----|
11+
| aws-iam-authenticator | v0.7.7 | public.ecr.aws/eks-distro/kubernetes-sigs/aws-iam-authenticator:v0.7.7-eks-1-32-27 |
12+
| coredns | v1.12.2 | public.ecr.aws/eks-distro/coredns/coredns:v1.12.2-eks-1-32-27 |
13+
| etcd | v3.5.21 | public.ecr.aws/eks-distro/etcd-io/etcd:v3.5.21-eks-1-32-27 |
14+
| go-runner | v0.18.0 | public.ecr.aws/eks-distro/kubernetes/go-runner:v0.18.0-eks-1-32-27 |
15+
| kube-apiserver | v1.32.9 | public.ecr.aws/eks-distro/kubernetes/kube-apiserver:v1.32.9-eks-1-32-27 |
16+
| kube-controller-manager | v1.32.9 | public.ecr.aws/eks-distro/kubernetes/kube-controller-manager:v1.32.9-eks-1-32-27 |
17+
| kube-proxy | v1.32.9 | public.ecr.aws/eks-distro/kubernetes/kube-proxy:v1.32.9-eks-1-32-27 |
18+
| kube-proxy-base | v0.18.0 | public.ecr.aws/eks-distro/kubernetes/kube-proxy-base:v0.18.0-eks-1-32-27 |
19+
| kube-scheduler | v1.32.9 | public.ecr.aws/eks-distro/kubernetes/kube-scheduler:v1.32.9-eks-1-32-27 |
20+
| pause | v1.32.9 | public.ecr.aws/eks-distro/kubernetes/pause:v1.32.9-eks-1-32-27 |
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Amazon EKS Distro v1-32-eks-27 is now available. Builds are available through ECR Public Gallery (https://gallery.ecr.aws/eks-distro). The changelog and release manifest are available on GitHub (https://github.com/aws/eks-distro/releases).
2+

0 commit comments

Comments
 (0)