diff --git a/CHANGELOG.md b/CHANGELOG.md index aac9ea5..f5dba59 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +# 1.9.1 +:new: What's new: +- Update lakeFS version to [1.81.0](https://changelog.lakefs.io/changelog/releases/v1.81.0/) + # 1.9.0 :new: What's new: - Decouple lakeFS image tag from `Chart.AppVersion`: select community or enterprise tag via `image.community.tag` / `image.enterprise.tag` based on the `enterprise.enabled` flag diff --git a/charts/lakefs/Chart.yaml b/charts/lakefs/Chart.yaml index 80cab02..388dd51 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.0 -appVersion: 1.80.0 +version: 1.9.1 +appVersion: 1.81.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 f7b6085..0d9115f 100644 --- a/charts/lakefs/values.yaml +++ b/charts/lakefs/values.yaml @@ -9,7 +9,7 @@ image: community: tag: "1.80.0" enterprise: - tag: "1.80.0" + tag: "1.81.0" privateRegistry: enabled: false secretToken: null