Skip to content

Commit 74e8510

Browse files
chore(main): release 0.38.2 (#1143)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 45f3629 commit 74e8510

6 files changed

Lines changed: 15 additions & 8 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.38.2](https://github.com/vexxhost/magnum-cluster-api/compare/v0.38.1...v0.38.2) (2026-08-11)
4+
5+
6+
### Bug Fixes
7+
8+
* omit unset CAPI topology fields ([#1106](https://github.com/vexxhost/magnum-cluster-api/issues/1106)) ([45f3629](https://github.com/vexxhost/magnum-cluster-api/commit/45f3629ae4d414f8711090d887082df4c8ff783e))
9+
310
## [0.38.1](https://github.com/vexxhost/magnum-cluster-api/compare/v0.38.0...v0.38.1) (2026-07-24)
411

512

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "magnum-cluster-api"
3-
version = "0.38.1"
3+
version = "0.38.2"
44
edition = "2021"
55
rust-version = "1.95"
66

crates/cluster_feature_derive/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cluster_feature_derive"
3-
version = "0.38.1"
3+
version = "0.38.2"
44
edition = "2021"
55

66
[dependencies]

crates/helm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "helm"
3-
version = "0.38.1"
3+
version = "0.38.2"
44
edition = "2021"
55

66
[dependencies]

crates/serde_gtmpl/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "serde_gtmpl"
3-
version = "0.38.1"
3+
version = "0.38.2"
44
edition = "2021"
55

66
[dependencies]

0 commit comments

Comments
 (0)