From f423b6461fbe885d2083888cefd1002489642445 Mon Sep 17 00:00:00 2001 From: Julie Lenaerts Date: Thu, 17 Sep 2026 16:43:12 +0200 Subject: [PATCH] Update to v2.13.2 --- .changes/2.13.2.md | 3 +++ CHANGELOG.md | 6 ++++++ 2 files changed, 9 insertions(+) create mode 100644 .changes/2.13.2.md diff --git a/.changes/2.13.2.md b/.changes/2.13.2.md new file mode 100644 index 0000000..70ce387 --- /dev/null +++ b/.changes/2.13.2.md @@ -0,0 +1,3 @@ +## 2.13.2 - 2026-09-17 +### DX +* Fix permissions for writing to cache directory during helm deployment diff --git a/CHANGELOG.md b/CHANGELOG.md index f60974c..ab5ebec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,9 +6,15 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html), and is generated by [Changie](https://github.com/miniscruff/changie). +## 2.13.2 - 2026-09-17 +### DX +* Fix permissions for writing to cache directory during helm deployment + ## 2.13.1 - 2026-09-17 ### Fixed * Dockerfile: create cache directory for helm deployment +### DX +* Build image with gitea actions ## 2.13.0 - 2026-07-10 ### Release