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
+13-1
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,16 @@
1
-
## UNRELEASED
1
+
## 0.5.0 (July 19, 2023)
2
+
3
+
IMPROVEMENTS:
4
+
5
+
* config: Add support for auth helper or config file in plugin configuration [[GH-265](https://github.com/hashicorp/nomad-driver-podman/pull/265)]
6
+
* config: Add support for setting tlsVerify in task configuration [[GH-262](https://github.com/hashicorp/nomad-driver-podman/pull/262)]
7
+
* config: Add support for setting extra_hosts in task configuration [[GH-255](https://github.com/hashicorp/nomad-driver-podman/pull/255)]
8
+
9
+
BUG FIXES:
10
+
11
+
* config: Set recover_stopped to false by default since Client may hang if enabled [[GH-260](https://github.com/hashicorp/nomad-driver-podman/pull/260)]
12
+
* runtime: Correctly configure cpuset on system using cgroups v2 [[GH-252](https://github.com/hashicorp/nomad-driver-podman/pull/252)]
13
+
* runtime: Fixed a bug where driver would panic on systems without a nobody user in /etc/passwd [[GH-266](https://github.com/hashicorp/nomad-driver-podman/pull/266)]
0 commit comments