Conversation
…moduleType - version: 0.1.0 → 0.3.0 - capabilities.moduleTypes: [] → ["iac.provider"] - add capabilities.iacProvider with name + 14 resourceTypes from plugin.json - update all 4 download URLs to v0.3.0 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
v0.3.0 runner issue required a patch tag; team-lead bumped to v0.3.1 with ubuntu-latest runners. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Allows IaC provider plugins to declare their provider name and supported resource types in the registry manifest without failing additionalProperties validation. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
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.
Summary
Version rationale
v0.3.1 is correct. v0.2.0 and v0.2.1 pre-existed Task 22. v0.3.0 was tagged but its release workflow was stuck on a self-hosted runner group that wasn't picking up jobs; team-lead patched `release.yml` to `ubuntu-latest` and re-tagged as v0.3.1.
Asset name verification
✅ Verified — all 4 asset names confirmed via `gh release view v0.3.1 --repo GoCodeAlone/workflow-plugin-digitalocean --json assets --jq '.assets[] | .name'`:
```
workflow-plugin-digitalocean-darwin-amd64.tar.gz
workflow-plugin-digitalocean-darwin-arm64.tar.gz
workflow-plugin-digitalocean-linux-amd64.tar.gz
workflow-plugin-digitalocean-linux-arm64.tar.gz
```
Test plan
🤖 Generated with Claude Code