Releases: siderolabs/bldr
v0.3.2
bldr 0.3.2 (2024-08-05)
Welcome to the v0.3.2 release of bldr!
Please try out the release binaries and report any issues at
https://github.com/siderolabs/bldr/issues.
Contributors
- Dmitriy Matrenichev
- Noel Georgi
- Andrey Smirnov
- Andrey Smirnov
- Utku Ozdemir
Changes
12 commits
9a526ec
chore: bump deps7f6df03
chore: set PKG_NAME environment variablea7ac3b0
feat: provision platform context dynamically40aea38
feat: support per-dependency arch65e6a18
feat: support platform override6eaf7ab
feat: support multiple cache paths6db0478
chore: supportplatform
for dependencies2ad4508
chore: bump deps02c15d5
release(v0.2.2): prepare release20de986
feat: support --cache-from/--cache-imports38bee98
chore: rekres to support gh actionsd7f236f
chore: add a no-op github workflow
Changes since v0.3.1
Changes from siderolabs/gen
17 commits
7654108
chore: add hashtriemap implementation8485864
chore: optimize maps.Values and maps.Keys238baf9
chore: add typesafeSyncMap
and bump stuffefca710
chore: addFilterInPlace
method to maps and update module36a3ae3
feat: update modulef9f5805
chore: bump rekres and add functions from expb968d21
feat: addTryRecv
andRecvWithContext
functions476dfea
feat: add foreach and clear to lazymap214c1ef
chore: setslice.Filter
result slice cap to len8e89b1e
feat: add GetOrCreate and GetOrCall methods7c7ccc3
feat: introduce channel SendWithContextb3b6db8
fix: fix Copy documentation and implementation521f737
feat: add xerrors package which contains additions to the std errors726e066
fix: rename tuples.go to pair.go and set proper package named8d7d25
chore: minor additions338a650
chore: add initial implementation and documentation4fd8667
Initial commit
Dependency Changes
- github.com/containerd/platforms v0.2.1 new
- github.com/emicklei/dot v1.6.0 -> v1.6.2
- github.com/google/go-github/v63 v63.0.0 new
- github.com/moby/buildkit v0.12.1 -> v0.15.1
- github.com/moby/docker-image-spec v1.3.1 new
- github.com/opencontainers/image-spec v1.1.0-rc3 -> v1.1.0
- github.com/otiai10/copy v1.12.0 -> v1.14.0
- github.com/siderolabs/gen v0.5.0 new
- github.com/spf13/cobra v1.7.0 -> v1.8.1
- github.com/stretchr/testify v1.8.4 -> v1.9.0
- golang.org/x/oauth2 v0.11.0 -> v0.22.0
- golang.org/x/sync v0.3.0 -> v0.8.0
Previous release can be found at v0.2.1
v0.3.1
bldr 0.3.1 (2024-05-23)
Welcome to the v0.3.1 release of bldr!
Please try out the release binaries and report any issues at
https://github.com/siderolabs/bldr/issues.
Contributors
- Dmitriy Matrenichev
- Noel Georgi
- Andrey Smirnov
- Andrey Smirnov
- Utku Ozdemir
Changes
11 commits
7f6df03
chore: set PKG_NAME environment variablea7ac3b0
feat: provision platform context dynamically40aea38
feat: support per-dependency arch65e6a18
feat: support platform override6eaf7ab
feat: support multiple cache paths6db0478
chore: supportplatform
for dependencies2ad4508
chore: bump deps02c15d5
release(v0.2.2): prepare release20de986
feat: support --cache-from/--cache-imports38bee98
chore: rekres to support gh actionsd7f236f
chore: add a no-op github workflow
Changes since v0.3.0
Changes from siderolabs/gen
15 commits
238baf9
chore: add typesafeSyncMap
and bump stuffefca710
chore: addFilterInPlace
method to maps and update module36a3ae3
feat: update modulef9f5805
chore: bump rekres and add functions from expb968d21
feat: addTryRecv
andRecvWithContext
functions476dfea
feat: add foreach and clear to lazymap214c1ef
chore: setslice.Filter
result slice cap to len8e89b1e
feat: add GetOrCreate and GetOrCall methods7c7ccc3
feat: introduce channel SendWithContextb3b6db8
fix: fix Copy documentation and implementation521f737
feat: add xerrors package which contains additions to the std errors726e066
fix: rename tuples.go to pair.go and set proper package named8d7d25
chore: minor additions338a650
chore: add initial implementation and documentation4fd8667
Initial commit
Dependency Changes
- github.com/containerd/containerd v1.7.3 -> v1.7.17
- github.com/emicklei/dot v1.6.0 -> v1.6.2
- github.com/google/go-github/v62 v62.0.0 new
- github.com/moby/buildkit v0.12.1 -> v0.13.2
- github.com/moby/docker-image-spec v1.3.1 new
- github.com/opencontainers/image-spec v1.1.0-rc3 -> v1.1.0
- github.com/otiai10/copy v1.12.0 -> v1.14.0
- github.com/siderolabs/gen v0.4.8 new
- github.com/spf13/cobra v1.7.0 -> v1.8.0
- github.com/stretchr/testify v1.8.4 -> v1.9.0
- golang.org/x/oauth2 v0.11.0 -> v0.20.0
- golang.org/x/sync v0.3.0 -> v0.7.0
Previous release can be found at v0.2.1
v0.3.0
bldr 0.3.0 (2024-03-07)
Welcome to the v0.3.0 release of bldr!
Please try out the release binaries and report any issues at
https://github.com/siderolabs/bldr/issues.
Contributors
- Dmitriy Matrenichev
- Noel Georgi
- Andrey Smirnov
- Andrey Smirnov
- Utku Ozdemir
Changes
10 commits
a7ac3b0
feat: provision platform context dynamically40aea38
feat: support per-dependency arch65e6a18
feat: support platform override6eaf7ab
feat: support multiple cache paths6db0478
chore: supportplatform
for dependencies2ad4508
chore: bump deps02c15d5
release(v0.2.2): prepare release20de986
feat: support --cache-from/--cache-imports38bee98
chore: rekres to support gh actionsd7f236f
chore: add a no-op github workflow
Changes from siderolabs/gen
14 commits
efca710
chore: addFilterInPlace
method to maps and update module36a3ae3
feat: update modulef9f5805
chore: bump rekres and add functions from expb968d21
feat: addTryRecv
andRecvWithContext
functions476dfea
feat: add foreach and clear to lazymap214c1ef
chore: setslice.Filter
result slice cap to len8e89b1e
feat: add GetOrCreate and GetOrCall methods7c7ccc3
feat: introduce channel SendWithContextb3b6db8
fix: fix Copy documentation and implementation521f737
feat: add xerrors package which contains additions to the std errors726e066
fix: rename tuples.go to pair.go and set proper package named8d7d25
chore: minor additions338a650
chore: add initial implementation and documentation4fd8667
Initial commit
Dependency Changes
- github.com/containerd/containerd v1.7.3 -> v1.7.13
- github.com/emicklei/dot v1.6.0 -> v1.6.1
- github.com/google/go-github/v60 v60.0.0 new
- github.com/moby/buildkit v0.12.1 -> v0.12.5
- github.com/opencontainers/image-spec v1.1.0-rc3 -> v1.1.0
- github.com/otiai10/copy v1.12.0 -> v1.14.0
- github.com/siderolabs/gen v0.4.7 new
- github.com/spf13/cobra v1.7.0 -> v1.8.0
- github.com/stretchr/testify v1.8.4 -> v1.9.0
- golang.org/x/oauth2 v0.11.0 -> v0.18.0
- golang.org/x/sync v0.3.0 -> v0.6.0
Previous release can be found at v0.2.1
v0.2.3
bldr 0.2.3 (2023-10-30)
Welcome to the v0.2.3 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
- Dmitriy Matrenichev
Changes
5 commits
Changes since v0.2.2
Dependency Changes
- github.com/containerd/containerd v1.7.3 -> v1.7.8
- github.com/google/go-github/v56 v56.0.0 new
- github.com/moby/buildkit v0.12.1 -> v0.12.3
- github.com/opencontainers/image-spec v1.1.0-rc3 -> v1.1.0-rc5
- github.com/otiai10/copy v1.12.0 -> v1.14.0
- golang.org/x/oauth2 v0.11.0 -> v0.13.0
- golang.org/x/sync v0.3.0 -> v0.4.0
Previous release can be found at v0.2.1
v0.2.2
bldr 0.2.2 (2023-09-18)
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
- Andrey Smirnov
- Noel Georgi
Changes
4 commits
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
v0.2.1
bldr 0.2.1 (2023-08-10)
Welcome to the v0.2.1 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
- Dmitriy Matrenichev
- Alexey Palazhchenko
- Artem Chernyshev
- Andrey Smirnov
- Brad Beam
- Niklas Wik
Changes
83 commits
8caa38e
chore: bump deps04bd0a3
release(v0.2.0): prepare release97650b2
feat: implement --no-cache optionbc2438e
chore: bump depsf8905e8
chore: bump deps4c077ad
chore: rekres + bump deps3d32358
chore: bump depsa7421af
chore: bump deps4f20353
chore: bump depsed832fe
chore: bump depsf2f1d18
chore: bump dependencies77bd646
chore: rekres0af77c6
chore: bump go dependenciesa46c868
chore: bump dependencies804a03b
chore: bump dependencies1218936
chore: bump depsafa3012
chore: disable drone slack pipeline for renovatef2690f0
chore: disable drone for renovate/dependabotcb072a4
chore: bump deps42c0ffb
fix: multi arch build5613733
chore: update renovate config9b2810f
chore: kresify, renameb979fbd
feat: implement additional variables andbldr eval
bf9bada
fix: remove "promoted dependency" featurea714657
fix: skip merging if no dependencies foundcedc88a
feat: support build behind proxy81055c0
fix: make sure cache persists local context changes03757bb
feat: use new LLB merge operation, allowfrom:
in depsfebf1d0
chore: bump dependencies9d49478
chore: rename org376fe2b
feat: implementSOURCE_DATE_EPOCH
build argument7a0ad18
feat: support cache mounts86cfe12
fix: respect HTTP proxy settingse2c007a
feat: optimize build time by removing unnecessary I/O384f28d
chore: add debug--json
flag tollb
d4df177
feat: bump Alpine image for thealpine
image6ffa6b2
feat: add destination name to error messages3198175
chore: bump dependencies8c545bd
fix: detect updates for containerda8d27f7
fix: detect updates for runc and similar pkgsaa62d4a
feat: add checksum validation07cd6ea
feat: implementbldr update --dry
command533e360
feat: add support for image labelsf27a804
fix: support multi-platform key passed in via optionsf3b2dcf
fix: update properly reference to the image in export mapf71d92d
chore: fix master build by addingSSH_KEY
e42dfc4
feat: build bldr for linux/amd64 and linux/arm6439b6665
docs: use correct term instead of 'shebang'47a36b3
fix: linter shouldn't complain onfinalize
onsteps
missing4f43f7e
chore: use git instead of gitmeta7745285
test: add integration test for variables and Sprig template funcsba41ffb
chore: fancy slack webhook messageb40ae96
feat: implement integration tests for bldrfb7f613
feat: addbldr validate
command31a7421
feat: stop on error in any package, more validationb10aef0
chore: move 'upgrade' underpkg/
8513435
docs: add documentation for thebldr
94637ff
fix: add 'test' step to the buildd8b00d4
chore: remove ca-certificates from base image1289eba
feat: implementPkgfile
and support variables for templates2b9366f
feat: add support for runtime dependenciesae7df38
feat: add Alpine packages to the dependency graph067a1ea
feat: allow 'graph' to be generated without 'target'cdc4af3
feat: graph external dependencies (images) in addition to stages3576a53
chore: add golangci-lint and fix linter issues285fcfe
chore: remove 'bldr convert' command2b3b543
chore: bump docker version to enable image push8292442
chore: make bldr push its images on 'master' buildea80f4e
feat: new version of bldr based on buildkit LLB- [
e37bd48
](https://github.com/side...
v0.2.0
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
82 commits
04bd0a3
release(v0.2.0): prepare release97650b2
feat: implement --no-cache optionbc2438e
chore: bump depsf8905e8
chore: bump deps4c077ad
chore: rekres + bump deps3d32358
chore: bump depsa7421af
chore: bump deps4f20353
chore: bump depsed832fe
chore: bump depsf2f1d18
chore: bump dependencies77bd646
chore: rekres0af77c6
chore: bump go dependenciesa46c868
chore: bump dependencies804a03b
chore: bump dependencies1218936
chore: bump depsafa3012
chore: disable drone slack pipeline for renovatef2690f0
chore: disable drone for renovate/dependabotcb072a4
chore: bump deps42c0ffb
fix: multi arch build5613733
chore: update renovate config9b2810f
chore: kresify, renameb979fbd
feat: implement additional variables andbldr eval
bf9bada
fix: remove "promoted dependency" featurea714657
fix: skip merging if no dependencies foundcedc88a
feat: support build behind proxy81055c0
fix: make sure cache persists local context changes03757bb
feat: use new LLB merge operation, allowfrom:
in depsfebf1d0
chore: bump dependencies9d49478
chore: rename org376fe2b
feat: implementSOURCE_DATE_EPOCH
build argument7a0ad18
feat: support cache mounts86cfe12
fix: respect HTTP proxy settingse2c007a
feat: optimize build time by removing unnecessary I/O384f28d
chore: add debug--json
flag tollb
d4df177
feat: bump Alpine image for thealpine
image6ffa6b2
feat: add destination name to error messages3198175
chore: bump dependencies8c545bd
fix: detect updates for containerda8d27f7
fix: detect updates for runc and similar pkgsaa62d4a
feat: add checksum validation07cd6ea
feat: implementbldr update --dry
command533e360
feat: add support for image labelsf27a804
fix: support multi-platform key passed in via optionsf3b2dcf
fix: update properly reference to the image in export mapf71d92d
chore: fix master build by addingSSH_KEY
e42dfc4
feat: build bldr for linux/amd64 and linux/arm6439b6665
docs: use correct term instead of 'shebang'47a36b3
fix: linter shouldn't complain onfinalize
onsteps
missing4f43f7e
chore: use git instead of gitmeta7745285
test: add integration test for variables and Sprig template funcsba41ffb
chore: fancy slack webhook messageb40ae96
feat: implement integration tests for bldrfb7f613
feat: addbldr validate
command31a7421
feat: stop on error in any package, more validationb10aef0
chore: move 'upgrade' underpkg/
8513435
docs: add documentation for thebldr
94637ff
fix: add 'test' step to the buildd8b00d4
chore: remove ca-certificates from base image1289eba
feat: implementPkgfile
and support variables for templates2b9366f
feat: add support for runtime dependenciesae7df38
feat: add Alpine packages to the dependency graph067a1ea
feat: allow 'graph' to be generated without 'target'cdc4af3
feat: graph external dependencies (images) in addition to stages3576a53
chore: add golangci-lint and fix linter issues285fcfe
chore: remove 'bldr convert' command2b3b543
chore: bump docker version to enable image push8292442
chore: make bldr push its images on 'master' buildea80f4e
feat: new version of bldr based on buildkit LLBe37bd48
chore: use Alpine 3.10 as base image for the builds- ...
v0.2.0-alpha.12
bldr 0.2.0-alpha.12 (2023-01-18)
Welcome to the v0.2.0-alpha.12 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
- Andrey Smirnov
- Brad Beam
- Dmitriy Matrenichev
- Niklas Wik
Changes
77 commits
3d32358
chore: bump depsa7421af
chore: bump deps4f20353
chore: bump depsed832fe
chore: bump depsf2f1d18
chore: bump dependencies77bd646
chore: rekres0af77c6
chore: bump go dependenciesa46c868
chore: bump dependencies804a03b
chore: bump dependencies1218936
chore: bump depsafa3012
chore: disable drone slack pipeline for renovatef2690f0
chore: disable drone for renovate/dependabotcb072a4
chore: bump deps42c0ffb
fix: multi arch build5613733
chore: update renovate config9b2810f
chore: kresify, renameb979fbd
feat: implement additional variables andbldr eval
bf9bada
fix: remove "promoted dependency" featurea714657
fix: skip merging if no dependencies foundcedc88a
feat: support build behind proxy81055c0
fix: make sure cache persists local context changes03757bb
feat: use new LLB merge operation, allowfrom:
in depsfebf1d0
chore: bump dependencies9d49478
chore: rename org376fe2b
feat: implementSOURCE_DATE_EPOCH
build argument7a0ad18
feat: support cache mounts86cfe12
fix: respect HTTP proxy settingse2c007a
feat: optimize build time by removing unnecessary I/O384f28d
chore: add debug--json
flag tollb
d4df177
feat: bump Alpine image for thealpine
image6ffa6b2
feat: add destination name to error messages3198175
chore: bump dependencies8c545bd
fix: detect updates for containerda8d27f7
fix: detect updates for runc and similar pkgsaa62d4a
feat: add checksum validation07cd6ea
feat: implementbldr update --dry
command533e360
feat: add support for image labelsf27a804
fix: support multi-platform key passed in via optionsf3b2dcf
fix: update properly reference to the image in export mapf71d92d
chore: fix master build by addingSSH_KEY
e42dfc4
feat: build bldr for linux/amd64 and linux/arm6439b6665
docs: use correct term instead of 'shebang'47a36b3
fix: linter shouldn't complain onfinalize
onsteps
missing4f43f7e
chore: use git instead of gitmeta7745285
test: add integration test for variables and Sprig template funcsba41ffb
chore: fancy slack webhook messageb40ae96
feat: implement integration tests for bldrfb7f613
feat: addbldr validate
command31a7421
feat: stop on error in any package, more validationb10aef0
chore: move 'upgrade' underpkg/
8513435
docs: add documentation for thebldr
94637ff
fix: add 'test' step to the buildd8b00d4
chore: remove ca-certificates from base image1289eba
feat: implementPkgfile
and support variables for templates2b9366f
feat: add support for runtime dependenciesae7df38
feat: add Alpine packages to the dependency graph067a1ea
feat: allow 'graph' to be generated without 'target'cdc4af3
feat: graph external dependencies (images) in addition to stages3576a53
chore: add golangci-lint and fix linter issues285fcfe
chore: remove 'bldr convert' command2b3b543
chore: bump docker version to enable image push8292442
chore: make bldr push its images on 'master' buildea80f4e
feat: new version of bldr based on buildkit LLBe37bd48
chore: use Alpine 3.10 as base image for the builds2be6335
chore: default organization/registry to the ones bldr was built with62ea4a5
chore: fix race in verify method0272817
chore: update channel name78d400c
chore: bump docker in Drone (#11)- [
946e61b
](https://github.com/sider...
v0.2.0-alpha.11
bldr 0.2.0-alpha.11 (2022-12-06)
Welcome to the v0.2.0-alpha.11 release of bldr!
Please try out the release binaries and report any issues at
https://github.com/siderolabs/bldr/issues.
Contributors
- Andrey Smirnov
- Andrey Smirnov
- Noel Georgi
- Andrew Rynhard
- Alexey Palazhchenko
- Alexey Palazhchenko
- Artem Chernyshev
- Andrey Smirnov
- Brad Beam
- Niklas Wik
Changes
74 commits
ed832fe
chore: bump depsf2f1d18
chore: bump dependencies77bd646
chore: rekres0af77c6
chore: bump go dependenciesa46c868
chore: bump dependencies804a03b
chore: bump dependencies1218936
chore: bump depsafa3012
chore: disable drone slack pipeline for renovatef2690f0
chore: disable drone for renovate/dependabotcb072a4
chore: bump deps42c0ffb
fix: multi arch build5613733
chore: update renovate config9b2810f
chore: kresify, renameb979fbd
feat: implement additional variables andbldr eval
bf9bada
fix: remove "promoted dependency" featurea714657
fix: skip merging if no dependencies foundcedc88a
feat: support build behind proxy81055c0
fix: make sure cache persists local context changes03757bb
feat: use new LLB merge operation, allowfrom:
in depsfebf1d0
chore: bump dependencies9d49478
chore: rename org376fe2b
feat: implementSOURCE_DATE_EPOCH
build argument7a0ad18
feat: support cache mounts86cfe12
fix: respect HTTP proxy settingse2c007a
feat: optimize build time by removing unnecessary I/O384f28d
chore: add debug--json
flag tollb
d4df177
feat: bump Alpine image for thealpine
image6ffa6b2
feat: add destination name to error messages3198175
chore: bump dependencies8c545bd
fix: detect updates for containerda8d27f7
fix: detect updates for runc and similar pkgsaa62d4a
feat: add checksum validation07cd6ea
feat: implementbldr update --dry
command533e360
feat: add support for image labelsf27a804
fix: support multi-platform key passed in via optionsf3b2dcf
fix: update properly reference to the image in export mapf71d92d
chore: fix master build by addingSSH_KEY
e42dfc4
feat: build bldr for linux/amd64 and linux/arm6439b6665
docs: use correct term instead of 'shebang'47a36b3
fix: linter shouldn't complain onfinalize
onsteps
missing4f43f7e
chore: use git instead of gitmeta7745285
test: add integration test for variables and Sprig template funcsba41ffb
chore: fancy slack webhook messageb40ae96
feat: implement integration tests for bldrfb7f613
feat: addbldr validate
command31a7421
feat: stop on error in any package, more validationb10aef0
chore: move 'upgrade' underpkg/
8513435
docs: add documentation for thebldr
94637ff
fix: add 'test' step to the buildd8b00d4
chore: remove ca-certificates from base image1289eba
feat: implementPkgfile
and support variables for templates2b9366f
feat: add support for runtime dependenciesae7df38
feat: add Alpine packages to the dependency graph067a1ea
feat: allow 'graph' to be generated without 'target'cdc4af3
feat: graph external dependencies (images) in addition to stages3576a53
chore: add golangci-lint and fix linter issues285fcfe
chore: remove 'bldr convert' command2b3b543
chore: bump docker version to enable image push8292442
chore: make bldr push its images on 'master' buildea80f4e
feat: new version of bldr based on buildkit LLBe37bd48
chore: use Alpine 3.10 as base image for the builds2be6335
chore: default organization/registry to the ones bldr was built with62ea4a5
chore: fix race in verify method0272817
chore: update channel name78d400c
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
](https:/...
v0.2.0-alpha.10
bldr 0.2.0-alpha.10 (2022-09-05)
Welcome to the v0.2.0-alpha.10 release of bldr!
Please try out the release binaries and report any issues at
https://github.com/siderolabs/bldr/issues.
Contributors
- Andrey Smirnov
- Andrey Smirnov
- Andrew Rynhard
- Alexey Palazhchenko
- Noel Georgi
- Alexey Palazhchenko
- Andrey Smirnov
- Brad Beam
- Niklas Wik
Changes
64 commits
42c0ffb
fix: multi arch build5613733
chore: update renovate config9b2810f
chore: kresify, renameb979fbd
feat: implement additional variables andbldr eval
bf9bada
fix: remove "promoted dependency" featurea714657
fix: skip merging if no dependencies foundcedc88a
feat: support build behind proxy81055c0
fix: make sure cache persists local context changes03757bb
feat: use new LLB merge operation, allowfrom:
in depsfebf1d0
chore: bump dependencies9d49478
chore: rename org376fe2b
feat: implementSOURCE_DATE_EPOCH
build argument7a0ad18
feat: support cache mounts86cfe12
fix: respect HTTP proxy settingse2c007a
feat: optimize build time by removing unnecessary I/O384f28d
chore: add debug--json
flag tollb
d4df177
feat: bump Alpine image for thealpine
image6ffa6b2
feat: add destination name to error messages3198175
chore: bump dependencies8c545bd
fix: detect updates for containerda8d27f7
fix: detect updates for runc and similar pkgsaa62d4a
feat: add checksum validation07cd6ea
feat: implementbldr update --dry
command533e360
feat: add support for image labelsf27a804
fix: support multi-platform key passed in via optionsf3b2dcf
fix: update properly reference to the image in export mapf71d92d
chore: fix master build by addingSSH_KEY
e42dfc4
feat: build bldr for linux/amd64 and linux/arm6439b6665
docs: use correct term instead of 'shebang'47a36b3
fix: linter shouldn't complain onfinalize
onsteps
missing4f43f7e
chore: use git instead of gitmeta7745285
test: add integration test for variables and Sprig template funcsba41ffb
chore: fancy slack webhook messageb40ae96
feat: implement integration tests for bldrfb7f613
feat: addbldr validate
command31a7421
feat: stop on error in any package, more validationb10aef0
chore: move 'upgrade' underpkg/
8513435
docs: add documentation for thebldr
94637ff
fix: add 'test' step to the buildd8b00d4
chore: remove ca-certificates from base image1289eba
feat: implementPkgfile
and support variables for templates2b9366f
feat: add support for runtime dependenciesae7df38
feat: add Alpine packages to the dependency graph067a1ea
feat: allow 'graph' to be generated without 'target'cdc4af3
feat: graph external dependencies (images) in addition to stages3576a53
chore: add golangci-lint and fix linter issues285fcfe
chore: remove 'bldr convert' command2b3b543
chore: bump docker version to enable image push8292442
chore: make bldr push its images on 'master' buildea80f4e
feat: new version of bldr based on buildkit LLBe37bd48
chore: use Alpine 3.10 as base image for the builds2be6335
chore: default organization/registry to the ones bldr was built with62ea4a5
chore: fix race in verify method0272817
chore: update channel name78d400c
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-implementation5c25018
feat: initial implementation7c244c6
Initial commit
Changes since v0.2.0-alpha.9
Dependency Changes
This release has no dependency changes