Skip to content

Commit

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

Signed-off-by: Andrey Smirnov <[email protected]>
  • Loading branch information
smira committed Dec 22, 2023
1 parent 633b56c commit 39024ae
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 65 deletions.
2 changes: 1 addition & 1 deletion .kres.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ spec:
- name: EXTENSIONS_IMAGE_REF
defaultValue: $(REGISTRY_AND_USERNAME)/extensions:$(TAG)
- name: PKGS
defaultValue: v1.6.0-5-g3ae2450
defaultValue: v1.6.0-9-g8fa73db
depends:
- internal/extensions/image-digests
script:
Expand Down
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,28 @@
## [Talos System Extensions 1.6.1](https://github.com/siderolabs/extensions/releases/tag/v1.6.1) (2023-12-22)

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

See [Talos Linux documentation](https://www.talos.dev/v1.6/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


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

</p>
</details>

### Dependency Changes

This release has no dependency changes

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

## [Talos System Extensions 1.6.0](https://github.com/siderolabs/extensions/releases/tag/v1.6.0) (2023-12-14)

Welcome to the v1.6.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 2023-12-14T15:26:27Z by kres latest.
# Generated on 2023-12-22T08:42:50Z by kres latest.

# common variables

Expand Down Expand Up @@ -84,7 +84,7 @@ NONFREE_TARGETS = nonfree-kmod-nvidia
# extra variables

EXTENSIONS_IMAGE_REF ?= $(REGISTRY_AND_USERNAME)/extensions:$(TAG)
PKGS ?= v1.6.0-5-g3ae2450
PKGS ?= v1.6.0-9-g8fa73db

# help menu

Expand Down
63 changes: 1 addition & 62 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.5.0"
previous = "v1.6.0"

pre_release = false

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

[notes]
[notes.util-linux-tools]
title = "Util Linux Tools"
description = """\
Util Linux Tools is now shipped as a system extension. Includes fstrim only.
"""

[notes.intel-ice-firmware]
title = "Intel ICE firmware"
description = """\
Intel ice firmware (E810) is now shipped as a system extension.
"""

[notes.amdgpu-firmware]
title = "AMD GPU firmware"
description = """\
AMD GPU firmware is now shipped as a system extension.
"""

[notes.btrfs]
title = "BTRFS"
description = """\
BTRFS drivers is now supported as Talos System Extension.
"""

[notes.binfmt_misc]
title = "binfmt_misc"
description = """\
`binfmt_misc` Linux module extension is now supported as Talos System Extension.
"""

[notes.zfs]
title = "ZFS"
description = """\
ZFS extensions now also ship zfs-tools and an extension service that imports all zpools on startup.
"""

[notes.stargz]
title = "stargz-snapshotter"
description = """\
stargz-snapshotter extension is now supported as Talos System Extension.
"""

[notes.mdadm]
title = "mdadm"
description = """\
mdadm extension is now supported as Talos System Extension.
"""

[notes.updates]
title = "Component Updates"
description = """\
* DRBD: 9.2.6
* QEMU agent: v8.1.3
* Tailscale: 1.54.0
* Xen Guest Utilities: 8.3.1
* Linux Firmware: 20231111
* gasket driver: 09385d4
* Intel ucode: 20231114
* NVIDIA: 535.129.03
* ZFS: 2.1.14
"""


[make_deps]

0 comments on commit 39024ae

Please sign in to comment.