~toabctl/cloud-images/+git/aws-eks-website:CVE-USN-4917-1.17-and-1.16-and-1.15

Last commit made on 2021-04-19
Get this branch:
git clone -b CVE-USN-4917-1.17-and-1.16-and-1.15 https://git.launchpad.net/~toabctl/cloud-images/+git/aws-eks-website
Only Thomas Bechtold can upload to this branch. If you are Thomas Bechtold please log in for upload directions.

Branch information

Name:
CVE-USN-4917-1.17-and-1.16-and-1.15
Repository:
lp:~toabctl/cloud-images/+git/aws-eks-website

Recent commits

eabba04... by Thomas Bechtold

update index.html with new 1.19 image serial 20210419

New EKS 1.19 images were released. So this website needs an
update. The index.html was created with:

./update.py amd64.released.txt index.html 1.19

where amd64.released-1.19.txt was taken from [1].

[1]
https://stable-cloud-images-jenkins.canonical.com/view/EKS/job/20.04-Minimal-EKS-1.19-Publish-Release/5/artifact/artifacts/query_data/amd64.released.txt

7a131ca... by Thomas Bechtold

update index.html with new 1.15, 1.16 & 1.17 image serial 20210416

New EKS 1.15, 1.16 & 1.17 images were released to fix multiple
CVEs[0]. So this website needs an update.
The index.html was created with:

./update.py amd64.released-1.17.txt index.html 1.17
./update.py amd64.released-1.16.txt index.html 1.16
./update.py amd64.released-1.15.txt index.html 1.15

where amd64.released-1.17.txt was taken from [1] and
amd64.released-1.16.txt was taken from [2] and amd64.released-1.15.txt
was taken from [3].

The changelog entry was manually added.

[0] https://ubuntu.com/security/notices/USN-4917-1
[1]
https://jenkins.canonical.com/bb-cloud-images/job/18.04-Minimal-EKS-1.17-Publish-Release/2/artifact/artifacts/query_data/amd64.released.txt
[2]
https://jenkins.canonical.com/bb-cloud-images/job/18.04-Minimal-EKS-1.16-Publish-Release/2/artifact/artifacts/query_data/amd64.released.txt
[3]
https://jenkins.canonical.com/bb-cloud-images/job/18.04-Minimal-EKS-1.15-Publish-Release/1/artifact/artifacts/query_data/amd64.released.txt

51dabd6... by Thomas Bechtold

Merge CVE-USN-4917-1.19-and-1.18 into master [a=toabctl] [r=gjolly,philroche]

update index.html with new 1.18 & 1.19 image serial 20210416
New EKS 1.18 & 1.19 images were released to fix multiple CVEs[0]. So
this website needs an update.
The index.html was created with:
./update.py amd64.released-1.19.txt index.html 1.19
./update.py amd64.released-1.18.txt index.html 1.18
where amd64.released-1.19.txt was taken from [1] and
amd64.released-1.18.txt was taken from [2].
The changelog entry was manually added.
[0] https://ubuntu.com/security/notices/USN-4917-1
[1]
https://stable-cloud-images-jenkins.canonical.com/view/EKS/job/20.04-Minimal-EKS-1.19-Publish-Release/3/artifact/artifacts/query_data/amd64.released.txt
[2]
https://stable-cloud-images-jenkins.canonical.com/view/EKS/job/20.04-Minimal-EKS-1.18-Publish-Release/2/artifact/artifacts/query_data/amd64.released.txt

Makefile: use a single tab
No need to use 2 tabs - one is enough.

Makefile: install requirements when creating the virtualenv
Otherwise the needed python modules are missing and the venv is not
usable.
This also matches what's documented in cpc-docs[0]. The venv is ready
after calling make there.
[0]
https://git.launchpad.net/~cloudware/cloudware/+git/cpc-docs/tree/docs/amazon/eks.md

MP: https://code.launchpad.net/~toabctl/cloud-images/+git/aws-eks-website/+merge/401361

9b14783... by Thomas Bechtold

update index.html with new 1.18 & 1.19 image serial 20210416

New EKS 1.18 & 1.19 images were released to fix multiple CVEs[0]. So
this website needs an update.
The index.html was created with:

./update.py amd64.released-1.19.txt index.html 1.19
./update.py amd64.released-1.18.txt index.html 1.18

where amd64.released-1.19.txt was taken from [1] and
amd64.released-1.18.txt was taken from [2].

The changelog entry was manually added.

[0] https://ubuntu.com/security/notices/USN-4917-1
[1]
https://stable-cloud-images-jenkins.canonical.com/view/EKS/job/20.04-Minimal-EKS-1.19-Publish-Release/3/artifact/artifacts/query_data/amd64.released.txt
[2]
https://stable-cloud-images-jenkins.canonical.com/view/EKS/job/20.04-Minimal-EKS-1.18-Publish-Release/2/artifact/artifacts/query_data/amd64.released.txt

ff0b03a... by Thomas Bechtold

Makefile: use a single tab

No need to use 2 tabs - one is enough.

b9aa331... by Thomas Bechtold

Makefile: install requirements when creating the virtualenv

Otherwise the needed python modules are missing and the venv is not
usable.
This also matches what's documented in cpc-docs[0]. The venv is ready
after calling make there.

[0]
https://git.launchpad.net/~cloudware/cloudware/+git/cpc-docs/tree/docs/amazon/eks.md

cd5a2ed... by Thomas Bechtold

Merge cleanup-and-1.19-update into master [a=toabctl] [r=gjolly,rcj]

update index.html with new 1.19 image serial 20210413

New EKS 1.19 images were released. So this website needs an
update. The index.html was created with:
./update.py amd64.released.txt index.html 1.19
wher amd64.released.txt was created with:
cloud-image-manager --log-to-console --debug-log \
  debug.log aws generate_query_data --arch amd64 \
  --family eks --k8s_version 1.19 focal 20210409 \
  release outdir
The changelog entry was manually added.

use python3 for update.py
python (aka python2) is gone.

update link to amazon-eks-nodegroup.yaml
The official documentation[0] has the link to github instead of s3 so
use that link here (for 1.19) too.
[0]
https://docs.aws.amazon.com/eks/latest/userguide/launch-workers.html

MP: https://code.launchpad.net/~toabctl/cloud-images/+git/aws-eks-website/+merge/401038

664be80... by Thomas Bechtold

update index.html with new 1.19 image serial 20210413

New EKS 1.19 images were released. So this website needs an
update. The index.html was created with:

./update.py amd64.released.txt index.html 1.19

wher amd64.released.txt was created with:

cloud-image-manager --log-to-console --debug-log \
  debug.log aws generate_query_data --arch amd64 \
  --family eks --k8s_version 1.19 focal 20210409 \
  release outdir

The changelog entry was manually added.

663914c... by Thomas Bechtold

use python3 for update.py

python (aka python2) is gone.

d9618d5... by Thomas Bechtold

update link to amazon-eks-nodegroup.yaml

The official documentation[0] has the link to github instead of s3 so
use that link here (for 1.19) too.

[0]
https://docs.aws.amazon.com/eks/latest/userguide/launch-workers.html