Skip to content

Release 0.1.0

Choose a tag to compare

@github-actions github-actions released this 25 Jun 03:14
· 62 commits to main since this release
443c3c0

Install

go install github.com/jedwards1230/labctl@0.1.0

Or download a static binary for your platform below.


labctl v0.1.0

Initial release of labctl, a manifest-driven CLI for homelab service APIs, introducing optional OpenTelemetry tracing support and automated CI tooling.

Features

Optional OpenTelemetry Tracing

labctl now supports optional distributed tracing via OpenTelemetry. When enabled, traces are emitted for CLI operations, making it easier to observe and debug interactions with homelab service APIs. Tracing is opt-in and can be configured without affecting normal CLI usage.

Improvements

AI-Powered PR Review Workflow

A GitHub Actions workflow has been added to automatically run AI-assisted code review on pull requests, helping maintain code quality as the project grows.

Commits

  • Merge pull request #1 from jedwards1230/feat/otel (443c3c0)
  • Merge branch 'main' into feat/otel (b4cb810)
  • Merge pull request #2 from jedwards1230/feat/pr-review (ca8341b)

Full Changelog: 2c7c366...v0.1.0