Conversation
diogomrpr
force-pushed
the
feature/grafana-offline-plugins
branch
from
September 17, 2026 16:57
8f31b54 to
6a83fcf
Compare
diogomrpr
force-pushed
the
feature/grafana-offline-plugins
branch
from
September 21, 2026 17:16
6a83fcf to
a03938c
Compare
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.
What was done
Declare exact Grafana plugin versions in one
cmfpackage.jsonand deploy them alongside provisioning files from one Grafana ZIP, without changing EnvManager, rebuilding the image or introducing a companion package.cmf buildandcmf restoreacquire and verify distributions from the Grafana catalog, HTTPS mirrors or local ZIPs.cmf packverifies prepared inputs and never downloads plugins. Stale/corrupt preparation fails; dry runs do not mutate it.grafanaPluginsTargetPath, defaulting to/data/grafana/plugins. Preserve the exact custom directory, independently of the build host.DeployFiles.targetDirectory. The generated manifest now sets package-leveltargetLayerDirectory: /, with relative ZIP entries beneathdata/grafana/plugins/<id>/(or the custom destination) andetc/grafana/provisioning/. Extraction steps are narrowly scoped, not a blanket extraction at/.TaggedFilepatterns to explicit packaged paths, and rebaseTransformFiledestinations while retaining source-only transformation entries. Reject unsafe/colliding paths and unsupported steps before writing output.GF_PLUGINS_PREINSTALL_DISABLED=true; emptyGF_INSTALL_PLUGINSalone does not stop its background preinstaller.Dependencies
No new library dependencies or EnvManager changes. The generated layout targets the existing Linux CMF entrypoint, with provisioning at
/etc/grafana/provisioning; Grafana's plugin search path must match the configured destination. Signature verification remains enabled. Runtime environment variables and network restrictions are deployment responsibilities, not changes applied by the CLI. The separate ResourceMonitor deployment-manifest edit is not part of this PR.Validation checklist
development, npm and .NET prerelease6.1.0-0.Validation results
Latest validation, 2026-09-21:
6.1.0-0. Compared bundled templates/vendor resources with their source trees.status=ok). No raw internal logs or credentials are published here.tableregistration and SQLite-permission messages were also present and are not claimed fixed by this PR.Historical validation (2026-09-15, before the single-ZIP correction): npm tests 32 passed; Windows non-integration suite 510 passed, 13 failed, 4 skipped, with the 13 failures matching the recorded unchanged-development baseline. Those broad-suite and coverage results have not been re-certified for this update; this is not an all-green full-suite claim.
The PR retains exactly two commits: the Grafana implementation/tests/documentation commit and the
6.1.0-0release-preparation commit. Before merge, link the work item and complete the remaining integration checks and baseline-failure disposition.