Update all 23 extensions to the new 1.0.0/0.9.0 baseline#254
Merged
Conversation
pj-official-plugins reset every plugin manifest to a fresh baseline (stable-tier plugins to 1.0.0, immature-tier to 0.9.0) and replaced all prior release tags/artifacts. The registry's existing entries for these 23 extensions pointed at now-deleted releases (dead download URLs); this updates every entry's version, download URLs, and SHA256 checksums to the new releases, verified by re-downloading and re-hashing each artifact. toolbox-mosaico has no windows-arm64 artifact (pre-existing gap, not new). data_stream_ros2 remains linux-only, matching its declared supported_platforms. Excludes toolbox-colormap and toolbox-reactive-scripts-editor (already absent from the registry / out of scope for this update).
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
pj-official-pluginsreset every plugin manifest to a fresh version baseline (stable-tier plugins →1.0.0, immature-tier →0.9.0) and replaced all prior release tags/GitHub Releases with new ones at the new baseline (seePlotJuggler/pj-official-plugins#228).This registry's existing entries for these 23 extensions pointed at the now-deleted releases — their download URLs are currently dead (
404). This PR updates every entry'sversion,platforms[*].url, andplatforms[*].checksumto the new releases.What changed
.sha256release asset).toolbox-mosaicohas nowindows-arm64artifact — pre-existing gap (Arrow has no Conan binary for that platform), unchanged from before.data_stream_ros2/ros2-topic-subscriberremains Linux-only (linux-x86_64,linux-arm64), matching its manifest's declaredsupported_platforms.toolbox-colormapandtoolbox-reactive-scripts-editorare intentionally not included — both are already absent from the registry and out of scope for this update.Test plan
python3 scripts/validate_registry.py registry.json— all validations pass (schema, URL reachability, extension count).