Skip to content

Releases: ParvLab/DevBoxOS

DevBoxOS v1.1.4

Choose a tag to compare

@github-actions github-actions released this 12 Jun 16:34

Changelog

  • 851e7eb fix: polish init, config, docs, and db autodetect

DevBoxOS v1.1.3

Choose a tag to compare

@github-actions github-actions released this 12 Jun 06:35

Changelog

  • d5b61b6 feat: --interactive mode, --ci github-actions, deduplicate expose ports
  • cff2467 feat: database config scanners (PostgreSQL, MySQL, Redis, MongoDB), .env multi-port fix, --dry-run/--max-depth in README
  • bea68b9 feat: deep port scanner, --dry-run, --max-depth, runtime checks, Java/Ruby/PHP support

DevBoxOS v1.1.2

Choose a tag to compare

@github-actions github-actions released this 09 Jun 11:56

Changelog

  • 8c0df6a v1.1.2: add container security defaults (capabilities, seccomp, no-new-privs, image verify) and anonymous telemetry

DevBoxOS v1.1.1

Choose a tag to compare

@github-actions github-actions released this 09 Jun 06:56

Changelog

  • fab3639 Fix/commit (#20)
  • 7406f06 fix: handle io.EOF in Start and Reset gRPC streams
  • 9b8d50f v1.1.1: fix top, stop, destroy, ps, push, cp for host-runtime services

DevBoxOS v1.1.0

Choose a tag to compare

@github-actions github-actions released this 09 Jun 05:39

Changelog

DevBoxOS v1.0.9

Choose a tag to compare

@github-actions github-actions released this 08 Jun 15:54

Changelog

  • b53283e v1.0.9: fix PullImage on host, wait health none, push fallback to local image

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

DevBoxOS v1.0.7

Choose a tag to compare

@github-actions github-actions released this 07 Jun 19:21

Changelog

  • 94d15ac fix test: make parseCommand tests platform-aware
  • 4d3905f v1.0.6: fix Windows command execution, validate, snapshot delete, upgrade, add restart, Docker networking, top exit

DevBoxOS v1.0.6

Choose a tag to compare

@github-actions github-actions released this 07 Jun 19:00

Changelog

  • 4d3905f v1.0.6: fix Windows command execution, validate, snapshot delete, upgrade, add restart, Docker networking, top exit

DevBoxOS v1.0.5

Choose a tag to compare

@github-actions github-actions released this 07 Jun 16:07

Changelog

  • b11700e V1.0.2 (#7)
  • d381187 V1.0.2 (#9)
  • 7e8589a feat(ui): show service URLs table after devbox start
  • 39e248d fix(install): strip pre-release suffix before semver parsing in both install scripts (#10)