diff --git a/Makefile b/Makefile index 091809bd..1a379daf 100644 --- a/Makefile +++ b/Makefile @@ -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 diff --git a/Pkgfile b/Pkgfile index cc94b4d4..331035c7 100644 --- a/Pkgfile +++ b/Pkgfile @@ -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 diff --git a/firmware/intel-ucode/pkg.yaml b/firmware/intel-ucode/pkg.yaml index 81b53f61..faf1e76d 100644 --- a/firmware/intel-ucode/pkg.yaml +++ b/firmware/intel-ucode/pkg.yaml @@ -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 diff --git a/firmware/vars.yaml b/firmware/vars.yaml index e601b415..84a3e860 100644 --- a/firmware/vars.yaml +++ b/firmware/vars.yaml @@ -1,2 +1,2 @@ # renovate: datasource=github-releases extractVersion=^microcode-(?.*)$ depName=intel/Intel-Linux-Processor-Microcode-Data-Files -INTEL_UCODE_VERSION: 20230512 +INTEL_UCODE_VERSION: 20230613 diff --git a/hack/release.toml b/hack/release.toml index 5d28160f..c4974bb0 100644 --- a/hack/release.toml +++ b/hack/release.toml @@ -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 """ diff --git a/nvidia-gpu/vars.yaml b/nvidia-gpu/vars.yaml index fa4aa963..d00d4508 100644 --- a/nvidia-gpu/vars.yaml +++ b/nvidia-gpu/vars.yaml @@ -8,7 +8,7 @@ CONTAINER_TOOLKIT_REF: 0bedf07e7b06f89a02394e6d8e6b5f8cbb0828a7 LIBNVIDIA_CONTAINER_VERSION: v1.12.1 LIBNVIDIA_CONTAINER_REF: 7440a1ead8e4fe35edf1c973c73a662108b21a1f # renovate: datasource=github-tags extractVersion=^go(?.*)$ depName=golang/go -GOLANG_VERSION: 1.20.4 +GOLANG_VERSION: 1.20.5 # renovate: datasource=git-tags extractVersion=^glibc-(?.*)$ depName=https://sourceware.org/git/glibc.git GLIBC_VERSION: 2.37 # renovate: datasource=docker versioning=docker depName=ubuntu