Skip to content

Commit

Permalink
Merge branch 'bump-1.9.0' into 'master'
Browse files Browse the repository at this point in the history
Bump version to 1.9.0

See merge request nvidia/container-toolkit/libnvidia-container!152
  • Loading branch information
Evan Lezar committed Mar 18, 2022
2 parents b84f27a + a8653ec commit 5e135c1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions pkg/deb/changelog
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
libnvidia-container (1.9.0~rc.1-1) experimental; urgency=medium
libnvidia-container (1.9.0-1) UNRELEASED; urgency=medium

* Add additional check for Tegra in /sys/.../family file in CLI
* Update jetpack-specific CLI option to only load Base CSV files by default
Expand All @@ -8,7 +8,7 @@ libnvidia-container (1.9.0~rc.1-1) experimental; urgency=medium
* Process all --require flags on Jetson platforms
* Fix long-standing issue with running ldconfig on Debian systems

-- NVIDIA CORPORATION <cudatools@nvidia.com> Fri, 25 Feb 2022 15:29:17 +0200
-- NVIDIA CORPORATION <cudatools@nvidia.com> Fri, 18 Mar 2022 06:10:56 +0200

libnvidia-container (1.8.1-1) UNRELEASED; urgency=medium

Expand Down
2 changes: 1 addition & 1 deletion pkg/rpm/SPECS/libnvidia-container.spec
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ This package contains command-line tools that facilitate using the library.
%{_bindir}/*

%changelog
* Fri Feb 25 2022 NVIDIA CORPORATION <cudatools@nvidia.com> 1.9.0-0.1.rc.1
* Fri Mar 18 2022 NVIDIA CORPORATION <cudatools@nvidia.com> 1.9.0-1
- Add additional check for Tegra in /sys/.../family file in CLI
- Update jetpack-specific CLI option to only load Base CSV files by default
- Fix bug (from 1.8.0) when mounting GSP firmware into containers without /lib to /usr/lib symlinks
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.9.0~rc.1"
#define NVC_TAG
#define NVC_VERSION "1.9.0"

#define NVC_ARG_MAX 256

Expand Down

0 comments on commit 5e135c1

Please sign in to comment.