Skip to content

Releases: GoCodeAlone/workflow-plugin-okta

v0.2.6

31 May 20:23
Immutable release. Only release title and notes can be modified.
3853fd8

Choose a tag to compare

Changelog

  • 3853fd8 fix: verify packaged manifest during release

v0.2.4

27 May 16:07
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

Changelog

  • 7dfb878 fix: publish draft releases by tag lookup
  • 4cbb36a fix: restore release binary execute bit
  • c8129f3 fix: persist release artifacts for verification
  • daa9820 chore: release okta plugin v0.2.4
  • e0c1e39 Expose Okta auth provider descriptors (#13)

v0.2.3

24 May 21:51
Immutable release. Only release title and notes can be modified.
d159313

Choose a tag to compare

Changelog

  • d159313 chore: bump plugin.json to v0.2.3 + update download URLs (#12)

v0.2.2

24 May 20:45
Immutable release. Only release title and notes can be modified.
93fb3f3

Choose a tag to compare

Changelog

  • 93fb3f3 chore(deps): bump workflow v0.64.0 (#11)
  • bf12f71 ci: bump wfctl pin v0.63.1 → v0.63.2 (workflow#765 implementation actually shipped) (#10)
  • 8f73cc9 ci: wire wfctl plugin verify-capabilities + bump wfctl pin to v0.63.1 (workflow#765) (#9)
  • debe886 chore: wire sdk.WithBuildVersion + release.yml validate-contract gate (workflow#764) (#8)
  • c822860 docs(okta): add examples/minimal/config.yaml (#7)
  • aa1183b docs(okta): experimental banner + LICENSE check (QoL sweep) (#6)
  • bb581c2 ci: add sync-plugin-version workflow (auto-bump plugin.json on tag) (#5)
  • 132a9b6 chore: bump workflow v0.51.7 (#4)
  • a33fb30 ci: publish GoReleaser drafts after artifact upload
  • 4d7cfb5 Merge pull request #2 from GoCodeAlone/copilot/migrate-workflow-plugin-okta-to-strict-grpc
  • 22ba8a2 Fix Makefile LDFLAGS target (internal.Version) and deduplicate wfctl version in CI via make validate-contracts
  • 9a7567d Assert wfctl strict flag availability
  • 30571c3 Address strict contract review feedback
  • fa2802c Address review feedback: align plugin version, auto-update URLs, rename CI job, use go install, improve contracts docs
  • a75aaf8 Add strict contract descriptors, CI validation job, and fix plugin.json downloads
  • e57c09d Initial plan

v0.2.1

22 Apr 14:42

Choose a tag to compare

Changelog

  • 0fb0455 refactor: inject plugin version at build time via ldflags

v0.2.0

03 Apr 22:55

Choose a tag to compare

Changelog

  • b52ecf0 fix: update CI Go version and remove local replace directives
  • e21b625 fix: PrivateKey auth + scopes for okta SDK migration
  • 094f1a3 feat: migrate to okta-sdk-golang/v6
  • 96fb57e test: add wftest integration tests
  • f54dd77 ci: upgrade goreleaser-action to v7, actions to latest
  • deccc8e ci: add CI workflow for push/PR
  • 4fccce1 chore: bump workflow engine to v0.3.51
  • 27abffd ci: add registry notification on release
  • 673e86d ci: make registry sync step non-blocking

v0.1.0

13 Mar 16:36

Choose a tag to compare

Changelog

  • 97a8955 fix: correct goreleaser v2 config syntax
  • bd3391a feat: complete okta plugin with goreleaser, plugin.json, and CI
  • 7a883fb feat: initial implementation of workflow-plugin-okta
  • 917773c Initial commit