Releases: Justintime50/harvey
Releases · Justintime50/harvey
v0.5.0
- Fixed a bug where container names were not being created properly which led to other issues down the pipeline flow
- Added a
healthcheck
feature - pipelines now run a healthcheck and ensure the container is running (and didn't exit) before declaring the pipeline a success - Various bug fixes and under-the-hood improvements throughout the entire experience
- Removed ngrok executable and all info about ngrok from README
v0.4.0
- Added a preamble Slack message when a pipeline starts. Now you'll get notified when a pipeline starts in addition to when it finishes (closes #39)
- Added a
SLACK
env variable so you can decide if you want to send Slack messages or not - Added unit tests for the
message
module - Documented all env variables in the README
- Fixed a bug where git clone/pull logic was swapped and wasn't returning anything
v0.3.0
v0.2.0
- Added testing framework and code coverage
- Added more linting
- Updated Makefile to include more commands
- Various code refactors
- Documentation updates
v0.1.1
Added retrieve all pipelines API endpoint