From 8b16d79d6c5b4c905ecd89b50a29b3974d0cb578 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 3 Mar 2026 08:42:10 +0000 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.64.5=20=E2=86=92=200.65.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 29 ++++++++++++++++++++++++++ charts/nextcloud-mcp-server/Chart.yaml | 2 +- pyproject.toml | 2 +- uv.lock | 2 +- 4 files changed, 32 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0941943..e2d7bc7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,35 @@ All notable changes to the Nextcloud MCP Server will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [PEP 440](https://peps.python.org/pep-0440/). +## v0.65.0 (2026-03-03) + +### Feat + +- **auth**: implement OAuth AS proxy to fix audience mismatch (ADR-023) +- **ci**: add Nextcloud version matrix (NC 31, 32, 33) +- **helm**: add login-flow auth mode to Helm chart (ADR-022) +- add Docker Compose profiles and Login Flow v2 service + +### Fix + +- replace assert with proper guard and invalidate scope cache after provisioning +- disable NC rate limiting in dev/CI and add token endpoint diagnostics +- address review feedback — security, caching, CI 429 retry +- skip keycloak hook when profile inactive and update stale PRM test +- address remaining PR #589 review findings +- address PR #589 review findings +- address PR review issues for Login Flow v2 +- address PR #589 review feedback (round 2) +- **ci**: remove dev OIDC mount to fix HTTP 500 in single-user/multi-user-basic +- **ci**: fix health check timeout and per-profile MCP server URL routing +- **ci**: fix PHP gating, add multi-user-basic matrix entry, upload debug artifacts +- address PR #589 review feedback for Login Flow v2 +- **ci**: fix integration test collection and skip Playwright in CI +- **test**: fix 17 pre-existing unit test failures and add astrolabe CI build +- **ci**: keep third_party mount, always build submodules in CI +- **ci**: revert accidental third_party mount, use compose override for OIDC +- **ci**: don't block integration matrix on unit-test failures + ## v0.64.5 (2026-03-03) ### Fix diff --git a/charts/nextcloud-mcp-server/Chart.yaml b/charts/nextcloud-mcp-server/Chart.yaml index 791bdfe..be288f8 100644 --- a/charts/nextcloud-mcp-server/Chart.yaml +++ b/charts/nextcloud-mcp-server/Chart.yaml @@ -3,7 +3,7 @@ name: nextcloud-mcp-server description: A Helm chart for Nextcloud MCP Server - enables AI assistants to interact with Nextcloud type: application version: 0.57.94 -appVersion: "0.64.5" +appVersion: "0.65.0" keywords: - nextcloud - mcp diff --git a/pyproject.toml b/pyproject.toml index ae5b2b9..a74dd07 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "nextcloud-mcp-server" -version = "0.64.5" +version = "0.65.0" description = "Model Context Protocol (MCP) server for Nextcloud integration - enables AI assistants to interact with Nextcloud data" authors = [ {name = "Chris Coutinho", email = "chris@coutinho.io"} diff --git a/uv.lock b/uv.lock index fc14553..d61abba 100644 --- a/uv.lock +++ b/uv.lock @@ -1989,7 +1989,7 @@ wheels = [ [[package]] name = "nextcloud-mcp-server" -version = "0.64.5" +version = "0.65.0" source = { editable = "." } dependencies = [ { name = "aiosqlite" },