chore(cli): remove Cloudsmith package-repo migration notice - #401
Merged
Merged
Conversation
…date CLI to no longer display migration notice for the Linux package repository transition from Cloudsmith.
|
💬 Discussion in Slack: #pr-review-cli-401-chore-cli-remove-cloudsmith-package-repo-migration-notice Posted by Review Police — reviews, comments, new commits, and CI failures will stream into this channel. |
Contributor
|
- Added `github.com/alessio/shellescape v1.4.1` as a new requirement. - Updated `cloud.google.com/go/auth` from v0.18.1 to v0.18.2. - Updated `golang.org/x/net` from v0.57.0 to v0.58.0. - Updated `google.golang.org/genproto/googleapis/api` and `google.golang.org/genproto/googleapis/rpc` to newer versions. - Updated `google.golang.org/grpc` from v1.82.1 to v1.83.2.
- Updated `cloud.google.com/go/auth` to v0.18.2. - Updated `golang.org/x/net` to v0.58.0. - Updated `google.golang.org/genproto/googleapis/api` and `google.golang.org/genproto/googleapis/rpc` to newer versions. - Updated `google.golang.org/grpc` to v1.83.2.
…ository - Added important notice regarding the migration of the Linux package repository from Cloudsmith to `artifacts-cli.infisical.com`. - Included instructions for users to update their artifact URL and access older versions.
maidul98
approved these changes
Sep 16, 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 📣
The Cloudsmith Linux package repo sunset is September 16, 2026. The CLI was still printing a daily migration notice (and README still had the banner) even though the cutover is done.
This branch drops that notice: no more
DisplayPackageRepoMigrationNoticeWithWriteron command init, nomigration-notice.jsoncache / 24h throttle, noINFISICAL_DISABLE_MIGRATION_NOTICE, and the README callout is gone. Update checks are unchanged.Type ✨
Tests 🛠️
infisical --helporinfisical secrets). Confirm stderr has no Cloudsmith /artifacts-cli.infisical.commigration banner.~/.infisical/migration-notice.jsonis no longer created. An existing file can stay; it is unused.INFISICAL_DISABLE_MIGRATION_NOTICEhas no effect (variable is unused).--silent, not in Docker, and not structured output.