Skip to content

v0.17.0

Compare
Choose a tag to compare
@Justintime50 Justintime50 released this 13 Feb 03:38
· 215 commits to main since this release
  • Overhauled the pipeline logs to provide more details that are easier to read
  • Changed the required harvey.json file for each project to .harvey.yml (expected fields/values remain the same)
  • Sets the default pagination limit down to 20 from 100, adds PAGINATION_LIMIT env var to allow customization
  • Added new HARVEY_PATH, GIT_TIMEOUT, DEPLPOY_TIMEOUT, and DEPLOY_ON_TAG env vars for customization
  • Better syncing of the version string for the release and what appears in logs
  • Better error handling around 404s at the API level
  • Emojis will now be converted to a fallback string representation in pipeline logs while they will remain emojis in Slack messages
  • Various bug fixes and refactoring improvements