Skip to content

Releases: linode-obs/latr

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 16 Jul 20:19
ece5e46

latr 0.3.0

Full Changelog: v0.2.0...v0.3.0

Container Images

docker pull ghcr.io/linode-obs/latr:0.3.0

Multi-architecture support: linux/amd64, linux/arm64

Changelog

Bug fixes

Others

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 19 Nov 20:43
aff4276

latr 0.2.0

Full Changelog: v0.1.0...v0.2.0

Container Images

docker pull ghcr.io/wbh1/latr:0.2.0

Multi-architecture support: linux/amd64, linux/arm64

Changelog

Features

  • 01a9ffc: feat: implement OpenTelemetry metrics and traces integration (@claude)

Bug fixes

  • d632523: fix: Set TokensTotal to be a Gauge not a counter (@wbh1)
  • 8c0b72e: fix: handle multiple tokens with the same label (@wbh1)

Others

  • a520159: refactor: migrate to structured logging using log/slog (@wbh1)
  • d71b797: refactor: remove prune_expired configuration and related logic from the token rotation process (@wbh1)

v0.1.0

Choose a tag to compare

@wbh1 wbh1 released this 17 Nov 03:54
6fd985b

What's Changed

  • Set up new project with TDD approach by @wbh1 in #1
  • Add E2E Testing with Docker Compose by @wbh1 in #2
  • Add Claude Code GitHub Workflow by @wbh1 in #3
  • Fix e2e tests failing in GitHub Actions by @wbh1 in #8
  • Enable environment variable substitution in config by @wbh1 in #7
  • Remove Viper dependency by @wbh1 in #10
  • Fix e2e test configuration parsing errors by @wbh1 in #9
  • Setup GitHub Actions for automated testing by @wbh1 in #5
  • Setup goreleaser for container image publishing by @wbh1 in #4

New Contributors

  • @wbh1 made their first contribution in #1

Full Changelog: https://github.com/wbh1/latr/commits/v0.1.0

latr 0.1.0

Full Changelog: ...v0.1.0

Container Images

docker pull ghcr.io/wbh1/latr:0.1.0

Multi-architecture support: linux/amd64, linux/arm64

Changelog

Features

Bug fixes

Others