From bd575b7767bf02f19c844fd6e767dfff9e401af1 Mon Sep 17 00:00:00 2001 From: Dimitri Koshkin Date: Mon, 5 Aug 2024 14:53:29 -0700 Subject: [PATCH] release(main): v0.13.6 (#844) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit :robot: I have created a release *beep* *boop* --- ## 0.13.6 (2024-08-05) ## What's Changed ### Fixes 🔧 * fix: run systemctl daemon-reload before Containerd restart by @dkoshkin in https://github.com/nutanix-cloud-native/cluster-api-runtime-extensions-nutanix/pull/842 **Full Changelog**: https://github.com/nutanix-cloud-native/cluster-api-runtime-extensions-nutanix/compare/v0.13.5...v0.13.6 --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --- .release-please-manifest.json | 2 +- CHANGELOG.md | 11 +++++++++++ docs/hugo.toml | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 9278c325b..4788b5c2c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.13.5" + ".": "0.13.6" } diff --git a/CHANGELOG.md b/CHANGELOG.md index bc65ba7c5..83db7e83c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## 0.13.6 (2024-08-05) + + + +## What's Changed +### Fixes 🔧 +* fix: run systemctl daemon-reload before Containerd restart by @dkoshkin in https://github.com/nutanix-cloud-native/cluster-api-runtime-extensions-nutanix/pull/842 + + +**Full Changelog**: https://github.com/nutanix-cloud-native/cluster-api-runtime-extensions-nutanix/compare/v0.13.5...v0.13.6 + ## 0.13.5 (2024-08-02) diff --git a/docs/hugo.toml b/docs/hugo.toml index 3d94971e2..541af03bf 100644 --- a/docs/hugo.toml +++ b/docs/hugo.toml @@ -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.5" +version = "0.13.6" # A link to latest version of the docs. Used in the "version-banner" partial to # point people to the main doc site.