Skip to content

Latest commit

 

History

History
175 lines (84 loc) · 8.82 KB

CHANGELOG.md

File metadata and controls

175 lines (84 loc) · 8.82 KB

Changelog

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)

🚀 Features

  • texlive-full without all the beef! (7b0198e)

👷 CI/CD

  • specify platforms in docker/setup-buildx-action (e5085da)

⚙️ Build System

  • just work with the usual archs: amd64 & arm* (1f489ed)

♻️ Code Refactoring

  • 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)

♻️ Code Refactoring

  • cleanup and minor bugfix (6a7df07)

🚀 Features

  • support all available architectures, just like the parent python image (39a2537)

v1.0.3 (2024-07-02)

🐛 Bug Fixes

  • broken version information (c2d8aef)

v1.0.2 (2024-07-01)

⚙️ Build System

  • bump commitizen to 3.27.0 (0e65b8f)
  • bump node version from 18 to 22 (3390198)

🐛 Bug Fixes

  • use actions/setup-python in the ci release job (df00a6f)

v1.0.1 (2024-07-01)

📝 Docs

🐛 Bug Fixes

  • use correct label and ensure --build-arg is used which each argument (4a0d310)

v1.0.0 (2024-07-01)

⚠ BREAKING CHANGES

  • tagging format has changed in order to maintain similarity with official python images

👷 CI/CD

  • 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)

⚙️ Build System

  • 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)

🚀 Features

  • add Python 3.12 and Debian Bookworm support (d7122b8)

v0.4.0 (2024-02-04)

🚀 Features

v0.3.1 (2023-06-27)

👷 CI/CD

  • allow for running publishing workflow manually from the Actions tab (8cb0d4e)

🐛 Bug Fixes

  • another attempt to correct the tagging (3eed45a)
  • specify project before tagging (050b6c4)

v0.3.0 (2023-06-26)

🚀 Features

  • support multiple python versions (e9aeaad)

♻️ Code Refactoring

  • add project version management tools (3860469)

⚙️ Build System

👷 CI/CD

  • 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)

📝 Docs

v0.2.0 (2022-09-19)

🚀 Features

  • use slim-bullseye instead of bullseye (3fc4e12)

v0.1.0 (2023-09-19)

🚀 Features

👷 CI/CD

  • add docker image publishing workflow (48baf6d)
  • add GitHUb Actions job to Build the Docker image (3846eea)

⚙️ Build System

  • add .dockerignore and renovate config (528a06f)

📝 Docs