Skip to content

Latest commit

 

History

History
161 lines (133 loc) · 13 KB

CHANGELOG.md

File metadata and controls

161 lines (133 loc) · 13 KB

bldr 0.2.2 (2023-09-15)

Welcome to the v0.2.2 release of bldr!

Please try out the release binaries and report any issues at https://github.com/siderolabs/bldr/issues.

Contributors

  • Noel Georgi
  • Andrey Smirnov

Changes

3 commits

  • 20de986 feat: support --cache-from/--cache-imports
  • 38bee98 chore: rekres to support gh actions
  • d7f236f chore: add a no-op github workflow

Dependency Changes

  • github.com/containerd/containerd v1.7.3 -> v1.7.6
  • github.com/moby/buildkit v0.12.1 -> v0.12.2
  • golang.org/x/oauth2 v0.11.0 -> v0.12.0

Previous release can be found at v0.2.1

bldr 0.2.0 (2023-05-19)

Welcome to the v0.2.0 release of bldr!

Please try out the release binaries and report any issues at https://github.com/siderolabs/bldr/issues.

Contributors

  • Andrey Smirnov
  • Noel Georgi
  • Andrey Smirnov
  • Andrew Rynhard
  • Alexey Palazhchenko
  • Alexey Palazhchenko
  • Artem Chernyshev
  • Dmitriy Matrenichev
  • Andrey Smirnov
  • Brad Beam
  • Niklas Wik

Changes

81 commits

  • 97650b2 feat: implement --no-cache option
  • bc2438e chore: bump deps
  • f8905e8 chore: bump deps
  • 4c077ad chore: rekres + bump deps
  • 3d32358 chore: bump deps
  • a7421af chore: bump deps
  • 4f20353 chore: bump deps
  • ed832fe chore: bump deps
  • f2f1d18 chore: bump dependencies
  • 77bd646 chore: rekres
  • 0af77c6 chore: bump go dependencies
  • a46c868 chore: bump dependencies
  • 804a03b chore: bump dependencies
  • 1218936 chore: bump deps
  • afa3012 chore: disable drone slack pipeline for renovate
  • f2690f0 chore: disable drone for renovate/dependabot
  • cb072a4 chore: bump deps
  • 42c0ffb fix: multi arch build
  • 5613733 chore: update renovate config
  • 9b2810f chore: kresify, rename
  • b979fbd feat: implement additional variables and bldr eval
  • bf9bada fix: remove "promoted dependency" feature
  • a714657 fix: skip merging if no dependencies found
  • cedc88a feat: support build behind proxy
  • 81055c0 fix: make sure cache persists local context changes
  • 03757bb feat: use new LLB merge operation, allow from: in deps
  • febf1d0 chore: bump dependencies
  • 9d49478 chore: rename org
  • 376fe2b feat: implement SOURCE_DATE_EPOCH build argument
  • 7a0ad18 feat: support cache mounts
  • 86cfe12 fix: respect HTTP proxy settings
  • e2c007a feat: optimize build time by removing unnecessary I/O
  • 384f28d chore: add debug --json flag to llb
  • d4df177 feat: bump Alpine image for the alpine image
  • 6ffa6b2 feat: add destination name to error messages
  • 3198175 chore: bump dependencies
  • 8c545bd fix: detect updates for containerd
  • a8d27f7 fix: detect updates for runc and similar pkgs
  • aa62d4a feat: add checksum validation
  • 07cd6ea feat: implement bldr update --dry command
  • 533e360 feat: add support for image labels
  • f27a804 fix: support multi-platform key passed in via options
  • f3b2dcf fix: update properly reference to the image in export map
  • f71d92d chore: fix master build by adding SSH_KEY
  • e42dfc4 feat: build bldr for linux/amd64 and linux/arm64
  • 39b6665 docs: use correct term instead of 'shebang'
  • 47a36b3 fix: linter shouldn't complain on finalize on steps missing
  • 4f43f7e chore: use git instead of gitmeta
  • 7745285 test: add integration test for variables and Sprig template funcs
  • ba41ffb chore: fancy slack webhook message
  • b40ae96 feat: implement integration tests for bldr
  • fb7f613 feat: add bldr validate command
  • 31a7421 feat: stop on error in any package, more validation
  • b10aef0 chore: move 'upgrade' under pkg/
  • 8513435 docs: add documentation for the bldr
  • 94637ff fix: add 'test' step to the build
  • d8b00d4 chore: remove ca-certificates from base image
  • 1289eba feat: implement Pkgfile and support variables for templates
  • 2b9366f feat: add support for runtime dependencies
  • ae7df38 feat: add Alpine packages to the dependency graph
  • 067a1ea feat: allow 'graph' to be generated without 'target'
  • cdc4af3 feat: graph external dependencies (images) in addition to stages
  • 3576a53 chore: add golangci-lint and fix linter issues
  • 285fcfe chore: remove 'bldr convert' command
  • 2b3b543 chore: bump docker version to enable image push
  • 8292442 chore: make bldr push its images on 'master' build
  • ea80f4e feat: new version of bldr based on buildkit LLB
  • e37bd48 chore: use Alpine 3.10 as base image for the builds
  • 2be6335 chore: default organization/registry to the ones bldr was built with
  • 62ea4a5 chore: fix race in verify method
  • 0272817 chore: update channel name
  • 78d400c chore: bump docker in Drone (#11)
  • 946e61b fix: fix typo in path (#8)
  • 5d96fb8 fix: set the build path last (#7)
  • eb82bb7 fix: add the cache flags (#6)
  • fe3cbd3 chore: set docker mtu to 1440 (#5)
  • f5305ac feat: move cache flags to CLI options (#4)
  • 95bb0e7 feat: initial implementation (#3)
  • 988e857 Merge pull request #1 from andrewrynhard/initial-implementation
  • 5c25018 feat: initial implementation
  • 7c244c6 Initial commit

Changes since v0.2.0-alpha.12

4 commits

Dependency Changes

This release has no dependency changes