diff --git a/CHANGELOG.md b/CHANGELOG.md
index 63e94c4c2..488a7747b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,69 @@
+## [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!
+
+
+
+Please try out the release binaries and report any issues at
+https://github.com/siderolabs/talos/issues.
+
+### Component Updates
+
+Linux: 6.6.32
+
+Talos is built with Go 1.22.3.
+
+
+### Contributors
+
+* Andrey Smirnov
+* Dmitriy Matrenichev
+* Dmitry Sharshakov
+
+### Changes
+8 commits
+
+
+* [`92ec41c22`](https://github.com/siderolabs/talos/commit/92ec41c221e1624e134f147137d392e95fc26444) fix: mount `tracefs` filesystem
+* [`1b3ac2ca6`](https://github.com/siderolabs/talos/commit/1b3ac2ca6c93baf0971fb26d04043e352987c4bb) fix: workaround problems with udevd races
+* [`1f2a870a7`](https://github.com/siderolabs/talos/commit/1f2a870a75a99a401e08785886aa6d4f8178749d) fix: time sync over NTP from future era
+* [`4e9aa3007`](https://github.com/siderolabs/talos/commit/4e9aa3007035c550e5e9c5683494ba485279d256) fix: correctly handle dns messages in our dns implementation
+* [`8159a0057`](https://github.com/siderolabs/talos/commit/8159a00571e2ca7ed2370f5311e5a8c9e1d32aca) fix: panic in osroot controller
+* [`b78fb4fea`](https://github.com/siderolabs/talos/commit/b78fb4fea9d8dda1198fbd546526c8abe0429783) fix: update go-tail library to fix 'short read' error
+* [`2df5319ce`](https://github.com/siderolabs/talos/commit/2df5319ce8d3d8ba437d2f64a3bc15cfb4157ed6) test: add a test for watchdog timers
+* [`e529fccb2`](https://github.com/siderolabs/talos/commit/e529fccb2b090c0d650b9ffdd3f664f9bd2eb388) feat: update Linux to 6.6.32
+
+
+
+### Changes from siderolabs/go-tail
+1 commit
+
+
+* [`7cb7294`](https://github.com/siderolabs/go-tail/commit/7cb7294b8af33175bc463c84493776e6e4da9c4f) fix: remove unexpected short read error
+
+
+
+### Changes from siderolabs/pkgs
+3 commits
+
+
+* [`a201d27`](https://github.com/siderolabs/pkgs/commit/a201d2775506045f5e0307f450eefc210ac0ace3) feat: bump Linux to 6.6.32
+* [`ce9b072`](https://github.com/siderolabs/pkgs/commit/ce9b0729ea769edffe4afd889ddf0e37d7c8af98) feat: update Linux firmware to 20240513
+* [`82b048a`](https://github.com/siderolabs/pkgs/commit/82b048a5d1de28593ba3ecd654114a11016d8ac1) feat: update ipxe to the latest
+
+
+
+### Dependency Changes
+
+* **github.com/beevik/ntp** v1.3.1 -> v1.4.2
+* **github.com/siderolabs/go-tail** v0.1.0 -> v0.1.1
+* **github.com/siderolabs/pkgs** v1.7.0-14-g9caa8be -> v1.7.0-17-ga201d27
+* **golang.org/x/net** v0.23.0 -> v0.24.0
+* **golang.org/x/sys** v0.18.0 -> v0.19.0
+* **golang.org/x/term** v0.18.0 -> v0.19.0
+
+Previous release can be found at [v1.7.2](https://github.com/siderolabs/talos/releases/tag/v1.7.2)
+
## [Talos 1.7.2](https://github.com/siderolabs/talos/releases/tag/v1.7.2) (2024-05-17)
Welcome to the v1.7.2 release of Talos!
diff --git a/go.mod b/go.mod
index 64cbb7f3b..be38f5666 100644
--- a/go.mod
+++ b/go.mod
@@ -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.2
+ github.com/siderolabs/talos/pkg/machinery v1.7.3
github.com/spf13/cobra v1.8.0
github.com/spf13/pflag v1.0.5
github.com/stretchr/testify v1.9.0
diff --git a/pkg/machinery/gendata/data/tag b/pkg/machinery/gendata/data/tag
index 75e47606b..0d687f1e2 100644
--- a/pkg/machinery/gendata/data/tag
+++ b/pkg/machinery/gendata/data/tag
@@ -1 +1 @@
-v1.7.2
\ No newline at end of file
+v1.7.3
\ No newline at end of file
diff --git a/website/content/v1.7/reference/cli.md b/website/content/v1.7/reference/cli.md
index b93b1347f..5ea24d60a 100644
--- a/website/content/v1.7/reference/cli.md
+++ b/website/content/v1.7/reference/cli.md
@@ -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.2/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.3/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
@@ -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.2")
+ -i, --image string the container image to use for performing the install (default "ghcr.io/siderolabs/installer:v1.7.3")
--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")