Skip to content

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

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#31
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 to catch service-registration drift between this plugin's plugin.json and its runtime gRPC surface.

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
  • Manifest content matches internal/iacserver.go Unimplemented embeds
  • release.yml setup-wfctl version reflects v0.64.0

🤖 Generated with Claude Code

intel352 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> .
@intel352 intel352 merged commit b439a77 into main May 24, 2026
5 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