diff --git a/charts/nextcloud-mcp-server/.cz.toml b/charts/nextcloud-mcp-server/.cz.toml index 4082ba5..a42562c 100644 --- a/charts/nextcloud-mcp-server/.cz.toml +++ b/charts/nextcloud-mcp-server/.cz.toml @@ -1,6 +1,6 @@ [tool.commitizen] name = "cz_conventional_commits" -version = "0.55.2" +version = "0.56.0" tag_format = "nextcloud-mcp-server-$version" version_scheme = "semver" update_changelog_on_bump = true diff --git a/charts/nextcloud-mcp-server/CHANGELOG.md b/charts/nextcloud-mcp-server/CHANGELOG.md index bcf8520..a589442 100644 --- a/charts/nextcloud-mcp-server/CHANGELOG.md +++ b/charts/nextcloud-mcp-server/CHANGELOG.md @@ -14,6 +14,30 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Configurable resource limits - Grafana dashboard annotations +## nextcloud-mcp-server-0.56.0 (2025-12-26) + +### Feat + +- Remove URL rewriting in favor of proper nextcloud config +- **helm**: migrate to new environment variable naming convention +- Migrate to vue 3 +- **astrolabe**: upgrade to Vue 3 and @nextcloud/vue 9 + +### Fix + +- **tests**: Add singleton reset fixture to prevent anyio.WouldBlock errors +- **tests**: Fix integration test failures in qdrant, sampling, and rag tests +- **auth**: Skip issuer validation for management API tokens +- Use settings.enable_offline_access for env var consolidation +- Add required config.py attributes +- **docker**: remove overwritehost to fix container-to-container DCR +- **deps**: update dependency @nextcloud/vue to v9 +- **deps**: update dependency vue to v3 + +### Refactor + +- **auth**: Decouple BasicAuth and OAuth authentication strategies + ## nextcloud-mcp-server-0.55.2 (2025-12-22) ### Fix diff --git a/charts/nextcloud-mcp-server/Chart.yaml b/charts/nextcloud-mcp-server/Chart.yaml index e227839..2f7d74b 100644 --- a/charts/nextcloud-mcp-server/Chart.yaml +++ b/charts/nextcloud-mcp-server/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: nextcloud-mcp-server description: A Helm chart for Nextcloud MCP Server - enables AI assistants to interact with Nextcloud type: application -version: 0.55.2 +version: 0.56.0 appVersion: "0.60.0" keywords: - nextcloud