Skip to content

Commit 6f21aba

Browse files
authored
Merge pull request #4871 from mboersma/changelog-v1.14.5
Add changelog for CAPZ v1.14.5
2 parents 3c61283 + 8d493a1 commit 6f21aba

File tree

2 files changed

+32
-0
lines changed

2 files changed

+32
-0
lines changed

CHANGELOG/v1.14.5.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
## Changes by Kind
2+
3+
### Bug or Regression
4+
5+
- 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))
6+
7+
### Other (Cleanup or Flake)
8+
9+
- Bump CAPI to v1.6.5 ([#4856](https://github.com/kubernetes-sigs/cluster-api-provider-azure/pull/4856), [@mboersma](https://github.com/mboersma))
10+
11+
## Dependencies
12+
13+
### Added
14+
_Nothing has changed._
15+
16+
### Changed
17+
- sigs.k8s.io/cluster-api/test: v1.6.4 → v1.6.5
18+
- sigs.k8s.io/cluster-api: v1.6.4 → v1.6.5
19+
20+
### Removed
21+
_Nothing has changed._
22+
23+
## Details
24+
<!-- markdown-link-check-disable-next-line -->
25+
https://github.com/kubernetes-sigs/cluster-api-provider-azure/compare/v1.14.4...v1.14.5

docs/book/src/developers/releasing.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,13 @@ Example versions:
8888
- Move items out of "Uncategorized" into an appropriate section.
8989
- Change anything attributed to "k8s-cherrypick-robot" to credit the original author.
9090
- Fix any typos or other errors.
91+
- Add a "Details" section with a link to the full diff:
92+
```md
93+
## Details
94+
<!-- markdown-link-check-disable-next-line -->
95+
https://github.com/kubernetes-sigs/cluster-api-provider-azure/compare/v1.14.4...v1.14.5
96+
```
97+
Be sure to replace the versions in the URL with the appropriate tags.
9198

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

0 commit comments

Comments
 (0)