Skip to content

v0.7.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 22 Nov 16:52
· 5 commits to main since this release

Changelog

  • 6427558 chore(action): bump version to v0.7.0
  • dca2df1 build(deps): bump docs/src/firmware-action-example
  • 3d9a259 fix(action): infinite symlink issue
  • 50e1d3d fix(action): linux make defconfig file conflict
  • 630e8aa test(examples): add taskfile to run Linux example locally
  • 3c33923 chore(dependabot): remove docker
  • dd4f88b fix(ci/automerge): use PAT token
  • 5e01648 fix(docker): apply patches in tests too
  • 4486886 feat(docker): apply patches to edk2 containers
  • 22b5d11 feat(docker): add edk2 containers between 2023-02 and 2024-05
  • 64fe7bc build(deps): bump github.com/go-playground/validator/v10
  • 9b40826 fix(linter): revive fixes in golang
  • bbcbe25 fix(linter): pylint fixes in python
  • 9216098 docs: apply suggestions from code review
  • fb985f1 docs: update documentaion
  • e5289aa fix(docs): inter-linking was broken
  • 4e88c4b fix(ci): compile firmware-action in examples
  • 1750ca3 feat(docker)!: bump GCC_VERSION for edk2-202408.01
  • 22afde5 chore(action): add debug for arch inputs
  • a6c6001 fix(examples): fixed typo
  • d7463b6 ci(automerge): do not run on draft PR
  • 77759c3 fix(examples): partial revert of 32583f7
  • fd3d412 fix(dagger): run python black formatter
  • 2d9c722 fix(ci/cleanup): do not fail when cache not found
  • 84f4916 fix(examples): conflicting artifact names
  • ea35ff3 test(examples): add cleanup step
  • 1d824a9 fix(action/linux): missing dir
  • 5e9f8f3 fix(action/linux): fix cross-compilation detection
  • e95fabc fix(examples): make arch into env variable
  • 32583f7 chore(action): unify architecture strings
  • 9319dfa test(examples): expand to also run on arm64 machine
  • 273cadf chore(docker)!: depreciating coreboot 24.02 in favour of 24.02.01
  • a46ffb7 fix(docker/edk2): shallow submodules for edk2-stable202008
  • 54bfeda fix(docker/edk2): shallow submodules
  • 607fa71 fix(docker/edk2): possibly broken docker arguments
  • 88151a1 fix(docker)!: edk2-stable202408 missing submodule
  • 5629978 ci: a bit more automation to pull requests
  • d5c0c5c build(deps): bump dagger.io/dagger in /action in the golang group
  • f4362ea build(deps): update pytest-flake8 requirement in /.dagger-ci/daggerci
  • bdb564a build(deps): update dagger-io requirement in /.dagger-ci/daggerci
  • 540b4fd fix(dagger): install build-essential package
  • 41cb3ae fix(examples): artifact names
  • fdf1df3 fix(examples): path to artifacts
  • 82dac48 build(deps): bump golang.org/x/crypto in /action in the golang group
  • b023bf9 fix(docker): add cross toolchain for x86 into linux container
  • 81a433e fix(tests): forgotten env variable
  • 4d0c1fb ci: fix cache cleanup
  • 9dad109 build(deps): bump github.com/alecthomas/kong
  • e48b996 feat(taskfile): include docker building taskfile in the main one
  • d627efd feat(taskfile): add tasks to build containers
  • b103b16 feat(taskfile): add python virtual environment setup task
  • 5f13a2f chore(docker): update gitignore
  • f92e178 feat(action)!: build edk2 basetools on the fly
  • 9c3128f feat(docker)!: use pre-compiled coreboot toolchain in dockerfile
  • 92907ad feat(ci): fetch coreboot toolchains
  • f2abe55 feat(dagger)!: make containers multi-arch
  • 39083ee fix(docker): linux container missing package on arm64
  • 8191bcf build(deps): bump docs/src/firmware-action-example
  • 289e338 build(deps): bump the golang group across 1 directory with 2 updates
  • bbdcfa1 fix(docker): add omitted python into compose.yaml
  • 5d64dd4 fix(megalinter): fix spelling
  • a849e26 revert(ci): remove edk2 matrix
  • c608076 feat(docker): compile coreboot tool-chains separately
  • 761da59 fix(ci): tweak dynamically generated matrix
  • 9bb6963 build(deps): update pytest-benchmark requirement in /.dagger-ci/daggerci
  • fac4f9f build(deps): update prettytable requirement in /.dagger-ci/daggerci
  • 6c8fc70 chore(action): remove obsolete code
  • ab781d4 docs: add SECURITY.md
  • ea075ac feat(dependabot): use also for git submodules
  • a31adf9 chore(dependabot): remove reviewers and assignees
  • 9203d56 fix(docker): typo in compose.yaml
  • f024ffc build(deps): update pytest-cov requirement in /.dagger-ci/daggerci
  • 02e489e build(deps): update pytest-benchmark requirement in /.dagger-ci/daggerci
  • 738f44f chore(action): run go mod tidy
  • 8be1bb1 build(deps): bump dagger.io/dagger in /action in the golang group
  • 8de8ef8 ci(cache): improve caching in example workflow
  • 4ebd4df ci(cache): add cleanup jobs
  • 52366f7 chore(docker): remove unnecessary dependencies
  • 606b105 ci(reminder): run daily instead of hourly
  • 8573152 fix(docker): bump all linux docker containers to noble release
  • 5062b12 chore(docker): add omitted arguments into compose file
  • b51b3a2 chore(ci): correction to example caching
  • 57ea19c fix(megalinter): fix spelling
  • 0059567 ci(docker): dynamically generate the matrix
  • c91219c feat(docker): make coreboot container support multi-arch builds
  • 9e361bb feat(docker): make edk2 container support multi-arch builds
  • 4fe8fd2 feat(docker): make linux container support multi-arch builds
  • 9c5fa6f build(deps): bump dagger.io/dagger in /action in the golang group
  • bbc194c chore(docker): add omitted arguments into compose file
  • 8ebee2a style: cosmetic change in edk2 test script
  • e2be0bd docs: cosmetic changes according to megalinter
  • 5461bec ci(docker): build monthly instead of weekly
  • f024bc6 ci(megalinter): temporarily disable trivy because
  • 51cfe2a build(deps): bump dagger.io/dagger in /action in the golang group
  • 745b5c7 build(deps): bump golang.org/x/crypto in /action in the golang group
  • c48e1f4 feat(docker): add zstd into linux container
  • da84266 test(docker): expand examples to include new Linux containers
  • 2d9178b feat(docker): expand fleet of Linux containers
  • 22450d2 fix(docker): update GCC vs GCC5 also in examples
  • 54cdfc6 test(docker): test containers also on change of tests
  • f900fb2 fix(edk2): toolchain GCC5 was deprecated in edk2-stable202305
  • b91a043 fix(docker): enable again tests of containers
  • 5743166 feat(ci): add 2nd part to reminder bot
  • 8a85b80 fix(docker): download latest version of docker-compose
  • c4133f5 feat(docker): add missing packages
  • e71a9eb chore(python): switch from hardcoded version to latest stable
  • 674a5c9 ci(docker): skip testing
  • 720b7ac ci(docker): add timeouts
  • e107818 chore(docker): cleanup python code
  • 5649f08 fix(docker): slim down edk2 container
  • c22deb4 docs: add notes about creating new containers
  • 2d8fa0e feat(docker): add new edk2 202408 container
  • f095979 build(deps): update anyio requirement in /.dagger-ci/daggerci
  • 6db7264 build(deps): bump dagger.io/dagger in /action in the golang group
  • aa84ffa build(deps): update anyio requirement in /.dagger-ci/daggerci
  • 78c19f0 feat(ci): use arduino/setup-task to get taskfile
  • c9f52e4 fix(ci): update dagger use in python
  • b01f5bf build(deps): update dagger-io requirement
  • 1990387 build(deps): bump dagger.io/dagger in /action in the golang group
  • 7533e02 build(deps): bump github.com/alecthomas/kong
  • 2e09d8e build(deps): bump the golang group in /action with 2 updates
  • aa4fa83 chore(ci): remove leftover junk in go-test workflow
  • 8636a55 fix(taskfile): cleanup
  • 6074ee4 fix(ci): reminder bot
  • 64039cf build(deps): bump github.com/alecthomas/kong in /action
  • b1f41cb build(deps): bump the golang group across 1 directory with 3 updates
  • afd39d9 build(deps): bump peter-evans/create-pull-request from 6 to 7
  • 1818d4a build(deps): bump dagger.io/dagger in /action in the golang group
  • 09d8897 build(deps): bump github.com/sethvargo/go-githubactions