This repository has been archived by the owner on Oct 27, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 160
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'post-3.6.0-release' into 'master'
Bump for post 3.6.0 development See merge request nvidia/container-toolkit/container-runtime!67
- Loading branch information
Showing
8 changed files
with
75 additions
and
49 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,49 +30,7 @@ cp %{SOURCE0} . | |
%license LICENSE | ||
|
||
%changelog | ||
* Wed Nov 17 2021 NVIDIA CORPORATION <[email protected]> 3.6.0-1 | ||
- Promote 3.6.0-0.1.rc.3 to 3.6.0-1 | ||
|
||
* Mon Nov 08 2021 NVIDIA CORPORATION <[email protected]> 3.6.0-0.1.rc.3 | ||
- Convert to noarch package | ||
|
||
* Thu Nov 04 2021 NVIDIA CORPORATION <[email protected]> 3.6.0-0.1.rc.2 | ||
# As of 3.6.0-1 we generate the release information automatically | ||
* %{release_date} NVIDIA CORPORATION <[email protected]> %{version}-%{release} | ||
- As of 3.6.0-1 the package changelog is generated automatically. This means that releases since 3.6.0-1 all contain this same changelog entry updated for the version being released. | ||
- Bump nvidia-container-toolkit dependency to %{toolkit_version} | ||
- Allow the toolkit version to be specified as a variable | ||
|
||
* Thu Apr 29 2021 NVIDIA CORPORATION <[email protected]> 3.6.0-0.1.rc.1 | ||
- Add AARCH64 package for Amazon Linux 2 | ||
- [BUILD] Allow tag to be specified instead of revision | ||
- Convert to meta package that depends on nvidia-container-toolkit | ||
- Remove libseccomp2 dependency | ||
|
||
* Thu Apr 29 2021 NVIDIA CORPORATION <[email protected]> 3.5.0-1 | ||
- Add dependence on nvidia-container-toolkit >= 1.5.0 | ||
- Refactor the whole project for easier extensibility in the future | ||
- Move main to cmd/nvidia-container-runtime to make it go-installable | ||
- Switch to logrus for logging and refactor how logging is done | ||
- Update to Golang 1.16.3 | ||
- Improvements to build and CI system | ||
- Reorganize the code structure and format it correctly | ||
|
||
* Fri Feb 05 2021 NVIDIA CORPORATION <[email protected]> 3.4.2-1 | ||
- Add dependence on nvidia-container-toolkit >= 1.4.2 | ||
|
||
* Mon Jan 25 2021 NVIDIA CORPORATION <[email protected]> 3.4.1-1 | ||
- Update README to list 'compute' as part of the default capabilities | ||
- Switch to gomod for vendoring | ||
- Update to Go 1.15.6 for builds | ||
- Add dependence on nvidia-container-toolkit >= 1.4.1 | ||
|
||
* Wed Sep 16 2020 NVIDIA CORPORATION <[email protected]> 3.4.0-1 | ||
- Bump version to v3.4.0 | ||
- Add dependence on nvidia-container-toolkit >= 1.3.0 | ||
|
||
* Wed Jul 08 2020 NVIDIA CORPORATION <[email protected]> 3.3.0-1 | ||
- e550cb15 Update package license to match source license | ||
- f02eef53 Update project License | ||
- c0fe8aae Update dependence on nvidia-container-toolkit to 1.2.0 | ||
|
||
* Fri May 15 2020 NVIDIA CORPORATION <[email protected]> 3.2.0-1 | ||
- e486a70e Update build system to support multi-arch builds | ||
- 854f4c48 Require new MIG changes |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
* Wed Nov 17 2021 NVIDIA CORPORATION <[email protected]> 3.6.0-1 | ||
- Promote 3.6.0-0.1.rc.3 to 3.6.0-1 | ||
|
||
* Mon Nov 08 2021 NVIDIA CORPORATION <[email protected]> 3.6.0-0.1.rc.3 | ||
- Convert to noarch package | ||
|
||
* Thu Nov 04 2021 NVIDIA CORPORATION <[email protected]> 3.6.0-0.1.rc.2 | ||
- Bump nvidia-container-toolkit dependency to %{toolkit_version} | ||
- Allow the toolkit version to be specified as a variable | ||
|
||
* Thu Apr 29 2021 NVIDIA CORPORATION <[email protected]> 3.6.0-0.1.rc.1 | ||
- Add AARCH64 package for Amazon Linux 2 | ||
- [BUILD] Allow tag to be specified instead of revision | ||
- Convert to meta package that depends on nvidia-container-toolkit | ||
- Remove libseccomp2 dependency | ||
|
||
* Thu Apr 29 2021 NVIDIA CORPORATION <[email protected]> 3.5.0-1 | ||
- Add dependence on nvidia-container-toolkit >= 1.5.0 | ||
- Refactor the whole project for easier extensibility in the future | ||
- Move main to cmd/nvidia-container-runtime to make it go-installable | ||
- Switch to logrus for logging and refactor how logging is done | ||
- Update to Golang 1.16.3 | ||
- Improvements to build and CI system | ||
- Reorganize the code structure and format it correctly | ||
|
||
* Fri Feb 05 2021 NVIDIA CORPORATION <[email protected]> 3.4.2-1 | ||
- Add dependence on nvidia-container-toolkit >= 1.4.2 | ||
|
||
* Mon Jan 25 2021 NVIDIA CORPORATION <[email protected]> 3.4.1-1 | ||
- Update README to list 'compute' as part of the default capabilities | ||
- Switch to gomod for vendoring | ||
- Update to Go 1.15.6 for builds | ||
- Add dependence on nvidia-container-toolkit >= 1.4.1 | ||
|
||
* Wed Sep 16 2020 NVIDIA CORPORATION <[email protected]> 3.4.0-1 | ||
- Bump version to v3.4.0 | ||
- Add dependence on nvidia-container-toolkit >= 1.3.0 | ||
|
||
* Wed Jul 08 2020 NVIDIA CORPORATION <[email protected]> 3.3.0-1 | ||
- e550cb15 Update package license to match source license | ||
- f02eef53 Update project License | ||
- c0fe8aae Update dependence on nvidia-container-toolkit to 1.2.0 | ||
|
||
* Fri May 15 2020 NVIDIA CORPORATION <[email protected]> 3.2.0-1 | ||
- e486a70e Update build system to support multi-arch builds | ||
- 854f4c48 Require new MIG changes |