Skip to content

Releases: OpenRelayInc/orl

orl v0.3.0

Choose a tag to compare

@prashant182 prashant182 released this 18 Jul 03:20

orl v0.3.0

The OpenRelay CLI. Install with Homebrew (brew install openrelayinc/tap/orl),
a deb/rpm package, or by downloading the archive for your platform below.

macOS note: these binaries are not yet Apple-notarized. Homebrew installs
clear the quarantine for you. If you download an archive directly, run
xattr -dr com.apple.quarantine ./orl once (or right-click the binary and
choose Open) so Gatekeeper allows it.

Changelog

Others

  • 2d80255b30df10c7add73bb56f6972d55607b73c docs(cli): publish orl CLI docs, blended into the API reference (#952)

orl v0.2.0

Choose a tag to compare

@prashant182 prashant182 released this 04 Jul 02:03

orl v0.2.0

The OpenRelay CLI. Install with Homebrew (brew install openrelayinc/tap/orl),
a deb/rpm package, or by downloading the archive for your platform below.

macOS note: these binaries are not yet Apple-notarized. Homebrew installs
clear the quarantine for you. If you download an archive directly, run
xattr -dr com.apple.quarantine ./orl once (or right-click the binary and
choose Open) so Gatekeeper allows it.

Changelog

orl v0.1.2

Choose a tag to compare

@prashant182 prashant182 released this 03 Jul 23:49

orl v0.1.2

The OpenRelay CLI. Install with Homebrew (brew install openrelayinc/tap/orl),
a deb/rpm package, or by downloading the archive for your platform below.

macOS note: these binaries are not yet Apple-notarized. Homebrew installs
clear the quarantine for you. If you download an archive directly, run
xattr -dr com.apple.quarantine ./orl once (or right-click the binary and
choose Open) so Gatekeeper allows it.

Changelog

Fixes

  • 2f5638d0abe44ae89fd4e57c27d30d5b1cf41d2f fix(cli): default to the prod API, name the host on key rejection (#945)

orl v0.1.1

Choose a tag to compare

@prashant182 prashant182 released this 03 Jul 23:22

orl v0.1.1

The OpenRelay CLI. Install with Homebrew (brew install openrelayinc/tap/orl),
a deb/rpm package, or by downloading the archive for your platform below.

macOS note: these binaries are not yet Apple-notarized. Homebrew installs
clear the quarantine for you. If you download an archive directly, run
xattr -dr com.apple.quarantine ./orl once (or right-click the binary and
choose Open) so Gatekeeper allows it.

Changelog

Fixes

  • 0e96c32755e70067a2f43376569ceed7b80d1da5 fix(cli): de-quarantine the Homebrew cask so macOS Gatekeeper allows orl (OR-318) (#944)

orl v0.1.0

Choose a tag to compare

@prashant182 prashant182 released this 03 Jul 22:56

orl v0.1.0

The OpenRelay CLI. Install with Homebrew (brew install openrelayinc/tap/orl),
a deb/rpm package, or by downloading the archive for your platform below.

Changelog

Features

  • cff428955426bd2c7f6773e117814db3381eab54 feat(cli): auth login/status/logout, config precedence, error hints (OR-275) (#925)
  • 78c1be72e7a839f56e85674c7f66205c41ba2051 feat(cli): completions, man pages, TTY color, exit-code docs (OR-312) (#929)
  • 7850c0d3c8ce6b2cb7926f981efd2aee4991708c feat(cli): embedded MCP server, orl mcp serve (OR-317) (#942)
  • c8ef56d782c0a9bd44f2764bf4a22582205ca5d1 feat(cli): orl upgrade self-update + passive update notice (OR-315) (#938)
  • 4dc3a5d9a35dcee3aeb5351b88264126824d0704 feat(cli): orl, the spec-generated OpenRelay CLI (OR-309) (#919)
  • 4db97ec0c17b56c592ef11424c43e8e8087dd94d feat(cli): signature workflows vms ssh, deploy, balance (OR-311) (#927)

Others

  • 60edbb8e2a65691e7e5b4c3db14d06acfb279256 build(cli): GoReleaser release pipeline, signed + multi-platform (OR-313) (#933)