Skip to content

Commit 7064899

Browse files
Created and updated docs for 1.31 (#4246)
* Added directory docs/contents/releases/1-31/34 * Added file docs/contents/index.md * Added file README.md
1 parent 70d7c21 commit 7064899

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
@@ -78,7 +78,7 @@ Source: https://github.com/cncf/artwork/tree/master/projects/kubernetes/certifie
7878

7979
| Release | Manifest | Kubernetes Version |
8080
| -- | --- |---------------------------------------------------------------------------|
81-
| 33 | [v1-31-eks-33](https://distro.eks.amazonaws.com/kubernetes-1-31/kubernetes-1-31-eks-33.yaml) | [v1.31.13](https://github.com/kubernetes/kubernetes/release/tag/v1.31.13) |
81+
| 34 | [v1-31-eks-34](https://distro.eks.amazonaws.com/kubernetes-1-31/kubernetes-1-31-eks-34.yaml) | [v1.31.13](https://github.com/kubernetes/kubernetes/release/tag/v1.31.13) |
8282

8383
### Kubernetes 1-30
8484

docs/contents/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,7 @@ if you are interested in the AL2 container runtime kernel version.
171171
* [v1-32-eks-1](releases/1-32/1/index.md) (December 06, 2024)
172172

173173
#### EKS-D 1.31 Version Dependencies
174+
* [v1-31-eks-34](releases/1-31/34/index.md) (October 23, 2025)
174175
* [v1-31-eks-33](releases/1-31/33/index.md) (October 10, 2025)
175176
* [v1-31-eks-32](releases/1-31/32/index.md) (October 09, 2025)
176177
* [v1-31-eks-31](releases/1-31/31/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-31-eks-34
2+
3+
This changelog highlights the changes for [v1-31-eks-34](https://github.com/aws/eks-distro/tree/v1-31-eks-34).
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-31-eks-34 Release
2+
3+
For additional information, see the [changelog](CHANGELOG-v1-31-eks-34.md) for this release.
4+
5+
## Release Manifest
6+
7+
Download the release manifest here: [kubernetes-1-31-eks-34.yaml](https://distro.eks.amazonaws.com/kubernetes-1-31/kubernetes-1-31-eks-34.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-31-34 |
12+
| coredns | v1.12.2 | public.ecr.aws/eks-distro/coredns/coredns:v1.12.2-eks-1-31-34 |
13+
| etcd | v3.5.21 | public.ecr.aws/eks-distro/etcd-io/etcd:v3.5.21-eks-1-31-34 |
14+
| go-runner | v0.18.0 | public.ecr.aws/eks-distro/kubernetes/go-runner:v0.18.0-eks-1-31-34 |
15+
| kube-apiserver | v1.31.13 | public.ecr.aws/eks-distro/kubernetes/kube-apiserver:v1.31.13-eks-1-31-34 |
16+
| kube-controller-manager | v1.31.13 | public.ecr.aws/eks-distro/kubernetes/kube-controller-manager:v1.31.13-eks-1-31-34 |
17+
| kube-proxy | v1.31.13 | public.ecr.aws/eks-distro/kubernetes/kube-proxy:v1.31.13-eks-1-31-34 |
18+
| kube-proxy-base | v0.18.0 | public.ecr.aws/eks-distro/kubernetes/kube-proxy-base:v0.18.0-eks-1-31-34 |
19+
| kube-scheduler | v1.31.13 | public.ecr.aws/eks-distro/kubernetes/kube-scheduler:v1.31.13-eks-1-31-34 |
20+
| pause | v1.31.13 | public.ecr.aws/eks-distro/kubernetes/pause:v1.31.13-eks-1-31-34 |
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Amazon EKS Distro v1-31-eks-34 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)