chore!: remove deprecated modules#1025
Open
matifali wants to merge 2 commits into
Open
Conversation
…i, jetbrains-fleet) - coder/amazon-q: deprecated - coder/hcp-vault-secrets: HCP Vault Secrets service is being sunset - coder-labs/gemini: deprecated Gemini CLI module - coder/jetbrains-fleet: JetBrains discontinued Fleet - Updated coder-modules skill doc to drop amazon-q references
matifali
marked this pull request as ready for review
July 21, 2026 10:03
amazon-q.svg, fleet.svg, and gemini.svg were only referenced by the removed amazon-q, jetbrains-fleet, and gemini modules respectively. vault.svg is kept since vault-github, vault-jwt, vault-cli, and vault-token still use it.
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.
Removes four deprecated modules from the registry repo:
coder/amazon-qcoder/hcp-vault-secretscoder-labs/geminicoder/jetbrains-fleetAlso:
amazon-qreferences from.agents/skills/coder-modules/SKILL.md.amazon-q.svg,fleet.svg, andgemini.svgfrom.icons/.vault.svgis kept sincevault-github,vault-jwt,vault-cli, andvault-tokenstill reference it.No impact on existing customers
Deleting these directories from
maindoes not unpublish anything. The registry server builds Terraform module assets exclusively fromrelease/<namespace>/<module>/<version>git tags (see registry-servercmd/build/module_src_gen.go,NamespacedIndividualVersionModuleGeneration), never from themainbranch. All release tags for these modules are untouched by this PR, so:registry.coder.com/coder/hcp-vault-secrets/coderat any published version continue toterraform initand download successfully./versions,/download) keeps listing and serving every previously published version.The only effect is discoverability: once coder/registry-server#445 lands and is deployed, these modules will no longer appear on the registry.coder.com website. No new versions can be published for them going forward.
Validation
amazon-q.svg,fleet.svg,gemini.svgare not referenced by any remaining module/template before deleting them; confirmedvault.svgis still used by 4 other modules and was kept../scripts/terraform_validate.shpasses (deletions only).🤖 Generated with Mux using Claude