Skip to content

Releases: moradology/m80

v0.2.11

Choose a tag to compare

@github-actions github-actions released this 22 May 03:43

v0.2.10

Choose a tag to compare

@github-actions github-actions released this 22 May 03:26

v0.2.9

Choose a tag to compare

@github-actions github-actions released this 22 May 03:07

v0.2.8

Choose a tag to compare

@github-actions github-actions released this 22 May 02:54

v0.2.7

Choose a tag to compare

@github-actions github-actions released this 22 May 01:46

m80 v0.2.7

This release restores the public latest install path:

Run curl -fsSL https://github.com/moradology/m80/releases/latest/download/install.sh | sudo sh,
then m80 run -- echo hello.

v0.2.7 supersedes the previous latest state: v0.2.6 was selected by GitHub
latest but did not publish install.sh. The repaired stable tag is
v0.2.7; the released source commit is
388d2d5aa13418e22c1144963b0f66dd3588a92b.

Public latest URL:
https://github.com/moradology/m80/releases/latest

Pinned release URL:
https://github.com/moradology/m80/releases/tag/v0.2.7

Verification metadata:

  • command: gh release view v0.2.7 --repo moradology/m80 --json body,url,tagName
  • exit: 0
  • substrate: public-github
  • resolved_tag: v0.2.7
  • stdout: release body contains the v0.2.6 supersession note, public no-auth
    proof link, and protected publish proof link.
  • stderr: empty

Public proof links:

Workflow-only receipts are attached to the workflow run as Actions artifacts.
They are evidence for maintainers, not installer inputs and not public release
assets: m80-release-publish-decision-26263525140,
m80-release-publication-plan-26263525140,
m80-release-remote-assets-26263525140, and
m80-release-public-access-26263525140.

Human no-auth verification:

tmp="$(mktemp -d)"
base="https://github.com/moradology/m80/releases"
GH_CONFIG_DIR="${tmp}/gh" env -u GH_TOKEN -u GITHUB_TOKEN \
  curl -fsSL "${base}/latest/download/install.sh" -o "${tmp}/latest-install.sh"
GH_CONFIG_DIR="${tmp}/gh" env -u GH_TOKEN -u GITHUB_TOKEN \
  curl -fsSL "${base}/download/v0.2.7/install.sh" -o "${tmp}/pinned-install.sh"
cmp "${tmp}/latest-install.sh" "${tmp}/pinned-install.sh"
sha256sum "${tmp}/latest-install.sh"

v0.2.6

Choose a tag to compare

@github-actions github-actions released this 06 May 04:16
m80 v0.2.6 CI clippy cleanup

v0.2.5

Choose a tag to compare

@github-actions github-actions released this 06 May 04:11
m80 v0.2.5 no-egress quickstart probe

v0.2.4

Choose a tag to compare

@github-actions github-actions released this 06 May 04:07
m80 v0.2.4 CI and smoke config fix

v0.2.3

Choose a tag to compare

@github-actions github-actions released this 06 May 04:06
m80 v0.2.3 relocatable quickstart artifacts

v0.2.2

Choose a tag to compare

@github-actions github-actions released this 06 May 04:01
m80 v0.2.2 release artifact track fix