~toabctl/cloud-images/+git/aws-eks-website:1.19-lp1925487

Last commit made on 2021-04-27
Get this branch:
git clone -b 1.19-lp1925487 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:
1.19-lp1925487
Repository:
lp:~toabctl/cloud-images/+git/aws-eks-website

Recent commits

3b3c112... by Thomas Bechtold

update index.html with new 1.16 and 1.17 image serial 20210426

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

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

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

[1]
https://jenkins.canonical.com/bb-cloud-images/view/EKS/job/18.04-Minimal-EKS-1.16-Publish-Release/3/artifact/artifacts/query_data/amd64.released.txt
[2]
https://jenkins.canonical.com/bb-cloud-images/job/18.04-Minimal-EKS-1.17-Publish-Release/3/artifact/artifacts/query_data/amd64.released.txt

42946bc... by Thomas Bechtold

update index.html with new 1.18 image serial 20210423.1

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

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

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.18-Publish-Release/3/artifact/artifacts/query_data/amd64.released.txt

f020d0d... by Thomas Bechtold

update index.html with new 1.15 image serial 20210426

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

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

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

[1]
https://jenkins.canonical.com/bb-cloud-images/job/18.04-Minimal-EKS-1.15-Publish-Release/2/artifact/artifacts/query_data/amd64.released.txt

26cc7ae... by Thomas Bechtold

update index.html with new 1.19 image serial 20210423.1

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/job/20.04-Minimal-EKS-1.19-Publish-Release/6/artifact/artifacts/query_data/amd64.released.txt

bb9242e... by Thomas Bechtold

Merge CVE-USN-4917-1.17-and-1.16-and-1.15 into master [a=toabctl] [r=kajiya,patviafore]

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

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

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.