## [1.1.0](https://git.seyshiro.de/tudattr/kilo-cv/compare/v1.0.4...v1.1.0) (2026-02-25) ### Features * Add Helm chart for Kubernetes deployment ([#1](#1)) ([8deb3dc](8deb3dcd9f)), closes [CONTRIBUTING.md#commit-guidelines](https://git.seyshiro.de/tudattr/CONTRIBUTING.md/issues/commit-guidelines)
7.1 KiB
7.1 KiB
Changelog
All notable changes to this project will be documented in this file.
1.1.0 (2026-02-25)
Features
- Add Helm chart for Kubernetes deployment (#1) (8deb3dc), closes CONTRIBUTING.md#commit-guidelines
1.0.4 (2026-02-23)
Bug Fixes
- ci: disable docker jobs due to missing docker in gitea runner (bd44ea4)
Documentation
- add architecture documentation (8d7000e)
- update all markdown documentation (d73e876)
- update release-engineering documentation (dd3b83f)
1.0.3 (2026-02-23)
Performance Improvements
- ci: optimize npm install and fix deprecation warnings (a593dd5)
1.0.2 (2026-02-23)
Bug Fixes
- release: disable github plugin comments for gitea compatibility (de67a6d)
1.0.1 (2026-02-23)
Bug Fixes
- release: remove dist assets from github release config (e9d2667)
1.0.0 (2026-02-23)
Features
- api: add backend api with express and sqlite (00af886)
- api: add initial schema migration (3b0d98f)
- api: add knex configuration (7e766c5)
- api: add swagger docs route (736fefb)
- api: register swagger docs route (4c0f53a)
- ci: add bundlesize configuration (dee36da)
- ci: add commitlint validation to ci workflow (1541212)
- ci: add coverage configuration (278082d)
- ci: add gitleaks configuration (32f3221)
- ci: add gitleaks to pre-commit hook (c18410b)
- ci: add lighthouse ci configuration (f6f2dba)
- ci: add nightly build workflow (5b56edd)
- ci: add quality gates to ci workflow (963b8ec)
- ci: add staging deployment workflow (f5a00d3)
- docker: add multi-platform build configuration (6b7eba9)
- ui: add cv application frontend and configuration (7f06ee7)
Bug Fixes
- ci: Set node versions in ci (60d0aa5)
- ci: use lts version for ci (cd22a97)
- ci: use POSIX-compatible syntax in pre-commit hook (c240aa3)
Documentation
- add comprehensive release engineering documentation (c8816c4)
- add gitleaks setup and api docs info (cbf4090)
- add initial changelog (e209d6e)
- add release engineering design document (1741fe1)
- add release engineering implementation plan (b3f2919)
- add release process documentation (f544577)
- api: add openapi docs to auth routes (8a22e4b)
- release: add devops features design document (252afb7)
- release: add devops features implementation plan (162ddb6)
- release: add link to release engineering documentation (950d812)
- release: remove inline markdownlint disable comment (31d5810)
- ui: add open source documentation files (15a5c0a)
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
[Unreleased]
Added
- Release engineering with semantic-release
- Multi-platform Docker builds (amd64, arm64)
- Docker Hub and GHCR publishing
- Staging and nightly deployment workflows
- Commitlint for conventional commits
[0.0.0] - 2026-02-20
Added
- Initial CV application
- React frontend with Tailwind CSS v4
- Express.js backend with SQLite
- Admin panel for CV editing
- Password protection for admin
- Docker Compose deployment