Skip to content

Commit 49c3340

Browse files
author
Kirsten Schumy
authored
Updated docs and created release annoucement for 1.19-4 (#349)
* Changes all patch release version for 1-19 * Changes all patch release version for 1-19 * Added release docs for 1.19-4
1 parent f126067 commit 49c3340

File tree

5 files changed

+678
-3
lines changed

5 files changed

+678
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@ To receive notifications about new EKS-D releases, subscribe to the EKS-D update
2828

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

3333
### Kubernetes 1-19
3434

3535
| Release | Manifest |
3636
| --- | --- |
37-
| 3 | [kubernetes-1-19-eks-3](https://distro.eks.amazonaws.com/kubernetes-1-19/kubernetes-1-19-eks-3.yaml) |
37+
| 4 | [kubernetes-1-19-eks-4](https://distro.eks.amazonaws.com/kubernetes-1-19/kubernetes-1-19-eks-4.yaml) |
3838

3939
## Development
4040

docs/contents/index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ commands:
104104

105105
```bash
106106
RELEASE_BRANCH=1-19
107-
RELEASE=1
107+
RELEASE=4
108108
kubectl apply -f https://distro.eks.amazonaws.com/crds/releases.distro.eks.amazonaws.com-v1alpha1.yaml
109109
kubectl apply -f https://distro.eks.amazonaws.com/kubernetes-${RELEASE_BRANCH}/kubernetes-${RELEASE_BRANCH}-eks-${RELEASE}.yaml
110110
kubectl get release kubernetes-${RELEASE_BRANCH}-eks-${RELEASE}
@@ -119,6 +119,7 @@ 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

121121
#### EKS-D 1.19 Version Dependencies
122+
* [v1-19-eks-4](releases/1-19/4/index.md)
122123
* [v1-19-eks-3](releases/1-19/3/index.md)
123124
* [v1-19-eks-2](releases/1-19/2/index.md)
124125
* [v1-19-eks-1](releases/1-19/1/index.md)
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Changelog for v1-19-eks-4
2+
3+
This changelog highlights the changes for [v1-19-eks-4](https://github.com/aws/eks-distro/tree/v1-19-eks-4).
4+
5+
## Version Upgrades
6+
7+
### Kubernetes
8+
9+
Upgraded Kubernetes from v1.19.6 to [v1.19.8](https://github.com/kubernetes/kubernetes/releases/tag/v1.19.8).
10+
11+
### Base Image
12+
13+
Ungraded base image (Amazon Linux 2) version to include the latest security fixes.
14+
15+
## Minor Changes to Patches
16+
Minor modifications were made to the patches themselves to match code changes in the upgraded Kubernetes version.
17+
These changes are functionally immaterial and do not impact the use or application of the patches.

0 commit comments

Comments
 (0)