Skip to content

feat: rename binary to pgedge-control-plane#294

Open
jason-lynch wants to merge 1 commit intofeat/PLAT-417/orchestrator-common-resourcesfrom
feat/PLAT-417/rename-binary
Open

feat: rename binary to pgedge-control-plane#294
jason-lynch wants to merge 1 commit intofeat/PLAT-417/orchestrator-common-resourcesfrom
feat/PLAT-417/rename-binary

Conversation

@jason-lynch
Copy link
Copy Markdown
Member

Summary

Renames the binary from control-plane to pgedge-control-plane to reduce the chance of conflicts with other packages.

Testing

Dev builds and dist artifacts should continue to work as normal.

PLAT-417

@coderabbitai
Copy link
Copy Markdown

coderabbitai bot commented Mar 9, 2026

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 7211b5ea-b09e-47ce-b1c7-9c2de0e9d902

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
📝 Walkthrough

Walkthrough

The control-plane executable is being renamed from control-plane to pgedge-control-plane across build configurations, container images, and deployment scripts. This includes updates to build outputs, Dockerfile references, and runtime paths.

Changes

Cohort / File(s) Summary
Build Configuration
.gitignore, .goreleaser.yaml, Makefile
Added pgedge-control-plane to ignore patterns and updated build artifact naming to reflect the new executable name across release packaging and development build targets.
CI Docker Configuration
docker/control-plane-ci/Dockerfile
Updated COPY instruction and ENTRYPOINT to reference the renamed binary pgedge-control-plane instead of control-plane.
Dev Docker Configuration
docker/control-plane-dev/Dockerfile, docker/control-plane-dev/docker-compose.yaml, docker/control-plane-dev/entrypoint.sh
Updated container build instructions, file-watch sync paths, and entrypoint script to use the renamed pgedge-control-plane binary in both DEBUG and standard execution modes.
Release Docker Configuration
docker/control-plane/Dockerfile
Updated ENTRYPOINT to invoke /pgedge-control-plane instead of /control-plane.

Poem

🐇 Our binary hops to a brand new name,
From control-plane to pgedge-control-plane it came,
Through Dockerfiles, compiles, and build-time flame,
A rebranding journey, perfectly tame! 🚀

🚥 Pre-merge checks | ✅ 2 | ❌ 1

❌ Failed checks (1 warning)

Check name Status Explanation Resolution
Description check ⚠️ Warning The pull request description is incomplete. While it includes a Summary section explaining the purpose and Testing section describing expected outcomes, it lacks the Changes, Checklist, and Notes for Reviewers sections required by the template. Add the missing sections: provide a bulleted list of high-level changes, complete the pre-merge checklist, and include notes for reviewers if applicable.
✅ Passed checks (2 passed)
Check name Status Explanation
Title check ✅ Passed The title 'feat: rename binary to pgedge-control-plane' directly and clearly summarizes the main change across all modified files—renaming the binary artifact throughout the build, deployment, and execution configurations.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ 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 feat/PLAT-417/rename-binary

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.

@jason-lynch jason-lynch force-pushed the feat/PLAT-417/rename-binary branch from 06f8903 to 5b65dd1 Compare March 9, 2026 22:00
@jason-lynch jason-lynch force-pushed the feat/PLAT-417/orchestrator-common-resources branch from 2934d92 to 9bfda29 Compare March 9, 2026 22:37
@jason-lynch jason-lynch force-pushed the feat/PLAT-417/rename-binary branch 4 times, most recently from 3b2cb2d to 1811d33 Compare March 10, 2026 14:33
@jason-lynch jason-lynch force-pushed the feat/PLAT-417/orchestrator-common-resources branch from 2000707 to 321ebff Compare March 10, 2026 14:33
@jason-lynch jason-lynch force-pushed the feat/PLAT-417/rename-binary branch 3 times, most recently from 1ef89d0 to 32ef891 Compare March 10, 2026 21:01
@jason-lynch jason-lynch force-pushed the feat/PLAT-417/orchestrator-common-resources branch from fbd7177 to 818b6cd Compare March 11, 2026 12:58
@jason-lynch jason-lynch force-pushed the feat/PLAT-417/rename-binary branch from 32ef891 to 5c8c403 Compare March 11, 2026 12:58
@jason-lynch jason-lynch force-pushed the feat/PLAT-417/orchestrator-common-resources branch from 818b6cd to db06d7c Compare March 11, 2026 13:25
@jason-lynch jason-lynch force-pushed the feat/PLAT-417/rename-binary branch from 5c8c403 to 79fbfc1 Compare March 11, 2026 13:25
@jason-lynch jason-lynch force-pushed the feat/PLAT-417/orchestrator-common-resources branch from db06d7c to 94c2dbe Compare March 11, 2026 13:43
@jason-lynch jason-lynch force-pushed the feat/PLAT-417/rename-binary branch from 79fbfc1 to b1b5cae Compare March 11, 2026 13:43
@jason-lynch jason-lynch force-pushed the feat/PLAT-417/orchestrator-common-resources branch from 94c2dbe to 1de4ace Compare March 11, 2026 13:49
@jason-lynch jason-lynch force-pushed the feat/PLAT-417/rename-binary branch from b1b5cae to 3b749f2 Compare March 11, 2026 13:49
@jason-lynch jason-lynch force-pushed the feat/PLAT-417/orchestrator-common-resources branch from 1de4ace to 187c000 Compare March 12, 2026 19:28
@jason-lynch jason-lynch force-pushed the feat/PLAT-417/rename-binary branch from 3b749f2 to ccf2e10 Compare March 12, 2026 19:29
@jason-lynch jason-lynch force-pushed the feat/PLAT-417/orchestrator-common-resources branch from 187c000 to a6f44f6 Compare March 12, 2026 21:17
@jason-lynch jason-lynch force-pushed the feat/PLAT-417/rename-binary branch from ccf2e10 to 7607b74 Compare March 12, 2026 21:17
@jason-lynch jason-lynch force-pushed the feat/PLAT-417/orchestrator-common-resources branch from a6f44f6 to 2f99484 Compare March 13, 2026 13:13
@jason-lynch jason-lynch force-pushed the feat/PLAT-417/rename-binary branch from 7607b74 to 09c6ec7 Compare March 13, 2026 13:13
@jason-lynch jason-lynch force-pushed the feat/PLAT-417/orchestrator-common-resources branch from 2f99484 to f0153f4 Compare March 23, 2026 21:21
@jason-lynch jason-lynch force-pushed the feat/PLAT-417/rename-binary branch from 09c6ec7 to 317ed90 Compare March 23, 2026 21:21
@jason-lynch jason-lynch force-pushed the feat/PLAT-417/orchestrator-common-resources branch from f0153f4 to cc876e2 Compare March 23, 2026 21:24
@jason-lynch jason-lynch force-pushed the feat/PLAT-417/rename-binary branch from 317ed90 to cff22d3 Compare March 23, 2026 21:25
@jason-lynch jason-lynch force-pushed the feat/PLAT-417/orchestrator-common-resources branch from cc876e2 to 712408d Compare March 23, 2026 21:29
@jason-lynch jason-lynch force-pushed the feat/PLAT-417/rename-binary branch from cff22d3 to 5855a34 Compare March 23, 2026 21:29
@jason-lynch jason-lynch force-pushed the feat/PLAT-417/orchestrator-common-resources branch from 712408d to c8dcd98 Compare March 23, 2026 21:36
@jason-lynch jason-lynch force-pushed the feat/PLAT-417/rename-binary branch from 5855a34 to 6427259 Compare March 23, 2026 21:36
@jason-lynch jason-lynch force-pushed the feat/PLAT-417/orchestrator-common-resources branch from c8dcd98 to 92554b8 Compare March 23, 2026 21:52
@jason-lynch jason-lynch force-pushed the feat/PLAT-417/rename-binary branch from 6427259 to 2ae3509 Compare March 23, 2026 21:52
@jason-lynch jason-lynch force-pushed the feat/PLAT-417/orchestrator-common-resources branch from 92554b8 to b2ab571 Compare March 23, 2026 23:20
@jason-lynch jason-lynch force-pushed the feat/PLAT-417/rename-binary branch from 2ae3509 to 122cbd5 Compare March 23, 2026 23:20
@jason-lynch jason-lynch force-pushed the feat/PLAT-417/orchestrator-common-resources branch from b2ab571 to c52c641 Compare March 23, 2026 23:33
@jason-lynch jason-lynch force-pushed the feat/PLAT-417/rename-binary branch from 122cbd5 to 0dd6130 Compare March 23, 2026 23:33
@jason-lynch jason-lynch force-pushed the feat/PLAT-417/orchestrator-common-resources branch from c52c641 to f32affe Compare March 23, 2026 23:36
@jason-lynch jason-lynch force-pushed the feat/PLAT-417/rename-binary branch from 0dd6130 to 8e96c53 Compare March 23, 2026 23:36
@jason-lynch jason-lynch force-pushed the feat/PLAT-417/orchestrator-common-resources branch from f32affe to ecb25d0 Compare March 24, 2026 00:15
@jason-lynch jason-lynch force-pushed the feat/PLAT-417/rename-binary branch from 8e96c53 to 80a92a0 Compare March 24, 2026 00:15
@jason-lynch jason-lynch force-pushed the feat/PLAT-417/orchestrator-common-resources branch from ecb25d0 to 755fb27 Compare March 24, 2026 14:19
@jason-lynch jason-lynch force-pushed the feat/PLAT-417/rename-binary branch from 80a92a0 to 40fd983 Compare March 24, 2026 14:19
@jason-lynch
Copy link
Copy Markdown
Member Author

@coderabbitai review

@coderabbitai
Copy link
Copy Markdown

coderabbitai bot commented Mar 24, 2026

✅ Actions performed

Review triggered.

Note: CodeRabbit is an incremental review system and does not re-review already reviewed commits. This command is applicable only when automatic reviews are paused.

@jason-lynch jason-lynch force-pushed the feat/PLAT-417/orchestrator-common-resources branch from 755fb27 to 2379e46 Compare March 24, 2026 18:15
@jason-lynch jason-lynch force-pushed the feat/PLAT-417/rename-binary branch from 40fd983 to 307f1e9 Compare March 24, 2026 18:15
Renames the binary and archives from `control-plane` to
`pgedge-control-plane` to reduce the chance of conflicts with other
packages.

PLAT-417
@jason-lynch jason-lynch force-pushed the feat/PLAT-417/rename-binary branch from 307f1e9 to 6a1d107 Compare March 25, 2026 19:38
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