Skip to content

fix(registry): update mission-control plugin release assets#41

Merged
adityathebe merged 1 commit into
mainfrom
fix/mc-plugin-release-assets
May 19, 2026
Merged

fix(registry): update mission-control plugin release assets#41
adityathebe merged 1 commit into
mainfrom
fix/mc-plugin-release-assets

Conversation

@adityathebe
Copy link
Copy Markdown
Member

@adityathebe adityathebe commented May 19, 2026

Mission Control plugins now ship under conventional shared release tags like v1.0.1, with per-plugin assets in the same release.

Update the deps registry entries for postgres-mc-plugin and kubernetes-logs-mc-plugin to use GitHub release assets, shared checksum files, and the new extracted plugin binary names.

Summary by CodeRabbit

  • Chores
    • Updated how the postgres and kubernetes-logs mission-control plugins are distributed and managed, improving plugin deployment and installation processes.

Review Change Stack

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented May 19, 2026

Warning

Rate limit exceeded

@adityathebe has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 56 minutes and 39 seconds before requesting another review.

You’ve run out of usage credits. Purchase more in the billing tab.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: af44f573-1c9b-4e1d-ae92-cb2812e0e5b4

📥 Commits

Reviewing files that changed from the base of the PR and between 70da7e6 and 38e3c1f.

📒 Files selected for processing (1)
  • pkg/config/defaults.yaml

Walkthrough

This PR updates the plugin registry configuration in pkg/config/defaults.yaml to migrate two mission-control plugins (postgres-mc-plugin and kubernetes-logs-mc-plugin) from Go-based package management to GitHub release-based download logic, replacing Go-specific metadata with OS/arch-keyed asset patterns and checksum verification.

Changes

Plugin Registry Configuration Migration

Layer / File(s) Summary
postgres and kubernetes-logs plugin registry updates
pkg/config/defaults.yaml
postgres-mc-plugin and kubernetes-logs-mc-plugin registry entries switch from manager: go to manager: github_release. Go-specific fields (version_expr, binary_name, extra.import_path) are removed and replaced with OS/arch-specific asset_patterns (tar/zip archive names) and checksum_file: "{{.tag}}_checksums.txt". Wrapper scripts are updated to execute {{.binDir}}/postgres-mc-plugin and {{.binDir}}/kubernetes-logs-mc-plugin respectively.

Possibly Related PRs

  • flanksource/deps#39: The PR that originally introduced these postgres-mc-plugin and kubernetes-logs-mc-plugin registry entries; this PR migrates them from the Go manager approach to GitHub release manager approach.
🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately summarizes the main change: updating mission-control plugin registry entries to use GitHub release assets instead of Go module management.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch fix/mc-plugin-release-assets
✨ Simplify code
  • Create PR with simplified code
  • Commit simplified code in branch fix/mc-plugin-release-assets

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Mission Control plugins now publish multiple plugin artifacts under conventional shared release tags instead of per-plugin tags or Go module installs.

Update the postgres and kubernetes-logs deps registry entries to resolve GitHub release assets, select the new extracted plugin binary names, and use the shared release checksum file.
@adityathebe adityathebe force-pushed the fix/mc-plugin-release-assets branch from 70da7e6 to 38e3c1f Compare May 19, 2026 10:00
Copy link
Copy Markdown

@coderabbitai coderabbitai Bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 1

🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Inline comments:
In `@pkg/config/defaults.yaml`:
- Line 84: The binary_path value in pkg/config/defaults.yaml is incorrect:
change the kubernetes_logs_mc_plugin entry to kubernetes-logs_mc_plugin so the
configured binary name matches the packaged artifact; update the binary_path key
value (in the defaults.yaml entry `binary_path`) to the hyphenated name to
ensure correct binary selection after extraction.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 88062775-93d3-4c14-878a-93bf0d438522

📥 Commits

Reviewing files that changed from the base of the PR and between de2a0fa and 70da7e6.

📒 Files selected for processing (1)
  • pkg/config/defaults.yaml

Comment thread pkg/config/defaults.yaml Outdated
@adityathebe adityathebe merged commit a428074 into main May 19, 2026
16 checks passed
@adityathebe adityathebe deleted the fix/mc-plugin-release-assets branch May 19, 2026 10:14
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.

1 participant