Skip to content

Commit f2bb870

Browse files
committed
release(v0.7.4): prepare release
This is the official v0.7.4 release. Signed-off-by: Andrey Smirnov <[email protected]>
1 parent c035602 commit f2bb870

File tree

3 files changed

+31
-2
lines changed

3 files changed

+31
-2
lines changed

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,32 @@
1+
## [image-factory 0.7.4](https://github.com/siderolabs/image-factory/releases/tag/v0.7.4) (2025-07-03)
2+
3+
Welcome to the v0.7.4 release of image-factory!
4+
5+
6+
7+
Please try out the release binaries and report any issues at
8+
https://github.com/siderolabs/image-factory/issues.
9+
10+
### Contributors
11+
12+
* Andrey Smirnov
13+
14+
### Changes
15+
<details><summary>3 commits</summary>
16+
<p>
17+
18+
* [`c035602`](https://github.com/siderolabs/image-factory/commit/c0356022b9491d8341cfb4b86098bdf69224b8b5) fix: hide kernel args warning for Talos >= 1.10
19+
* [`a68433c`](https://github.com/siderolabs/image-factory/commit/a68433cbec6aaca9c1c4851d4701b4938a5023d9) test: capture test coverage for integration tests
20+
* [`28d9a30`](https://github.com/siderolabs/image-factory/commit/28d9a3039aba613dc3efb478673c2fdce1b0b4b7) fix: improve HTTP access log
21+
</p>
22+
</details>
23+
24+
### Dependency Changes
25+
26+
This release has no dependency changes
27+
28+
Previous release can be found at [v0.7.3](https://github.com/siderolabs/image-factory/releases/tag/v0.7.3)
29+
130
## [image-factory 0.7.3](https://github.com/siderolabs/image-factory/releases/tag/v0.7.3) (2025-06-05)
231

332
Welcome to the v0.7.3 release of image-factory!

hack/release.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ project_name = "image-factory"
55
github_repo = "siderolabs/image-factory"
66
match_deps = "^github.com/(siderolabs/[a-zA-Z0-9-]+)$"
77

8-
previous = "v0.7.2"
8+
previous = "v0.7.3"
99
# pre_release = true
1010

1111
# [notes]

internal/version/data/tag

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v0.7.3
1+
v0.7.4

0 commit comments

Comments
 (0)