From 71e85e6630d30f0fa0665a2f21892bba19884d66 Mon Sep 17 00:00:00 2001 From: Juanadelacuesta Date: Tue, 11 Jun 2024 09:11:28 +0200 Subject: [PATCH] docs: Add changelog entry --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a1f0f2aa..6af88981 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ IMPROVEMENTS: * api: Address a backwards incompatible change in Podman 5.0 [[GH-332](https://github.com/hashicorp/nomad-driver-podman/issues/332)] * config: Add `logging` options to the plugin configuration [[GH-285](https://github.com/hashicorp/nomad-driver-podman/pull/285)] * build: Updated Nomad 1.8.0 [[GH-347](https://github.com/hashicorp/nomad-driver-podman/pull/347)] + * config: Add granular control of SELinux labels for host mounts [[GH-321]](https://github.com/hashicorp/nomad-driver-podman/pull/321) ## 0.5.2 (February 5, 2024)