Skip to content

Commit

Permalink
chore: update releases
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 4, 2023
1 parent 7c68b1b commit 97a25c5
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
make nonfree PUSH=true
- name: Retrieve workflow info
id: workflow-run-info
uses: potiuk/get-workflow-origin@v1_5
uses: potiuk/get-workflow-origin@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
- name: release-notes
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/slack-notify.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
steps:
- name: Retrieve Workflow Run Info
id: retrieve-workflow-run-info
uses: potiuk/get-workflow-origin@v1_5
uses: potiuk/get-workflow-origin@v1
with:
sourceRunId: ${{ github.event.workflow_run.id }}
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion container-runtime/vars.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# renovate: datasource=github-tags extractVersion=^release-(?<version>.*)$ depName=google/gvisor
GVISOR_VERSION: 20231214.0
# renovate: datasource=github-releases depName=containerd/stargz-snapshotter
STARGZ_SNAPSHOTTER_VERSION: v0.14.3
STARGZ_SNAPSHOTTER_VERSION: v0.15.1
4 changes: 2 additions & 2 deletions guest-agents/vars.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# renovate: datasource=git-tags extractVersion=^v(?<version>.*)$ depName=https://github.com/qemu/qemu.git
QEMU_VERSION: 8.1.1
QEMU_VERSION: 8.1.2
# renovate: datasource=git-tags depName=https://gitlab.gnome.org/GNOME/glib.git
GLIB_VERSION: 2.78.0
GLIB_VERSION: 2.78.1
# renovate: datasource=github-releases extractVersion=^pcre2-(?<version>.*)$ depName=PCRE2Project/pcre2
PCRE2_VERSION: 10.42
# renovate: datasource=github-releases extractVersion=^v(?<version>.*)$ depName=xenserver/xe-guest-utilities
Expand Down
2 changes: 1 addition & 1 deletion network/vars.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# renovate: datasource=github-releases extractVersion=^v(?<version>.*)$ depName=tailscale/tailscale
TAILSCALE_VERSION: 1.50.0
TAILSCALE_VERSION: 1.52.1
12 changes: 6 additions & 6 deletions nvidia-gpu/vars.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# only update if there's a matching fabric manager version
# renovate: datasource=github-releases depName=nvidia/open-gpu-kernel-modules
NVIDIA_DRIVER_VERSION: 535.54.03
NVIDIA_DRIVER_VERSION: 535.129.03
# renovate: datasource=git-tags depName=https://gitlab.com/nvidia/container-toolkit/container-toolkit.git
CONTAINER_TOOLKIT_VERSION: v1.13.5
CONTAINER_TOOLKIT_REF: 6b8589dcb4dead72ab64f14a5912886e6165c079
CONTAINER_TOOLKIT_VERSION: v1.14.3
CONTAINER_TOOLKIT_REF: 53b24618a542025b108239fe602e66e912b7d6e2
# renovate: datasource=git-tags depName=https://gitlab.com/nvidia/container-toolkit/libnvidia-container.git
LIBNVIDIA_CONTAINER_VERSION: v1.13.5
LIBNVIDIA_CONTAINER_REF: 66607bd046341f7aad7de80a9f022f122d1f2fce
LIBNVIDIA_CONTAINER_VERSION: v1.14.3
LIBNVIDIA_CONTAINER_REF: 1eb5a30a6ad0415550a9df632ac8832bf7e2bbba
# renovate: datasource=docker versioning=docker depName=cgr.dev/chainguard/wolfi-base
WOLFI_BASE_REF: sha256:f73a3360466ecc4d6df3f451d7d5c4c49663096e158848ddbc9603c52a47bffe
# renovate: datasource=github-tags extractVersion=^go(?<version>.*)$ depName=golang/go
Expand All @@ -16,4 +16,4 @@ LIBSECCOMP_VERSION: 2.5.4
# renovate: datasource=git-tags extractVersion=^libcap-(?<version>.*)$ depName=git://git.kernel.org/pub/scm/libs/libcap/libcap.git
LIBCAP_VERSION: 2.69
# renovate: datasource=git-tags extractVersion=^elfutils-(?<version>.*)$ depName=git://sourceware.org/git/elfutils.git
ELFUTILS_VERSION: 0.189
ELFUTILS_VERSION: 0.190
2 changes: 1 addition & 1 deletion power/vars.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# renovate: datasource=github-releases extractVersion=^(?<version>.*)$ depName=networkupstools/nut
NUT_VERSION: 2.8.0
NUT_VERSION: v2.8.1

0 comments on commit 97a25c5

Please sign in to comment.