From 3a74c49de3c67f4c834fa7c60fb4a2584f97f399 Mon Sep 17 00:00:00 2001 From: Seth Hoenig Date: Tue, 3 Sep 2024 08:36:55 -0500 Subject: [PATCH] Release/1.1.0 (#54) * Release v1.1.0 * ci: update ci branch * ci: add config block to promot-staging event * Prepare for next release --- .release/ci.hcl | 3 ++- CHANGELOG.md | 8 ++++++-- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/.release/ci.hcl b/.release/ci.hcl index d9d61fa..6fce69e 100644 --- a/.release/ci.hcl +++ b/.release/ci.hcl @@ -13,7 +13,7 @@ project "nomad-device-nvidia" { repository = "nomad-device-nvidia" release_branches = [ "main", - "crt-onboard", + "release/**", ] } } @@ -60,6 +60,7 @@ event "promote-staging" { organization = "hashicorp" repository = "crt-workflows-common" workflow = "promote-staging" + config = "release-metadata.hcl" } notification { diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c763f1..063c820 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,13 @@ ## UNRELEASED +## 1.1.0 (August 22, 2024) + IMPROVEMENTS: - * build: Updated to Go 1.21.3 [[GH-25](https://github.com/hashicorp/nomad-device-nvidia/pull/25)] + * driver: Added support for MIG instances. + * build: Updated to Go 1.21.6 * deps: Upgrade protobuf library to 1.33.0 to address CVE-2024-24786 - * deps: Upgrade Nomad to 1.7.6 + * deps: Upgrade Nomad to 1.8.3 + * deps: Upgrade go-nvml to v0.12.4-0 ## 1.0.0 (October 14, 2021)