Skip to content

Commit 286e425

Browse files
authored
050 updates (#271)
* docs: add changelog entries for 0.5.0 release * deps: update Nomad dependency to 1.6 * cl: update changelog
1 parent 9b404ae commit 286e425

File tree

3 files changed

+19
-10
lines changed

3 files changed

+19
-10
lines changed

CHANGELOG.md

+13-1
Original file line numberDiff line numberDiff 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)]
214

315
## 0.4.2 (March 24, 2023)
416

go.mod

+2-5
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,11 @@ module github.com/hashicorp/nomad-driver-podman
22

33
go 1.20
44

5-
// temporary until nomad 1.6 exists
6-
replace github.com/hashicorp/nomad => github.com/hashicorp/nomad v1.6.0-beta.1
7-
85
require (
96
github.com/armon/circbuf v0.0.0-20190214190532-5111143e8da2
107
github.com/containers/image/v5 v5.26.1
118
github.com/hashicorp/go-hclog v1.5.0
12-
github.com/hashicorp/nomad v1.5.3
9+
github.com/hashicorp/nomad v1.6.0
1310
github.com/hashicorp/nomad/api v0.0.0-20230412133617-a1ebd075c4e9
1411
github.com/opencontainers/runtime-spec v1.1.0-rc.3
1512
github.com/ryanuber/go-glob v1.0.0
@@ -61,7 +58,7 @@ require (
6158
github.com/gorilla/websocket v1.5.0 // indirect
6259
github.com/grpc-ecosystem/go-grpc-middleware v1.4.0 // indirect
6360
github.com/hashicorp/consul/api v1.20.0 // indirect
64-
github.com/hashicorp/cronexpr v1.1.1 // indirect
61+
github.com/hashicorp/cronexpr v1.1.2 // indirect
6562
github.com/hashicorp/errwrap v1.1.0 // indirect
6663
github.com/hashicorp/go-bexpr v0.1.12 // indirect
6764
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect

go.sum

+4-4
Original file line numberDiff line numberDiff line change
@@ -184,8 +184,8 @@ github.com/hashicorp/consul-template v0.31.0 h1:Mn1t5xkq5X3WqylbBBp0tzlFG+0kAB1j
184184
github.com/hashicorp/consul/api v1.20.0 h1:9IHTjNVSZ7MIwjlW3N3a7iGiykCMDpxZu8jsxFJh0yc=
185185
github.com/hashicorp/consul/api v1.20.0/go.mod h1:nR64eD44KQ59Of/ECwt2vUmIK2DKsDzAwTmwmLl8Wpo=
186186
github.com/hashicorp/consul/sdk v0.13.1 h1:EygWVWWMczTzXGpO93awkHFzfUka6hLYJ0qhETd+6lY=
187-
github.com/hashicorp/cronexpr v1.1.1 h1:NJZDd87hGXjoZBdvyCF9mX4DCq5Wy7+A/w+A7q0wn6c=
188-
github.com/hashicorp/cronexpr v1.1.1/go.mod h1:P4wA0KBl9C5q2hABiMO7cp6jcIg96CDh1Efb3g1PWA4=
187+
github.com/hashicorp/cronexpr v1.1.2 h1:wG/ZYIKT+RT3QkOdgYc+xsKWVRgnxJ1OJtjjy84fJ9A=
188+
github.com/hashicorp/cronexpr v1.1.2/go.mod h1:P4wA0KBl9C5q2hABiMO7cp6jcIg96CDh1Efb3g1PWA4=
189189
github.com/hashicorp/errwrap v1.0.0/go.mod h1:YH+1FKiLXxHSkmPseP+kNlulaMuP3n2brvKWEqk/Jc4=
190190
github.com/hashicorp/errwrap v1.1.0 h1:OxrOeh75EUXMY8TBjag2fzXGZ40LB6IKw45YeGUDY2I=
191191
github.com/hashicorp/errwrap v1.1.0/go.mod h1:YH+1FKiLXxHSkmPseP+kNlulaMuP3n2brvKWEqk/Jc4=
@@ -257,8 +257,8 @@ github.com/hashicorp/logutils v1.0.0/go.mod h1:QIAnNjmIWmVIIkWDTG1z5v++HQmx9WQRO
257257
github.com/hashicorp/mdns v1.0.4/go.mod h1:mtBihi+LeNXGtG8L9dX59gAEa12BDtBQSp4v/YAJqrc=
258258
github.com/hashicorp/memberlist v0.5.0 h1:EtYPN8DpAURiapus508I4n9CzHs2W+8NZGbmmR/prTM=
259259
github.com/hashicorp/memberlist v0.5.0/go.mod h1:yvyXLpo0QaGE59Y7hDTsTzDD25JYBZ4mHgHUZ8lrOI0=
260-
github.com/hashicorp/nomad v1.6.0-beta.1 h1:bkqJZec+3el3WjJqGiVbsyFHj3yPLMqD93MczW4R0hs=
261-
github.com/hashicorp/nomad v1.6.0-beta.1/go.mod h1:nn21yJKOqXwSylgBgt/bIALEIrbg7lggUmNo1C8Sgd8=
260+
github.com/hashicorp/nomad v1.6.0 h1:HFR2+jfBN2LASqV+qP+p0Uzsxq3WobsO6y886cmZeSo=
261+
github.com/hashicorp/nomad v1.6.0/go.mod h1:QGS113yr5cSkixiYcp5zO1ojJkHgzVfg49Rto1LVGi4=
262262
github.com/hashicorp/nomad/api v0.0.0-20230412133617-a1ebd075c4e9 h1:ZuMj8jXzO4o9XHxuJYCpQfZTIWMIigQu0yLdz6NKJdY=
263263
github.com/hashicorp/nomad/api v0.0.0-20230412133617-a1ebd075c4e9/go.mod h1:2TCrNvonL09r7EiQ6M2rNt+Cmjbn1QbzchFoTWJFpj4=
264264
github.com/hashicorp/raft v1.2.0/go.mod h1:vPAJM8Asw6u8LxC3eJCUZmRP/E4QmUGE1R7g7k8sG/8=

0 commit comments

Comments
 (0)