From b7b4c71117449ec72cdd3ee26c011e73a5f30737 Mon Sep 17 00:00:00 2001 From: Noel Georgi Date: Thu, 14 Nov 2024 22:02:07 +0530 Subject: [PATCH] release(v0.6.1): prepare release This is the official v0.6.1 release. Signed-off-by: Noel Georgi --- CHANGELOG.md | 27 +++++++++++++++++++++++++++ hack/release.toml | 2 +- internal/version/data/tag | 2 +- 3 files changed, 29 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 799d7ec..abd59a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,30 @@ +## [image-factory 0.6.1](https://github.com/siderolabs/image-factory/releases/tag/v0.6.1) (2024-11-14) + +Welcome to the v0.6.1 release of image-factory! + + + +Please try out the release binaries and report any issues at +https://github.com/siderolabs/image-factory/issues. + +### Contributors + +* Noel Georgi + +### Changes +
1 commit +

+ +* [`96c8455`](https://github.com/siderolabs/image-factory/commit/96c845517aeda1ea7b4c80c6203ce7e5643f33ab) chore: bump generated data +

+
+ +### Dependency Changes + +This release has no dependency changes + +Previous release can be found at [v0.6.0](https://github.com/siderolabs/image-factory/releases/tag/v0.6.0) + ## [image-factory 0.6.0](https://github.com/siderolabs/image-factory/releases/tag/v0.6.0) (2024-11-14) Welcome to the v0.6.0 release of image-factory! diff --git a/hack/release.toml b/hack/release.toml index 4fa74c2..6822191 100644 --- a/hack/release.toml +++ b/hack/release.toml @@ -5,7 +5,7 @@ project_name = "image-factory" github_repo = "siderolabs/image-factory" match_deps = "^github.com/(siderolabs/[a-zA-Z0-9-]+)$" -previous = "v0.5.0" +previous = "v0.6.0" # pre_release = true # [notes] diff --git a/internal/version/data/tag b/internal/version/data/tag index e07d136..45a9970 100644 --- a/internal/version/data/tag +++ b/internal/version/data/tag @@ -1 +1 @@ -v0.6.0 \ No newline at end of file +v0.6.1 \ No newline at end of file