Skip to content

Commit 5bb032d

Browse files
authored
Merge pull request #1344 from elezar/bump-release-v1.18.0-rc.6
Bump version for v1.18.0-rc.6 release
2 parents e820c81 + 16f3cd3 commit 5bb032d

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# NVIDIA Container Toolkit Changelog
22

3+
## v1.18.0-rc.6
4+
- Remove ppc64le artifacts from build
5+
- Add support for building artifacts with custom GOPROXY
6+
- Always update the ldcache in the container.
7+
8+
### Changes in the Toolkit Container
9+
10+
- Bump nvidia/distroless/go to v3.1.13-dev in /deployments/container
11+
- Allow config sources to be specified for containerd and crio
12+
- Allow file for config source to be specified explicitly
13+
314
## Changes in libnvidia-container
415
- Add clock_gettime to the set of allowed syscalls under seccomp.
516

versions.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
LIB_NAME := nvidia-container-toolkit
1616
LIB_VERSION := 1.18.0
17-
LIB_TAG := rc.5
17+
LIB_TAG := rc.6
1818

1919
# The package version is the combination of the library version and tag.
2020
# If the tag is specified the two components are joined with a tilde (~).

0 commit comments

Comments
 (0)