From 29ff42716fb4f1b8c9465198428b923784db7b31 Mon Sep 17 00:00:00 2001 From: Nir Ozeri Date: Fri, 8 May 2026 17:10:05 -0400 Subject: [PATCH] Release 1.9.4 --- CHANGELOG.md | 8 ++++++-- charts/lakefs/Chart.yaml | 4 ++-- charts/lakefs/values.yaml | 2 +- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 634741e..0a390d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,17 +1,21 @@ # Changelog +# 1.9.4 +:new: What's new: +- Update lakeFS Enterprise version to [1.83.0](https://changelog.lakefs.io/changelog/releases/v1.83.0/) + # 1.9.3 :new: What's new: - Update lakeFS community version to [1.81.0](https://github.com/treeverse/lakeFS/releases/tag/v1.81.0/) # 1.9.2 :new: What's new: -- Update lakeFS version to [1.82.0](https://changelog.lakefs.io/changelog/releases/v1.82.0/) +- Update lakeFS Enterprise version to [1.82.0](https://changelog.lakefs.io/changelog/releases/v1.82.0/) - Add audit log maintenance CronJob support (Enterprise-only). Runs compaction, snapshot expiration, orphan cleanup, and lakeFS commit on a configurable schedule (default: every hour). Enable with `auditLog.enabled: true` and `auditLog.maintenance: true`. # 1.9.1 :new: What's new: -- Update lakeFS version to [1.81.0](https://changelog.lakefs.io/changelog/releases/v1.81.0/) +- Update lakeFS Enterprise version to [1.81.0](https://changelog.lakefs.io/changelog/releases/v1.81.0/) # 1.9.0 :new: What's new: diff --git a/charts/lakefs/Chart.yaml b/charts/lakefs/Chart.yaml index aa3c81e..9f28c40 100644 --- a/charts/lakefs/Chart.yaml +++ b/charts/lakefs/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: lakefs description: A Helm chart for running LakeFS on Kubernetes type: application -version: 1.9.3 -appVersion: 1.83.0 +version: 1.9.4 +appVersion: 1.84.0 home: https://lakefs.io icon: https://lakefs.io/wp-content/uploads/2020/07/lake-fs-color-2.svg diff --git a/charts/lakefs/values.yaml b/charts/lakefs/values.yaml index 78b0aaf..ab51b4f 100644 --- a/charts/lakefs/values.yaml +++ b/charts/lakefs/values.yaml @@ -9,7 +9,7 @@ image: community: tag: "1.81.0" enterprise: - tag: "1.82.0" + tag: "1.83.0" privateRegistry: enabled: false secretToken: null