Releases: GoCodeAlone/workflow-plugin-launchdarkly
Releases · GoCodeAlone/workflow-plugin-launchdarkly
v0.1.2
Immutable
release. Only release title and notes can be modified.
Changelog
- d9bed89 ci: bump wfctl pin v0.63.1 → v0.63.2 (workflow#765 implementation actually shipped) (#10)
- 3408b97 ci: wire wfctl plugin verify-capabilities + bump wfctl pin to v0.63.1 (workflow#765) (#9)
- 0b1116f chore: wire sdk.WithBuildVersion + release.yml validate-contract gate (workflow#764) (#8)
- 131905d docs(launchdarkly): add examples/minimal/config.yaml (#7)
- eb7218c docs(launchdarkly): experimental banner + MIT LICENSE (QoL sweep) (#6)
- 510b99d chore: bump workflow v0.3.56 → v0.51.7 (#4)
- f9236b7 ci: add sync-plugin-version workflow (auto-bump plugin.json on tag) (#5)
- 8cba660 ci: publish GoReleaser drafts after artifact upload
- 41ab0c7 Merge pull request #2 from GoCodeAlone/copilot/migrate-workflow-plugin-strict-grpc
- 984e295 fix: add plugin.contracts.json for wfctl strict-contracts + downloads to plugin.json; update contract_test.go
- bb75fb8 fix: update wfctl to v0.21.2 which supports --strict-contracts flag; add permissions to test job
- f9b5780 fix: fix sign boolean handling in webhook_create and add GOPRIVATE to wfctl CI job
- eba6f40 Change CI runner to 'ubuntu-latest'
- 823d388 fix: address review feedback - duplicate detection, fatal on missing plugin.json, fix executionDate type, use go install for wfctl
- 4b171b6 ci: set explicit permissions on wfctl-strict-contracts job
- d341540 ci: add wfctl strict contract validation job to CI workflow
- 00e9ff2 style: restore compact array formatting in plugin.json for keywords and moduleTypes
- 3951bdd feat: add strict gRPC proto contracts - step schemas and module schema provider
- e915fd8 Initial plan