Skip to content

Releases: project-stacker/stacker

v1.1.0

23 Aug 04:49
53c91b1
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.0...v1.1.0

v1.1.0-rc3

01 Aug 15:15
035f7e7
Compare
Choose a tag to compare
v1.1.0-rc3 Pre-release
Pre-release

What's Changed

  • ci: update outdated runner by @rchincha in #696
  • build(deps): Bump sigs.k8s.io/yaml from 1.3.0 to 1.5.0 by @dependabot[bot] in #698
  • build(deps): Bump actions/checkout from 3 to 4 by @dependabot[bot] in #680
  • build(deps): Bump actions/cache from 3 to 4 by @dependabot[bot] in #679
  • build(deps): Bump github.com/moby/buildkit from 0.11.4 to 0.23.2 by @dependabot[bot] in #699
  • build(deps): Bump benjlevesque/short-sha from 2.1 to 3.0 by @dependabot[bot] in #683
  • build(deps): Bump github.com/cheggaaa/pb/v3 from 3.1.2 to 3.1.7 by @dependabot[bot] in #700
  • build(deps): Bump github.com/containers/image/v5 from 5.24.2 to 5.35.0 by @dependabot[bot] in #691
  • build(deps): Bump the go_modules group across 1 directory with 5 updates by @dependabot[bot] in #701
  • fix: revert broken depend-a-bot commits by @hallyn in #707
  • feat: add ability to override platform OS by @rchincha in #711

New Contributors

Full Changelog: v1.1.0-rc2...v1.1.0-rc3

v1.1.0-rc2

31 May 23:21
8f76682
Compare
Choose a tag to compare
v1.1.0-rc2 Pre-release
Pre-release

What's Changed

  • chore: update golangci-lint version by @rchincha in #685
  • feat: update to github.com/opencontainers/umoci@v0.5.0 by @cyphar in #694

New Contributors

Full Changelog: v1.1.0-rc1...v1.1.0-rc2

v1.1.0-rc1

23 Mar 04:21
704fed2
Compare
Choose a tag to compare
v1.1.0-rc1 Pre-release
Pre-release

What's Changed

Full Changelog: v1.0.0...v1.1.0-rc1

v1.0.0

30 Sep 18:46
46064c7
Compare
Choose a tag to compare

What's Changed

  • feature: Support atomfs molecule mount in containers by @hallyn in #359
  • fix: import dest was always "/" by @rchincha in #383
  • chore: fix dependabot alerts by @rchincha in #381
  • feat: add a "stacker convert" to convert a Dockerfile by @rchincha in #349
  • chore(deps): fix dependabot alerts by @rchincha in #386
  • fix: don't use quoting for paths during import by @rchincha in #387
  • chore(deps): fix dependabot alerts by @rchincha in #396
  • Support optional dmverity when remounting as well by @hallyn in #391
  • chore(go.mod): fix dependabot alerts by @rchincha in #400
  • chore(deps): update go.mod deps by @rchincha in #402
  • feat(convert): improve conversion handling by @rchincha in #390
  • chore(go.mod): update containers/image dep by @rchincha in #403
  • chore: fix build by @rchincha in #405
  • chore: update to golang 1.20.x by @rchincha in #406
  • chore(deps): update deps for static stacker builds by @rchincha in #407
  • test(cover): add ut for tracking coverage by @rchincha in #412
  • docs(coverage): add status badge for codecov by @rchincha in #413
  • test: add more UTs by @rchincha in #414
  • feat(publish): add ability to select specific layers to publish by @rchincha in #418
  • chore(go.mod): fix dependabot alerts by @rchincha in #425
  • chore(go.mod): fix dependabot alerts by @rchincha in #427
  • feat(convert): export ENV vars by @rchincha in #411
  • Separate build and test in github workflows. by @smoser in #432
  • Fix race condition in stacker's squashfuse mount path. by @smoser in #431
  • ci(convert): also enable triggering manually by @rchincha in #429
  • chore(go.mod): fix dependabot alerts by @rchincha in #437
  • fix(ci): add a "build-id" input var to ci builds by @rchincha in #438
  • feat: add a single working-dir option by @rchincha in #378
  • feat: report kernel version and fs type by @rchincha in #441
  • Build improvements by @smoser in #443
  • fix(ci): convert ci is failing due to perms by @rchincha in #439
  • fix(ci): convert gh workflow is broken by @rchincha in #444
  • ci(convert): add missing substitute var by @rchincha in #445
  • fix(ci): tag param is missing when publishing by @rchincha in #446
  • Fix link failure by adding zstd-static to the alpine build container. by @smoser in #459
  • Feature/no more anuvu/squashfs dep by @smoser in #461
  • feat: Add some duration information to test output. by @smoser in #464
  • fix: update and re-enable test "test can read previous version's cache" by @smoser in #463
  • fix: support dest path for import-http by @rchincha in #466
  • fix: update package list for static build by @rchincha in #468
  • fix: build is broken again after alpine:edge updates by @rchincha in #476
  • fix: added build-base to package list for static build by @ashwing123 in #474
  • doc: fix typo in --require-hash and add detail by @mikemccracken in #471
  • fix: overlay and nfs don't work well together by @rchincha in #478
  • fix(convert): handle conversion of multiple ENV in oneline in Dockerfile by @darshilgit in #479
  • ci: restructure nightly tests by @rchincha in #480
  • feat(sbom): add a directive to generate SBOM for a layer by @rchincha in #420
  • Disable test 'can read previous version's cache' by @smoser in #485
  • fix: build.yaml run section needs set -e, and add -x by @smoser in #482
  • feat: Support spaces in bom author/vendor and cmd exec inside lxc. by @smoser in #487
  • fix: handle error else leads to a nil ptr access by @rchincha in #486
  • fix: Move bom to top level subcmd, simplify shouldSkipInternalUserns by @smoser in #489
  • Fix/command bom generate by @smoser in #490
  • fix: only use workaround for overlay if there are zero lowerdirs by @smoser in #493
  • Mount atomfs molecule with overlay filesystem with xino=on. by @smoser in #492
  • fix: clarify comments in molecule.Mount and lxcRootfsString by @smoser in #494
  • test: update "previous" version to 1.0.0-rc5 by @rchincha in #484
  • test: add a bom test for derived images by @rchincha in #483
  • test: Mark the bom tests as slow. by @smoser in #488
  • Fix/nightly ci by @smoser in #497
  • fix: mount previously built squashfs layers if needed by @rchincha in #502
  • ci: clean disk before run and show disk usage by @andaaron in #501
  • fix: add an explicit 'userxattr' option for overlay by @rchincha in #504
  • Doc/add some doc about make by @smoser in #498
  • fix: use a version of umoci with fix for failing chmod by @hallyn in #505
  • docs: add a "nightly" badge by @rchincha in #507
  • feat: Better lint and test for devs and Makefile cleanup. by @smoser in #511
  • chore: Move back to upstream for umoci import, go mod tidy by @smoser in #512
  • fix: In Makefile, download zot as ZOT rather than regclient by @smoser in #513
  • Cleanup/imports parsing by @smoser in #509
  • chore: Clone images to local oci repo before building by @smoser in #518
  • fix: Improve bind imports, support lower case 'source' in yaml, add go test by @smoser in #517
  • build: bind BUILD_D in so you can use a BUILD_D outside of the tree. by @smoser in #520
  • feat(check): add a check for symlinks in roots-dir path by @rchincha in #521
  • Fix/mounting squashfs extract by @smoser in #514
  • Document missing Ubuntu dependencies by @ariel-miculas in #526
  • fix(gzip)!: change the default block size by @rchincha in #529
  • fix: handle ancient empty docker layers by @rchincha in #522
  • Fix/build deps by @raharper in #527
  • docs: make type: oci description match code by @mikemccracken in #532
  • feat: use squashfuse ready notifier if available by @ariel-miculas in #528
  • feat(import): copy folder contents by @rchincha in #453
  • fix(umoci)!: umoci's copy buffer set to 1 MiB by @rchincha in #531
  • check whether symlink exists by @hallyn in #534
  • test: add a squashfs and tar interop test by @rchincha in #540
  • ci: point docker registry to local copy by @rchincha in #544
  • test: drop references to docker:// images from test/ by @smoser in https:...
Read more

v1.0.0-rc16

06 Sep 23:18
7b4a6e2
Compare
Choose a tag to compare
v1.0.0-rc16 Pre-release
Pre-release

What's Changed

Full Changelog: v1.0.0-rc15...v1.0.0-rc16

v1.0.0-rc15

31 Jul 18:08
adf0a37
Compare
Choose a tag to compare
v1.0.0-rc15 Pre-release
Pre-release

What's Changed

Full Changelog: v1.0.0-rc14...v1.0.0-rc15

v1.0.0-rc14

11 May 04:05
d3f8ebd
Compare
Choose a tag to compare
v1.0.0-rc14 Pre-release
Pre-release

What's Changed

  • feature: Support atomfs molecule mount in containers by @hallyn in #359
  • fix: import dest was always "/" by @rchincha in #383
  • chore: fix dependabot alerts by @rchincha in #381
  • feat: add a "stacker convert" to convert a Dockerfile by @rchincha in #349
  • chore(deps): fix dependabot alerts by @rchincha in #386
  • fix: don't use quoting for paths during import by @rchincha in #387
  • chore(deps): fix dependabot alerts by @rchincha in #396
  • Support optional dmverity when remounting as well by @hallyn in #391
  • chore(go.mod): fix dependabot alerts by @rchincha in #400
  • chore(deps): update go.mod deps by @rchincha in #402
  • feat(convert): improve conversion handling by @rchincha in #390
  • chore(go.mod): update containers/image dep by @rchincha in #403
  • chore: fix build by @rchincha in #405
  • chore: update to golang 1.20.x by @rchincha in #406
  • chore(deps): update deps for static stacker builds by @rchincha in #407
  • test(cover): add ut for tracking coverage by @rchincha in #412
  • docs(coverage): add status badge for codecov by @rchincha in #413
  • test: add more UTs by @rchincha in #414
  • feat(publish): add ability to select specific layers to publish by @rchincha in #418
  • chore(go.mod): fix dependabot alerts by @rchincha in #425
  • chore(go.mod): fix dependabot alerts by @rchincha in #427
  • feat(convert): export ENV vars by @rchincha in #411
  • Separate build and test in github workflows. by @smoser in #432
  • Fix race condition in stacker's squashfuse mount path. by @smoser in #431
  • ci(convert): also enable triggering manually by @rchincha in #429
  • chore(go.mod): fix dependabot alerts by @rchincha in #437
  • fix(ci): add a "build-id" input var to ci builds by @rchincha in #438
  • feat: add a single working-dir option by @rchincha in #378
  • feat: report kernel version and fs type by @rchincha in #441
  • Build improvements by @smoser in #443
  • fix(ci): convert ci is failing due to perms by @rchincha in #439
  • fix(ci): convert gh workflow is broken by @rchincha in #444
  • ci(convert): add missing substitute var by @rchincha in #445
  • fix(ci): tag param is missing when publishing by @rchincha in #446
  • Fix link failure by adding zstd-static to the alpine build container. by @smoser in #459
  • Feature/no more anuvu/squashfs dep by @smoser in #461
  • feat: Add some duration information to test output. by @smoser in #464
  • fix: update and re-enable test "test can read previous version's cache" by @smoser in #463
  • fix: support dest path for import-http by @rchincha in #466
  • fix: update package list for static build by @rchincha in #468
  • fix: build is broken again after alpine:edge updates by @rchincha in #476
  • fix: added build-base to package list for static build by @ashwing123 in #474
  • doc: fix typo in --require-hash and add detail by @mikemccracken in #471
  • fix: overlay and nfs don't work well together by @rchincha in #478
  • fix(convert): handle conversion of multiple ENV in oneline in Dockerfile by @darshilgit in #479
  • ci: restructure nightly tests by @rchincha in #480
  • feat(sbom): add a directive to generate SBOM for a layer by @rchincha in #420
  • Disable test 'can read previous version's cache' by @smoser in #485
  • fix: build.yaml run section needs set -e, and add -x by @smoser in #482
  • feat: Support spaces in bom author/vendor and cmd exec inside lxc. by @smoser in #487
  • fix: handle error else leads to a nil ptr access by @rchincha in #486
  • fix: Move bom to top level subcmd, simplify shouldSkipInternalUserns by @smoser in #489
  • Fix/command bom generate by @smoser in #490
  • fix: only use workaround for overlay if there are zero lowerdirs by @smoser in #493
  • Mount atomfs molecule with overlay filesystem with xino=on. by @smoser in #492
  • fix: clarify comments in molecule.Mount and lxcRootfsString by @smoser in #494
  • test: update "previous" version to 1.0.0-rc5 by @rchincha in #484
  • test: add a bom test for derived images by @rchincha in #483
  • test: Mark the bom tests as slow. by @smoser in #488
  • Fix/nightly ci by @smoser in #497
  • fix: mount previously built squashfs layers if needed by @rchincha in #502
  • ci: clean disk before run and show disk usage by @andaaron in #501
  • fix: add an explicit 'userxattr' option for overlay by @rchincha in #504
  • Doc/add some doc about make by @smoser in #498
  • fix: use a version of umoci with fix for failing chmod by @hallyn in #505
  • docs: add a "nightly" badge by @rchincha in #507
  • feat: Better lint and test for devs and Makefile cleanup. by @smoser in #511
  • chore: Move back to upstream for umoci import, go mod tidy by @smoser in #512
  • fix: In Makefile, download zot as ZOT rather than regclient by @smoser in #513
  • Cleanup/imports parsing by @smoser in #509
  • chore: Clone images to local oci repo before building by @smoser in #518
  • fix: Improve bind imports, support lower case 'source' in yaml, add go test by @smoser in #517
  • build: bind BUILD_D in so you can use a BUILD_D outside of the tree. by @smoser in #520
  • feat(check): add a check for symlinks in roots-dir path by @rchincha in #521
  • Fix/mounting squashfs extract by @smoser in #514
  • Document missing Ubuntu dependencies by @ariel-miculas in #526
  • fix(gzip)!: change the default block size by @rchincha in #529
  • fix: handle ancient empty docker layers by @rchincha in #522
  • Fix/build deps by @raharper in #527
  • docs: make type: oci description match code by @mikemccracken in #532
  • feat: use squashfuse ready notifier if available by @ariel-miculas in #528
  • feat(import): copy folder contents by @rchincha in #453
  • fix(umoci)!: umoci's copy buffer set to 1 MiB by @rchincha in #531
  • check whether symlink exists by @hallyn in #534
  • test: add a squashfs and tar interop test by @rchincha in #540
  • ci: point docker registry to local copy by @rchincha in #544
  • test: drop references to docker:// images from test/ by @smoser in https:...
Read more

v1.0.0-rc13

29 Mar 22:38
86ba851
Compare
Choose a tag to compare
v1.0.0-rc13 Pre-release
Pre-release

What's Changed

  • feature: Support atomfs molecule mount in containers by @hallyn in #359
  • fix: import dest was always "/" by @rchincha in #383
  • chore: fix dependabot alerts by @rchincha in #381
  • feat: add a "stacker convert" to convert a Dockerfile by @rchincha in #349
  • chore(deps): fix dependabot alerts by @rchincha in #386
  • fix: don't use quoting for paths during import by @rchincha in #387
  • chore(deps): fix dependabot alerts by @rchincha in #396
  • Support optional dmverity when remounting as well by @hallyn in #391
  • chore(go.mod): fix dependabot alerts by @rchincha in #400
  • chore(deps): update go.mod deps by @rchincha in #402
  • feat(convert): improve conversion handling by @rchincha in #390
  • chore(go.mod): update containers/image dep by @rchincha in #403
  • chore: fix build by @rchincha in #405
  • chore: update to golang 1.20.x by @rchincha in #406
  • chore(deps): update deps for static stacker builds by @rchincha in #407
  • test(cover): add ut for tracking coverage by @rchincha in #412
  • docs(coverage): add status badge for codecov by @rchincha in #413
  • test: add more UTs by @rchincha in #414
  • feat(publish): add ability to select specific layers to publish by @rchincha in #418
  • chore(go.mod): fix dependabot alerts by @rchincha in #425
  • chore(go.mod): fix dependabot alerts by @rchincha in #427
  • feat(convert): export ENV vars by @rchincha in #411
  • Separate build and test in github workflows. by @smoser in #432
  • Fix race condition in stacker's squashfuse mount path. by @smoser in #431
  • ci(convert): also enable triggering manually by @rchincha in #429
  • chore(go.mod): fix dependabot alerts by @rchincha in #437
  • fix(ci): add a "build-id" input var to ci builds by @rchincha in #438
  • feat: add a single working-dir option by @rchincha in #378
  • feat: report kernel version and fs type by @rchincha in #441
  • Build improvements by @smoser in #443
  • fix(ci): convert ci is failing due to perms by @rchincha in #439
  • fix(ci): convert gh workflow is broken by @rchincha in #444
  • ci(convert): add missing substitute var by @rchincha in #445
  • fix(ci): tag param is missing when publishing by @rchincha in #446
  • Fix link failure by adding zstd-static to the alpine build container. by @smoser in #459
  • Feature/no more anuvu/squashfs dep by @smoser in #461
  • feat: Add some duration information to test output. by @smoser in #464
  • fix: update and re-enable test "test can read previous version's cache" by @smoser in #463
  • fix: support dest path for import-http by @rchincha in #466
  • fix: update package list for static build by @rchincha in #468
  • fix: build is broken again after alpine:edge updates by @rchincha in #476
  • fix: added build-base to package list for static build by @ashwing123 in #474
  • doc: fix typo in --require-hash and add detail by @mikemccracken in #471
  • fix: overlay and nfs don't work well together by @rchincha in #478
  • fix(convert): handle conversion of multiple ENV in oneline in Dockerfile by @darshilgit in #479
  • ci: restructure nightly tests by @rchincha in #480
  • feat(sbom): add a directive to generate SBOM for a layer by @rchincha in #420
  • Disable test 'can read previous version's cache' by @smoser in #485
  • fix: build.yaml run section needs set -e, and add -x by @smoser in #482
  • feat: Support spaces in bom author/vendor and cmd exec inside lxc. by @smoser in #487
  • fix: handle error else leads to a nil ptr access by @rchincha in #486
  • fix: Move bom to top level subcmd, simplify shouldSkipInternalUserns by @smoser in #489
  • Fix/command bom generate by @smoser in #490
  • fix: only use workaround for overlay if there are zero lowerdirs by @smoser in #493
  • Mount atomfs molecule with overlay filesystem with xino=on. by @smoser in #492
  • fix: clarify comments in molecule.Mount and lxcRootfsString by @smoser in #494
  • test: update "previous" version to 1.0.0-rc5 by @rchincha in #484
  • test: add a bom test for derived images by @rchincha in #483
  • test: Mark the bom tests as slow. by @smoser in #488
  • Fix/nightly ci by @smoser in #497
  • fix: mount previously built squashfs layers if needed by @rchincha in #502
  • ci: clean disk before run and show disk usage by @andaaron in #501
  • fix: add an explicit 'userxattr' option for overlay by @rchincha in #504
  • Doc/add some doc about make by @smoser in #498
  • fix: use a version of umoci with fix for failing chmod by @hallyn in #505
  • docs: add a "nightly" badge by @rchincha in #507
  • feat: Better lint and test for devs and Makefile cleanup. by @smoser in #511
  • chore: Move back to upstream for umoci import, go mod tidy by @smoser in #512
  • fix: In Makefile, download zot as ZOT rather than regclient by @smoser in #513
  • Cleanup/imports parsing by @smoser in #509
  • chore: Clone images to local oci repo before building by @smoser in #518
  • fix: Improve bind imports, support lower case 'source' in yaml, add go test by @smoser in #517
  • build: bind BUILD_D in so you can use a BUILD_D outside of the tree. by @smoser in #520
  • feat(check): add a check for symlinks in roots-dir path by @rchincha in #521
  • Fix/mounting squashfs extract by @smoser in #514
  • Document missing Ubuntu dependencies by @ariel-miculas in #526
  • fix(gzip)!: change the default block size by @rchincha in #529
  • fix: handle ancient empty docker layers by @rchincha in #522
  • Fix/build deps by @raharper in #527
  • docs: make type: oci description match code by @mikemccracken in #532
  • feat: use squashfuse ready notifier if available by @ariel-miculas in #528
  • feat(import): copy folder contents by @rchincha in #453
  • fix(umoci)!: umoci's copy buffer set to 1 MiB by @rchincha in #531
  • check whether symlink exists by @hallyn in #534
  • test: add a squashfs and tar interop test by @rchincha in #540
  • ci: point docker registry to local copy by @rchincha in #544
  • test: drop references to docker:// images from test/ by @smoser in https:...
Read more

v1.0.0-rc12

04 Mar 22:00
0bde03a
Compare
Choose a tag to compare
v1.0.0-rc12 Pre-release
Pre-release

What's Changed

Full Changelog: v1.0.0-rc11...v1.0.0-rc12