Skip to content
Tags give the ability to mark specific points in history as being important
  • v1.1.0
    1f92f925 · Release 1.1.0 ·
    1.1.0 release
    
    New features:
    
    - update: cli output point to tuxapi links
    
    Bug fixes:
    
    - plan: allow extra keys in bake plan
    - cli: Fix the error shown with improper git sha value
    - fix: Handle build limit traceback
    
  • v1.0.3
    0cc520bd · Release 1.0.3 ·
    1.0.3 release
    
    Bug fixes:
    
    - Revert "schema: bake: fix bake plan for artifacts in schema inclusion"
    - bake: submit: Fix reading local manifest file
    
  • v1.0.2
    643c08c4 · Release 1.0.2 ·
    1.0.2 release
    
    Bug fixes:
    
    - schema: bake: fix bake plan for artifacts in schema inclusion
    
  • v1.0.1
    a9cf444b · Release 1.0.1 ·
    1.0.1 release
    
    Bug fixes:
    
    - ci: Dockerfile: Do not pin tuxpkg version
    
  • v1.0.0
    063cfa36 · Release 1.0.0 ·
    1.0.0 release
    
    New features:
    
    - cli: Switch to argparse from Click
    - cli: Remove build-set subcommand and references
    - cli: Fix to make test sub sub commands work correctly
    - cli: handle_build: handle_plan: Remove unnecessary options parsing
    - cli: Implement new parser mecahnism to handle build targets
    
    Bug fixes:
    
    - build: target-arch: fix assert output
    - test: test_build: mandatory attributes
    
    Documentation updates:
    
    - docs: fix some spelling errors
    
  • v0.50.2
    a5468fe4 · Release 0.50.2 ·
    0.50.2 release
    
    New features:
    
    - CI: upgrade tuxpkg to 0.6.0
    
  • v0.50.1
    d94b62a8 · Release 0.50.1 ·
    0.50.1 release
    
    Bug fixes:
    
    - schema: Allow for extra parameters in plan yaml
    
  • v0.50.0
    d131e726 · Release 0.50.0 ·
    0.50.0 release
    
    New features:
    
    - CI: upgrade tuxpkg to 0.5.0
    - Add clang-15 as an available toolchain
    
  • v0.49.0
    5b8c1eb4 · Release 0.49.0 ·
    0.49.0 release
    
    New features:
    
    - patch_series: Use b4 to download using message-id from lore.kernel.org
    - build-dependency: Add b4 as a build dependency
    - Allow to pass dtb to tuxtest
    
    Bug fixes:
    
    - patch_series: Use tempfile to create patch file name with .mbx extension
    - requirements-dev: Use flask > 2.1.0 since escape was removed from jinja2
    - requirements-dev: Use black > 22.3.0 since click 8.1.0 is incompatible
    
    Documentation updates:
    
    - docs: Document support for patches using message-id from lore.kernel.org
    
  • v0.48.1
    a4f1eeb4 · Release 0.48.1 ·
    0.48.1 release
    
    Bug fixes:
    
    - gitlab-ci: attempt to fix dind "can't connect to host" error
    
  • v0.48.0
    90859d8e · Release 0.48.0 ·
    0.48.0 release
    
    New features:
    
    - bake: no_cache option for bake builds
    - tuxsuite test get: show the list of tests
    - plan: get: also list data about OE builds
    - bake: adds result support for bake builds
    
  • v0.47.0
    dbe671c9 · Release 0.47.0 ·
    0.47.0 release
    
    New features:
    
    - bake: add a --no-wait option
    - cli: add gcc-12 as an available toolchain
    - plan: Improve format_plan_result build message
    - manifest: Initial manifest structure for tuxbake plan
    - bake: add download artifacts for bake builds
    - bake: Add targets and name field
    
    Documentation updates:
    
    - examples: bitbake: add a poky kirkstone plan
    
  • v0.46.1
    da3655df · Release 0.46.1 ·
    0.46.1 release
    
    Bug fixes:
    - plan: pass test rootfs if given
    
  • v0.46.0
    c6aed5dc · Release 0.46.0 ·
    0.46.0 release
    
    New features:
    
    - bake: Add support for tuxbake plan
    - Update yocto examples
    
    Bug fixes:
    
    - pipeline: Increase coverage in test to fix pipeline
    
  • v0.45.0
    14d98d8c · Release 0.45.0 ·
    0.45.0 release
    
    New features:
    
    - runtime-dependency: Add b4 as a runtime dependency
    
  • v0.44.0
    4703dfcb · Release 0.44.0 ·
    0.44.0 release
    
    New features:
    
    - schema: each block can be named
    - plan: allow to pass timeouts to tuxtest
    
    Bug fixes:
    
    - build: Use retry from status in order to identify retries
    
  • v0.43.11
    129b48e0 · Release 0.43.11 ·
    0.43.11 release
    
    New features:
    - TuxTest: rely on TuxAPI to validate parameters
    - TuxTest: add support for fvp-aevma device
    - TuxTest: allow to set timeouts
    
  • v0.43.10
    249a2627 · Release 0.43.10 ·
    0.43.10 release
    
    New features:
    
    - build: Rename patch series file with .mbx to .mbox, to recognize the format
    - patch_series: Use b4 when available to download from lore.kernel.org
    
    Documentation updates:
    
    - docs: Document b4 support for patch series from lore.kernel.org
    
  • v0.43.9
    c94e938f · Release 0.43.9 ·
    0.43.9 release
    
    New features:
    
    - Add support for kas build-definition
    
  • v0.43.8
    1bf3a101 · Release 0.43.8 ·
    0.43.8 release
    
    New features:
    
    - bake: Add --manifest support to bitbake
    - bake: Rename --manifest to --local-manifest
    - tuxtest: morello-busybox-fvp: Add purecap test
    
    Bug fixes:
    
    - requirements-dev: add voluptuous