Skip to content

Latest commit

 

History

History
121 lines (61 loc) · 5.91 KB

CHANGELOG.md

File metadata and controls

121 lines (61 loc) · 5.91 KB

CHANGELOG

v0.3.0 (2024-06-19)

Build

  • build: remove unnecessary config (8695fb2)

  • build: push after version (6eab1dd)

Chore

  • chore: Update repository URL in pyproject.toml and README.md (493642a)

Documentation

  • docs(license): remove github reference (4a5afd3)

Feature

  • feat: add alpine 3.20 (38160c7)

  • feat: add alpine 3.20 (34ead09)

  • feat: prepare docker repo management (0eb3af3)

  • feat: drop amazonlinux-2 (6f4749a)

  • feat: tag f40 as latest (1d0e071)

Fix

  • fix: almalinux 9 missing /etc/sudoers (76500fe)

  • fix: almalinux 9 missing /etc/sudoers (446d562)

  • fix: fix ansible become with root (db84f56)

Unknown

  • Merge branch 'dev' (e9ea3f3)

  • Merge branch 'dev' (f02bb56)

  • Merge branch 'dev' (5c4bcc6)

  • Merge branch 'dev' (9f4fba9)

  • merge remote-tracking branch 'refs/remotes/origin/dev' into dev (129f73e)

v0.2.0 (2024-03-17)

Build

  • build(release): version 0.2.0 (f602fb0)

Feature

  • feat: add leap 15.6, drop opensuse for separate leap and tumbleweed repos (5175a7e)

  • feat: add debian 13, trixie and misc additonal tags (50e1616)

  • feat: Add build tags for Ubuntu 24.04 (24.04, noble) (cf4f69c)

Fix

  • fix: Update package_clean command in archlinux.yml playbook (c1da1c7)

Style

  • style: more descriptive name (f495e60)

Unknown

v0.1.1 (2024-02-20)

Build

  • build(release): version 0.1.1 (c73118c)

  • build: merge main back to dev after version (bcb3d9c)

  • build: remove custom build command and publish src (94334a4)

Fix

  • fix: entrypoint for systemd (e4e72b5)

Style

  • style: Correct yaml spacing (ba6c6b0)

  • style: Fix wrong indention (dbdbfa5)

  • style: Extend playbook name (e3ff71c)

  • style: Move strategy option from build.yml to ansible.cfg, use FQCNs (01a8b22)

Unknown

  • Merge branch 'main' into dev (ea693d8)

v0.1.0 (2024-02-19)

Build

Feature

Unknown