Skip to content

release: v0.1.0-beta final audit, cleanup, and hardening-fix#3

Merged
keynetra-admin merged 1 commit intomainfrom
init-oss
Apr 7, 2026
Merged

release: v0.1.0-beta final audit, cleanup, and hardening-fix#3
keynetra-admin merged 1 commit intomainfrom
init-oss

Conversation

@sainathsapa
Copy link
Copy Markdown
Collaborator

@sainathsapa sainathsapa commented Apr 7, 2026

Summary

Final pre-release hardening pass for KeyNetra v0.1.0-beta covering architecture enforcement, runtime
cleanup, tenancy/security checks, observability integration, deployment readiness, and documentation
polish.

Included Changes

  • Enforced architecture boundaries with .importlinter contracts and CI coverage.
  • Consolidated DB migrations to a baseline initial schema revision.
  • Removed dead code and legacy/duplicate infrastructure artifacts.
  • Standardized CLI invocation via installed keynetra entrypoint.
  • Improved observability:
    • HTTP request and latency metrics
    • DB query latency metrics
    • cache/decision metrics
    • tenant-aware labels and dashboard coverage
  • Added/updated monitoring assets:
    • Prometheus scrape config
    • Grafana provisioning + deep dashboard
    • Loki and node-exporter in compose stack
  • Updated Docker runtime defaults (Python 3.11, port 8080).
  • Added/updated release docs:
    • README
    • ARCHITECTURE
    • DEPLOYMENT
    • SDK guide
    • CODE_OF_CONDUCT
  • Release workflow includes Docker publish support for Docker Hub + GHCR.

Validation

  • ruff check .
  • black --check .
  • pytest ✅ (132 passed, 1 skipped)
  • lint-imports --config .importlinter
  • keynetra --help
  • keynetra check-openapi
  • docker build -t keynetra:test .
  • container endpoint checks (/health/ready, /docs, /metrics) ✅
  • docker compose up stack health ✅

@sainathsapa sainathsapa self-assigned this Apr 7, 2026
Copy link
Copy Markdown
Contributor

@keynetra-admin keynetra-admin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

APPROVED

@keynetra-admin keynetra-admin merged commit 7b1e341 into main Apr 7, 2026
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants