Skip to content

Latest commit

 

History

History
63 lines (35 loc) · 3.51 KB

CHANGELOG.md

File metadata and controls

63 lines (35 loc) · 3.51 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.5.0 (2024-07-13)

Features

  • actions: add icons to more easily see which workflows are running (db15f8f)
  • ci: use node v20 (259c827)
  • security: update dependencies (257ca61)

Bug Fixes

  • ci: ignore tap's ridiculous coverage requirement (30c96a1)
  • dockerfile: vulnerabilities, update image versions (961219b)
  • pipeline: only fail docker high severity (82a4b3d)

0.4.0 (2023-03-27)

0.3.0 (2023-03-27)

Features

  • add '/crash' to simulate crash for liveness probes (a5df3d3)
  • add '/slow' to simulate memory leak (df84511)
  • ci: tag docker latest on main branch (5f0015b)

0.2.1 (2021-04-24)

Bug Fixes

  • docker: startup command 🤦‍♀️ (d428924)

0.2.0 (2021-04-09)

Features

Bug Fixes

  • app: unhandled rejection message (6bbe2e1)

0.1.0 (2021-03-17)

Features

  • ci: add docker workflow (6df48e5)
  • add logging, include error handling (77ffff0)
  • dockerize app (cda0baf)