Skip to content

chore: bump workflow pin v0.51.7 → v0.53.1; release v0.5.4#24

Merged
intel352 merged 1 commit into
mainfrom
chore/workflow-v0.53.1-pin-bump
May 16, 2026
Merged

chore: bump workflow pin v0.51.7 → v0.53.1; release v0.5.4#24
intel352 merged 1 commit into
mainfrom
chore/workflow-v0.53.1-pin-bump

Conversation

@intel352
Copy link
Copy Markdown
Contributor

Pin sweep per https://github.com/GoCodeAlone/workflow/blob/main/docs/plans/2026-05-16-post-cloud-sdk-plugin-sweep-design.md.

Closes part of GoCodeAlone/workflow#656.

Test plan

  • go build ./... clean
  • go test ./... -race PASS
  • minEngineVersion bumped to 0.53.0 (tested-floor)
  • go mod tidy diff is the expected pin + transitives only

🤖 Generated with Claude Code

Copilot AI review requested due to automatic review settings May 16, 2026 02:11
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates this plugin’s pinned Workflow engine dependency and declared minimum compatible engine version as part of the planned pin sweep.

Changes:

  • Bump github.com/GoCodeAlone/workflow dependency from v0.51.7 to v0.53.1.
  • Raise plugin.json minEngineVersion from 0.51.7 to 0.53.0.
  • Tidy module metadata (go.mod/go.sum) to reflect the new pin and remove now-unneeded transitives.

Reviewed changes

Copilot reviewed 2 out of 3 changed files in this pull request and generated 1 comment.

File Description
plugin.json Updates minimum engine compatibility version for the plugin.
go.mod Pins the Workflow dependency to v0.53.1 and updates indirect requirements accordingly.
go.sum Updates checksums to match the new module graph after the pin bump.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread plugin.json
Comment on lines 2 to +10
"name": "workflow-plugin-authz",
"version": "0.5.3",
"description": "RBAC authorization plugin using Casbin",
"author": "GoCodeAlone",
"license": "MIT",
"type": "external",
"tier": "core",
"private": false,
"minEngineVersion": "0.51.7",
"minEngineVersion": "0.53.0",
@intel352 intel352 merged commit d10aaa1 into main May 16, 2026
13 checks passed
@intel352 intel352 deleted the chore/workflow-v0.53.1-pin-bump branch May 16, 2026 02:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants