- Notifications
You must be signed in to change notification settings - Fork948
chore: remove v-prefix from module source#18969
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Conversation
This fixes the Dependabot PR that incorrectly added a v prefix to the version.Also updates to use dev.registry.coder.com for consistency.Co-authored-by: matifali <10648092+matifali@users.noreply.github.com>
coderabbitaibot commentedJul 21, 2025 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
Important Review skippedAuto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the 🪧 TipsChatThere are 3 ways to chat withCodeRabbit:
SupportNeed help? Create a ticket on oursupport page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
Documentation and Community
|
All modules with a "v" prefix in the version should have it removed. |
This fixes all Dependabot PRs that incorrectly added v prefixes to module versions.Also ensures all modules use dev.registry.coder.com for consistency.Co-authored-by: matifali <10648092+matifali@users.noreply.github.com>
✅ Done! I've searched through the entire Fixed modules: dogfood/coder-envbuilder/main.tf:
dogfood/coder/main.tf:
All modules now use the correct version format without the |
Resolve the conflicts on this PR |
This PR fixes the Dependabot PR#18964 that incorrectly added a
v
prefix to the jetbrains-gateway module version.Changes:
1.1.1
to1.2.1
(withoutv
prefix)dev.registry.coder.com
for consistency with other modulesThis ensures the version format matches the expected pattern for Coder registry modules.