Releases: rchincha/stacker
Releases · rchincha/stacker
v1.0.0-rc3-sbom
Full Changelog: v0.21.2...v1.0.0-rc3-sbom
v1.0.0-rc2
Chores
- upgrade dependencies (lxc, ubuntu, golang) #327 (Ramkumar Chinchani)
v0.21.2
Tests
- use the same LXC_CLONE_URL when building n-1 version #223 (Tycho Andersen)
Builds
- use my fork of lxc #223 (Tycho Andersen)
- go back to lxc stable-4.0 #235 (Tycho Andersen)
- make Build() a private API #241 (Tycho Andersen)
- disallow duplicate layer names in output #241 (Tycho Andersen)
- switch the default shell to /usr/bin/sh #277 (Tycho Andersen)
Continuous Integration
- drop version hard coding of golangci-lint #226 (Tycho Andersen)
- drop dead references to storage-type #255 (Tycho Andersen)
- add go 1.18 to CI #265 (Tycho Andersen)
Commits
- ebbfd4f: go deps: update to capture image-spec CVE fix (Tycho Andersen) #221
- 05a37e3: ci/cd: fix ci.yaml to publish built artifacts (Ramkumar Chinchani) #222
- use better clean mechanism #224 (Tycho Andersen)
- 2dc0833: Switch uses of sha hasher to version which uses hardware accel when available (Tristan Miller) #227
- 5ec72d4: Signals should use buffered channels to avoid dead locks (Tristan Miller) #226
- 40aa310: Print errors originating from MaybeRunInUserns (Tristan Miller) #226
- 2805646: Update docs (Tristan Miller) #226
- 7661aad: Revert "Switch uses of sha hasher to version which uses hardware accel when available" (Tristan Miller) #229
- Layer.From need not be a pointer #225 (Tycho Andersen)
- add some debug logging when layers don't match #225 (Tycho Andersen)
- unify layer parsing + errors #225 (Tycho Andersen)
- don't hash, use reflect.DeepEqual() for layer comparisons #225 (Tycho Andersen)
- bump image spec #230 (Tycho Andersen)
- update runc #230 (Tycho Andersen)
- 09d0e7c: Revert "Revert "Switch uses of sha hasher to version which uses hardware accel when available"" (Tristan Miller) #231
- update docs to reflect overlay default-ness #232 (Tycho Andersen)
- update containerd #233 (Tycho Andersen)
- hoist build-specific stuff out #236 (Tycho Andersen)
- print stack traces from errors in lxcapi->execute() #236 (Tycho Andersen)
- get rid of re-exec of lxc-usernsexec #236 (Tycho Andersen)
- adjust copyright year #237 (Tycho Andersen)
- don't yum install #240 (Tycho Andersen)
- add a test to be sure stacker works in a tmpfs #239 (Tycho Andersen)
- revert to our containers/image fork #242 (Tycho Andersen)
- update for type confusion issue #244 (Tycho Andersen)
- 1072b20: *: s/anuvu/project-stacker (Tycho Andersen) #245
- add fancy logo #245 (Tycho Andersen)
- use umoci API for "add existing blob" #248 (Tycho Andersen)
- use umoci API for adding a non-compressed blob #249 (Tycho Andersen)
- 5f896b9: *: delete the btrfs storage backend (Tycho Andersen) #250
- fix squashtool url #251 (Tycho Andersen)
- 005fe99: mksquashfs should use zstd when available (Tristan Miller) #252
- b8aaffb: zstd support requires libzstd to be installed (Tristan Miller) #252
- drop undefined "st" #252 (Tycho Andersen)
- render a compression suffix in media type #252 (Tycho Andersen)
- bump containerd version #254 (Tycho Andersen)
- only pass static_build tag when doing a static build #253 (Tycho Andersen)
- only hash file if user specified a hash #253 (Tycho Andersen)
- add verity data #253 (Tycho Andersen)
- add atomfs mount/umount APIs #256 (Tycho Andersen)
- verify root hash for existing devices #259 (Tycho Andersen)
- add an option allow for missing verity data #259 (Tycho Andersen)
- add test for AllowMissingVerityData #260 (Tycho Andersen)
- rearrange the way we pass ldlibs #264 (Tycho Andersen)
- 311bd1f: Added release trigger for CI workflow (Petu Eusebiu) [project-stacker#266](https://github.com/projec...