Compare commits
1 commit
main
...
changelog-
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
86c90a1a53 |
1 changed files with 53 additions and 0 deletions
53
docs/changelogs/v1.2.4.md
Normal file
53
docs/changelogs/v1.2.4.md
Normal file
|
|
@ -0,0 +1,53 @@
|
|||
# v1.2.4 (2026-04-30)
|
||||
|
||||
Patch release — small fixes and improvements.
|
||||
|
||||
## Highlights
|
||||
|
||||
- Maintenance release: bug fixes, minor improvements, and dependency updates.
|
||||
|
||||
## Features and Improvements
|
||||
|
||||
- TODO: Add feature/improvement entries. For each entry include PR reference and PR author using the format:
|
||||
* **Short title**: one-sentence description explaining user impact ([**@username**](https://github.com/username) in #PR_NUMBER)
|
||||
|
||||
## Fixes
|
||||
|
||||
- TODO: Add bug fix entries. Example format:
|
||||
* **Fix component X crash**: prevent nil-pointer when Y is empty ([**@username**](https://github.com/username) in #PR_NUMBER)
|
||||
|
||||
## Security
|
||||
|
||||
- TODO: Add security-related fixes if any. Always include references and guidance for users.
|
||||
|
||||
## Dependencies
|
||||
|
||||
- TODO: List dependency bumps and their impact (e.g., kubernetes/client-go, controller-runtime).
|
||||
|
||||
## Documentation
|
||||
|
||||
- TODO: Include website/docs updates from cozystack/website (MANDATORY: include PR links and authors for each entry).
|
||||
|
||||
## Contributors
|
||||
|
||||
We'd like to thank the contributors for this release:
|
||||
|
||||
* TODO: Add contributors extracted from PR authors (list as [**@username**](https://github.com/username))
|
||||
|
||||
### New Contributors
|
||||
|
||||
* TODO: List first-time contributors (if any)
|
||||
|
||||
## Full Changelog
|
||||
|
||||
**Full Changelog**: https://github.com/cozystack/cozystack/compare/v1.2.3...v1.2.4
|
||||
|
||||
<!--
|
||||
https://github.com/cozystack/cozystack/releases/tag/v1.2.4
|
||||
-->
|
||||
|
||||
|
||||
Notes
|
||||
|
||||
- This file follows the changelog generation checklist in docs/agents/changelog.md. Complete the TODO items by extracting PR numbers and PR authors (use `gh pr view <PR_NUMBER> --json author --jq .author.login`) and by checking the website and optional repos for tags/changes during the release period.
|
||||
- Do not commit or push this file; the caller will handle git operations.
|
||||
Loading…
Add table
Add a link
Reference in a new issue