changelog: add release notes for v0.20260320.0 through v0.20260721.0#2500
Merged
Conversation
Backfill CHANGELOG.md with entries for seven releases spanning 2026-03-20 to 2026-07-21. Highlights include SONiC config generation and ownership hardening (breakout/ACL fixes, YANG-based validation replaced with generated Pydantic schemas), broadened unit/integration test coverage across conductor, tasks, API and utils modules, several CLI exit-code and error-handling fixes, removal of the "-ng" role variants, and a large batch of routine dependency bumps. Assisted-by: Claude:claude-sonnet-5 Signed-off-by: Christian Berendt <berendt@osism.tech>
There was a problem hiding this comment.
Hey - I've found 1 issue
Prompt for AI Agents
Please address the comments from this code review:
## Individual Comments
### Comment 1
<location path="CHANGELOG.md" line_range="298-299" />
<code_context>
+## [v0.20260320.0] - 2026-03-20
+
+### Added
+- Static default route in management VRF and syslog server configuration for SONiC device configs (osism/python-osism#2010)
- Log file command for realtime log tailing from nodes via SSH, with clush support for inventory groups and path traversal prevention (osism/python-osism#2148)
+### Changed
</code_context>
<issue_to_address>
**nitpick (typo):** Use the standard spelling “real-time” instead of “realtime”.
This phrase appears in the log file command description: “realtime log tailing”. Please update it to “real-time log tailing” to align with standard technical usage.
Suggested implementation:
```
- Log file command for real-time log tailing from nodes via SSH, with clush support for inventory groups and path traversal prevention (osism/python-osism#2148)
```
Search the rest of CHANGELOG.md (and any related documentation such as README or CLI help text) for other occurrences of "realtime" and update them to "real-time" to keep terminology consistent across the project.
</issue_to_address>Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Backfill CHANGELOG.md with entries for seven releases spanning
2026-03-20 to 2026-07-21. Highlights include SONiC config generation
and ownership hardening (breakout/ACL fixes, YANG-based validation
replaced with generated Pydantic schemas), broadened unit/integration
test coverage across conductor, tasks, API and utils modules, several
CLI exit-code and error-handling fixes, removal of the "-ng" role
variants, and a large batch of routine dependency bumps.
Generated with
generate-changelog-input.shusing claude-sonnet-5.