Releases: project-stacker/stacker
Releases · project-stacker/stacker
v1.0.0-rc1
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
Full Changelog: v0.40.1...v1.0.0-rc1
v0.40.1
What's Changed
- Feature/fuse maybe by @smoser in #329
- chore(deps): fix dependabot alerts by @rchincha in #348
- docs: fix issue templates by @rchincha in #351
- ci: remove superfluous setup in workflow by @rchincha in #353
- feat(build): add a substitute-file option by @rchincha in #355
- Reduce build and test dependency on docker:// urls. by @smoser in #357
- use squashfuse_ll if it is available. by @smoser in #354
- chore(deps): fix dependabot alerts by @rchincha in #360
- feat(import): add "copy" support for import by @rchincha in #345
- fix(bind): interpret bind defined as type []map[string]string by @darshilgit in #302
- docs: add info about "scratch" by @rchincha in #363
- Use kernel mount of squashfs if running privledged. by @smoser in #361
- Reorganize the code into pkg and internal directories, this moves the oci directory out of stacker binary's way by @ariel-miculas in #335
- docs: add pkg.go.dev badge by @rchincha in #367
- ci: fix release pipeline by @rchincha in #368
- ci: update release workflow to properly include the version by @rchincha in #369
- ci: pass build version for static binary builds by @rchincha in #371
- ci: upload binary with the tag by @rchincha in #372
New Contributors
- @darshilgit made their first contribution in #302
- @ariel-miculas made their first contribution in #335
Full Changelog: v0.30.1...v0.40.1
v0.30.1
Documentation
- add files related to project structure #334 (Ramkumar Chinchani)
Chores
- upgrade dependencies (lxc, ubuntu, golang) #327 (Ramkumar Chinchani)
- deps: fix dependabot alerts #344 (Ramkumar Chinchani)
Commits
v0.22.1
v0.22.0
v0.21.2
v0.21.1
v0.21.0
What's Changed
- tests: add some tests for directory whiteouts by @tych0 in #274
- deps: move back to umoci mainline by @tych0 in #276
- build: switch the default shell to /usr/bin/sh by @tych0 in #277
- git: drop unused function by @tych0 in #278
- doc: add some info about hacking/debugging stacker by @tych0 in #279
- tests: fix git cve fix breakage by @tych0 in #280
- doc: updated dependencies for first time build by @chofnar in #282
- Updated install.md for Ubuntu 22.04 by @chofnar in #283
- Drop btrfs progs by @tych0 in #284
- Dissalow ':' in layer names or roots-dir by @peusebiu in #290
- Avoid too long utsnames by @hallyn in #294
- fix dependabot alerts by @rchincha in #295
- Unpack overlay-dirs containers in tests by @peusebiu in #287
- Bats test check file created in previous layer with overlayFS by @chofnar in #297
- Added libsqushfs as dependency by @bogdanbiv in #299
- Added a flag to specify OCI annotation namespace by @peusebiu in #285
- Added logging for changed overlayfs dirs by @chofnar in #286
- fix ci build dependencies by @rchincha in #305
- Fix bug in overlay-dirs cache test by @peusebiu in #307
- add support for user-specified annotations by @rchincha in #304
New Contributors
- @chofnar made their first contribution in #282
- @bogdanbiv made their first contribution in #299
Full Changelog: v0.20.1...v0.21.0
v0.20.1
Commits
- stacker with no args shouldn't crash #268 (Tycho Andersen)
- move back to upstream go-losetup #269 (Tycho Andersen)
- 3b620fb: Automatically create releases on new tags (Petu Eusebiu) #272
- drop "using storage backend overlay" message #270 (Tycho Andersen)
- added skip-tls flag for uploading to a insecure http registry #273 (Petu Eusebiu)
- bb98cec: publish to unsecure oci registry tests (Petu Eusebiu) #273