diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 6a8e33bb..8011f36e 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "3.13.0" + ".": "3.13.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a66cded..29f9b936 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [3.13.1](https://github.com/dinglebear-ai/cortex/compare/v3.13.0...v3.13.1) (2026-08-09) + + +### Fixed + +* **agent:** preserve Windows supervisor ownership ([#189](https://github.com/dinglebear-ai/cortex/issues/189)) ([9004bae](https://github.com/dinglebear-ai/cortex/commit/9004baec3f5b8d927424333031cb8e8363998204)) + ## [3.13.0](https://github.com/dinglebear-ai/cortex/compare/v3.12.0...v3.13.0) (2026-08-09) diff --git a/Cargo.lock b/Cargo.lock index fe208e6d..e694006f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -522,7 +522,7 @@ checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b" [[package]] name = "cortex" -version = "3.13.0" +version = "3.13.1" dependencies = [ "anyhow", "axum", @@ -4558,7 +4558,7 @@ checksum = "1ffae5123b2d3fc086436f8834ae3ab053a283cfac8fe0a0b8eaae044768a4c4" [[package]] name = "xtask" -version = "3.13.0" +version = "3.13.1" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index 044e5130..086ae4a8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,7 +35,7 @@ missing_safety_doc = "deny" [package] name = "cortex" -version = "3.13.0" +version = "3.13.1" edition.workspace = true rust-version.workspace = true authors.workspace = true diff --git a/docker-compose.prod.yml b/docker-compose.prod.yml index 49ea846f..7402cecb 100644 --- a/docker-compose.prod.yml +++ b/docker-compose.prod.yml @@ -23,7 +23,7 @@ services: # Default tag is kept in sync by `cargo xtask bump-version` (version canon); # previously this was frozen at 1.0.0 while migrations moved forward — # a stale binary against a newer schema (full-review OH1). - image: ghcr.io/dinglebear-ai/cortex:${CORTEX_VERSION:-3.13.0} + image: ghcr.io/dinglebear-ai/cortex:${CORTEX_VERSION:-3.13.1} container_name: cortex user: "${CORTEX_UID:-1000}:${CORTEX_GID:-1000}" group_add: diff --git a/mcpb/manifest.json b/mcpb/manifest.json index c83584a8..7ebdd5ab 100644 --- a/mcpb/manifest.json +++ b/mcpb/manifest.json @@ -3,7 +3,7 @@ "manifest_version": "0.4", "name": "cortex", "display_name": "Cortex", - "version": "3.13.0", + "version": "3.13.1", "description": "Self-hosted log aggregation and investigation for homelabs: syslog, Docker, OTLP, and AI transcripts in SQLite/FTS, exposed over MCP, CLI, and REST.", "long_description": "cortex packages the existing cortex stdio entrypoint as a local MCP Bundle. It is query-only: it reads the configured SQLite database and does not start syslog listeners, HTTP servers, Docker Compose, REST, or deploy flows.", "author": { diff --git a/packages/cortex-rmcp/package.json b/packages/cortex-rmcp/package.json index 2fb9d1bd..4e110a35 100644 --- a/packages/cortex-rmcp/package.json +++ b/packages/cortex-rmcp/package.json @@ -1,6 +1,6 @@ { "name": "@dinglebear/cortex", - "version": "3.13.0", + "version": "3.13.1", "license": "AGPL-3.0-only", "description": "Self-hosted log aggregation and investigation for homelabs: syslog, Docker, OTLP, and AI transcripts in SQLite/FTS, exposed over MCP, CLI, and REST.", "homepage": "https://github.com/dinglebear-ai/cortex#readme", @@ -55,7 +55,7 @@ "llm" ], "mcpName": "ai.dinglebear/cortex", - "binaryVersion": "3.13.0", + "binaryVersion": "3.13.1", "author": { "name": "dinglebear.ai", "url": "https://dinglebear.ai" diff --git a/server.json b/server.json index 541a2c89..f587bb07 100644 --- a/server.json +++ b/server.json @@ -3,7 +3,7 @@ "name": "ai.dinglebear/cortex", "title": "Cortex RMCP", "description": "Self-hosted homelab log intelligence over MCP, CLI, and REST with SQLite/FTS.", - "version": "3.13.0", + "version": "3.13.1", "websiteUrl": "https://github.com/dinglebear-ai/cortex", "repository": { "url": "https://github.com/dinglebear-ai/cortex", @@ -25,7 +25,7 @@ "registryType": "npm", "registryBaseUrl": "https://registry.npmjs.org", "identifier": "@dinglebear/cortex", - "version": "3.13.0", + "version": "3.13.1", "runtimeHint": "npx", "packageArguments": [ { @@ -67,7 +67,7 @@ "format": "string", "isRequired": false, "isSecret": false, - "placeholder": "v3.13.0" + "placeholder": "v3.13.1" }, { "name": "CORTEX_RMCP_REPO", @@ -105,12 +105,12 @@ "namespace": "ai.dinglebear", "dnsDomain": "dinglebear.ai", "distribution": { - "npm": "@dinglebear/cortex@3.13.0", + "npm": "@dinglebear/cortex@3.13.1", "nodePackage": "@dinglebear/cortex", - "ociImage": "ghcr.io/dinglebear-ai/cortex:v3.13.0" + "ociImage": "ghcr.io/dinglebear-ai/cortex:v3.13.1" }, "buildInfo": { - "version": "3.13.0", + "version": "3.13.1", "repository": "https://github.com/dinglebear-ai/cortex" } } diff --git a/xtask/Cargo.toml b/xtask/Cargo.toml index ff8ced5a..bf05d2e1 100644 --- a/xtask/Cargo.toml +++ b/xtask/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "xtask" -version = "3.13.0" +version = "3.13.1" edition.workspace = true rust-version.workspace = true authors.workspace = true