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
Copy file name to clipboardExpand all lines: ChangeLog.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,11 @@
2
2
3
3
## version 0.0.16
4
4
5
+
### Bugfixes
6
+
* By default when looking up the id of a Docker container Docker does a greedy match, this caused issues where we would grab an incorrect id on destroy. Changed to use a regex.
7
+
8
+
## version 0.0.16
9
+
5
10
### Bugfixes
6
11
* Fixes a bug where local folders were being created for types other than `bind`
7
12
* Fix a bug where Volumes for Nomad Clusters were not changed to absolute paths
0 commit comments