Skip to content

Commit

Permalink
Added docs for 1.19-5 (#397)
Browse files Browse the repository at this point in the history
* Added docs for 1.19-5

* Minor edits in docs

* Added release component table
  • Loading branch information
Kirsten Schumy authored Jun 30, 2021
1 parent d77ea9e commit 15e8319
Show file tree
Hide file tree
Showing 5 changed files with 60 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ To receive notifications about new EKS-D releases, subscribe to the EKS-D update

| Release | Manifest |
| --- | --- |
| 4 | [kubernetes-1-19-eks-4](https://distro.eks.amazonaws.com/kubernetes-1-19/kubernetes-1-19-eks-4.yaml) |
| 5 | [kubernetes-1-19-eks-5](https://distro.eks.amazonaws.com/kubernetes-1-19/kubernetes-1-19-eks-5.yaml) |

### Kubernetes 1-20

Expand Down
1 change: 1 addition & 0 deletions docs/contents/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ if you are interested in the AL2 container runtime kernel version.
* [v1-20-eks-1](releases/1-20/1/index.md)

#### EKS-D 1.19 Version Dependencies
* [v1-19-eks-5](releases/1-19/5/index.md)
* [v1-19-eks-4](releases/1-19/4/index.md)
* [v1-19-eks-3](releases/1-19/3/index.md)
* [v1-19-eks-2](releases/1-19/2/index.md)
Expand Down
29 changes: 29 additions & 0 deletions docs/contents/releases/1-19/5/CHANGELOG-v1-19-eks-5.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# Changelog for v1-19-eks-5

This changelog highlights the changes for [v1-19-eks-5](https://github.com/aws/eks-distro/tree/v1-19-eks-5).

## Version Upgrades

### Kubernetes

Upgraded Kubernetes from v1.19.8 to [v1.19.12](https://github.com/kubernetes/kubernetes/releases/tag/v1.19.12).

### Base Image

Upgraded base image (Amazon Linux 2) version to include the latest security fixes.

## Patches

### Patches Removed

* **0007-EKS-PATCH-AWS-cloudprovider-allow-nlb-ip-and-externa.patch**
* Cherry-picked by upstream Kubernetes [PR #97975](https://github.com/kubernetes/kubernetes/pull/97975)
* **0010-EKS-PATCH-additional-subnet-configuration-for-AWS-el.patch**
* Cherry-picked by upstream Kubernetes [PR #100416](https://github.com/kubernetes/kubernetes/pull/100416)
* **0015-2021-25735_1_19.patch**
* Merged in upstream Kubernetes. See [Issue #100096](https://github.com/kubernetes/kubernetes/issues/100096)

### Minor Changes to Patches

Minor modifications were made to the patches themselves to match code changes in the upgraded Kubernetes version. These
changes are functionally immaterial and do not impact the use or application of the patches.
28 changes: 28 additions & 0 deletions docs/contents/releases/1-19/5/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# EKS-D v1-19-eks-5 Release

For additional information, see the [changelog](CHANGELOG-v1-19-eks-5.md) for this release.

## Release Manifest
Download the release manifest here: [kubernetes-1-19-eks-5.yaml](https://distro.eks.amazonaws.com/kubernetes-1-19/kubernetes-1-19-eks-5.yaml)

| Name | Version | URI |
|------|---------|-----|
| aws-iam-authenticator | 0.5.2 | public.ecr.aws/eks-distro/kubernetes-sigs/aws-iam-authenticator:v0.5.2-eks-1-19-5 |
| coredns | 1.8.0 | public.ecr.aws/eks-distro/coredns/coredns:v1.8.0-eks-1-19-5 |
| csi-snapshotter | 3.0.3 | public.ecr.aws/eks-distro/kubernetes-csi/external-snapshotter/csi-snapshotter:v3.0.3-eks-1-19-5 |
| etcd | 3.4.14 | public.ecr.aws/eks-distro/etcd-io/etcd:v3.4.14-eks-1-19-5 |
| external-attacher | 3.1.0 | public.ecr.aws/eks-distro/kubernetes-csi/external-attacher:v3.1.0-eks-1-19-5 |
| external-provisioner | 2.1.1 | public.ecr.aws/eks-distro/kubernetes-csi/external-provisioner:v2.1.1-eks-1-19-5 |
| external-resizer | 1.1.0 | public.ecr.aws/eks-distro/kubernetes-csi/external-resizer:v1.1.0-eks-1-19-5 |
| go-runner | 0.4.2 | public.ecr.aws/eks-distro/kubernetes/go-runner:v0.4.2-eks-1-19-5 |
| kube-apiserver | 1.19.12 | public.ecr.aws/eks-distro/kubernetes/kube-apiserver:v1.19.12-eks-1-19-5 |
| kube-controller-manager | 1.19.12 | public.ecr.aws/eks-distro/kubernetes/kube-controller-manager:v1.19.12-eks-1-19-5 |
| kube-proxy | 1.19.12 | public.ecr.aws/eks-distro/kubernetes/kube-proxy:v1.19.12-eks-1-19-5 |
| kube-proxy-base | 0.4.2 | public.ecr.aws/eks-distro/kubernetes/kube-proxy-base:v0.4.2-eks-1-19-5 |
| kube-scheduler | 1.19.12 | public.ecr.aws/eks-distro/kubernetes/kube-scheduler:v1.19.12-eks-1-19-5 |
| livenessprobe | 2.2.0 | public.ecr.aws/eks-distro/kubernetes-csi/livenessprobe:v2.2.0-eks-1-19-5 |
| metrics-server | 0.4.0 | public.ecr.aws/eks-distro/kubernetes-sigs/metrics-server:v0.4.0-eks-1-19-5 |
| node-driver-registrar | 2.1.0 | public.ecr.aws/eks-distro/kubernetes-csi/node-driver-registrar:v2.1.0-eks-1-19-5 |
| pause | 1.19.12 | public.ecr.aws/eks-distro/kubernetes/pause:v1.19.12-eks-1-19-5 |
| snapshot-controller | 3.0.3 | public.ecr.aws/eks-distro/kubernetes-csi/external-snapshotter/snapshot-controller:v3.0.3-eks-1-19-5 |
| snapshot-validation-webhook | 3.0.3 | public.ecr.aws/eks-distro/kubernetes-csi/external-snapshotter/snapshot-validation-webhook:v3.0.3-eks-1-19-5 |
1 change: 1 addition & 0 deletions docs/contents/releases/1-19/5/release-announcement.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Amazon EKS Distro v1.19-5 is now available. This release includes upgraded versions of Kubernetes (from v1.19.8 to v1.19.12) and an update to Amazon Linux 2, which contains the latest security fixes. Amazon EKS Distro 1.20-2 builds are available through ECR Public Gallery (https://gallery.ecr.aws/?searchTerm=EKS+Distro) and GitHub (https://github.com/aws/eks-distro)

0 comments on commit 15e8319

Please sign in to comment.