Skip to content

Commit

Permalink
release(main): v0.13.7 (#854)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


## 0.13.7 (2024-08-13)

<!-- Release notes generated using configuration in .github/release.yaml
at main -->

## What's Changed
### Fixes 🔧
* fix: Deterministic ordering of lifecycle hooks by @jimmidyson in
#847
* fix: reorder lifecycle handlers with serviceloadbalancer being last by
@dkoshkin in
#848
* fix: update mindthegap by @faiq in
#852
* fix: Handle long cluster names by @jimmidyson in
#845


**Full Changelog**:
v0.13.6...v0.13.7

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
faiq and github-actions[bot] authored Aug 13, 2024
1 parent 48f571e commit 65df393
Show file tree
Hide file tree
Showing 3 changed files with 16 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.13.6"
".": "0.13.7"
}
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## 0.13.7 (2024-08-13)

<!-- Release notes generated using configuration in .github/release.yaml at main -->

## What's Changed
### Fixes 🔧
* fix: Deterministic ordering of lifecycle hooks by @jimmidyson in https://github.com/nutanix-cloud-native/cluster-api-runtime-extensions-nutanix/pull/847
* fix: reorder lifecycle handlers with serviceloadbalancer being last by @dkoshkin in https://github.com/nutanix-cloud-native/cluster-api-runtime-extensions-nutanix/pull/848
* fix: update mindthegap by @faiq in https://github.com/nutanix-cloud-native/cluster-api-runtime-extensions-nutanix/pull/852
* fix: Handle long cluster names by @jimmidyson in https://github.com/nutanix-cloud-native/cluster-api-runtime-extensions-nutanix/pull/845


**Full Changelog**: https://github.com/nutanix-cloud-native/cluster-api-runtime-extensions-nutanix/compare/v0.13.6...v0.13.7

## 0.13.6 (2024-08-05)

<!-- Release notes generated using configuration in .github/release.yaml at main -->
Expand Down
2 changes: 1 addition & 1 deletion docs/hugo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ archived_version = false
# The version number for the version of the docs represented in this doc set.
# Used in the "version-banner" partial to display a version number for the
# current doc set.
version = "0.13.6"
version = "0.13.7"

# A link to latest version of the docs. Used in the "version-banner" partial to
# point people to the main doc site.
Expand Down

0 comments on commit 65df393

Please sign in to comment.