Skip to content

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

Merged
sainathsapa merged 17 commits intomainfrom
init-oss
Apr 6, 2026
Merged

release: v0.1.0-beta final audit, cleanup, and hardening#2
sainathsapa merged 17 commits intomainfrom
init-oss

Conversation

@sainathsapa
Copy link
Copy Markdown
Collaborator

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 ✅

…states, DI container, CI security gates, integrations scaffolding,

  and OSS governance docs
@sainathsapa sainathsapa self-assigned this Apr 6, 2026
@sainathsapa sainathsapa added the release Public RLS label Apr 6, 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

@sainathsapa sainathsapa merged commit 6bace97 into main Apr 6, 2026
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

release Public RLS

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants