Skip to content

Commit

Permalink
chore(main): release 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and mnaser committed Jun 30, 2023
1 parent 12cfc98 commit 28b92ad
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.7.0"
".": "0.7.1"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.7.1](https://github.com/vexxhost/magnum-cluster-api/compare/v0.7.0...v0.7.1) (2023-06-30)


### Bug Fixes

* Do not upgrade helmrelease in pending status ([81bb06c](https://github.com/vexxhost/magnum-cluster-api/commit/81bb06c054d4c7fa2f199171be6d58b2a5e16cf4))

## [0.7.0](https://github.com/vexxhost/magnum-cluster-api/compare/v0.6.0...v0.7.0) (2023-06-29)


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "magnum-cluster-api"
version = "0.7.0"
version = "0.7.1"
description = "Cluster API driver for Magnum"
authors = ["Mohammed Naser <mnaser@vexxhost.com>"]
readme = "README.md"
Expand Down

0 comments on commit 28b92ad

Please sign in to comment.