Version handling improvements
We're rolling out improvements to how Cloudsmith evaluates relational version ranges across the platform to ensure clearer and more predictable results for semantic version searches and version-based ordering…
Cloudsmith CLI Action v1 is now deprecated. Security-only patches will continue until 31st December 2026, after which v1 reaches end-of-life (EOL).
Migrate to v2 before 31st December 2026 to avoid disruption.
v1 runs on Node.js 20, which reached EOL on 30th April 2026. Continuing to ship a GitHub Action on an unsupported Node.js runtime exposes pipelines to unpatched runtime CVEs, and to GitHub Actions failures due to the deprecation of Node 20 on GitHub Actions runners.
v2 runs on Node.js 24. For more information about Node.js releases, see the Node.js release documentation.
Anyone using cloudsmith-io/cloudsmith-cli-action v1 (or pinned at v1.x.x) in their GitHub Actions workflows. For example:
No input or output names have changed in v2. Before migrating to v2, review the following breaking changes:
oidc-audience input has been updated to provide organization-specific audience claims. https://github.com/{org-name} (using GITHUB_REPOSITORY_OWNER)api://AzureADTokenExchangeIf your existing OIDC trust configuration relies on the legacy api:// claim, you must either update your validation logic within Cloudsmith or explicitly set oidc-audience: 'api://AzureADTokenExchange' in your workflow YAML to maintain current behavior.
To migrate to v2, make the following one-line change in your affected GitHub Action workflows:
- uses: cloudsmith-io/cloudsmith-cli-action@v1
+ uses: cloudsmith-io/cloudsmith-cli-action@v2If you have any questions or concerns about this change, please contact us.
We're rolling out improvements to how Cloudsmith evaluates relational version ranges across the platform to ensure clearer and more predictable results for semantic version searches and version-based ordering…
Private Broadcasts lets you put your brand front and center throughout the entire distribution experience, distributing software securely to your partners, customers and internal users through your own branded portal. Full customization and built-in analytics give you control over the experience and visibility into adoption, while entitlement tokens keep access tightly managed, so your software reaches exactly the right people…
Multi-select package actions now support delete. Select up to 100 packages and remove them in a single action. Deleted packages will be moved to recently deleted packages for 7 days…
Cloudsmith has always retained deleted packages for 7 days before permanently removing them — but until now, restoring a deleted package required contacting Cloudsmith support. The new “Recently deleted packages” view lets your team find and restore packages directly, whether they were removed manually, by a retention rule, or via a bulk action, without raising a support request…
Cloudsmith should adapt to the way you work, and today we're releasing a significant new feature to meet this objective - table personalization…
We've made a series of usability improvements to Upstreams in the web app…