Skip to content

Commit 01cabe9

Browse files
chore(main): release 0.30.0 (#624)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 61bc061 commit 01cabe9

File tree

2 files changed

+28
-1
lines changed

2 files changed

+28
-1
lines changed

CHANGELOG.md

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

3+
## [0.30.0](https://github.com/vexxhost/magnum-cluster-api/compare/v0.29.3...v0.30.0) (2025-05-27)
4+
5+
6+
### Bug Fixes
7+
8+
* delete bad resources pre-upgrade ([#648](https://github.com/vexxhost/magnum-cluster-api/issues/648)) ([a1c0888](https://github.com/vexxhost/magnum-cluster-api/commit/a1c0888173c29085d7d09b8557514946116b6a23))
9+
* **deps:** update pyo3 ([#699](https://github.com/vexxhost/magnum-cluster-api/issues/699)) ([56fa610](https://github.com/vexxhost/magnum-cluster-api/commit/56fa610cf5725ab8efe7823f5cded972fccc908a))
10+
* **deps:** update pyo3 ([#719](https://github.com/vexxhost/magnum-cluster-api/issues/719)) ([b5c1cac](https://github.com/vexxhost/magnum-cluster-api/commit/b5c1cac72667ffa4421021f5b7cba0f7ee77448e))
11+
* **deps:** update rust crate once_cell to v1.21.2 ([#621](https://github.com/vexxhost/magnum-cluster-api/issues/621)) ([385b763](https://github.com/vexxhost/magnum-cluster-api/commit/385b763e19fcc6559a73aabdc084877aa5d691c1))
12+
* **deps:** update rust crate once_cell to v1.21.3 ([#625](https://github.com/vexxhost/magnum-cluster-api/issues/625)) ([59ccc34](https://github.com/vexxhost/magnum-cluster-api/commit/59ccc3441bc49f29291dc59dfdb2de090c9cd559))
13+
* **deps:** update rust crate pyo3 to v0.24.1 [security] ([#627](https://github.com/vexxhost/magnum-cluster-api/issues/627)) ([09650e9](https://github.com/vexxhost/magnum-cluster-api/commit/09650e9389f0d82c65dbb5ae44a289044c2f10e7))
14+
* **deps:** update rust crate pyo3 to v0.24.2 ([#647](https://github.com/vexxhost/magnum-cluster-api/issues/647)) ([2323c78](https://github.com/vexxhost/magnum-cluster-api/commit/2323c78b47c6cf9b5ae15c8712b43c0af315e380))
15+
* **deps:** update rust crate pyo3-log to v0.12.3 ([#626](https://github.com/vexxhost/magnum-cluster-api/issues/626)) ([2a18243](https://github.com/vexxhost/magnum-cluster-api/commit/2a182438f1051115bda3dec6e859539fa56d7eb1))
16+
* **deps:** update rust crate syn to v2.0.101 ([#649](https://github.com/vexxhost/magnum-cluster-api/issues/649)) ([1788a0f](https://github.com/vexxhost/magnum-cluster-api/commit/1788a0f22a15e79b7dc3a44e792abbee0c3d2b78))
17+
* **deps:** update rust crate tempfile to v3.20.0 ([#693](https://github.com/vexxhost/magnum-cluster-api/issues/693)) ([744ae4b](https://github.com/vexxhost/magnum-cluster-api/commit/744ae4b11c7216c049f6e0988c5b510658fca5fe))
18+
* **deps:** update rust crate tokio to v1.44.2 ([#629](https://github.com/vexxhost/magnum-cluster-api/issues/629)) ([952347b](https://github.com/vexxhost/magnum-cluster-api/commit/952347b3351347fb77e34a93e0baa7bf9ca2a214))
19+
* **deps:** update rust crate tokio to v1.45.0 ([#679](https://github.com/vexxhost/magnum-cluster-api/issues/679)) ([edc8f46](https://github.com/vexxhost/magnum-cluster-api/commit/edc8f460a06cefc18f2b822e05ab03784ac5bcd1))
20+
* **deps:** update rust crate tokio to v1.45.1 ([#718](https://github.com/vexxhost/magnum-cluster-api/issues/718)) ([70ea783](https://github.com/vexxhost/magnum-cluster-api/commit/70ea7839ede78987d658507d39ce1382ece97c0e))
21+
* enable deleting missing machine deployment ([#640](https://github.com/vexxhost/magnum-cluster-api/issues/640)) ([19b9c56](https://github.com/vexxhost/magnum-cluster-api/commit/19b9c56191e9a2ca988abd4e2b110df6e15ef86f))
22+
* **ovn:** enable traffic from anywhere to node port services on all nodes ([#654](https://github.com/vexxhost/magnum-cluster-api/issues/654)) ([c4d3e69](https://github.com/vexxhost/magnum-cluster-api/commit/c4d3e6951a1b72e232e197dcdd2d4400a6c4a62d))
23+
* use tpool.Proxy for Rust calls ([#645](https://github.com/vexxhost/magnum-cluster-api/issues/645)) ([5c6ee47](https://github.com/vexxhost/magnum-cluster-api/commit/5c6ee47ab9285e44431cdb8bcd72b2e8819d4e39))
24+
25+
26+
### Miscellaneous Chores
27+
28+
* release 0.30.0 ([61bc061](https://github.com/vexxhost/magnum-cluster-api/commit/61bc061dc76f4dabef1f1bc826004e623abfcd49))
29+
330
## [0.29.3](https://github.com/vexxhost/magnum-cluster-api/compare/v0.29.2...v0.29.3) (2025-03-26)
431

532

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "maturin"
44

55
[project]
66
name = "magnum-cluster-api"
7-
version = "0.29.3"
7+
version = "0.30.0"
88
description = "Cluster API driver for Magnum"
99
readme = "README.md"
1010
license = "Apache-2.0"

0 commit comments

Comments
 (0)