Skip to content

Commit

Permalink
release(v1.8.1): prepare release
Browse files Browse the repository at this point in the history
This is the official v1.8.1 release.

Signed-off-by: Andrey Smirnov <[email protected]>
  • Loading branch information
smira committed Oct 8, 2024
1 parent c9ff6aa commit cacd905
Show file tree
Hide file tree
Showing 6 changed files with 36 additions and 69 deletions.
6 changes: 3 additions & 3 deletions .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-08-29T14:13:04Z by kres b5ca957.
# Generated on 2024-10-08T16:19:09Z by kres 34e72ac.

name: default
concurrency:
Expand Down Expand Up @@ -33,7 +33,7 @@ jobs:
labels: ${{ steps.retrieve-pr-labels.outputs.result }}
services:
buildkitd:
image: moby/buildkit:v0.15.2
image: moby/buildkit:v0.16.0
options: --privileged
ports:
- 1234:1234
Expand Down Expand Up @@ -143,7 +143,7 @@ jobs:
- default
services:
buildkitd:
image: moby/buildkit:v0.15.2
image: moby/buildkit:v0.16.0
options: --privileged
ports:
- 1234:1234
Expand Down
4 changes: 2 additions & 2 deletions .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-08-29T14:13:04Z by kres b5ca957.
# Generated on 2024-10-08T16:19:09Z by kres 34e72ac.

name: weekly
concurrency:
Expand All @@ -16,7 +16,7 @@ jobs:
- pkgs
services:
buildkitd:
image: moby/buildkit:v0.15.2
image: moby/buildkit:v0.16.0
options: --privileged
ports:
- 1234:1234
Expand Down
2 changes: 1 addition & 1 deletion .kres.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ spec:
- name: EXTENSIONS_IMAGE_REF
defaultValue: $(REGISTRY_AND_USERNAME)/extensions:$(TAG)
- name: PKGS
defaultValue: v1.8.0-8-gdf1a1a5
defaultValue: v1.8.0-16-g71d23b4
- name: PKGS_PREFIX
defaultValue: ghcr.io/siderolabs
useBldrPkgTagResolver: true
Expand Down
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,30 @@
## [Talos System Extensions 1.8.1](https://github.com/siderolabs/extensions/releases/tag/v1.8.1) (2024-10-08)

Welcome to the v1.8.1 release of Talos System Extensions!

See [Talos Linux documentation](https://www.talos.dev/v1.8/talos-guides/configuration/system-extensions/) for information on using system extensions.

Please try out the release binaries and report any issues at
https://github.com/siderolabs/extensions/issues.

### Contributors

* Andrey Smirnov

### Changes
<details><summary>1 commit</summary>
<p>

* [`5fe0170`](https://github.com/siderolabs/extensions/commit/5fe0170b3cc73fed64ba165adb8e9e507b1f1556) release(v1.8.1): prepare release
</p>
</details>

### Dependency Changes

This release has no dependency changes

Previous release can be found at [v1.8.0](https://github.com/siderolabs/extensions/releases/tag/v1.8.0)

## [Talos System Extensions 1.8.0](https://github.com/siderolabs/extensions/releases/tag/v1.8.0) (2024-09-23)

Welcome to the v1.8.0 release of Talos System Extensions!
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 2024-09-23T12:40:47Z by kres 8be5fa7.
# Generated on 2024-10-08T16:19:09Z by kres 34e72ac.

# 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.8.0-8-gdf1a1a5
PKGS ?= v1.8.0-16-g71d23b4
PKGS_PREFIX ?= ghcr.io/siderolabs

# targets defines all the available targets
Expand Down
62 changes: 1 addition & 61 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.7.0"
previous = "v1.8.0"

pre_release = false

Expand All @@ -15,66 +15,6 @@ See [Talos Linux documentation](https://www.talos.dev/v1.8/talos-guides/configur
"""

[notes]
[notes.container-runtime-crun]
title = "CRUN Container Runtime"
description = """
CRUN container runtime is now shipped as a Talos System Extension
"""

[notes.container-runtime-gvisor]
title = "Gvisor Container Runtime"
description = """
Gvisor now ships an additional runtime using `kvm` as the sandboxing mechanism.
"""

[notes.intel-management-engine]
title = "Intel Management Engine"
description = """
Intel Management Engine (IME) modules is now shipped as a Talos System Extension.
"""

[notes.nvidia]
title = "NVIDIA Driver and Container Toolkit"
description = """
The NVIDIA drivers and the container toolkits now ships an LTS and Production version as per https://docs.nvidia.com/datacenter/tesla/drivers/index.html#lifecycle.
The new extensions are named below:
* nvidia-container-toolkit-production
* nvidia-container-toolkit-lts
* nvidia-open-gpu-kernel-modules-production
* nvidia-open-gpu-kernel-modules-lts
* nonfree-kmod-nvidia-lts
* nonfree-kmod-nvidia-production
The extensions would ship the latest version of LTS/Production drivers available at the time of Talos release.
Image Factory using an existing schematic id would upgrade the NVIDIA driver and container toolkit to the LTS version.
If production version is required, the schematic id should be updated to the production version.
"""

[notes.updates]
title = "Component Updates"
description = """
ZFS: 2.2.6
DRBD: 9.2.11
gasket: 5815ee3
Tailscale: 1.70.0
ecr-credential-provider: 1.31.0
qemu-guest-agent: 9.1.0
mdadm: 4.3
Intel microcode: 20240910
Linux firmware: 20240909
Spin: 0.15.1
Gvisor: 20240729.0
Wasmedge: v0.4.0
Kata Containers: 3.3.0
NVIDIA container toolkit: v1.16.1
iscsi-tools: v0.1.5
vmtoolsd: v0.6.0
util-linux-tools: 2.40.2
"""


[make_deps]

0 comments on commit cacd905

Please sign in to comment.