Skip to content

feat(plugin): declare iacServices in plugin.json; bump workflow v0.64.0#28

Merged
intel352 merged 2 commits into
mainfrom
feat/iacServices-manifest-v0.64.0
May 24, 2026
Merged

feat(plugin): declare iacServices in plugin.json; bump workflow v0.64.0#28
intel352 merged 2 commits into
mainfrom
feat/iacServices-manifest-v0.64.0

Conversation

@intel352
Copy link
Copy Markdown
Contributor

@intel352 intel352 commented May 24, 2026

Summary

Declares the 8 IaC gRPC services this plugin registers via `sdk.ServeIaCPlugin`, using the new `iacServices` manifest field added in workflow#767 (v0.64.0). Enables `wfctl plugin verify-capabilities` contract-diff.

Changes

  • `plugin.json`: adds `iacServices` array (8 services) + bumps `minEngineVersion` 0.61.0 → 0.64.0
  • `go.mod`: bumps `github.com/GoCodeAlone/workflow` 0.61.0 → 0.64.0
  • `.github/workflows/release.yml`: bumps `setup-wfctl@v1` pinned version 0.63.2 → 0.64.0

Test Plan

  • `GOWORK=off go build ./...` exit 0
  • `GOWORK=off go test ./...` all PASS
  • release.yml setup-wfctl version reflects v0.64.0

🤖 Generated with Claude Code

intel352 and others added 2 commits May 24, 2026 13:11
Adds the iacServices manifest field (workflow#767) listing the 8 IaC
gRPC services this plugin registers via sdk.ServeIaCPlugin. Bumps
workflow dep + minEngineVersion to v0.64.0 to consume the manifest
field + verify-capabilities contract-diff support shipped in
workflow PR #773.

Verifiable via:
  wfctl plugin verify-capabilities --binary <built> .

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Ensures the next plugin tag-push validates against wfctl v0.64.0 which
includes contract-diff support (workflow PR #773).

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@intel352 intel352 merged commit f4538ad into main May 24, 2026
4 checks passed
@intel352 intel352 deleted the feat/iacServices-manifest-v0.64.0 branch May 24, 2026 17:28
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