chore: release v0.13.0#150
Merged
Merged
Conversation
Bumps the workspace from 0.12.0 to 0.13.0 (workspace package version plus all six inter-crate path pins) and finalizes the CHANGELOG by renaming the [Unreleased] block to [0.13.0] - 2026-05-26 with a TL;DR that frames the release around post-evaluation enrichment, server-side TLS, and field observability. Cargo.lock is refreshed via `cargo update -w` (workspace-only, no transitive bumps). Pre-merge checks: cargo fmt, cargo clippy --workspace --all-targets --all-features -- -D warnings, cargo test --workspace --all-features (1491 passed), mkdocs build --strict, cargo deny check, all green.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Release v0.13.0. Bumps the workspace from 0.12.0 to 0.13.0 (workspace package version + six inter-crate path pins), refreshes
Cargo.lockworkspace-only, and finalizesCHANGELOG.mdby renaming the[Unreleased]block to[0.13.0] - 2026-05-26with a TL;DR.Headline framing: the "post-evaluation enrichment, server-side TLS, and field observability" release.
register_builtinregistry.daemon-tlsfeature, mTLS, cross-platform cert hot-reload.--observe-fieldson daemon and eval, four/api/v1/fields/*endpoints, three Prometheus surfaces.--source <file_or_dir>,DaemonSourceRegistry,rsigma rule migrate-sources.EvaluationResult(refactor(eval): unify MatchResult and CorrelationResult into a single EvaluationResult #132) and the deprecated CLI aliases hidden from--help(cli: hide deprecated flat subcommand aliases from--help#125).attacksubcommand group; namespace freed for a future contributor PR.Full release notes: see the new
[0.13.0]section inCHANGELOG.md.Test plan
cargo fmt --all -- --checkcargo clippy --workspace --all-targets --all-features -- -D warningscargo test --workspace --all-features(1491 passed)mkdocs build --strictcargo deny checkPost-merge
After merge, tag
v0.13.0onmainand create the GitHub Release using the[0.13.0]body verbatim. Thepublish.yml,release-binaries.yml, anddocker.ymlworkflows fire onrelease: published.