diff --git a/.release-please-manifest.json b/.release-please-manifest.json index f9f3d81..11d6291 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { "charts/common": "0.1.0", - "charts/api": "0.1.0" + "charts/api": "0.1.1" } diff --git a/charts/api/CHANGELOG.md b/charts/api/CHANGELOG.md index 9c72e40..4bea125 100644 --- a/charts/api/CHANGELOG.md +++ b/charts/api/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.1](https://github.com/docspec/charts/compare/api-v0.1.0...api-v0.1.1) (2026-04-28) + + +### Bug Fixes + +* **api:** add writable emptyDir volume for /tmp ([#9](https://github.com/docspec/charts/issues/9)) ([9c7bd65](https://github.com/docspec/charts/commit/9c7bd65328d91a2a19d5f195a2ec5eda4f352d18)) + ## [0.1.0](https://github.com/docspec/charts/compare/api-v0.0.1...api-v0.1.0) (2026-04-28) diff --git a/charts/api/Chart.yaml b/charts/api/Chart.yaml index d4272b4..09aeaaa 100644 --- a/charts/api/Chart.yaml +++ b/charts/api/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: api description: Helm chart for the docspec document conversion API type: application -version: 0.1.0 +version: 0.1.1 kubeVersion: ">=1.28.0" home: https://github.com/docspec/charts sources: