Skip to content

Commit

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

Signed-off-by: Noel Georgi <git@frezbo.dev>
  • Loading branch information
frezbo committed Jun 22, 2023
1 parent e814607 commit cfee4f6
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 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
PKGS ?= v1.5.0-alpha.0-25-ga56d15a
PKGS ?= v1.5.0-alpha.0-28-gedd725a

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 @@ -5,7 +5,7 @@ format: v1alpha2
vars:
PKGS_PREFIX: ghcr.io/siderolabs
LINUX_FIRMWARE_VERSION: "20230515" # update this when updating PKGS_VERSION in Makefile
DRBD_DRIVER_VERSION: 9.2.3 # update this when updating PKGS_VERSION in Makefile
DRBD_DRIVER_VERSION: 9.2.4 # update this when updating PKGS_VERSION in Makefile

labels:
org.opencontainers.image.source: https://github.com/siderolabs/extensions
4 changes: 2 additions & 2 deletions firmware/intel-ucode/pkg.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ steps:
- sources:
- url: https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files/archive/refs/tags/microcode-{{ .INTEL_UCODE_VERSION }}.tar.gz
destination: intel-ucode.tar.gz
sha256: 58f3321dcf900175d87d5b39455138c2a24e69df4ba997fb44e3e0d19e531ad1
sha512: e21c82846f7f5e2c8d9559931e90389a7d21f8a59fbdec4c5b11fe43f010a21d3e9f27d67be12fe98b3dbdf26558a8ed74dc149bedd93f4b7728795dc6e86d48
sha256: 894d822d2347222a2595d4fc47d358e01d35a54780123100c317dfc31b1b0cc9
sha512: 460e46d20f71df1247affa2ca397b961ce3d77e3456144c6b7358e48c3239e9c077ff4c512b0c4b7d9a86f33fed094db8b3ac65b1a4047bb853212848d929639
prepare:
- |
sed -i 's#$VERSION#{{ .VERSION }}#' /pkg/manifest.yaml
Expand Down
2 changes: 1 addition & 1 deletion firmware/vars.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# renovate: datasource=github-releases extractVersion=^microcode-(?<version>.*)$ depName=intel/Intel-Linux-Processor-Microcode-Data-Files
INTEL_UCODE_VERSION: 20230512
INTEL_UCODE_VERSION: 20230613
4 changes: 2 additions & 2 deletions hack/release.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ See [Talos Linux documentation](https://www.talos.dev/v1.5/talos-guides/configur
title = "Component Updates"
description = """\
* Linux firmware: 20230515
* DRBD: 9.2.3
* Intel ucode: 20230512
* DRBD: 9.2.4
* Intel ucode: 20230613
"""


Expand Down
2 changes: 1 addition & 1 deletion nvidia-gpu/vars.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ CONTAINER_TOOLKIT_REF: 0bedf07e7b06f89a02394e6d8e6b5f8cbb0828a7
LIBNVIDIA_CONTAINER_VERSION: v1.12.1
LIBNVIDIA_CONTAINER_REF: 7440a1ead8e4fe35edf1c973c73a662108b21a1f
# renovate: datasource=github-tags extractVersion=^go(?<version>.*)$ depName=golang/go
GOLANG_VERSION: 1.20.4
GOLANG_VERSION: 1.20.5
# renovate: datasource=git-tags extractVersion=^glibc-(?<version>.*)$ depName=https://sourceware.org/git/glibc.git
GLIBC_VERSION: 2.37
# renovate: datasource=docker versioning=docker depName=ubuntu
Expand Down

0 comments on commit cfee4f6

Please sign in to comment.