From 1f71676092e02ceb48ea58590efe6492c7f8eaba Mon Sep 17 00:00:00 2001 From: teutonet-bot <118830326+teutonet-bot@users.noreply.github.com> Date: Wed, 1 Jul 2026 12:52:39 +0200 Subject: [PATCH] chore: [bot] release: 1.7.1 --- .github/release-please/manifest.json | 2 +- CHANGELOG.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/release-please/manifest.json b/.github/release-please/manifest.json index 64e0684..d0972da 100644 --- a/.github/release-please/manifest.json +++ b/.github/release-please/manifest.json @@ -1,3 +1,3 @@ { - ".": "1.7.0" + ".": "1.7.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 01f83c2..c11594f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.7.1](https://github.com/teutonet/cluster-api-provider-hosted-control-plane/compare/v1.7.0...v1.7.1) (2026-07-01) + + +### Bug Fixes + +* **node_rotation:** add watch verb to machinedeployments/machinepools RBAC ([#137](https://github.com/teutonet/cluster-api-provider-hosted-control-plane/issues/137)) ([2640e9c](https://github.com/teutonet/cluster-api-provider-hosted-control-plane/commit/2640e9c63f0a864c239c7079bd83c7a90a1446b1)) + ## [1.7.0](https://github.com/teutonet/cluster-api-provider-hosted-control-plane/compare/v1.6.1...v1.7.0) (2026-06-24)