chore: remove legacy c8y-command-plugin#9
Merged
Conversation
The c8y-command-plugin package has been superseded by tedge-command-plugin and is no longer built or shipped. Remove its source files, nfpm packaging config, and README references. The replaces/provides directives in nfpm.tedge-command-plugin.yaml are kept so existing devices still upgrade cleanly from the old package. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Robot Results
|
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.
Summary
The
c8y-command-pluginpackage has been superseded bytedge-command-plugin(for thin-edge.io >= 1.4.0) and is no longer built or shipped — the build (justfile→ci/build.sh) only packagestedge-command-plugin. This removes the leftover legacy plugin from the project.Removed
src/c8y-command-plugin/(c8y-commandshell handler andc8y_Commandoperation file)nfpm.c8y-command-plugin.yaml(legacy package definition, already unused by the build)c8y-command-plugindownload/badge section inREADME.md, and retitled the README totedge-command-pluginKept intentionally
replaces:/provides: c8y-command-plugininnfpm.tedge-command-plugin.yaml— these preserve the clean upgrade path for devices still running the old package.homepage:URL in the nfpm config — it points at this repository's own GitHub URL.🤖 Generated with Claude Code