Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update changelog for next release #17

Merged
merged 1 commit into from
Feb 12, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## 2.0.0 (2024-02-12)

- Upgrade base images to akospasztor/docker-python:3.11-linux-2.0.0
- Move gcc installation location to `/opt/gcc/`
- CI:
- Add docker image test to verify installed gcc version
- Scan for vulnerabilities with docker scout
- Update actions to their newest stable version

Available 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 |

## 1.0.2 (2021-08-04)

- Upgrade base image to akospasztor/docker-python:3.7-linux-1.0.1
Expand Down
Loading