Skip to content

Releases: dio/envoy-mini-builder

v0.7.5

03 Jun 08:45
3a60a86

Choose a tag to compare

Changelog

  • 3a60a86 fix: update execScript call sites in tests to match 3-value return

v0.7.4

03 Jun 08:43
fe14c18

Choose a tag to compare

Changelog

  • fe14c18 feat: add --no-clean flag to skip git clean for incremental builds

v0.7.3

02 Jun 14:32
137b38f

Choose a tag to compare

Changelog

  • 137b38f fix: resolve BINARY_PATH to real path to survive git clean

v0.7.2

02 Jun 10:26
0edc508

Choose a tag to compare

Changelog

  • 0edc508 fix: cap linux-amd64 Bazel jobs to 6 to prevent OOM in OrbStack VM

v0.7.1

02 Jun 10:21
72ce3e7

Choose a tag to compare

Changelog

  • 72ce3e7 fix: reset release title and prerelease flag on successful publish

v0.7.0

02 Jun 03:23
6b2f0f6

Choose a tag to compare

Changelog

  • 6b2f0f6 feat: add query/test commands, file:// patch support, and abi.h publishing
  • c22ba7c Fix

v0.6.19

23 May 17:14
6a5c978

Choose a tag to compare

Changelog

  • 6a5c978 feat: add clean command to purge Bazel cache on remote host

v0.6.18

21 May 22:38
ad50ebb

Choose a tag to compare

Changelog

  • ad50ebb feat: accept envoy- as positional arg in addition to --sha
  • b9f9b7d refactor: rename macos-arm64 → darwin-arm64 to match Go GOOS convention

v0.6.17

21 May 15:17
129f342

Choose a tag to compare

Changelog

  • 129f342 fix: stream Linux binary via orb run cat instead of orb cp
  • dceb368 docs: rewrite README; add detach/jobs/fetch/cancel, OrbStack requirement, fix SFTP→scp

v0.6.16

21 May 15:11
98ace95

Choose a tag to compare

Changelog

  • 98ace95 fix: stage Linux binary on Mac host via orb cp before scp download
  • f234d9c fix: use Debian 11 for linux-amd64 (glibc 2.31); scope glibc guard to x86_64 only; add --config=linux
  • b2fafcd fix: cancel also shuts down Bazel server to release build lock
  • b762935 fix: add --config=linux to Linux bazel build; recreate OrbStack machines as Ubuntu 22.04
  • 2cd0b21 fix: require Ubuntu 22.04 for Linux builds; fail fast with actionable error on 24.04+