Skip to content

Commit

Permalink
Release/1.1.0 (#54)
Browse files Browse the repository at this point in the history
* Release v1.1.0
* ci: update ci branch
* ci: add config block to promot-staging event
* Prepare for next release
  • Loading branch information
shoenig authored Sep 3, 2024
1 parent 92c14e6 commit 3a74c49
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .release/ci.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ project "nomad-device-nvidia" {
repository = "nomad-device-nvidia"
release_branches = [
"main",
"crt-onboard",
"release/**",
]
}
}
Expand Down Expand Up @@ -60,6 +60,7 @@ event "promote-staging" {
organization = "hashicorp"
repository = "crt-workflows-common"
workflow = "promote-staging"
config = "release-metadata.hcl"
}

notification {
Expand Down
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down

0 comments on commit 3a74c49

Please sign in to comment.