Skip to content

Commit be41887

Browse files
committed
HYPERFLEET-1017 - docs: update CHANGELOG for 1.0.12 and add changelog instructions to CLAUDE.md
1 parent faae28c commit be41887

2 files changed

Lines changed: 17 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [1.0.12] - 2026-05-11
11+
12+
### Changed
13+
14+
- Set `minItems: 3` for conditions arrays in cluster and nodepool status models (HYPERFLEET-1017)
15+
1016
## [1.0.11] - 2026-05-07
1117

1218
### Added
@@ -108,7 +114,8 @@ First official stable release of the HyperFleet API specification.
108114
- Interactive API documentation
109115

110116
<!-- Links -->
111-
[Unreleased]: https://github.com/openshift-hyperfleet/hyperfleet-api-spec/compare/v1.0.11...HEAD
117+
[Unreleased]: https://github.com/openshift-hyperfleet/hyperfleet-api-spec/compare/v1.0.12...HEAD
118+
[1.0.12]: https://github.com/openshift-hyperfleet/hyperfleet-api-spec/compare/v1.0.11...v1.0.12
112119
[1.0.11]: https://github.com/openshift-hyperfleet/hyperfleet-api-spec/compare/v1.0.10...v1.0.11
113120
[1.0.10]: https://github.com/openshift-hyperfleet/hyperfleet-api-spec/compare/v1.0.9...v1.0.10
114121
[1.0.9]: https://github.com/openshift-hyperfleet/hyperfleet-api-spec/compare/v1.0.8...v1.0.9

CLAUDE.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,15 @@ alias ClusterSpec = GCPClusterSpec;
188188

189189
Build: `npm run build:gcp`
190190

191+
## Version Bump and Changelog
192+
193+
When bumping the version in `main.tsp`, always update `CHANGELOG.md`:
194+
195+
1. Add a new section under `## [Unreleased]` with the new version and today's date
196+
2. List changes under appropriate headings (`Added`, `Changed`, `Fixed`, `Removed`)
197+
3. Update the comparison links at the bottom of the file
198+
4. Follow [Keep a Changelog](https://keepachangelog.com/en/1.1.0/) format
199+
191200
## Validation Checklist
192201

193202
Before submitting changes:

0 commit comments

Comments
 (0)