Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 8f0f989c6d | |||
| f8a2935c22 |
@@ -34,7 +34,7 @@ jobs:
|
|||||||
helm repo add qdrant https://qdrant.github.io/qdrant-helm
|
helm repo add qdrant https://qdrant.github.io/qdrant-helm
|
||||||
helm repo add ollama https://otwld.github.io/ollama-helm
|
helm repo add ollama https://otwld.github.io/ollama-helm
|
||||||
helm repo update
|
helm repo update
|
||||||
helm dependency update charts/nextcloud-mcp-server
|
helm dependency build charts/nextcloud-mcp-server
|
||||||
|
|
||||||
- name: Run chart-releaser
|
- name: Run chart-releaser
|
||||||
uses: helm/chart-releaser-action@cae68fefc6b5f367a0275617c9f83181ba54714f # v1.7.0
|
uses: helm/chart-releaser-action@cae68fefc6b5f367a0275617c9f83181ba54714f # v1.7.0
|
||||||
|
|||||||
@@ -1,3 +1,9 @@
|
|||||||
|
## v0.27.3 (2025-11-09)
|
||||||
|
|
||||||
|
### Fix
|
||||||
|
|
||||||
|
- **ci**: Use helm dependency build instead of update to use Chart.lock
|
||||||
|
|
||||||
## v0.27.2 (2025-11-09)
|
## v0.27.2 (2025-11-09)
|
||||||
|
|
||||||
### Fix
|
### Fix
|
||||||
|
|||||||
@@ -5,5 +5,5 @@ dependencies:
|
|||||||
- name: ollama
|
- name: ollama
|
||||||
repository: https://otwld.github.io/ollama-helm
|
repository: https://otwld.github.io/ollama-helm
|
||||||
version: 1.33.0
|
version: 1.33.0
|
||||||
digest: sha256:c53b7a604d202460f60408a62025ae837cad8d4da970b1e5bb404e2b41289f94
|
digest: sha256:d2a0d0e347db47dc89c607d61251aeb0b7a39eddaa2d8137526f29cf625c900c
|
||||||
generated: "2025-11-08T23:44:59.709689907+01:00"
|
generated: "2025-11-09T07:48:54.477365384+01:00"
|
||||||
|
|||||||
@@ -2,8 +2,8 @@ apiVersion: v2
|
|||||||
name: nextcloud-mcp-server
|
name: nextcloud-mcp-server
|
||||||
description: A Helm chart for Nextcloud MCP Server - enables AI assistants to interact with Nextcloud
|
description: A Helm chart for Nextcloud MCP Server - enables AI assistants to interact with Nextcloud
|
||||||
type: application
|
type: application
|
||||||
version: 0.27.2
|
version: 0.27.3
|
||||||
appVersion: "0.27.2"
|
appVersion: "0.27.3"
|
||||||
keywords:
|
keywords:
|
||||||
- nextcloud
|
- nextcloud
|
||||||
- mcp
|
- mcp
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
[project]
|
[project]
|
||||||
name = "nextcloud-mcp-server"
|
name = "nextcloud-mcp-server"
|
||||||
version = "0.27.2"
|
version = "0.27.3"
|
||||||
description = "Model Context Protocol (MCP) server for Nextcloud integration - enables AI assistants to interact with Nextcloud data"
|
description = "Model Context Protocol (MCP) server for Nextcloud integration - enables AI assistants to interact with Nextcloud data"
|
||||||
authors = [
|
authors = [
|
||||||
{name = "Chris Coutinho", email = "chris@coutinho.io"}
|
{name = "Chris Coutinho", email = "chris@coutinho.io"}
|
||||||
|
|||||||
@@ -1026,7 +1026,7 @@ wheels = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "nextcloud-mcp-server"
|
name = "nextcloud-mcp-server"
|
||||||
version = "0.27.2"
|
version = "0.27.3"
|
||||||
source = { editable = "." }
|
source = { editable = "." }
|
||||||
dependencies = [
|
dependencies = [
|
||||||
{ name = "aiosqlite" },
|
{ name = "aiosqlite" },
|
||||||
|
|||||||
Reference in New Issue
Block a user