Skip to content

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 17 Mar 00:02
· 48 commits to main since this release

Changelog

Bug Fixes

  • 8a03d2f fix: use git changelog instead of github API (no previous tag)
  • 576c793 fix: gitignore pattern was hiding cmd/clincus/ directory
  • a756176 fix: reorder goreleaser hooks (web before completions) and remove deprecated builds keys
  • 5f64e7f fix: remove invalid 'publish' field from goreleaser nightly config
  • 1cb6e86 fix: use golangci-lint v2 action and format Python tests with ruff
  • f236627 fix: install to ~/.local/bin instead of GOPATH
  • 6882124 fix: resolve build/test/lint issues found in full verification

Documentation

  • 4de4c24 docs: add initial changelog for v0.1.0
  • 3d791b1 docs: write architecture overview and contributing guide
  • a65bffc docs: write reference docs
  • 5209c34 docs: write user guides
  • 064b851 docs: write getting started guides
  • 1ae39c0 docs: set up MkDocs Material site structure
  • fc383e1 docs: add README with quick start and attribution

Others

  • 9c8a2d5 chore: update .gitignore for completions, manpages, site, and webui dist
  • afe25f3 ci: add GitHub Actions workflows for CI, release, and docs
  • 8f2add7 build: add GoReleaser Pro configuration
  • c436fcd build: add Makefile with build, test, release targets
  • e08b281 refactor: rebrand web frontend from COI to Clincus
  • b109886 refactor: rename coi references in Python integration tests
  • 8d4e522 refactor: rename all coi/COI string references to clincus
  • 12530ae refactor: rename Go module to github.com/bketelsen/clincus
  • e30fd6c refactor: remove network config, rename coi to clincus in server
  • 6f87916 refactor: remove network coupling from image builder, rename to clincus
  • 6231c28 refactor: remove firewall/veth cleanup from orphan detection
  • 3846d83 refactor: remove ~750 lines of network/monitoring health checks
  • 3377459 refactor: remove network/monitor coupling from all CLI commands
  • 128675f refactor: remove network/bedrock coupling from session, rename coi to clincus
  • 50551a5 refactor: remove network and monitoring config, rename coi paths to clincus
  • 62bbf85 chore: delete monitor CLI subcommand
  • c82c0f8 chore: copy source files from code-on-incus
  • f39192b chore: initialize clincus repository