From d538cc3d2b66c28847f091670b8dc2fb3683774e Mon Sep 17 00:00:00 2001 From: Artem Chernyshev Date: Sun, 30 Jun 2024 13:28:33 +0300 Subject: [PATCH] release(v0.38.3): prepare release This is the official v0.38.3 release. Signed-off-by: Artem Chernyshev --- CHANGELOG.md | 28 ++++++++++++++++++++++++++++ hack/release.toml | 2 +- internal/version/data/tag | 2 +- 3 files changed, 30 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d2fa32a4..68ce10e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,31 @@ +## [Omni 0.38.3](https://github.com/siderolabs/omni/releases/tag/v0.38.3) (2024-06-30) + +Welcome to the v0.38.3 release of Omni! + + + +Please try out the release binaries and report any issues at +https://github.com/siderolabs/omni/issues. + +### Contributors + +* Andrey Smirnov + +### Changes +
1 commit +

+ +* [`7fea095`](https://github.com/siderolabs/omni/commit/7fea095b67a70248ce0f36d9caf912ddb6bf4d00) fix: add resource caches for missing resource types +

+
+ +### Dependency Changes + +This release has no dependency changes + +Previous release can be found at [v0.38.2](https://github.com/siderolabs/omni/releases/tag/v0.38.2) + + ## [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! diff --git a/hack/release.toml b/hack/release.toml index f7b143b6..d4fbc39e 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.1" +previous = "v0.38.2" diff --git a/internal/version/data/tag b/internal/version/data/tag index 39c21135..dc377f2c 100644 --- a/internal/version/data/tag +++ b/internal/version/data/tag @@ -1 +1 @@ -v0.38.2 +v0.38.3