Skip to content

Commit

Permalink
Merge branch 'bump-v1.14.0-rc.2' into 'main'
Browse files Browse the repository at this point in the history
Bump version to 1.14.0-rc.2

See merge request nvidia/container-toolkit/libnvidia-container!219
  • Loading branch information
Evan Lezar committed Jun 27, 2023
2 parents 92a145d + 4604da8 commit 17f1675
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
6 changes: 6 additions & 0 deletions pkg/deb/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
libnvidia-container (1.14.0~rc.2-1) experimental; urgency=medium

* Bump version to 1.14.0~rc.2

-- NVIDIA CORPORATION <[email protected]> Tue, 27 Jun 2023 14:04:34 +0200

libnvidia-container (1.14.0~rc.1-1) experimental; urgency=medium

* Remove linvidia-container0 dependency on Ubuntu-based arm64 platforms
Expand Down
3 changes: 3 additions & 0 deletions pkg/rpm/SPECS/libnvidia-container.spec
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,9 @@ This package contains command-line tools that facilitate using the library.
%{_bindir}/*

%changelog
* Tue Jun 27 2023 NVIDIA CORPORATION <[email protected]> 1.14.0~rc.2-1
- Bump version to 1.14.0~rc.2-1

* Mon Apr 24 2023 NVIDIA CORPORATION <[email protected]> 1.14.0-rc.1-1
- Remove linvidia-container0 dependency on Ubuntu-based arm64 platforms
- Support OpenSSL 3 with the Encrypt/Decrypt library
Expand Down
4 changes: 2 additions & 2 deletions src/nvc.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ extern "C" {
// For stable releases, this should be defined as empty.
// For release candidates, this should be defined with the format "rc.1"
// The version string should also be updated accordingly, using a - separator where applicable.
#define NVC_TAG "rc.1"
#define NVC_VERSION "1.14.0-rc.1"
#define NVC_TAG "rc.2"
#define NVC_VERSION "1.14.0-rc.2"

#define NVC_ARG_MAX 256

Expand Down

0 comments on commit 17f1675

Please sign in to comment.