Skip to content

v0.1 - Initial Release

Choose a tag to compare

@github-actions github-actions released this 22 Jun 13:48
· 3 commits to main since this release

Bootc Status API v0.1

Lightweight REST API service for querying bootc system status.

Endpoints

  • GET /api/v1/status — Full bootc host status
  • GET /api/v1/status/booted — Currently booted image
  • GET /api/v1/status/staged — Staged update
  • GET /api/v1/status/rollback — Rollback entry
  • GET /api/v1/status/update-available — Update availability check
  • GET /health — Health check
  • GET /swagger-ui/ — Interactive API docs

Assets

  • bootc-api-linux-amd64 — Linux x86_64 binary
  • bootc-api-linux-arm64 — Linux ARM64 binary

Deployment

sudo cp bootc-api-linux-amd64 /usr/local/bin/bootc-api
sudo cp bootc-api.service /etc/systemd/system/
sudo systemctl daemon-reload
sudo systemctl enable --now bootc-api