Deprecate Ubuntu 18.04

This commit is contained in:
John Gardiner Myers 2022-11-01 23:38:30 -07:00
parent 19156d014f
commit 0c5cb27732
2 changed files with 16 additions and 16 deletions

View File

@ -51,7 +51,7 @@ The following table provides the support status for various distros with regards
| [RHEL 8](#rhel-8) | 1.15 | 1.18 | - | - |
| [Rocky 8](#rocky-8) | 1.23.2 | 1.24 | - | - |
| Ubuntu 16.04 | 1.5 | 1.10 | 1.17 | 1.20 |
| [Ubuntu 18.04](#ubuntu-1804-bionic) | 1.10 | 1.16 | - | - |
| [Ubuntu 18.04](#ubuntu-1804-bionic) | 1.10 | 1.16 | 1.26 | - |
| [Ubuntu 20.04](#ubuntu-2004-focal) | 1.16.2 | 1.18 | - | - |
| [Ubuntu 22.04](#ubuntu-2204-jammy) | 1.23 | 1.24 | - | - |
@ -153,20 +153,6 @@ aws ec2 describe-images --region us-east-1 --output table \
--filters "Name=name,Values=Rocky-8-ec2-8.*.x86_64"
```
### Ubuntu 18.04 (Bionic)
Ubuntu 18.04.5 is based on Kernel version **5.4** which fixes all the known major Kernel bugs.
Earlier patch versions may still work, but are not recommended nor supported.
Available images can be listed using:
```bash
aws ec2 describe-images --region us-east-1 --output table \
--owners 099720109477 \
--query "sort_by(Images, &CreationDate)[*].[CreationDate,Name,ImageId]" \
--filters "Name=name,Values=ubuntu/images/hvm-ssd/ubuntu-bionic-18.04-amd64-*"
```
### Ubuntu 20.04 (Focal)
Ubuntu 20.04 is based on Kernel version **5.4** which fixes all the known major Kernel bugs.
@ -195,7 +181,19 @@ aws ec2 describe-images --region us-east-1 --output table \
## Deprecated Distros
There are currently no deprecated distros.
### Ubuntu 18.04 (Bionic)
Ubuntu 18.04.5 is based on Kernel version **5.4** which fixes all the known major Kernel bugs.
Earlier patch versions may still work, but are not recommended nor supported.
Available images can be listed using:
```bash
aws ec2 describe-images --region us-east-1 --output table \
--owners 099720109477 \
--query "sort_by(Images, &CreationDate)[*].[CreationDate,Name,ImageId]" \
--filters "Name=name,Values=ubuntu/images/hvm-ssd/ubuntu-bionic-18.04-amd64-*"
```
## Owner aliases

View File

@ -21,6 +21,8 @@ This is a document to gather the release notes prior to the release.
* Support for Kubernetes version 1.22 is deprecated and will be removed in kOps 1.28.
* Support for Ubuntu 18.04 is deprecated and will be removed in kOps 1.28.
* Support for AWS Classic Load Balancer for API is deprecated and should not be used for newly created clusters.