Skip to content

Commit

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

Signed-off-by: Andrey Smirnov <andrey.smirnov@talos-systems.com>
  • Loading branch information
smira committed Oct 11, 2022
1 parent 7e7b07b commit 65fab60
Show file tree
Hide file tree
Showing 4 changed files with 44 additions and 3 deletions.
41 changes: 41 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,44 @@
## [Talos 1.2.5](https://github.com/siderolabs/talos/releases/tag/v1.2.5) (2022-10-11)

Welcome to the v1.2.5 release of Talos!



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

### Component Updates

* Linux: 5.15.72 + UEFI/arm64 patch


### Contributors

* Andrey Smirnov

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

* [`7e7b07b7d`](https://github.com/siderolabs/talos/commit/7e7b07b7d13afca0090ced75900b715d5d4b9d0e) feat: patch Linux kernel with UEFI randomize fix
</p>
</details>

### Changes from siderolabs/pkgs
<details><summary>2 commits</summary>
<p>

* [`4e4a1c6`](https://github.com/siderolabs/pkgs/commit/4e4a1c61d222c9ee6261cfd7bcaedb3d9a7d009d) feat: revert kernel to 5.15.68, add UEFI no randomize patch
* [`08408bb`](https://github.com/siderolabs/pkgs/commit/08408bb8f7f9d68234d7875c3fb9d2ea0876ab33) feat: revert kernel to 5.15.68
</p>
</details>

### Dependency Changes

* **github.com/siderolabs/pkgs** v1.2.0-16-gfca1701 -> v1.2.0-18-g4e4a1c6

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

## [Talos 1.2.4](https://github.com/siderolabs/talos/releases/tag/v1.2.4) (2022-10-10)

Welcome to the v1.2.4 release of Talos!
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ require (
github.com/talos-systems/grpc-proxy v0.3.1
github.com/talos-systems/net v0.3.2
github.com/talos-systems/siderolink v0.1.2
github.com/talos-systems/talos/pkg/machinery v1.2.4
github.com/talos-systems/talos/pkg/machinery v1.2.5
github.com/u-root/u-root v0.9.0
github.com/vishvananda/netlink v1.2.1-beta.2
github.com/vmware-tanzu/sonobuoy v0.56.9
Expand Down
2 changes: 1 addition & 1 deletion pkg/machinery/gendata/data/tag
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.2.4
v1.2.5
2 changes: 1 addition & 1 deletion website/content/v1.2/reference/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ talosctl cluster create [flags]
--bad-rtc launch VM with bad RTC state (QEMU only)
--cidr string CIDR of the cluster network (IPv4, ULA network for IPv6 is derived in automated way) (default "10.5.0.0/24")
--cni-bin-path strings search path for CNI binaries (VM only) (default [/home/user/.talos/cni/bin])
--cni-bundle-url string URL to download CNI bundle from (VM only) (default "https://github.com/siderolabs/talos/releases/download/v1.2.4/talosctl-cni-bundle-${ARCH}.tar.gz")
--cni-bundle-url string URL to download CNI bundle from (VM only) (default "https://github.com/siderolabs/talos/releases/download/v1.2.5/talosctl-cni-bundle-${ARCH}.tar.gz")
--cni-cache-dir string CNI cache directory path (VM only) (default "/home/user/.talos/cni/cache")
--cni-conf-dir string CNI config directory path (VM only) (default "/home/user/.talos/cni/conf.d")
--config-patch stringArray patch generated machineconfigs (applied to all node types), use @file to read a patch from file
Expand Down

0 comments on commit 65fab60

Please sign in to comment.