Skip to content

Releases: GoCodeAlone/workflow-plugin-sso

v0.1.8

02 Jun 11:54
Immutable release. Only release title and notes can be modified.
efc99eb

Choose a tag to compare

Changelog

  • efc99eb Merge pull request #19 from GoCodeAlone/fix/sso-jwksuri-proto-contract
  • a60e8e3 fix(sso): add jwks_uri + signing_algorithms to ProviderConfig proto

v0.1.7

02 Jun 11:25
Immutable release. Only release title and notes can be modified.
9e41f88

Choose a tag to compare

Changelog

  • e6890f1 Merge pull request #17 from GoCodeAlone/issue-760-version-discipline
  • 9e41f88 Merge pull request #18 from GoCodeAlone/feat/sso-jwks-uri-verify
  • f468e0b chore: apply plugin version discipline
  • 0d2eefd docs(sso): document sso.oidc jwksUri verify-only mode
  • 83df309 feat(sso): jwksUri-only verify mode for sso.oidc (NewRemoteKeySet, no discovery)
  • b1d2445 fix(sso): verify-only guard on refresh/exchange + drop test import cruft
  • d5d697d fix(sso): verify-only guard on step.sso_userinfo (jwksUri provider has nil Provider)

v0.1.6

27 May 15:08
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

Changelog

  • 7c5cb5b chore: release sso plugin v0.1.6
  • d2d44ea feat: add SSO auth provider descriptors

v0.1.5

24 May 21:26
Immutable release. Only release title and notes can be modified.
b045a8e

Choose a tag to compare

Changelog

  • b045a8e chore: bump plugin.json to v0.1.5 + update download URLs (#15)

v0.1.4

24 May 18:19
Immutable release. Only release title and notes can be modified.
8d8b65b

Choose a tag to compare

Changelog

  • 8d8b65b chore(deps): bump workflow v0.64.0 (#13)
  • 8091b45 chore: bump workflow v0.19.0 → v0.51.7 (#4)
  • 577fcbe chore: sync plugin.json version to latest tag v0.1.3 (#5)
  • 6f7d895 chore: wire sdk.WithBuildVersion + release.yml validate-contract gate (workflow#764) (#10)
  • e51da7c ci(release): notify workflow-registry on tag publish (G1 / workflow-registry#79) (#9)
  • 9141651 ci: add sync-plugin-version workflow (auto-bump plugin.json on tag) (#6)
  • d937c5f ci: bump wfctl pin v0.63.1 → v0.63.2 (workflow#765 implementation actually shipped) (#12)
  • c595590 ci: publish GoReleaser drafts after artifact upload
  • bb17ad0 ci: wire wfctl plugin verify-capabilities + bump wfctl pin to v0.63.1 (workflow#765) (#11)
  • 5914db8 docs(sso): add examples/minimal/config.yaml (#8)
  • c8cfbc0 docs(sso): experimental banner + MIT LICENSE (QoL sweep) (#7)

v0.1.3

27 Apr 21:28
22e82a4

Choose a tag to compare

Changelog

  • 22e82a4 fix: run sso release hooks through shell (#2)

v0.1.1

22 Apr 14:55

Choose a tag to compare

Changelog

  • fcb810b refactor: inject plugin version at build time via ldflags

v0.1.0

03 Apr 22:23

Choose a tag to compare

Changelog

  • b9d2fe4 Initial commit
  • 81b9aba feat: implement SSO plugin with OIDC validation
  • ff5fd65 fix: 3 code review findings — scoped Stop(), config-first provider, output-map errors