diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 421515d5..2c97ebee 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.13.3" + ".": "0.13.4" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 450e02e0..caf62abc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.13.4](https://github.com/vexxhost/magnum-cluster-api/compare/v0.13.3...v0.13.4) (2024-01-31) + + +### Bug Fixes + +* **csi:** Use up-to-date provisioner name for Cinder CSI ([#295](https://github.com/vexxhost/magnum-cluster-api/issues/295)) ([79a0ce2](https://github.com/vexxhost/magnum-cluster-api/commit/79a0ce25633d8ea91a072ef1442aeb58db7e5111)) +* solve proxy issue with ovn ([#302](https://github.com/vexxhost/magnum-cluster-api/issues/302)) ([5b4bad4](https://github.com/vexxhost/magnum-cluster-api/commit/5b4bad49415d6daa5df7399d77d364c8839d7a87)) + ## [0.13.3](https://github.com/vexxhost/magnum-cluster-api/compare/v0.13.2...v0.13.3) (2023-12-27) diff --git a/pyproject.toml b/pyproject.toml index 65df7b4f..45e33e95 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "magnum-cluster-api" -version = "0.13.3" +version = "0.13.4" description = "Cluster API driver for Magnum" authors = ["Mohammed Naser "] license = "Apache-2.0"