Skip to content

DevBoxOS v1.0.8

Choose a tag to compare

@github-actions github-actions released this 08 Jun 07:42

Changelog

  • f11f81b Fix schema regex to accept plain number ports like 8080
  • b11700e V1.0.2 (#7)
  • d381187 V1.0.2 (#9)
  • 66b2830 feat: make Docker optional - HostRuntime for non-container projects, CLI fallbacks
  • 0ccaf94 feat: snapshots work without Docker - VolumePath + direct tar/untar
  • fb5f9c9 fix(install): strip pre-release suffix before semver parsing in both install scripts
  • fbcca31 fix: allow command-only services without image/runtime/build
  • 84ffe4d fix: goreleaser before.hooks - run go mod tidy in each module dir
  • 12ee63b fix: goreleaser hooks use go mod tidy -C instead of cd
  • cf902e8 fix: remove duplicate root go.mod, add gopsutil-based top for host processes
  • 19decd8 fix: skip Snapshot NoDocker tests when Docker available + handle locked files in install
  • 028ccd3 v1.0.1: per-service runtime dispatch, no-Docker test projects
  • ace68dd v1.0.8: fix stop to kill process tree, fix host logs collection, add top --once flag