Skip to content

Latest commit

 

History

History
72 lines (60 loc) · 7.86 KB

CHANGELOG.md

File metadata and controls

72 lines (60 loc) · 7.86 KB

1.0.0-rc.1 (2023-11-28)

✂️Refactor

📔 Docs

🚀 Features

  • add docs image (f406db0)
  • Add unique_together for Source model to avoid sources duplication (8625978)
  • API: Add REST API endpoints and remove templates (5e2d64f)
  • api/me: Add current logged user data view (439da6d)
  • auth: Add token based auth + OCSP fixes (7d6c88a)
  • crypto: Add CRL distribution point and OCSP authority information access (e2e5eee)
  • crypto: Rework some crypto methods and corresponding models (6bd33a9)
  • export: Export key/cert methods. Some crypto/utils additions like key/cert der encoding. Added some usable methods to Certificate model (7728735)
  • export: Export key/cert methods. Some crypto/utils additions like key/cert der encoding. Added some usable methods to Certificate model (3dde509)
  • filtering: Add filter functionality for Key,CSR and Certificate list methods (c37714b)
  • filtering: Add filter functionality for Key,CSR and Certificate list methods (e536ada)
  • helm: add liveness and readiness probe (a0bb428)
  • import: Import certificate functionality (2c4337c)
  • logging: Add endpoints to retrieve logs (6b7511a)
  • logging: Add logging (d26549e)
  • OCSP: OCSP endpoint and much more shit (424a801)
  • pagination: Add pagination (2de7632)
  • revocation: Add CRL model and revocation possibility (e85da09)
  • revocation: Add slug to CSR and update revocation code (d4b9547)
  • search: Add search by name field functionality for list endpoints (370e436)
  • search: Add search by name field functionality for list endpoints (12380f1)
  • swagger/redoc: Add schema generation and swagger/redoc views (33c579e)
  • swagger/redoc: Add schema generation and swagger/redoc views (6fc445a)
  • system/groups: Add endpoints for groups and permissions management (620c27f)
  • system/users: Add endpoint for system users management (3be751c)

🛠 Fixes

  • Add corresponding migration (a50d92c)
  • add dockerignore (d0c9882)
  • add external values (a6a8d76)
  • Add migration (d2b8a54)
  • context for docs (9e642a6)
  • crsf_trsuted_domains (be19d79)
  • CSRF start from https (c8e3bf8)
  • docs under /docs (156c471)
  • env for debug hosts and csrf (99967cb)
  • image name for application (3538243)
  • images from werf (262e0d8)
  • lables for application in werf ingress (0a20309)
  • makefile add kube-login (5cde10d)
  • migrations to correct pg host and True to debug (8552d8a)
  • names for ingress (a27b76d)
  • new dockerfile for pull images (5e79f0d)
  • remove md from dockerignore (626a212)
  • sa and registry secret (fe3f7b3)
  • Update CSR serializer for KU & EKU (9d63de7)
  • werf only ingress (b996b9b)
  • #17: Fix 400 on group creation (ce4b6d9)
  • #18: Fix duplicates on OCSP source creation (9d91468)
  • migrations: add migrations job (8b72a3d)
  • teleport: move stage to teleport (214a48b)