All notable changes to this project will be documented here.
The format is based on Keep a Changelog, and this project attempts to adhere to Semantic Versioning.
v2.1.0 (2024-07-02)
- texlive-full without all the beef! (7b0198e)
- specify platforms in docker/setup-buildx-action (e5085da)
- just work with the usual archs: amd64 & arm* (1f489ed)
- maintain linux/amd64 & linux/arm64 only, for now (b6a3f35)
- remove the linux/i386 arch, because the build fails (500e4f0)
- simplify things and just install everything, for now (00454a6)
v2.0.0 (2024-07-02)
- cleanup and minor bugfix (6a7df07)
- support all available architectures, just like the parent python image (39a2537)
v1.0.3 (2024-07-02)
- broken version information (c2d8aef)
v1.0.2 (2024-07-01)
- use actions/setup-python in the ci release job (df00a6f)
v1.0.1 (2024-07-01)
- update README (4b0f00c)
- use correct label and ensure --build-arg is used which each argument (4a0d310)
v1.0.0 (2024-07-01)
- tagging format has changed in order to maintain similarity with official python images
- update actions/checkout action to v4 (#16) (be4ed1a)
- update actions/setup-node action to v4 (#17) (ab2c2f8)
- update softprops/action-gh-release action to v2 (#23) (d85dea8)
- deps-dev: update dependency commitizen to v3.18.1 (#22) (1f1b9dc)
- deps: update dependency commitizen to v3.14.1 (#14) (8a3dd10)
- deps: update node.js to v18.19.1 (#21) (9942450)
- update node.js to v18.19.0 (#15) (2554df0)
- add Python 3.12 and Debian Bookworm support (d7122b8)
v0.4.0 (2024-02-04)
- add multi-arch support (7254572)
v0.3.1 (2023-06-27)
- allow for running publishing workflow manually from the Actions tab (8cb0d4e)
v0.3.0 (2023-06-26)
- support multiple python versions (e9aeaad)
- add project version management tools (3860469)
- update .dockerignore (5a82540)
- update docker/build-push-action digest to e27bcee (#2) (238826d)
- update docker/login-action digest to 21f251a (#3) (ebabe71)
- update docker/metadata-action digest to 59bc9dd (#5) (9c58d5e)
- update GitHub Actions configs (cd97aa4)
v0.2.0 (2022-09-19)
- use slim-bullseye instead of bullseye (3fc4e12)
v0.1.0 (2023-09-19)
- initial commit (fe02890)
- add docker image publishing workflow (48baf6d)
- add GitHUb Actions job to Build the Docker image (3846eea)
- add .dockerignore and renovate config (528a06f)
- add LICENSE (6320d86)