diff --git a/.changeset/curvy-roses-unite.md b/.changeset/curvy-roses-unite.md deleted file mode 100644 index 802204bec..000000000 --- a/.changeset/curvy-roses-unite.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@kosko/helm": patch ---- - -Fix loadHelm might read empty index file in case of race condition diff --git a/.changeset/shiny-rocks-pump.md b/.changeset/shiny-rocks-pump.md deleted file mode 100644 index af9b3a99b..000000000 --- a/.changeset/shiny-rocks-pump.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@kosko/helm": patch ---- - -adjust check logic of chart exists diff --git a/.changeset/weak-falcons-serve.md b/.changeset/weak-falcons-serve.md deleted file mode 100644 index 9c5d085e3..000000000 --- a/.changeset/weak-falcons-serve.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@kosko/helm": patch ---- - -Cache tar file instead of extracted diff --git a/packages/helm/CHANGELOG.md b/packages/helm/CHANGELOG.md index 3b5ae8d5a..8af020972 100644 --- a/packages/helm/CHANGELOG.md +++ b/packages/helm/CHANGELOG.md @@ -1,5 +1,15 @@ # @kosko/helm +## 5.1.1 + +### Patch Changes + +- [#146](https://github.com/tommy351/kosko/pull/146) [`2292a30`](https://github.com/tommy351/kosko/commit/2292a303f96f4576a1d368c111fe95fcf585c181) Thanks [@yz89122](https://github.com/yz89122)! - Fix loadHelm might read empty index file in case of race condition + +- [#148](https://github.com/tommy351/kosko/pull/148) [`caea4f7`](https://github.com/tommy351/kosko/commit/caea4f7ae4fba92c2e297a6dfd9b1128a56a93d6) Thanks [@yz89122](https://github.com/yz89122)! - adjust check logic of chart exists + +- [#145](https://github.com/tommy351/kosko/pull/145) [`0056c22`](https://github.com/tommy351/kosko/commit/0056c22f4daa7f8b8a8a1dae477db9443e058951) Thanks [@yz89122](https://github.com/yz89122)! - Cache tar file instead of extracted + ## 5.1.0 ### Minor Changes diff --git a/packages/helm/package.json b/packages/helm/package.json index 8fb8bbb2a..3f42a944b 100644 --- a/packages/helm/package.json +++ b/packages/helm/package.json @@ -1,6 +1,6 @@ { "name": "@kosko/helm", - "version": "5.1.0", + "version": "5.1.1", "description": "Load Helm charts in kosko.", "homepage": "https://kosko.dev", "repository": {