Skip to content

Commit

Permalink
Merge branch 'bump-ver' into 'main'
Browse files Browse the repository at this point in the history
bump mig-manager-version and cuda base image version

See merge request nvidia/cloud-native/mig-parted!140
  • Loading branch information
tariq1890 committed Oct 19, 2023
2 parents 9c6099f + e1a0969 commit ac214fa
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cmd/nvidia-mig-parted/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ func main() {
c.UseShortOptionHandling = true
c.EnableBashCompletion = true
c.Usage = "Manage MIG partitions across the full set of NVIDIA GPUs on a node"
c.Version = "0.5.4"
c.Version = "0.5.5"

// Setup the flags for this command
c.Flags = []cli.Flag{
Expand Down
6 changes: 6 additions & 0 deletions deployments/systemd/packages/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
nvidia-mig-manager (0.5.5-1) UNRELEASED; urgency=medium

* Update to latest CUDA base image 12.2.2

-- NVIDIA CORPORATION <[email protected]> Thu, 18 Oct 2023 02:16:57 +0200

nvidia-mig-manager (0.5.4-1) UNRELEASED; urgency=medium

* Update MIG config for Hopper with device ID of H100 80GB HBM3 SKU
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,9 @@ maybe_remove_hooks_symlink
maybe_remove_config_symlink

%changelog
* Thu Oct 18 2023 NVIDIA CORPORATION <[email protected]> 0.5.5-1
- Update to latest CUDA base image 12.2.2

* Thu Sep 7 2023 NVIDIA CORPORATION <[email protected]> 0.5.4-1
- Update MIG config for Hopper with device ID of H100 80GB HBM3 SKU

Expand Down
4 changes: 2 additions & 2 deletions versions.mk
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
# See the License for the specific language governing permissions and
# limitations under the License.

VERSION ?= 0.5.4
VERSION ?= 0.5.5

vVERSION := v$(VERSION:v%=%)

CUDA_VERSION := 12.2.0
CUDA_VERSION := 12.2.2
GOLANG_VERSION := 1.20.1

NVIDIA_CTK_VERSION := v1.13.4

0 comments on commit ac214fa

Please sign in to comment.