From 05d54d77cb444e447f6e568e305b079831564739 Mon Sep 17 00:00:00 2001 From: Utku Ozdemir Date: Tue, 25 Jun 2024 20:47:09 +0200 Subject: [PATCH] release(v0.38.2): prepare release This is the official v0.38.2 release. Signed-off-by: Utku Ozdemir --- 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 e37d5bbf..d2fa32a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,30 @@ +## [Omni 0.38.2](https://github.com/siderolabs/omni/releases/tag/v0.38.2) (2024-06-25) + +Welcome to the v0.38.2 release of Omni! + + + +Please try out the release binaries and report any issues at +https://github.com/siderolabs/omni/issues. + +### Contributors + +* Utku Ozdemir + +### Changes +
1 commit +

+ +* [`a357e04`](https://github.com/siderolabs/omni/commit/a357e042faa8a1558033476d1f673f8991c7e991) fix: detect the old vs. new URL format correctly on workload proxying +

+
+ +### Dependency Changes + +This release has no dependency changes + +Previous release can be found at [v0.38.1](https://github.com/siderolabs/omni/releases/tag/v0.38.1) + ## [Omni 0.38.1](https://github.com/siderolabs/omni/releases/tag/v0.38.1) (2024-06-21) Welcome to the v0.38.1 release of Omni! diff --git a/hack/release.toml b/hack/release.toml index f42138ee..f7b143b6 100644 --- a/hack/release.toml +++ b/hack/release.toml @@ -6,5 +6,5 @@ github_repo = "siderolabs/omni" match_deps = "^github.com/((talos-systems|siderolabs)/[a-zA-Z0-9-]+)$" pre_release = false -previous = "v0.38.0" +previous = "v0.38.1" diff --git a/internal/version/data/tag b/internal/version/data/tag index b4a466a8..39c21135 100644 --- a/internal/version/data/tag +++ b/internal/version/data/tag @@ -1 +1 @@ -v0.38.1 +v0.38.2