Skip to content

Commit

Permalink
chore(main): release 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jun 7, 2023
1 parent f2f2983 commit 1813f0f
Show file tree
Hide file tree
Showing 3 changed files with 14 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.6.0"
".": "0.6.1"
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [0.6.1](https://github.com/vexxhost/magnum-cluster-api/compare/v0.6.0...v0.6.1) (2023-06-07)


### Bug Fixes

* solve race condition for stack_id ([43474f1](https://github.com/vexxhost/magnum-cluster-api/commit/43474f1c81cc1268afdac4f4f21681ded28fcfa4))


### Documentation

* added basic troubleshooting docs ([f2f2983](https://github.com/vexxhost/magnum-cluster-api/commit/f2f2983c059334f18b94da272a99faa9efd2f46d))

## [0.6.0](https://github.com/vexxhost/magnum-cluster-api/compare/v0.5.4...v0.6.0) (2023-06-01)


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.6.0"
version = "0.6.1"
description = "Cluster API driver for Magnum"
authors = ["Mohammed Naser <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit 1813f0f

Please sign in to comment.