chore: update changelog for v1.0.17 - #124
Conversation
Reviewer's guide (collapsed on small PRs)Reviewer's GuideUpdates CHANGELOG.md to document the v1.0.17 release dated 2026-09-02, separating dependency/documentation changes from security and maintenance fixes while preserving traceability to the related commits. File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
✅ Snyk checks have passed. No issues have been found so far.
💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse. |
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="10" />
<code_context>
## [Unreleased]
+## [v1.0.17] - 2026-09-02
+
+### Changed
</code_context>
<issue_to_address>
**nitpick:** The new `## [v1.0.17]` heading has no matching `[v1.0.17]` reference definition at the bottom of the file, so Markdown renders it as plain text instead of a link. The existing `[1.17.0]` definition also has a different label and points to the unrelated `v1.17.0` tag.
**Suggested fix:** Add a matching reference such as `[v1.0.17]: /../../tree/v1.0.17` (or the intended release URL), and correct the mismatched existing reference if necessary.
</issue_to_address>Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.
|
|
||
| ## [Unreleased] | ||
|
|
||
| ## [v1.0.17] - 2026-09-02 |
There was a problem hiding this comment.
nitpick: The new ## [v1.0.17] heading has no matching [v1.0.17] reference definition at the bottom of the file, so Markdown renders it as plain text instead of a link. The existing [1.17.0] definition also has a different label and points to the unrelated v1.17.0 tag.
Suggested fix: Add a matching reference such as [v1.0.17]: /../../tree/v1.0.17 (or the intended release URL), and correct the mismatched existing reference if necessary.
This PR updates the changelog for release v1.0.17.
Summary by Sourcery
Publish the v1.0.17 changelog with dependency updates, vulnerability fixes, and Dockerfile cleanup improvements.
Bug Fixes:
Enhancements:
Documentation: