Skip to content

Commit

Permalink
Merge pull request #4871 from mboersma/changelog-v1.14.5
Browse files Browse the repository at this point in the history
Add changelog for CAPZ v1.14.5
  • Loading branch information
k8s-ci-robot authored May 22, 2024
2 parents 3c61283 + 8d493a1 commit 6f21aba
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 0 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG/v1.14.5.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
## Changes by Kind

### Bug or Regression

- Set cluster name label for pre-existing kubeconfig ([#4846](https://github.com/kubernetes-sigs/cluster-api-provider-azure/pull/4846), [@willie-yao](https://github.com/willie-yao))

### Other (Cleanup or Flake)

- Bump CAPI to v1.6.5 ([#4856](https://github.com/kubernetes-sigs/cluster-api-provider-azure/pull/4856), [@mboersma](https://github.com/mboersma))

## Dependencies

### Added
_Nothing has changed._

### Changed
- sigs.k8s.io/cluster-api/test: v1.6.4 → v1.6.5
- sigs.k8s.io/cluster-api: v1.6.4 → v1.6.5

### Removed
_Nothing has changed._

## Details
<!-- markdown-link-check-disable-next-line -->
https://github.com/kubernetes-sigs/cluster-api-provider-azure/compare/v1.14.4...v1.14.5
7 changes: 7 additions & 0 deletions docs/book/src/developers/releasing.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,13 @@ Example versions:
- Move items out of "Uncategorized" into an appropriate section.
- Change anything attributed to "k8s-cherrypick-robot" to credit the original author.
- Fix any typos or other errors.
- Add a "Details" section with a link to the full diff:
```md
## Details
<!-- markdown-link-check-disable-next-line -->
https://github.com/kubernetes-sigs/cluster-api-provider-azure/compare/v1.14.4...v1.14.5
```
Be sure to replace the versions in the URL with the appropriate tags.

1. Open a pull request against the `main` branch with the release notes.

Expand Down

0 comments on commit 6f21aba

Please sign in to comment.