Releases: TheExeQ/devops-ci-cd-pipeline
Releases · TheExeQ/devops-ci-cd-pipeline
v1.1.1
v1.1.0
v1.0.0
1.0.0 (2026-05-08)
Bug Fixes
- allow app startup without db and initialize schema after reconnect (ea33bbf)
- ci: release workflow checked for push event (#10) (c5aec21)
- docker: exclude env files from runtime image (#3) (f516829)
- release: gate releases on successful ci (#4) (8551fad)
- removed use of dotenv as it is no longer needed (fcaa1f6)
- setup order (8a3e71b)
- updated cicd workflow specifically for ghcr (c5c823a)
Features
- add release workflow (#1) (4fb2705)
- added cicd pipeline code (1c8a998)
- added database support and turned app into books api demo (585d63e)
- added jest and simple tests (7f02b01)
- added latest tag on most recently built package on default branch (f61fda6)
- added pr title lint workflow (#2) (c3bc859)
- added testing step to cicd workflow (00b9f86)
- express api (eb3a6ac)
- updated readme with relevant info about project (2add921)