Skip to content

Commit

Permalink
chore: update pkgs
Browse files Browse the repository at this point in the history
Also remove ca-certificates dependency, as tools image already includes ca-certificates

Signed-off-by: Dmitry Sharshakov <[email protected]>
  • Loading branch information
dsseng committed Feb 14, 2025
1 parent aa141a6 commit c95a427
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .kres.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ spec:
- name: EXTENSIONS_IMAGE_REF
defaultValue: $(REGISTRY_AND_USERNAME)/extensions:$(TAG)
- name: PKGS
defaultValue: v1.10.0-alpha.0-36-g117a1d6
defaultValue: v1.10.0-alpha.0-37-g359807b
- name: PKGS_PREFIX
defaultValue: ghcr.io/siderolabs
useBldrPkgTagResolver: true
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-02-10T18:23:17Z by kres 5e9dc91.
# Generated on 2025-02-14T14:44:17Z by kres 8a48729.

# common variables

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

EXTENSIONS_IMAGE_REF ?= $(REGISTRY_AND_USERNAME)/extensions:$(TAG)
PKGS ?= v1.10.0-alpha.0-36-g117a1d6
PKGS ?= v1.10.0-alpha.0-37-g359807b
PKGS_PREFIX ?= ghcr.io/siderolabs

# targets defines all the available targets
Expand Down
2 changes: 1 addition & 1 deletion Pkgfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
format: v1alpha2

vars:
LINUX_FIRMWARE_VERSION: "20250109" # update this when updating PKGS_VERSION in Makefile
LINUX_FIRMWARE_VERSION: "20250211" # update this when updating PKGS_VERSION in Makefile
DRBD_DRIVER_VERSION: 9.2.12 # update this when updating PKGS_VERSION in Makefile
ZFS_DRIVER_VERSION: 2.3.0 # update this when updating PKGS_VERSION in Makefile
UTIL_LINUX_VERSION: 2.40.4 # update this when updating PKGS_VERSION in Makefile
Expand Down
2 changes: 1 addition & 1 deletion hack/release.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ See [Talos Linux documentation](https://www.talos.dev/v1.10/talos-guides/configu
[notes.updates]
title = "Component Updates"
description = """\
Linux Firmware: 20250109
Linux Firmware: 20250211
stargz-snapshotter: 0.16.3
ecr-credential-provider: 1.32.0
wasm-edge: 0.5.0
Expand Down
1 change: 0 additions & 1 deletion internal/base/pkg.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ variant: scratch
shell: /bin/bash
dependencies:
- image: "{{ .BUILD_ARG_PKGS_PREFIX }}/base:{{ .BUILD_ARG_PKGS }}"
- image: "{{ .BUILD_ARG_PKGS_PREFIX }}/ca-certificates:{{ .BUILD_ARG_PKGS }}"
- image: ghcr.io/siderolabs/extensions-validator:7d4395d
finalize:
- from: /
Expand Down

0 comments on commit c95a427

Please sign in to comment.