-
v1.42.0 protected9425a52f · ·
1.42.0 release New features: - requirements-dev: Add codespell as a dev dependency - bake/build/test: cli: add support to list/download artifacts - test: add unit test Bug fixes: - pyproject: Remove unused dependency Click - build: Fix style check reported by flake8 - Revert "build: Fix style check reported by flake8" - build: Add noqa for the latest versions of flake8 Documentation updates: - check: Fix typos reported by codespell
-
v1.40.0 protected753f21be · ·
1.39.1 release Bug fixes: - plan: execute: fix MODULES_PATH argument - plan: execute: rearrange --tests argument - plan: execute: set return code - plan: execute plan: add --wrapper option - plan: execute: extract dtbs if present - list: fix build/test/plan list with --limit
-
v1.39.0 protectedb9706d1a · ·
1.39.0 release New features: - Add support for test_name field - feat: support to run simple plan locally - test: unit-test: support to run simple plan locally - dependency: add tuxrun,tuxmake dependency - ci: Unit test in different python versions Bug fixes: - cli: Fix patch series option help text to be explicit - Fix formatting Documentation updates: - docs: plan execute docs - docs: update local plan docs - docs: fix docs
-
v1.38.0 protectedfaa830ca · ·
1.38.0 release New features: - plan: add support to pass test parameters Documentation updates: - Fix documentation on supported instance types Testing / Infrastructure: - Makefile: Introduce check make target and use style target in ci - release: Add testing/infrastructure section to the release notes
-
v1.37.2 protected2658cd9a · ·
1.37.2 release Bug fixes: - cli: plan: Do not require config for plan create sub-sub-command Documentation updates: - Update the list of instances available - doc: examples: Add db845c android build and boot plan Testing/infrastructure: - ci: Makefile: Introduce codespell checks