Skip to content

Releases: GoCodeAlone/workflow-plugin-launchdarkly

v0.1.2

26 May 06:44
Immutable release. Only release title and notes can be modified.
d9bed89

Choose a tag to compare

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

v0.1.1

22 Apr 15:13

Choose a tag to compare

Changelog

  • 530a0c7 refactor: inject plugin version at build time via ldflags
  • 51eaaee test: add wftest integration tests
  • baab3a8 ci: add CI workflow for push/PR
  • 6b8cbc6 chore: bump workflow engine to v0.3.51
  • 9a682d2 ci: add registry notification on release
  • 9364f2e ci: make registry sync step non-blocking

v0.1.0

13 Mar 16:37

Choose a tag to compare

Changelog

  • addfff9 fix: correct goreleaser v2 config syntax
  • f3cdc44 feat: add tests, Makefile, goreleaser config, and fix CI workflow
  • 5c565a5 feat: complete launchdarkly plugin with goreleaser, plugin.json, and CI
  • d520752 Initial commit