diff --git a/.common-ci.yml b/.common-ci.yml index b9ecf46f..9f8aedd4 100644 --- a/.common-ci.yml +++ b/.common-ci.yml @@ -19,7 +19,7 @@ default: command: ["--experimental"] variables: - DRIVER_VERSIONS: 470.239.06 535.161.07 550.54.14 + DRIVER_VERSIONS: 470.239.06 535.161.08 550.54.15 BUILD_MULTI_ARCH_IMAGES: "true" stages: @@ -72,13 +72,13 @@ trigger-pipeline: .driver-versions: parallel: matrix: - - DRIVER_VERSION: [470.239.06, 535.161.07, 550.54.14] + - DRIVER_VERSION: [470.239.06, 535.161.08, 550.54.15] # Define the driver versions for jobs that can be run in parallel for ubuntu22.04 .driver-versions-ubuntu22.04: parallel: matrix: - - DRIVER_VERSION: [535.161.07, 550.54.14] + - DRIVER_VERSION: [535.161.08, 550.54.15] # Define the matrix of precompiled jobs that can be run in parallel for ubuntu22.04 .driver-versions-precompiled-ubuntu22.04: @@ -91,7 +91,7 @@ trigger-pipeline: .driver-versions-rhel9: parallel: matrix: - - DRIVER_VERSION: [535.161.07, 550.54.14] + - DRIVER_VERSION: [535.161.08, 550.54.15] # Define the distribution targets .dist-ubuntu20.04: diff --git a/.github/workflows/image.yaml b/.github/workflows/image.yaml index 57966d95..91cd3753 100644 --- a/.github/workflows/image.yaml +++ b/.github/workflows/image.yaml @@ -35,8 +35,8 @@ jobs: matrix: driver: - 470.223.02 - - 535.161.07 - - 550.54.14 + - 535.161.08 + - 550.54.15 dist: - ubuntu20.04 - ubuntu22.04 diff --git a/rhel8/Dockerfile b/rhel8/Dockerfile index fddf5204..07e17a82 100644 --- a/rhel8/Dockerfile +++ b/rhel8/Dockerfile @@ -7,7 +7,7 @@ SHELL ["/bin/bash", "-c"] RUN dnf install -y git wget -ENV GOLANG_VERSION=1.20 +ENV GOLANG_VERSION=1.22.1 # download appropriate binary based on the target architecture for multi-arch builds RUN OS_ARCH=${TARGETARCH/x86_64/amd64} && OS_ARCH=${OS_ARCH/aarch64/arm64} && \ diff --git a/rhel9/precompiled/README.md b/rhel9/precompiled/README.md index 1c2e1c30..63e493a3 100644 --- a/rhel9/precompiled/README.md +++ b/rhel9/precompiled/README.md @@ -103,9 +103,9 @@ The procedure is based on [building custom kmod packages](https://github.com/NVI 5. Set NVIDIA environment variables. ``` - export CUDA_VERSION=12.3.1 + export CUDA_VERSION=12.3.2 export DRIVER_EPOCH=1 - export DRIVER_VERSION=550.54.14 + export DRIVER_VERSION=550.54.15 ``` 6. [Optional] Build the vGPU guest driver @@ -153,7 +153,7 @@ Define the `NVIDIADDriver` custom resource to make use of the pre-compiled drive usePrecompiled: true repository: quay.io/acme image: nvidia-gpu-driver - version: 550.54.14 + version: 550.54.15 ``` Define the `ClusterPolicy` resource to make use of the NVIDIADriver custom resource, e.g.: diff --git a/rhel9/precompiled/nvidiadriver.json b/rhel9/precompiled/nvidiadriver.json index 167a87ed..45d0c893 100644 --- a/rhel9/precompiled/nvidiadriver.json +++ b/rhel9/precompiled/nvidiadriver.json @@ -9,7 +9,7 @@ "usePrecompiled": true, "repository": "quay.io/fabiendupont", "image": "nvidia-gpu-driver", - "version": "550.54.14", + "version": "550.54.15", "imagePullPolicy": "Always", "nodeSelector": {}, "manager": {}, diff --git a/ubuntu20.04/Dockerfile b/ubuntu20.04/Dockerfile index 5733311b..d1d75e27 100644 --- a/ubuntu20.04/Dockerfile +++ b/ubuntu20.04/Dockerfile @@ -18,7 +18,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \ git && \ rm -rf /var/lib/apt/lists/* -ENV GOLANG_VERSION=1.20 +ENV GOLANG_VERSION=1.22.1 # download appropriate binary based on the target architecture for multi-arch builds RUN OS_ARCH=${TARGETARCH/x86_64/amd64} && OS_ARCH=${OS_ARCH/aarch64/arm64} && \ diff --git a/ubuntu22.04/Dockerfile b/ubuntu22.04/Dockerfile index 8bf6b96f..63638fea 100644 --- a/ubuntu22.04/Dockerfile +++ b/ubuntu22.04/Dockerfile @@ -18,7 +18,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \ git && \ rm -rf /var/lib/apt/lists/* -ENV GOLANG_VERSION=1.20 +ENV GOLANG_VERSION=1.22.1 # download appropriate binary based on the target architecture for multi-arch builds RUN OS_ARCH=${TARGETARCH/x86_64/amd64} && OS_ARCH=${OS_ARCH/aarch64/arm64} && \ diff --git a/versions.mk b/versions.mk index 81f1c729..36277722 100644 --- a/versions.mk +++ b/versions.mk @@ -13,6 +13,6 @@ # limitations under the License. # DRIVER_VERSIONS contains latest version in all active datacenter branches -DRIVER_VERSIONS ?= 470.239.06 535.161.07 550.54.14 +DRIVER_VERSIONS ?= 470.239.06 535.161.08 550.54.15 CUDA_VERSION := 12.3.2