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 #547
- test: add busybox image, use it to replace centos image. by @smoser in #545
- test: Fix the docker-clone make target to exit failure. by @smoser in #551
- ci: add a job to sync 3rd party container images by @rchincha in #546
- ci: fix image dest during copy by @rchincha in #552
- test: add code coverage support by @rchincha in #550
- test: Fix test failure due to .coverage changing during tar creation. by @smoser in #557
- ci: Upload stacker binary by @smoser in #556
- ci: fix upload order by @rchincha in #559
- fix: alpine bom by @rchincha in #561
- feat: Support legacy 'import' directive and use 'imports' for future by @smoser in #543
- test: add a bom workflow with substitutions by @rchincha in #562
- revert: "test: add a bom workflow with substitutions (#562)" by @rchincha in #563
- Fix bom test failures by @smoser in #564
- fix: Add a verity_cleanup function to test helpers.bash by @raharper in #565
- fix: Wrap use of skopeo to avoid its unwanted side effects. by @smoser in #570
- docs: add a adopters file by @rchincha in #573
- ci: fix "convert" test by @rchincha in #574
- fix: incorrect snapshot used during bom stage by @rchincha in #575
- fix: use overlay whiteouts when extracting tar layers by @rchincha in #577
- fix: Update 'import' deprecation warning with a date. by @smoser in #572
- Switch idmap from lxd to incus by @hallyn in #578
- fix: catch failures in makefile when building skopeo by @smoser in #579
- fix: don't break on --substitute values which have commas by @hallyn in #580
- add stacker101 talk from internal presentation by @mikemccracken in #576
- Fix/556 grab side effect by @smoser in #568
- refactor: rename 'layer' as 'image' in stacker publish path by @rchincha in #583
- Deps by @smoser in #584
- chore: update stacker-bom dep by @rchincha in #585
- fix: use a umoci which has fix for another empty lgetxattr by @hallyn in #586
- ci: update go version to 1.21.x everywhere in ci by @rchincha in #587
- feat: add namespace arg when producing doc by @rchincha in #588
- fix: include license detection support in bom workflows by @rchincha in #589
- chore: update stacker-bom dep by @rchincha in #590
- chore: update stacker-bom dep version by @rchincha in #593
- chore: update stacker-bom version by @rchincha in #596
- umoci: update to get tar writing fix by @mikemccracken in #597
- 2024.02.27/main/stricter substitutions by @mikemccracken in #598
- ci: sync a fixed alpine version to use in future by @rchincha in #599
- ci: use fixed numbered build env by @rchincha in #600
- feat: support importing sboms along with images by @rchincha in #567
- fix: cache: serialize legacy import field by @mikemccracken in #603
- add stacker version as annotation to images by @mikemccracken in #602
- ci: fix bom test failure by @rchincha in #605
- ci: fix a failing test by @rchincha in #606
- Hallyn 2024 03 18 test rmdir by @rchincha in #604
- fix: handle unix.EACCES error also by @rchincha in #607
- fix: allow bom build and verification for
build_only
layers by @rchincha in #609 - fix: fix another incorrect substitution doc by @mikemccracken in #612
- fix: update umoci to 16c5101 by @mikemccracken in #614
- fix: avoid max read size reached error when cmp imported files by @raharper in #618
- fix: update stackeryaml ref doc for runtime_user by @mikemccracken in #613
- fix: allow bom build and verification for build_only layers by @rchincha in #610
- feat: print hashes for imports in yaml format by @mikemccracken in #608
- test: fix failing nightly test by @rchincha in #619
- test: fix missing pkgs in bom by @rchincha in #620
- fix: check bind source file/dir exists by @raharper in #624
- chore: add test for failing on missing bind source by @mikemccracken in #625
- fix: remove superfluous userxattr whiteouts by @rchincha in #629
- chore: fix linter errors by @rchamarthy in #634
- fix: codecov link on readme by @rchamarthy in #635
- fix: update docs for bindsdoc by @mikemccracken in #623
- ci: fix code coverage upload by @rchincha in #636
- ci: fix coverage upload by @rchincha in #637
- ci: fix nightly build workflow by @rchincha in #639
- feat: refactor to use machinerun.io/atomfs by @rchamarthy in #640
- fix: test whiteout fix by @rchincha in #641
- fix: release workflow also needs the coverage token by @rchincha in #642
- Build stacker on Ubuntu 24.04 LTS (noble) by @raharper in #644
- build: improve errors for --oci-dir cases by @mikemccracken in #643
New Contributors
- @ashwing123 made their first contribution in #474
Full Changelog: v0.40.1...v1.0.0