Skip to content

Commit

Permalink
chore: bump deps
Browse files Browse the repository at this point in the history
Bump dependencies.

Signed-off-by: Noel Georgi <[email protected]>
  • Loading branch information
frezbo committed Mar 22, 2023
1 parent 1ceb958 commit 130ebd5
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ endif

# keep in sync with Pkgfile
BLDR_RELEASE ?= v0.2.0-alpha.12
PKGS ?= v1.4.0-alpha.0-32-g21e5a68
PKGS ?= v1.4.0-alpha.0-35-gc26b0b5

BUILD := docker buildx build
PLATFORM ?= linux/amd64,linux/arm64
Expand Down
2 changes: 1 addition & 1 deletion Pkgfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ format: v1alpha2

vars:
PKGS_PREFIX: ghcr.io/siderolabs
LINUX_FIRMWARE_VERSION: "20230210" # update this when updating PKGS_VERSION in Makefile
LINUX_FIRMWARE_VERSION: "20230310" # update this when updating PKGS_VERSION in Makefile
DRBD_DRIVER_VERSION: 9.2.2 # update this when updating PKGS_VERSION in Makefile

labels:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ steps:
- sources:
- url: https://gitlab.com/nvidia/container-toolkit/libnvidia-container/-/archive/{{ .LIBNVIDIA_CONTAINER_VERSION }}/libnvidia-container-{{ .LIBNVIDIA_CONTAINER_VERSION }}.tar.gz
destination: libnvidia-container.tar.gz
sha256: 30242d9f9e7000ce9202f0c41ff5e09dd19fc202004e07033e655171c7c4d86d
sha512: f2bd0f9a61edace0104fb12ade0ac7ae435f5dde5f8571e60609217db4b58b4ed24ec7cb8e67edba729559d9907eaa35dfd621d1022a007fb6156fb313cadb26
sha256: 74da3adcbe34377b55a01b1a02e05bcbcdffd7d82b79795f860a9817b49c6ca8
sha512: e4fb1f2305fc3bd777c1cc483449e7820fa3e3539678b8c764d90d516657dfd9df5a2fd9d79b909af0a598bbf7801269e52e0bc98a6c6d2aecf8d7fe77f60e3b
env:
DEBIAN_FRONTEND: noninteractive
GOPATH: /go
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ steps:
- sources:
- url: https://gitlab.com/nvidia/container-toolkit/container-toolkit/-/archive/{{ .CONTAINER_TOOLKIT_VERSION }}/container-toolkit-{{ .CONTAINER_TOOLKIT_VERSION }}.tar.gz
destination: container-toolkit.tar.gz
sha256: d79aecbe02d0225ea3b2a5a67498755c497deac99cefb147cb088dd7446a7fa6
sha512: ce96a04523e440e5e4463151bef172e94dcaca8ecd1f14cb5adf3b102c7d38385cb1a2df39fda76d2bfebb8d43504150c0528872ef0fee16d3c41f165e958d6c
sha256: 05475917d945e701d3fa24171653172d9efb286d1b50db778ac1dd6e014b3132
sha512: 89980f4ba86e984257989bb1a1c1604c0c3d82fb09a7e7dfde7eb15e7579e740eea623ccd36c5d3deb488ae8bb59e808a62e9c2ea8a51098fc4b57bcdc3895f6
env:
GOPATH: /go
GIT_COMMIT: {{ substr 0 7 .CONTAINER_TOOLKIT_REF }} # build is using short sha
Expand Down
8 changes: 4 additions & 4 deletions nvidia-gpu/vars.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
NVIDIA_DRIVER_VERSION: 530.30.02
NVIDIA_FABRICMANAGER_VERSION: 525.85.12
# renovate: datasource=git-tags depName=https://gitlab.com/nvidia/container-toolkit/container-toolkit.git
CONTAINER_TOOLKIT_VERSION: v1.12.0
CONTAINER_TOOLKIT_REF: 62bd015475656ef795cb0d59cc4030a6bd4a9526
CONTAINER_TOOLKIT_VERSION: v1.12.1
CONTAINER_TOOLKIT_REF: 0bedf07e7b06f89a02394e6d8e6b5f8cbb0828a7
# renovate: datasource=git-tags depName=https://gitlab.com/nvidia/container-toolkit/libnvidia-container.git
LIBNVIDIA_CONTAINER_VERSION: v1.12.0
LIBNVIDIA_CONTAINER_REF: 7678e1af094d865441d0bc1b97c3e72d15fcab50
LIBNVIDIA_CONTAINER_VERSION: v1.12.1
LIBNVIDIA_CONTAINER_REF: 7440a1ead8e4fe35edf1c973c73a662108b21a1f
# renovate: datasource=github-tags extractVersion=^go(?<version>.*)$ depName=golang/go
GOLANG_VERSION: 1.20.1
# renovate: datasource=git-tags extractVersion=^glibc-(?<version>.*)$ depName=https://sourceware.org/git/glibc.git
Expand Down

0 comments on commit 130ebd5

Please sign in to comment.