We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5340823 commit 0d4826eCopy full SHA for 0d4826e
CHANGELOG.md
@@ -1,7 +1,8 @@
1
## UNRELEASED
2
3
-IMPROVEMENTS:
+## 0.6.2 (December 16, 2024)
4
5
+IMPROVEMENTS:
6
7
* config: Allow setting `security_opt` option. [[GH-382](https://github.com/hashicorp/nomad-driver-podman/pull/382)]
8
* config: Add `socket` stanza to allow multiple Podman sockets to be used. [[GH-371](https://github.com/hashicorp/nomad-driver-podman/pull/371)]
version/version.go
@@ -17,7 +17,7 @@ var (
17
//
18
// Version must conform to the format expected by
19
// github.com/hashicorp/go-version for tests to work.
20
- Version = "0.6.2"
+ Version = "0.6.3"
21
22
// A pre-release marker for the version. If this is "" (empty string)
23
// then it means that it is a final release. Otherwise, this is a pre-release
0 commit comments