You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 28, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,13 @@
1
1
# CHANGELOG
2
2
3
+
## v0.8.1 (2021-03-06)
4
+
5
+
* Fixed a bug where webhook secrets couldn't be decoded properly
6
+
* Fixed a bug where `.env` files wouldn't load variables properly
7
+
* 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
8
+
* Cleaned and refactored various code
9
+
* Various additional bug fixes
10
+
3
11
## v0.8.0 (2020-12-20)
4
12
5
13
* Refactored the `image` module and added unit tests
0 commit comments