Skip to content

Commit

Permalink
feat: sync kernel version for Talos v1.10.0-alpha.2
Browse files Browse the repository at this point in the history
Prepare for the upcoming release.

Signed-off-by: Andrey Smirnov <[email protected]>
  • Loading branch information
smira committed Mar 4, 2025
1 parent e974d6e commit 390ed7f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .kres.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ spec:
- name: EXTENSIONS_IMAGE_REF
defaultValue: $(REGISTRY_AND_USERNAME)/extensions:$(TAG)
- name: PKGS
defaultValue: v1.10.0-alpha.0-48-g40241af
defaultValue: v1.10.0-alpha.0-49-g347ad26
- name: PKGS_PREFIX
defaultValue: ghcr.io/siderolabs
- name: TOOLS
Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
#
# Generated on 2025-03-03T12:53:26Z by kres 1281806.
# Generated on 2025-03-04T11:26:41Z by kres 1281806.

# common variables

Expand Down Expand Up @@ -50,7 +50,7 @@ COMMON_ARGS += --build-arg=TOOLS_PREFIX="$(TOOLS_PREFIX)"
# extra variables

EXTENSIONS_IMAGE_REF ?= $(REGISTRY_AND_USERNAME)/extensions:$(TAG)
PKGS ?= v1.10.0-alpha.0-48-g40241af
PKGS ?= v1.10.0-alpha.0-49-g347ad26
PKGS_PREFIX ?= ghcr.io/siderolabs
TOOLS ?= v1.10.0-alpha.0-18-gfcee25b
TOOLS_PREFIX ?= ghcr.io/siderolabs
Expand Down

0 comments on commit 390ed7f

Please sign in to comment.