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)