Skip to content

Releases: GoCodeAlone/workflow-plugin-github

v1.0.6

24 May 21:27
Immutable release. Only release title and notes can be modified.
3bb5e9d

Choose a tag to compare

Changelog

  • 3bb5e9d chore(deps): bump workflow v0.64.0 (#23)
  • a388e88 ci: fix Layer 3b verify-capabilities wiring + bump setup-wfctl to v0.63.2 (workflow#765) (#22)
  • c2bd798 ci: wire wfctl plugin verify-capabilities + bump wfctl pin to v0.63.1 (workflow#765) (#21)
  • 0581458 chore: align internal.Version sentinel to 0.0.0 (workflow#764) (#20)
  • 925e7bf chore(release): plugin-version discipline — non-IaC adaptation (workflow#758) (#19)
  • 1a81c2b ci(release): notify workflow-registry on tag publish (G1 / workflow-registry#79) (#18)
  • 268c4da docs(github): add examples/minimal/config.yaml (#17)
  • 495d2ec docs(github): experimental banner + MIT LICENSE (QoL sweep) (#16)

v1.0.5

24 May 18:15
Immutable release. Only release title and notes can be modified.
3bb5e9d

Choose a tag to compare

Changelog

  • 3bb5e9d chore(deps): bump workflow v0.64.0 (#23)
  • a388e88 ci: fix Layer 3b verify-capabilities wiring + bump setup-wfctl to v0.63.2 (workflow#765) (#22)
  • c2bd798 ci: wire wfctl plugin verify-capabilities + bump wfctl pin to v0.63.1 (workflow#765) (#21)
  • 0581458 chore: align internal.Version sentinel to 0.0.0 (workflow#764) (#20)
  • 925e7bf chore(release): plugin-version discipline — non-IaC adaptation (workflow#758) (#19)
  • 1a81c2b ci(release): notify workflow-registry on tag publish (G1 / workflow-registry#79) (#18)
  • 268c4da docs(github): add examples/minimal/config.yaml (#17)
  • 495d2ec docs(github): experimental banner + MIT LICENSE (QoL sweep) (#16)

v1.0.4

16 May 02:31
Immutable release. Only release title and notes can be modified.
0cc1c8a

Choose a tag to compare

Changelog

  • 0cc1c8a chore: bump workflow pin v0.51.7 → v0.53.1; release v1.0.4 (#14)
  • 61f15a8 ci: add sync-plugin-version workflow (auto-bump plugin.json on tag) (#13)
  • 927ae9c chore: sync plugin.json version to latest tag v1.0.3 (#12)
  • 082d2d1 feat: adopt strict-contracts typed proto (closes #10) (#11)
  • e3068ce chore: bump workflow v0.3.56 → v0.51.7 (#9)
  • 8772b77 feat: add compute gateway step

v1.0.3

12 May 00:20
Immutable release. Only release title and notes can be modified.
0fb92d6

Choose a tag to compare

Changelog

  • 0fb92d6 build: package runner provider (#8)
  • 67514f4 T44: add runner provider health check
  • 3fe2a34 T41: add GitHub runner provider
  • a05208b ci: publish GoReleaser drafts after artifact upload
  • 2ffba8c Merge pull request #6 from GoCodeAlone/copilot/migrate-workflow-plugin-github
  • fcf3cd6 ci: add permissions: contents: read to test job to fix CodeQL finding
  • 1df7e69 Address remaining review comments: fix type/description issues, re-add provider, fix CI informational step, add field-level contract tests
  • 5945a1b Change CI runner to ubuntu-latest
  • d3aba96 Address all 9 review thread comments: fix pr_merge method, release_upload templates, schema accuracy, token required, type corrections, runtime sync tests
  • c6e8d22 Add strict-contracts CI job, strengthen contract tests, add engine manifest validation
  • 10d5c65 Add strict gRPC proto contracts: stepSchemas in plugin.json + SchemaProvider
  • 8b550dc Initial plan

v1.0.2

22 Apr 15:03

Choose a tag to compare

Changelog

  • d83fa8d refactor: inject plugin version at build time via ldflags
  • 22aa940 feat: expand GitHub plugin — go-github SDK, 13 new steps, github.app module
  • 7ee987c test: add wftest integration tests
  • f09f7ba ci: upgrade goreleaser-action to v7, actions to latest
  • 64f631b ci: add CI workflow for push/PR

v1.0.1

21 Mar 19:22

Choose a tag to compare

Changelog

  • f106b5b chore: bump workflow engine to v0.3.51
  • 09d2560 chore: add MIT license
  • 2ba7475 Merge pull request #4 from GoCodeAlone/chore/modular-migration
  • 1400928 chore: bump workflow to v0.3.30 (eventbus v2.5.1 fix)
  • e55d771 chore: migrate from CrisisTextLine/modular to GoCodeAlone/modular
  • 1cf54f1 deps: update workflow to v0.3.28

v1.0.0

08 Mar 21:56

Choose a tag to compare

Changelog

  • d67a311 ci: add GoReleaser config and release workflow
  • c71f511 deps: update workflow to v0.3.1
  • 3f2d80c deps: update workflow to v0.3.0 (#3)
  • e025b72 Merge pull request #2 from GoCodeAlone/deps/workflow-v0.2.21
  • f02e08e deps: update workflow dependency from v0.2.2 to v0.2.21
  • 1e2e1cf Merge pull request #1 from GoCodeAlone/fix/ws02-github-plugin
  • e2488aa fix: wire pipeline context into GitHub step Execute methods for dynamic field resolution
  • a370fab fix: remove DefaultServeMux registration and expose webhook route via ConfigFragment
  • f83b48e fix: replace MaxBytesReader(nil) with io.LimitReader to avoid nil ResponseWriter panic
  • c92c9cb Add workflow-plugin-github: GitHub webhook and Actions integration