-
Notifications
You must be signed in to change notification settings - Fork 179
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated and added docs for 1.18-6 (#418)
* 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
Showing
5 changed files
with
37 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |