update(no-ticket): Update CircleCi docs to reflect new v2.0.0 release#381
Merged
BartoszBlizniak merged 5 commits intomainfrom Apr 7, 2026
Merged
update(no-ticket): Update CircleCi docs to reflect new v2.0.0 release#381BartoszBlizniak merged 5 commits intomainfrom
BartoszBlizniak merged 5 commits intomainfrom
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
There was a problem hiding this comment.
Pull request overview
Updates documentation to reflect Cloudsmith CircleCI Orb v2.0.0, including new OIDC-focused guidance and updated configuration examples.
Changes:
- Bumps orb version references to
cloudsmith/cloudsmith@2.0.0and updates CircleCI examples accordingly. - Adds guidance recommending OIDC +
cloudsmith/install-cli+ direct CLI invocation instead ofcloudsmith/publish. - Updates the OpenID Connect docs with an orb-based CircleCI example using
authenticate-with-oidc.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 6 comments.
| File | Description |
|---|---|
src/content/integrations/integrating-with-circleci.mdx |
Updates orb version and expands CircleCI examples for OIDC + CLI workflows (but currently contains invalid CircleCI job syntax in examples). |
src/content/authentication/openid-connect.mdx |
Updates CircleCI OIDC example to orb v2.0.0 and shows CLI-based publish flow. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Contributor
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 2 out of 2 changed files in this pull request and generated 3 comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Agent-Logs-Url: https://github.com/cloudsmith-io/cloudsmith-docs/sessions/2b0c7b23-5e04-44e2-9312-1d734fad1617 Co-authored-by: BartoszBlizniak <55028730+BartoszBlizniak@users.noreply.github.com>
ertzL
approved these changes
Apr 7, 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.
This PR updates our documentation to reflect the new release of
v2.0.0of Cloudsmith Orb which brings OIDC to life and some quality of life improvements.Edit: Updated reference of our Github action to latest as part of it too.