From 9ae51ccf1f3f3b583b72bfd1e3e56acdc23ae976 Mon Sep 17 00:00:00 2001 From: Luiz Aoqui Date: Wed, 20 Dec 2023 10:24:56 -0500 Subject: [PATCH] release v2.1.0 --- CHANGELOG.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 85df1a9d..2d55b59d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,11 @@ -## 2.0.1 (Unreleased) +## 2.1.1 (Unreleased) + +## 2.1.0 (December 20th, 2023) IMPROVEMENTS: * **Target Nomad 1.7.2**: updated the nomad client to support Nomad API and jobspec version 1.7.2 ([#404](https://github.com/hashicorp/terraform-provider-nomad/pull/404)) * provider: update Go to 1.21.5 ([#399](https://github.com/hashicorp/terraform-provider-nomad/pull/399)) -* resource/resource_acl_auth_method: add support for `token_name_format` ([#403](https://github.com/hashicorp/terraform-provider-nomad/pull/403)) +* resource/nomad_acl_auth_method: add support for `token_name_format` ([#403](https://github.com/hashicorp/terraform-provider-nomad/pull/403)) * resource/nomad_csi_volume: changes to `capacity_min` or `capacity_max` may now expand the volume instead of forcing replacement, * resource/nomad_csi_volume: update import key to be `@` to allow importing volumes from namespaces other than `default` ([#408](https://github.com/hashicorp/terraform-provider-nomad/pull/408)) * resource/nomad_csi_volume_registration: update import key to be `@` to allow importing volume registrations from namespaces other than `default` ([#408](https://github.com/hashicorp/terraform-provider-nomad/pull/408))