-
Notifications
You must be signed in to change notification settings - Fork 0
Changelog #12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changelog #12
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,14 +1,14 @@ | ||
| # π¦ Changelog | ||
|
|
||
| All notable changes to this project will be documented in this file. | ||
|
|
||
| This project follows [Semantic Versioning](https://semver.org). | ||
|
|
||
| ## [Unreleased] | ||
|
|
||
| ## [Cloudsmith Docker Sleuth] [v1.0] [2025-12-12] | ||
| ## [Sonar] [v1.0] [2026-01-06] | ||
|
|
||
| ### Added | ||
| - Analyze your Cloudsmith Docker repositories with a hierarchical view of multi-arch tags, | ||
| manifest digests, platform support, sync status, and download statistics. | ||
| - Query untagged (orphaned) multi-arch images and delete them. | ||
| - Initial release of `Sonar` - a utility allowing you to analyse your Docker images stored within Cloudsmith, providing a hierarchical view for multi-arch images including manifest/list, | ||
| digests, platform support, package sync status, and download statistics. | ||
|
|
||
|
|
||
|
|
||
|
|
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -33,16 +33,17 @@ Here is a summary of its capabilities: | |||||
| - **Docker Manifests:** To determine architecture/OS platforms and digest relationships. | ||||||
| - **Cloudsmith API:** To retrieve processing status (Synced, Failed, In Progress) and download statistics. | ||||||
|
|
||||||
| #### Query repository for images | ||||||
| <img src="example.gif" width=50%> | ||||||
| #### Query repository for images. | ||||||
| <img src="simple.gif"> | ||||||
|
|
||||||
| #### Query a specific image and view detailed results. | ||||||
| #### Query for detailed results. | ||||||
| <img src="detailed.gif"> | ||||||
|
|
||||||
| <img src="example-detailed.gif" width=50%> | ||||||
| #### Query for a specific image and detailed results. | ||||||
| <img src="image-detailed.gif"> | ||||||
|
||||||
| <img src="image-detailed.gif"> | |
| <img src="example-detailed.gif"> |
Copilot
AI
Jan 6, 2026
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The spelling of "orphaned" is incorrect - it should be "orphaned" not "oprhaned".
| #### Query for untagged/ oprhaned images. | |
| #### Query for untagged/ orphaned images. |
Copilot
AI
Jan 6, 2026
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The image reference "untagged.gif" doesn't match any of the existing files. The available file is "example-untagged.gif". This reference should be corrected to "example-untagged.gif" or the file should be renamed to match.
| <img src="untagged.gif"> | |
| <img src="example-untagged.gif"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The image reference "detailed.gif" doesn't match any of the existing files. The available files are "example.gif", "example-detailed.gif", and "example-untagged.gif". This reference should be corrected to match an existing file or the file should be renamed accordingly.