Skip to content

Releases: TheExeQ/devops-ci-cd-pipeline

v1.1.1

10 May 20:01
cce240e

Choose a tag to compare

1.1.1 (2026-05-10)

Bug Fixes

  • ci: align semantic-release action with compatible plugin versions (#13) (cce240e)

v1.1.0

08 May 21:32
1fdb085

Choose a tag to compare

1.1.0 (2026-05-08)

Features

  • docker: image now uses release tag (#11) (1fdb085)

v1.0.0

08 May 21:14
c5aec21

Choose a tag to compare

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)