Skip to content

v0.10.0

Compare
Choose a tag to compare
@poiana poiana released this 11 Oct 16:21
· 244 commits to master since this release

Changelog

  • fe641ef fix: use cimg/go image instead of the old circleci/golang one for release job.
  • d26bffa update(go,ci): bumped golang to 1.18.
  • ebace03 chore: small update.
  • 15adf1c chore: use semver package for gcc versions and kernel versions.
  • 41db492 fix(pkg,cmd,validate): fixed flatcar builder.
  • 7556415 new(cmd,pkg): allow users to customize repo org and name.
  • 4414d09 feat(pkg/driverbuilder): add all supported archlinux kernel flavours
  • 1e71cb1 Re-enable integration_test target
  • 4a1ec72 fix(build): fixed x86_64 buster builder image build.
  • 457ab5c chore(pkg): introduce global const variables for amd64 and arm64 strings.
  • bef04bf fix(build,pkg): made builder.images variable a map with values for each supported architecture.
  • 85ca00d fix(pkg/driverbuilder): dynamically load driver makefile objects by downloading Makefile.in from libs github.
  • 2b6a343 chore(ci): disable integration tests to allow master CI to push new builder images.
  • 79dcde5 chore(readme): fixed readme dead links.
  • cba16dd new(build,pkg): added gcc-4.9 to buster image.
  • a5394cc chore(docs,pkg): moved builder.README under the docs subfolder with some enhanchements.
  • bb082b4 chore(docs): small builder docs updates.
  • c7346ac chore(ci): stop testing qemu cross build in x86_64 integration tests.
  • 521310c update(pkg): allow "auto:tag" to be passed as custom builder image.
  • c5f58ad chore(pkg,makefile): properly rename "archlinux" target to just "arch", ie: the os-release ID for archlinux.
  • c45d07d update(makefile,pkg): reverted 2 lines that were used to test on my own environment.
  • de99560 chore(docs): dropped useless helper output in docs.
  • 1b42a07 update(docs): updated builder README with new informations.
  • 30db09e new(cmd,docs,pkg): added a gccversion option, to customize used gcc version.
  • d40aa5d fix(pkg): fixed archlinux support.
  • 43d7726 fix(pkg,cmd,docs,validate): fixed some small issues.
  • 174c36e new(build,pkg): support multiple builder images.