Skip to content

chore(release): bump workspace to 0.27.0#28

Merged
rrrodzilla merged 1 commit into
mainfrom
chore/release-0.27.0
May 28, 2026
Merged

chore(release): bump workspace to 0.27.0#28
rrrodzilla merged 1 commit into
mainfrom
chore/release-0.27.0

Conversation

@rrrodzilla

Copy link
Copy Markdown
Contributor

Summary

Workspace version bump for the 0.27.0 release. This PR is the precondition to running cargo release tag --execute && cargo release publish --execute against main after merge.

Changes

Why minor, not patch

Six PRs in this cycle introduce observable behavior changes to the audit-event surface that downstream SIEM rules can key on:

Per SemVer, observable-behavior changes that aren't bug fixes warrant a minor bump.

Test plan

  • cargo check --workspace — clean
  • Pre-bump CI on all the constituent PRs was green
  • CI on this PR runs the workspace once at the new version before merge

Follow-up (after merge)

```
git pull --ff-only
cargo release tag --execute --no-confirm
cargo release publish --execute --no-confirm
git push origin acton-service-v0.27.0
```

Closes #13 #15 #18 #19 #20 #19 (refs partial #16)

Bumps acton-service and acton-cli to 0.27.0, updates acton-docs version
files to match, and populates the CHANGELOG.md entry for 0.27.0.

The release carries breaking changes to the audit-event surface — see
CHANGELOG for the full list. Closes #13 #15 #18 #19 #20 (partial #16).
@rrrodzilla rrrodzilla merged commit b0d0767 into main May 28, 2026
8 checks passed
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.

auth middleware emits auth.login.failed on every unauthenticated request

1 participant