lp:~albasha1990/cloud-images/+git/aws-eks-website

Owned by dhmi
Get this repository:
git clone https://git.not.enabled/~albasha1990/cloud-images/+git/aws-eks-website
Only dhmi can upload to this repository. If you are dhmi please log in for upload directions.

Branches

Name Last Modified Last Commit
master-update 2022-10-11 13:24:14 UTC
Add amis with serial 20221011

Author: Thomas Bechtold
Author Date: 2022-10-11 13:24:14 UTC

Add amis with serial 20221011

master-20220921 2022-09-22 13:17:29 UTC
Add amis with serial 20220921

Author: Thomas Bechtold
Author Date: 2022-09-22 13:17:29 UTC

Add amis with serial 20220921

master-20220913 2022-09-19 15:23:27 UTC
Add amis with serial 20220913

Author: Thomas Bechtold
Author Date: 2022-09-19 12:27:04 UTC

Add amis with serial 20220913

master-drop-1.19 2022-08-30 08:05:04 UTC
feat: drop 1.19

Author: Thomas Bechtold
Author Date: 2022-08-30 08:05:04 UTC

feat: drop 1.19

Support ends on August 1, 2022 [0].

Refs:
- [0]
https://docs.aws.amazon.com/eks/latest/userguide/kubernetes-versions.html#kubernetes-release-calendar

master-eks-1.23 2022-08-22 20:41:48 UTC
Add 1.23 images

Author: Thomas Bechtold
Author Date: 2022-08-22 20:41:48 UTC

Add 1.23 images

master-20220810 2022-08-15 08:15:30 UTC
Add amis with serial 20220810

Author: Thomas Bechtold
Author Date: 2022-08-15 08:15:30 UTC

Add amis with serial 20220810

master 2022-07-21 13:12:40 UTC
Merge master-20220718 into master [a=toabctl] [r=ikapelyukhin,kajiya]

Author: Thomas Bechtold
Author Date: 2022-07-21 13:12:40 UTC

Merge master-20220718 into master [a=toabctl] [r=ikapelyukhin,kajiya]

Add amis with serial 20220718

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

master-20220718 2022-07-18 16:09:34 UTC
Add amis with serial 20220718

Author: Thomas Bechtold
Author Date: 2022-07-18 16:09:34 UTC

Add amis with serial 20220718

master-serial-update 2022-07-13 11:17:24 UTC
Add amis with serial 20220713

Author: Thomas Bechtold
Author Date: 2022-07-13 11:17:24 UTC

Add amis with serial 20220713

master-20220623 2022-06-24 17:16:53 UTC
Add amis with serial 20220623

Author: Thomas Bechtold
Author Date: 2022-06-24 17:16:53 UTC

Add amis with serial 20220623

master-20220617-update 2022-06-17 14:20:31 UTC
Add amis with serial 20220617

Author: Thomas Bechtold
Author Date: 2022-06-17 14:20:31 UTC

Add amis with serial 20220617

master-20220522 2022-05-23 08:06:21 UTC
Add amis with serial 20220522

Author: Thomas Bechtold
Author Date: 2022-05-23 08:06:21 UTC

Add amis with serial 20220522

master-20220518.1 2022-05-20 10:09:08 UTC
Add amis with serial 20220518.1

Author: Thomas Bechtold
Author Date: 2022-05-20 05:58:59 UTC

Add amis with serial 20220518.1

master-20220402 2022-04-04 04:40:51 UTC
Update with serial 20220402

Author: Thomas Bechtold
Author Date: 2022-04-04 04:40:51 UTC

Update with serial 20220402

master-20220325 2022-03-25 10:37:37 UTC
Update with serial 20220325

Author: Thomas Bechtold
Author Date: 2022-03-25 10:37:37 UTC

Update with serial 20220325

master-20220323 2022-03-23 10:54:05 UTC
Update with serial 20220323

Author: Thomas Bechtold
Author Date: 2022-03-23 10:54:05 UTC

Update with serial 20220323

master-20220303 2022-03-04 11:22:07 UTC
Update with serial 20220303

Author: Thomas Bechtold
Author Date: 2022-03-04 11:22:07 UTC

Update with serial 20220303

master-20220221.1 2022-02-22 11:37:05 UTC
fix: typo in changelog entry from 20220118

Author: Thomas Bechtold
Author Date: 2022-02-22 05:38:36 UTC

fix: typo in changelog entry from 20220118

It's 1.18, not 1.8

drop-1.17 2021-11-24 13:48:49 UTC
eks: drop 1.17

Author: Thomas Bechtold
Author Date: 2021-11-24 13:48:49 UTC

eks: drop 1.17

Support ends on November 2, 2021 [0].

[0]
https://docs.aws.amazon.com/eks/latest/userguide/kubernetes-versions.html#kubernetes-release-calendar

cve-update 2021-10-05 12:29:00 UTC
update for CVE-2021-41103

Author: Thomas Bechtold
Author Date: 2021-10-05 12:29:00 UTC

update for CVE-2021-41103

All supported images are currently affected by CVE-2021-41103. The
images got updated so also update the website.

drop-1.16 2021-10-01 09:41:31 UTC
eks: drop 1.16

Author: Thomas Bechtold
Author Date: 2021-10-01 09:41:31 UTC

eks: drop 1.16

Support ends on September 27, 2021 [0].

[0]
https://docs.aws.amazon.com/eks/latest/userguide/kubernetes-versions.html#kubernetes-release-calendar

separate-ui-and-data 2021-08-26 11:00:39 UTC
Make everything templated when generating index.html and add arm64

Author: Thomas Bechtold
Author Date: 2021-08-26 10:54:44 UTC

Make everything templated when generating index.html and add arm64

Commit 25f2738a3bed6f0219ee98dd858efab33f9b5b37 moved already the
changelog entries into its own changelog.yaml file.
This commit now moves everything else to its own files:

- k8s_versions.yaml: this files contains the available k8s versions,
  the architectures that the specific version supports and a reference
  to the querydata file (those querydata files are generated by the
  Jenkins pipelines)
- regionnames.yaml: a mapping between a region
identifier (eg. 'af-south-1') and it's name ('Africa (Capetown)')

With that, it's now pretty easy to add new k8s versions or new
architectures. There is no need to copy & paste big chunks of html in
the index.html file.

Updating index.html is now done with:

./update.py

Note that the querydata-$arch-$k8sversion.txt are now in git. The
reasion is, that all data to generate index.html is now in git. So if
the website layout changes, it's easy to regenerate the index.html
because the data is available.

update-1.20-1.21 2021-08-23 14:10:07 UTC
Hide 1.20 and 1.19 image list when loading the page

Author: Thomas Bechtold
Author Date: 2021-08-23 14:10:07 UTC

Hide 1.20 and 1.19 image list when loading the page

Only the latest (currently 1.21) list should be shown. The other
versions can still be selected.

update-all-k8s-releases 2021-06-24 06:05:53 UTC
update index.html for all versions with serial 20210623 / 20210623.1

Author: Thomas Bechtold
Author Date: 2021-06-24 06:05:53 UTC

update index.html for all versions with serial 20210623 / 20210623.1

New EKS 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
./update.py amd64.released.1.18.txt index.html 1.18
./update.py amd64.released.1.18.txt index.html 1.19
./update.py amd64.released.1.18.txt index.html 1.20

where amd64.released.1.16.txt was taken from [1],
amd64.released.1.17.txt was taken from [2],
amd64.released.1.18.txt was taken from [3],
amd64.released.1.19.txt was taken from [4] and
amd64.released.1.20.txt was taken from [5],

[1] https://jenkins.canonical.com/bb-cloud-images/view/EKS/job/18.04-Minimal-EKS-1.16-Publish-Release/lastSuccessfulBuild/artifact/artifacts/query_data/amd64.released.txt
[2] https://jenkins.canonical.com/bb-cloud-images/view/EKS/job/18.04-Minimal-EKS-1.17-Publish-Release/lastSuccessfulBuild/artifact/artifacts/query_data/amd64.released.txt
[3]
https://stable-cloud-images-jenkins.canonical.com/view/EKS/job/20.04-Minimal-EKS-1.18-Publish-Release/lastSuccessfulBuild/artifact/artifacts/query_data/amd64.released.txt
[4]
https://stable-cloud-images-jenkins.canonical.com/view/EKS/job/20.04-Minimal-EKS-1.19-Publish-Release/lastSuccessfulBuild/artifact/artifacts/query_data/amd64.released.txt
[5] https://stable-cloud-images-jenkins.canonical.com/view/EKS/job/20.04-Minimal-EKS-1.20-Publish-Release/lastSuccessfulBuild/artifact/artifacts/query_data/amd64.released.txt

1.20-update 2021-06-18 11:23:03 UTC
Add 1.20 to index.html with image serial 20210618 (LP:#1932116)

Author: Thomas Bechtold
Author Date: 2021-06-18 11:18:17 UTC

Add 1.20 to index.html with image serial 20210618 (LP:#1932116)

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

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

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

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

add-1.20 2021-06-10 11:55:02 UTC
Use 2 spaces for indent everywhere in index.html

Author: Thomas Bechtold
Author Date: 2021-06-10 11:54:05 UTC

Use 2 spaces for indent everywhere in index.html

Currently index.html indentation was a mix of 1 and 2 spaces. Use only
2 spaces everywhere now. That makes editing the file easier in the
future.

1.18-update 2021-06-08 18:52:38 UTC
update index.html with new 1.17 & 1.18 image serial 20210608

Author: Thomas Bechtold
Author Date: 2021-06-08 15:09:19 UTC

update index.html with new 1.17 & 1.18 image serial 20210608

New EKS 1.17 & 1.18 images were released. 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.18.txt index.html 1.18

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

[1] https://jenkins.canonical.com/bb-cloud-images/view/EKS/job/18.04-Minimal-EKS-1.17-Publish-Release/lastSuccessfulBuild/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/lastSuccessfulBuild/artifact/artifacts/query_data/amd64.released.txt

drop-1.15 2021-05-17 11:25:29 UTC
1.15: remove EOL release from page

Author: Thomas Bechtold
Author Date: 2021-05-17 11:25:29 UTC

1.15: remove EOL release from page

1.15 is EOL[0]. Drop it.

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

1.19-lp1925487 2021-04-27 05:51:43 UTC
update index.html with new 1.16 and 1.17 image serial 20210426

Author: Thomas Bechtold
Author Date: 2021-04-27 05:51:43 UTC

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

CVE-USN-4917-1.17-and-1.16-and-1.15 2021-04-19 15:58:58 UTC
update index.html with new 1.19 image serial 20210419

Author: Thomas Bechtold
Author Date: 2021-04-19 15:58:58 UTC

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

CVE-USN-4917-1.19-and-1.18 2021-04-19 07:07:22 UTC
update index.html with new 1.18 & 1.19 image serial 20210416

Author: Thomas Bechtold
Author Date: 2021-04-19 07:07:22 UTC

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

cleanup-and-1.19-update 2021-04-13 15:04:29 UTC
update index.html with new 1.19 image serial 20210413

Author: Thomas Bechtold
Author Date: 2021-04-13 12:51:21 UTC

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.

remove/1.14 2021-01-07 19:51:42 UTC
1.14: remove EOL release from page

Author: Joshua Powers
Author Date: 2021-01-07 19:51:42 UTC

1.14: remove EOL release from page

default-yaml 2019-04-05 17:09:42 UTC
Changing linked nodegroup yaml to latest amazon version

Author: Cody Shepherd
Author Date: 2019-04-05 17:09:42 UTC

Changing linked nodegroup yaml to latest amazon version

134 of 34 results
This repository contains Public information 
Everyone can see this information.

Subscribers