Skip to content

Fix stale rundeck-ec2-nodes-plugin mapping - #12

Merged
fdevans merged 1 commit into
mainfrom
fix-ec2-nodes-plugin-mapping
Aug 18, 2026
Merged

Fix stale rundeck-ec2-nodes-plugin mapping#12
fdevans merged 1 commit into
mainfrom
fix-ec2-nodes-plugin-mapping

Conversation

@fdevans

@fdevans fdevans commented Aug 18, 2026

Copy link
Copy Markdown
Contributor

What

Adds rundeck-ec2-nodes-plugin to mapping.tsv and reference.md, and
removes the incorrect claim that its rundeckpro property is vestigial.

Why

The plugin was missing from both files entirely, and reference.md said its
rundeckEc2NodesPluginVersion property in rundeckpro was defined but
"currently not in the operative dependency list." Checked directly against
the local rundeckpro checkout: it's a live pluginLibs dependency in
plugins/cloud-aws-plugins/build.gradle. check-versions.sh --plugin rundeck-ec2-nodes-plugin now reports OK (rundeckpro is already pinned to
the latest release, 2.0.2).

This came up while scoping the new release-drift check (see #11) - that
work is why the plugin's actual bundling status needed to be nailed down
rather than assumed.

mapping.tsv and reference.md didn't list rundeck-ec2-nodes-plugin at all,
and reference.md called its rundeckpro property vestigial/unused. Verified
against the actual rundeckpro checkout: it's a live pluginLibs dependency
in plugins/cloud-aws-plugins/build.gradle, and rundeckpro is already
pinned to the latest release (2.0.2). Confirmed with check-versions.sh.
@fdevans
fdevans requested review from a team and a lite review from Copilot August 18, 2026 16:19
@fdevans
fdevans merged commit f920899 into main Aug 18, 2026
1 check passed

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the skills/rundeck-plugin-versions source-of-truth mapping to include rundeck-ec2-nodes-plugin, and corrects the documentation to reflect that its rundeckEc2NodesPluginVersion property is actively consumed by rundeckpro (not vestigial). This supports accurate version validation and reporting (including the release-drift work referenced in #11).

Changes:

  • Add rundeck-ec2-nodes-pluginrundeckEc2NodesPluginVersion to mapping.tsv.
  • Add the same entry to the human-readable reference table in reference.md.
  • Remove/replace the prior documentation claim that the rundeckpro property is “currently not in the operative dependency list,” and add an explicit “Gotchas” note stating it is an active dependency.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
skills/rundeck-plugin-versions/reference.md Adds the EC2 nodes plugin mapping and corrects the narrative around its rundeckpro property being actively consumed.
skills/rundeck-plugin-versions/mapping.tsv Adds the missing machine-readable mapping entry for rundeck-ec2-nodes-plugin.

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants