Skip to content

Commit

Permalink
chore: update pkgs to the Talos 1.7.1 version
Browse files Browse the repository at this point in the history
Sync the packages.

Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
  • Loading branch information
smira committed Apr 30, 2024
1 parent 8173da3 commit aa5c4b6
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 35 deletions.
4 changes: 2 additions & 2 deletions .conform.yaml
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 2024-04-02T10:25:42Z by kres latest.
# Generated on 2024-04-30T16:35:59Z by kres d15226e.

policies:
- type: commit
Expand All @@ -12,7 +12,7 @@ policies:
gitHubOrganization: siderolabs
spellcheck:
locale: US
maximumOfOneCommit: true
maximumOfOneCommit: false
header:
length: 89
imperative: true
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/ci.yaml
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 2024-04-02T10:25:42Z by kres latest.
# Generated on 2024-04-30T16:35:59Z by kres d15226e.

name: default
concurrency:
Expand Down Expand Up @@ -47,6 +47,7 @@ jobs:
run: |
git fetch --prune --unshallow
- name: Set up Docker Buildx
id: setup-buildx
uses: docker/setup-buildx-action@v3
with:
append: |
Expand Down Expand Up @@ -129,6 +130,7 @@ jobs:
run: |
git fetch --prune --unshallow
- name: Set up Docker Buildx
id: setup-buildx
uses: docker/setup-buildx-action@v3
with:
append: |
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/weekly.yaml
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 2024-04-02T10:25:42Z by kres latest.
# Generated on 2024-04-30T16:35:59Z by kres d15226e.

name: weekly
concurrency:
Expand Down Expand Up @@ -30,6 +30,7 @@ jobs:
run: |
git fetch --prune --unshallow
- name: Set up Docker Buildx
id: setup-buildx
uses: docker/setup-buildx-action@v3
with:
append: |
Expand Down
6 changes: 5 additions & 1 deletion .kres.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ spec:
- name: EXTENSIONS_IMAGE_REF
defaultValue: $(REGISTRY_AND_USERNAME)/extensions:$(TAG)
- name: PKGS
defaultValue: v1.7.0-6-g29106c0
defaultValue: v1.7.0-9-g76bd73c
- name: PKGS_PREFIX
defaultValue: ghcr.io/siderolabs
useBldrPkgTagResolver: true
Expand Down Expand Up @@ -155,3 +155,7 @@ spec:
cosign verify $$image --certificate-identity-regexp '@siderolabs\.com$$' --certificate-oidc-issuer https://accounts.google.com || \
cosign sign --yes $$image; \
done
---
kind: common.Repository
spec:
conformMaximumOfOneCommit: false
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 2024-04-18T16:51:12Z by kres 92eef68.
# Generated on 2024-04-30T16:35:59Z by kres d15226e.

# common variables

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

EXTENSIONS_IMAGE_REF ?= $(REGISTRY_AND_USERNAME)/extensions:$(TAG)
PKGS ?= v1.7.0-6-g29106c0
PKGS ?= v1.7.0-9-g76bd73c
PKGS_PREFIX ?= ghcr.io/siderolabs

# targets defines all the available targets
Expand Down
29 changes: 1 addition & 28 deletions hack/release.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ github_repo = "siderolabs/extensions"
match_deps = "^github.com/((talos-systems|siderolabs)/[a-zA-Z0-9-]+)$"

# previous release
previous = "v1.6.0"
previous = "v1.7.0"

pre_release = false

Expand All @@ -16,33 +16,6 @@ See [Talos Linux documentation](https://www.talos.dev/v1.7/talos-guides/configur

[notes]

[notes.xen]
title = "Xen Guest Agent"
description = """\
Xen guest agent extension is now available. This removes the previous `xe-guest-utilities` extension.
See [this](https://github.com/xenserver/xe-guest-utilities/issues/118) for more info.
"""

[notes.vmtoolsd]
title = "VMware Tools Daemon"
description = """\
VMware Tools Daemon extension is now available. This extension provides the VMware Tools Daemon for VMware guests.
See [Talos VMToolsd](https://github.com/siderolabs/talos-vmtoolsd/) for more info.
"""

[notes.updates]
title = "Component Updates"
description = """\
* ZFS: 2.2.3
* Linux Firmware: 20240410
* DRBD: 9.2.8
* gvisor: 20240325.0
* QEMU: 8.2.2
* Tailscale: 1.62.1
* nvidia-container-runtime: v1.14.6
* libnvidia-container: v1.14.6
* Intel CPU Microcode: 20240312
"""


[make_deps]

0 comments on commit aa5c4b6

Please sign in to comment.