From 59df3c4389284cc60defaa699e904718717fed73 Mon Sep 17 00:00:00 2001 From: Akos Pasztor Date: Mon, 12 Feb 2024 11:13:15 +0100 Subject: [PATCH] Refactor changelog --- CHANGELOG.md | 56 ++++++++++++++++++++++------------------------------ 1 file changed, 24 insertions(+), 32 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a835da9..1484f63 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,49 +1,41 @@ # Changelog -## 10-2020-q4 Images +## 1.0.2 (2021-08-04) -### 10-2020-q4-linux-1.0.2 (2021-08-04) - Upgrade base image to akospasztor/docker-python:3.7-linux-1.0.1 - Reduce docker image size by adding `--no-install-recommends` -### 10-2020-q4-linux-1.0.1 (2021-06-25) -- Add clang-format-11 to installation list - -### 10-2020-q4-linux-1.0.0 (2021-06-22) -- Initial release +Available images: -## 9-2020-q2 Images +| Image: | Architecture | Base image | +| ---------- | ------------ | ----------------------------- | +| 8-2019-q3 | linux | akospasztor/docker-python:3.7 | +| 9-2019-q4 | linux | akospasztor/docker-python:3.7 | +| 9-2020-q2 | linux | akospasztor/docker-python:3.7 | +| 10-2020-q4 | linux | akospasztor/docker-python:3.7 | -### 9-2020-q2-linux-1.0.2 (2021-08-04) -- Upgrade base image to akospasztor/docker-python:3.7-linux-1.0.1 -- Reduce docker image size by adding `--no-install-recommends` +## 1.0.1 (2021-06-25) -### 9-2020-q2-linux-1.0.1 (2021-06-25) - Add clang-format-11 to installation list -### 9-2020-q2-linux-1.0.0 (2021-06-22) -- Initial release - -## 9-2019-q4 Images +Available images: -### 9-2019-q4-linux-1.0.2 (2021-08-04) -- Upgrade base image to akospasztor/docker-python:3.7-linux-1.0.1 -- Reduce docker image size by adding `--no-install-recommends` +| Image: | Architecture | Base image | +| ---------- | ------------ | ----------------------------- | +| 8-2019-q3 | linux | akospasztor/docker-python:3.7 | +| 9-2019-q4 | linux | akospasztor/docker-python:3.7 | +| 9-2020-q2 | linux | akospasztor/docker-python:3.7 | +| 10-2020-q4 | linux | akospasztor/docker-python:3.7 | -### 9-2019-q4-linux-1.0.1 (2021-06-25) -- Add clang-format-11 to installation list +## 1.0.0 (2021-06-22) -### 9-2019-q4-linux-1.0.0 (2021-06-22) - Initial release -## 8-2019-q3 Images - -### 8-2019-q3-linux-1.0.2 (2021-08-04) -- Upgrade base image to akospasztor/docker-python:3.7-linux-1.0.1 -- Reduce docker image size by adding `--no-install-recommends` - -### 8-2019-q3-linux-1.0.1 (2021-06-25) -- Add clang-format-11 to installation list +Available images: -### 8-2019-q3-linux-1.0.0 (2021-06-22) -- Initial release +| Image: | Architecture | Base image | +| ---------- | ------------ | ----------------------------- | +| 8-2019-q3 | linux | akospasztor/docker-python:3.7 | +| 9-2019-q4 | linux | akospasztor/docker-python:3.7 | +| 9-2020-q2 | linux | akospasztor/docker-python:3.7 | +| 10-2020-q4 | linux | akospasztor/docker-python:3.7 |