Skip to content
This repository was archived by the owner on Jun 21, 2026. It is now read-only.

Releases: oddessentials/odd-demonstration

v3.5.0

Choose a tag to compare

@github-actions github-actions released this 20 Jan 19:26

⚠️ Bootstrap Release (Unsigned)

Binaries are NOT code-signed.

  • Your OS may show security prompts — this is expected.
  • Verify integrity via SHA256 checksums (see below).
  • Signing will be introduced in a future release.

Installation

Quick Install

Linux/macOS:

curl -fsSL https://raw.githubusercontent.com/oddessentials/odd-demonstration/main/install.sh | sh

Windows (PowerShell):

iwr -useb https://raw.githubusercontent.com/oddessentials/odd-demonstration/main/install.ps1 | iex

npm:

npm install -g @oddessentials/odd-dashboard

Verify Checksum

sha256sum -c SHA256SUMS --ignore-missing

See Verifying Releases for full verification instructions.

What's Changed

Full Changelog: v3.4.6...v3.5.0

v3.4.6

Choose a tag to compare

@github-actions github-actions released this 20 Jan 03:57

⚠️ Bootstrap Release (Unsigned)

Binaries are NOT code-signed.

  • Your OS may show security prompts — this is expected.
  • Verify integrity via SHA256 checksums (see below).
  • Signing will be introduced in a future release.

Installation

Quick Install

Linux/macOS:

curl -fsSL https://raw.githubusercontent.com/oddessentials/odd-demonstration/main/install.sh | sh

Windows (PowerShell):

iwr -useb https://raw.githubusercontent.com/oddessentials/odd-demonstration/main/install.ps1 | iex

npm:

npm install -g @oddessentials/odd-dashboard

Verify Checksum

sha256sum -c SHA256SUMS --ignore-missing

See Verifying Releases for full verification instructions.

Full Changelog: v3.4.5...v3.4.6

v3.4.5

Choose a tag to compare

@github-actions github-actions released this 18 Jan 05:04

⚠️ Bootstrap Release (Unsigned)

Binaries are NOT code-signed.

  • Your OS may show security prompts — this is expected.
  • Verify integrity via SHA256 checksums (see below).
  • Signing will be introduced in a future release.

Installation

Quick Install

Linux/macOS:

curl -fsSL https://raw.githubusercontent.com/oddessentials/odd-demonstration/main/install.sh | sh

Windows (PowerShell):

iwr -useb https://raw.githubusercontent.com/oddessentials/odd-demonstration/main/install.ps1 | iex

npm:

npm install -g @oddessentials/odd-dashboard

Verify Checksum

sha256sum -c SHA256SUMS --ignore-missing

See Verifying Releases for full verification instructions.

What's Changed

Full Changelog: v3.4.4...v3.4.5

v3.4.4

Choose a tag to compare

@github-actions github-actions released this 17 Jan 02:37

⚠️ Bootstrap Release (Unsigned)

Binaries are NOT code-signed.

  • Your OS may show security prompts — this is expected.
  • Verify integrity via SHA256 checksums (see below).
  • Signing will be introduced in a future release.

Installation

Quick Install

Linux/macOS:

curl -fsSL https://raw.githubusercontent.com/oddessentials/odd-demonstration/main/install.sh | sh

Windows (PowerShell):

iwr -useb https://raw.githubusercontent.com/oddessentials/odd-demonstration/main/install.ps1 | iex

npm:

npm install -g @oddessentials/odd-dashboard

Verify Checksum

sha256sum -c SHA256SUMS --ignore-missing

See Verifying Releases for full verification instructions.

What's Changed

Full Changelog: v3.4.3...v3.4.4

v3.4.3

Choose a tag to compare

@github-actions github-actions released this 17 Jan 01:28

⚠️ Bootstrap Release (Unsigned)

Binaries are NOT code-signed.

  • Your OS may show security prompts — this is expected.
  • Verify integrity via SHA256 checksums (see below).
  • Signing will be introduced in a future release.

Installation

Quick Install

Linux/macOS:

curl -fsSL https://raw.githubusercontent.com/oddessentials/odd-demonstration/main/install.sh | sh

Windows (PowerShell):

iwr -useb https://raw.githubusercontent.com/oddessentials/odd-demonstration/main/install.ps1 | iex

npm:

npm install -g @oddessentials/odd-dashboard

Verify Checksum

sha256sum -c SHA256SUMS --ignore-missing

See Verifying Releases for full verification instructions.

What's Changed

Full Changelog: v3.4.2...v3.4.3

v3.4.2

Choose a tag to compare

@github-actions github-actions released this 29 Dec 02:28

⚠️ Bootstrap Release (Unsigned)

Binaries are NOT code-signed.

  • Your OS may show security prompts — this is expected.
  • Verify integrity via SHA256 checksums (see below).
  • Signing will be introduced in a future release.

Installation

Quick Install

Linux/macOS:

curl -fsSL https://raw.githubusercontent.com/oddessentials/odd-demonstration/main/install.sh | sh

Windows (PowerShell):

iwr -useb https://raw.githubusercontent.com/oddessentials/odd-demonstration/main/install.ps1 | iex

npm:

npm install -g @oddessentials/odd-dashboard

Verify Checksum

sha256sum -c SHA256SUMS --ignore-missing

See Verifying Releases for full verification instructions.

What's Changed

Full Changelog: v3.4.1...v3.4.2

Bazel binaries v1

Choose a tag to compare

@oddessentials oddessentials released this 26 Dec 18:29
dcfb85b

Mirrored Bazel 7.1.0 binary for deterministic CI.

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 24 Dec 17:46

0.2.0 (2025-12-24)

Bug Fixes

  • catches issues when pods arent deployed and container is running (9e0ca52)
  • healthresponse struct redec (98f8b5c)
  • pin ratatui and crossterm to exact versions to prevent API drift (8037f44)
  • remove old binary name references from audit files (ca11f9b)
  • rewrite corrupted audit PowerShell scripts (82e2686)
  • rust typing check (eef4d12)
  • update verify-artifact-names audit for dynamic patterns (ce5b7b0)
  • yaml syntax (0562226)

Features

  • add DB management and API live docs (11b4e99)
  • ci: add release permissions and dry-run validation gate (bdf1ffd)
  • dist: add CI integration for distribution audits and platform tests (0a73d52)
  • dist: add CLI features, doctor command, and support matrix (f49662b)
  • dist: add docker-compose.demo.yml for docker-only demo mode (56c4efa)
  • dist: add GitHub Actions release workflow (9784cc2)
  • dist: add install scripts for Linux/macOS and Windows (9d06fe8)
  • dist: add npm shim package with strict failure semantics (5dab3d3)
  • dist: add semantic-release for automated versioning (d7a557b)
  • dist: add version infrastructure and audit scripts (d6f983f)
  • dist: rename binary to odd-dashboard with build metadata (91ce8b6)
  • enable x-platform support (1548e44)
  • release: use semantic-release-action for reliable version detection (5b8cc4f)
  • tui launcher fixed (f94c97e)

Reverts

  • Revert "feat: complete versioning strategy implementation" (fad8012)