Skip to content

Commit

Permalink
Updated and added docs for 1.18-6 (#418)
Browse files Browse the repository at this point in the history
* Updated + added docs for 1.18-6

* Added component table

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

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

### Kubernetes 1-19

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

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

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

## Changes
Security updates to Amazon Linux 2.
28 changes: 28 additions & 0 deletions docs/contents/releases/1-18/6/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# EKS-D v1-18-eks-6 Release

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

## Release Manifest
Download the release manifest here: [kubernetes-1-18-eks-6.yaml](https://distro.eks.amazonaws.com/kubernetes-1-18/kubernetes-1-18-eks-6.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-18-6 |
| coredns | 1.7.0 | public.ecr.aws/eks-distro/coredns/coredns:v1.7.0-eks-1-18-6 |
| csi-snapshotter | 3.0.3 | public.ecr.aws/eks-distro/kubernetes-csi/external-snapshotter/csi-snapshotter:v3.0.3-eks-1-18-6 |
| etcd | 3.4.14 | public.ecr.aws/eks-distro/etcd-io/etcd:v3.4.14-eks-1-18-6 |
| external-attacher | 3.1.0 | public.ecr.aws/eks-distro/kubernetes-csi/external-attacher:v3.1.0-eks-1-18-6 |
| external-provisioner | 2.1.1 | public.ecr.aws/eks-distro/kubernetes-csi/external-provisioner:v2.1.1-eks-1-18-6 |
| external-resizer | 1.1.0 | public.ecr.aws/eks-distro/kubernetes-csi/external-resizer:v1.1.0-eks-1-18-6 |
| go-runner | 0.4.2 | public.ecr.aws/eks-distro/kubernetes/go-runner:v0.4.2-eks-1-18-6 |
| kube-apiserver | 1.18.16 | public.ecr.aws/eks-distro/kubernetes/kube-apiserver:v1.18.16-eks-1-18-6 |
| kube-controller-manager | 1.18.16 | public.ecr.aws/eks-distro/kubernetes/kube-controller-manager:v1.18.16-eks-1-18-6 |
| kube-proxy | 1.18.16 | public.ecr.aws/eks-distro/kubernetes/kube-proxy:v1.18.16-eks-1-18-6 |
| kube-proxy-base | 0.4.2 | public.ecr.aws/eks-distro/kubernetes/kube-proxy-base:v0.4.2-eks-1-18-6 |
| kube-scheduler | 1.18.16 | public.ecr.aws/eks-distro/kubernetes/kube-scheduler:v1.18.16-eks-1-18-6 |
| livenessprobe | 2.2.0 | public.ecr.aws/eks-distro/kubernetes-csi/livenessprobe:v2.2.0-eks-1-18-6 |
| metrics-server | 0.4.0 | public.ecr.aws/eks-distro/kubernetes-sigs/metrics-server:v0.4.0-eks-1-18-6 |
| node-driver-registrar | 2.1.0 | public.ecr.aws/eks-distro/kubernetes-csi/node-driver-registrar:v2.1.0-eks-1-18-6 |
| pause | 1.18.16 | public.ecr.aws/eks-distro/kubernetes/pause:v1.18.16-eks-1-18-6 |
| snapshot-controller | 3.0.3 | public.ecr.aws/eks-distro/kubernetes-csi/external-snapshotter/snapshot-controller:v3.0.3-eks-1-18-6 |
| snapshot-validation-webhook | 3.0.3 | public.ecr.aws/eks-distro/kubernetes-csi/external-snapshotter/snapshot-validation-webhook:v3.0.3-eks-1-18-6 |
1 change: 1 addition & 0 deletions docs/contents/releases/1-18/6/release-announcement.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Amazon EKS Distro v1.18-6 is now available. This release includes an update to Amazon Linux 2, which contains the latest security fixes. Amazon EKS Distro v1.18-6 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 897658c

Please sign in to comment.