release: cloudsmith-cli-v1.18.0 - #307
Merged
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Release prep for cloudsmith-cli v1.18.0 by documenting the shipped features/fixes since v1.17.0 in the project changelog.
Changes:
- Added a
1.18.0changelog section dated2026-06-09. - Documented new OIDC credential auto-discovery, deterministic credential provider chain, and Claude Code MCP client support.
- Documented the
metadata listenum-name filter fix and the valid enum values.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
cloudsmith-iduffy
approved these changes
Jun 9, 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 of
cloudsmith-cliv1.18.0. This release bundles the authentication overhaul (explicit credential provider chain + OIDC auto-discovery), MCP Claude Code support, and a metadata filter fix. Covers all changes sincev1.17.0(ff9512e..7f7ae9d).Highlights:
CLOUDSMITH_ORGandCLOUDSMITH_SERVICE_SLUGare set, the CLI auto-detects a supported cloud environment (AWS first), obtains a vendor OIDC token, and exchanges it for a short-lived Cloudsmith API token — removing the need for static API keys in pipelines. Install viapip install cloudsmith-cli[aws]. Tunable with--oidc-org,--oidc-service-slug,--oidc-audience,--oidc-discovery-disabled(and matchingCLOUDSMITH_OIDC_*env vars). Skips itself silently when extras are absent.cloudsmith mcp configure --client claude-coderegisters the Cloudsmith MCP server in~/.claude.json.metadata listfilters (--source-kind,--classification) now send the enum name the v2 API expects instead of an integer, fixing an HTTP 400 on every filtered list.AGENTS.mdand Serena config.Type of Change
Additional Notes