Skip to content

v0.8.1

Compare
Choose a tag to compare
@Justintime50 Justintime50 released this 06 Mar 23:07
· 350 commits to main since this release
  • Fixed a bug where webhook secrets couldn't be decoded properly
  • Fixed a bug where .env files wouldn't load variables properly
  • Container healthchecks may have previously failed with a key error if the container wasn't completely running yet. Corrected key error and added retry logic for checking if a container is running after deployments
  • Cleaned and refactored various code
  • Various additional bug fixes