Skip to content

Commit

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

Signed-off-by: Andrey Smirnov <[email protected]>
  • Loading branch information
smira committed May 30, 2024
1 parent b0ad590 commit cb3a830
Show file tree
Hide file tree
Showing 5 changed files with 41 additions and 7 deletions.
36 changes: 36 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,39 @@
## [Talos 1.7.4](https://github.com/siderolabs/talos/releases/tag/v1.7.4) (2024-05-30)

Welcome to the v1.7.4 release of Talos!



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

### Component Updates

Talos is built with Go 1.22.3.


### Contributors

* Dmitriy Matrenichev

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

* [`b0ad5904c`](https://github.com/siderolabs/talos/commit/b0ad5904ccf29af603a82e1086d0da3baf3e6bfd) fix: correct time adjustment in `time.SyncController`
</p>
</details>

### Dependency Changes

* **github.com/beevik/ntp** v1.4.2 -> v1.4.3
* **golang.org/x/net** v0.24.0 -> v0.25.0
* **golang.org/x/sys** v0.19.0 -> v0.20.0
* **golang.org/x/term** v0.19.0 -> v0.20.0
* **golang.org/x/text** v0.14.0 -> v0.15.0

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

## [Talos 1.7.3](https://github.com/siderolabs/talos/releases/tag/v1.7.3) (2024-05-29)

Welcome to the v1.7.3 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 @@ -145,7 +145,7 @@ require (
github.com/siderolabs/kms-client v0.1.0
github.com/siderolabs/net v0.4.0
github.com/siderolabs/siderolink v0.3.5
github.com/siderolabs/talos/pkg/machinery v1.7.3
github.com/siderolabs/talos/pkg/machinery v1.7.4
github.com/spf13/cobra v1.8.0
github.com/spf13/pflag v1.0.5
github.com/stretchr/testify v1.9.0
Expand Down
4 changes: 1 addition & 3 deletions hack/release.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ github_repo = "siderolabs/talos"
match_deps = "^github.com/((talos-systems|siderolabs)/[a-zA-Z0-9-]+)$"

# previous release
previous = "v1.7.2"
previous = "v1.7.3"

pre_release = false

Expand All @@ -17,8 +17,6 @@ preface = """\
[notes.updates]
title = "Component Updates"
description = """\
Linux: 6.6.32
Talos is built with Go 1.22.3.
"""

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.7.3
v1.7.4
4 changes: 2 additions & 2 deletions website/content/v1.7/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.7.3/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.7.4/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 Expand Up @@ -2898,7 +2898,7 @@ talosctl upgrade [flags]
--debug debug operation from kernel logs. --wait is set to true when this flag is set
-f, --force force the upgrade (skip checks on etcd health and members, might lead to data loss)
-h, --help help for upgrade
-i, --image string the container image to use for performing the install (default "ghcr.io/siderolabs/installer:v1.7.3")
-i, --image string the container image to use for performing the install (default "ghcr.io/siderolabs/installer:v1.7.4")
--insecure upgrade using the insecure (encrypted with no auth) maintenance service
-p, --preserve preserve data
-m, --reboot-mode string select the reboot mode during upgrade. Mode "powercycle" bypasses kexec. Valid values are: ["default" "powercycle"]. (default "default")
Expand Down

0 comments on commit cb3a830

Please sign in to comment.