Skip to content

Commit b3efedd

Browse files
Kirsten SchumyTerryHowe
andauthored
Updated docs and created release annoucement for 1.18-4 (#343)
* Updated README for 1.18-4 * Updated index.md under docs for 1.18-4 * Added CHANGELOG for 1.18-4 * Added index.md and CRD for 1.18-4 * Added release announcement for 1.18-4 * Updated CRD for 1.18-4 * Added link to upstream release * Update docs/contents/releases/1-18/4/release-announcement.txt Co-authored-by: Terry Howe <terrylhowe@gmail.com> Co-authored-by: Terry Howe <terrylhowe@gmail.com>
1 parent 7b6d211 commit b3efedd

File tree

5 files changed

+705
-7
lines changed

5 files changed

+705
-7
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Full documentation for releases can be found on https://distro.eks.amazonaws.com
2525

2626
| Release | Manifest |
2727
| --- | --- |
28-
| 3 | [kubernetes-1-18-eks-3](https://distro.eks.amazonaws.com/kubernetes-1-18/kubernetes-1-18-eks-3.yaml) |
28+
| 3 | [kubernetes-1-18-eks-4](https://distro.eks.amazonaws.com/kubernetes-1-18/kubernetes-1-18-eks-4.yaml) |
2929

3030
### Kubernetes 1-19
3131

docs/contents/index.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -118,9 +118,13 @@ Machine Images), but it does use the EKS Optimized AMI. See the project
118118
repository for the [EKS Optimized AMI](https://github.com/awslabs/amazon-eks-ami)
119119
if you are interested in the AL2 container runtime kernel version.
120120

121-
* [EKS-D v1-19-eks-3 Version Dependencies](releases/1-19/3/index.md)
122-
* [EKS-D v1-19-eks-2 Version Dependencies](releases/1-19/2/index.md)
123-
* [EKS-D v1-19-eks-1 Version Dependencies](releases/1-19/1/index.md)
124-
* [EKS-D v1-18-eks-3 Version Dependencies](releases/1-18/3/index.md)
125-
* [EKS-D v1-18-eks-2 Version Dependencies](releases/1-18/2/index.md)
126-
* [EKS-D v1-18-eks-1 Version Dependencies](releases/1-18/1/index.md)
121+
#### EKS-D 1.19 Version Dependencies
122+
* [v1-19-eks-3](releases/1-19/3/index.md)
123+
* [v1-19-eks-3](releases/1-19/2/index.md)
124+
* [v1-19-eks-3](releases/1-19/1/index.md)
125+
126+
#### EKS-D 1.18 Version Dependencies
127+
* [v1-18-eks-4](releases/1-18/4/index.md)
128+
* [v1-18-eks-3](releases/1-18/3/index.md)
129+
* [v1-18-eks-2](releases/1-18/2/index.md)
130+
* [v1-18-eks-1](releases/1-18/1/index.md)
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
# Changelog for v1-18-eks-4
2+
3+
This changelog highlights the changes for [v1-18-eks-4](https://github.com/aws/eks-distro/tree/v1-18-eks-4).
4+
5+
6+
## Version Upgrades
7+
8+
### Kubernetes
9+
10+
Upgraded Kubernetes from v1.18.9 to [v1.18.16](https://github.com/kubernetes/kubernetes/releases/tag/v1.18.16).
11+
12+
### Base Image
13+
14+
Ungraded base image (Amazon Linux 2) version to include the latest security fixes.
15+
16+
17+
## Patches
18+
19+
### Removed Patch
20+
21+
* **0017-EKS-PATCH-Accept-healthy-instances-in-list-of-active.patch**
22+
* Removed because these changes were cherry-picked by upstream Kubernetes and included in the version of Kubernetes
23+
used by this release of EKS-D.
24+
* See upstream Kubernetes [PR #97164](https://github.com/kubernetes/kubernetes/pull/97164) for additional information.
25+
26+
### Additional Changes to Patches
27+
Below are additional changes to the patches in this minor release of EKS-D. These changes are functionally immaterial
28+
and do not impact the use or application of the patches.
29+
30+
* The two patches that came after the removed patch were renamed to keep constancy for the numbering in the patch
31+
filenames. The numbers in their filenames were decremented by one.
32+
* **0018**-EKS-PATCH-Delete-leaked-volume-<...>-kno.patch --> **0017**-EKS-PATCH-Delete-leaked-volume-<...>-kno.patch
33+
* **0019**-2021-25735_1_18.patch --> **0018**-2021-25735_1_18.patch
34+
* Minor modifications to the patches themselves to match code changes in the upgraded Kubernetes version.
35+
36+

0 commit comments

Comments
 (0)