release: cloudsmith-cli v1.19.0#313
Merged
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Adds the v1.19.0 release entry to the project changelog, documenting new OIDC CI/CD auto-discovery support, Docker credential helper support, and dependency/security fixes included in this release.
Changes:
- Added a new
## [1.19.0] - 2026-06-11section toCHANGELOG.md. - Documented new features (Docker credential helper; expanded OIDC detector support and controls).
- Documented fixes and security dependency upgrades included in the release.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
cloudsmith-iduffy
approved these changes
Jun 11, 2026
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.
Description
Release
cloudsmith-cliv1.19.0.Highlights since v1.18.0:
CLOUDSMITH_OIDC_TOKENfallback (feat: add generic OIDC detector #304), and CircleCI (feat: add CircleCI OIDC detector #305), plus detector enable/order controls (feat: add OIDC detector enable/order controls #311). All work out of the box with no extra dependencies.cloudsmith credential-helper install dockerregisters adocker-credential-cloudsmithhelper so Docker authenticates to Cloudsmith registries (including auto-discovered custom domains) without manualdocker login.PyJWT[crypto]extra fixes macOS zipapp startup (fix(deps): bump mcp to 1.27.2 and upgrade vulnerable dependencies #308).mcp1.9.1 → 1.27.2 (fix(deps): bump mcp to 1.27.2 and upgrade vulnerable dependencies #308); JWT and checksum code scanning alerts resolved (fix(security): resolve code scanning alerts in JWT and checksum handling #309).See CHANGELOG.md for full details.
Type of Change
Additional Notes
CI maintenance (#312, GitHub Actions pin upgrades) is included on the branch but intentionally not listed in the changelog.