Tags give the ability to mark specific points in history as being important
-
v1.1.0
protected0faf9e57 · ·1.1.0 release New features: - utils: match artifact patterns recursively Bug fixes: - pyproject: requires: add requests - examples: add linux-yocto-dev.yaml - gitlab-ci: build newer images - gitlab-ci: fix trixie, fedora-43, 44 issue - gitlab-ci: fix spelling debian-trixie - pyproject.toml: reformat dependencies as multi-line list - pyproject: update maintainers - utils: Replace retrying with tenacity for retry logic - ci: require python 3.11 - ci: bump docker dind image to 29 - ci: build images with buildah instead of docker dind - ci: build debian-bookworm images - ci: bump pylint so it runs on python 3.11 - ci: use tuxpkg v0.22.0 - ci: install tuxpkg in the pylint job - ci: generate an sbom for each image - ci: add back python 3.10 support Container images: - debian: control: add pybuild-plugin-pyproject as build dependency - dockerfiles: remove obsolete Debian releases - dockerfiles: add Debian Trixie support - dockerfiles: add Fedora 43 support - dockerfiles: add Fedora 44 support - dockerfiles: add Debian Forky support - dockerfiles: remove obsolete Fedora releases - dockerfiles: add template-based Dockerfile generator - dockerfiles: make container runtime configurable
-
v0.9.0
protected4956940c · ·0.9.0 release New features: - Build-definition: Switch build definition files from JSON to YAML format - tests: unit: Modify unit tests Bug fixes: - dependency: sort packages alphabetically - examples: drop readme file - argparse: fix version output Documentation updates: - README: json to yaml format Container images: - dockerfile: debian: ubuntu: add gcc-multilib and linux-libc-dev packages - dockerfiles: sort packages alphabetically
-
v0.8.0
protected8869c21e · ·0.8.0 release Container images: - ci: images: Do not build centos 7 images - ci: images: Do not build debian stretch images - ci: images: Do not build ubuntu 16.04 images - ci: images: Do not build opensuse leap 15.1 images - ci: images: Drop building ubuntu-16.04 and opensuse-leap-15.1 - container: image: Include support for ubuntu-24.04 - container: images: Fix the supported container images - ci: container: Build and publish debian-bookworm containers regularly
-
v0.6.0
protectedb5e8e91a · ·0.6.0 release New features: - add after_cmds to run tests - Run bitbake -e separately and allow it to fail Bug fixes: Documentation updates: Container images: - dockerfiles: Add git-lfs package - dockerfiles/debian-bullseye/Dockerfile: sort packages - dockerfiles/debian-bullseye/Dockerfile: remove duplicated python3 package - dockerfiles/debian-bullseye/Dockerfile: add procps - dockerfiles/ubuntu-22.04/Dockerfile: sort package list - dockerfiles/ubuntu-22.04/Dockerfile: add missing pexpect dependency
-
v0.5.0
protectedf91231e5 · ·0.5.0 release New features: - utils: Support for git submodules Bug fixes: Documentation updates: - models: fix a typo in the printed error message Container images: - docker: ubuntu-20.04: add libc6-dev-i386 - docker: ubuntu-20.04: install gcc-multilib - dockerfile: Add python3-venv package to ubuntu images