From f24a700e2993566601db87e47a13ff781b51e457 Mon Sep 17 00:00:00 2001 From: Christian Date: Fri, 17 Jan 2025 17:14:03 +0100 Subject: [PATCH] chore: Release 0.3.0 (#47) --- charts/lakekeeper/Changelog.md | 7 +++++++ charts/lakekeeper/Chart.yaml | 4 ++-- charts/lakekeeper/values.yaml | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/charts/lakekeeper/Changelog.md b/charts/lakekeeper/Changelog.md index 2334dcf..623add3 100644 --- a/charts/lakekeeper/Changelog.md +++ b/charts/lakekeeper/Changelog.md @@ -13,6 +13,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed +## [0.3.0] - 2025-01-17 + +### Changed +* Update Lakekeeper to Version `0.6.0` +* Update PostgreSQL to `16.4.3` + + ## [0.2.1] - 2024-12-17 ### Added diff --git a/charts/lakekeeper/Chart.yaml b/charts/lakekeeper/Chart.yaml index e8511ff..af8320e 100644 --- a/charts/lakekeeper/Chart.yaml +++ b/charts/lakekeeper/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v2 name: lakekeeper description: Helm Chart for Lakekeeper - a rust native Iceberg Rest Catalog -version: 0.2.1 -appVersion: 0.5.2 +version: 0.3.0 +appVersion: 0.6.0 type: application home: https://github.com/lakekeeper/lakekeeper icon: https://raw.githubusercontent.com/lakekeeper/lakekeeper/refs/heads/main/site/docs/assets/bear.svg diff --git a/charts/lakekeeper/values.yaml b/charts/lakekeeper/values.yaml index a7a37c1..29525ba 100644 --- a/charts/lakekeeper/values.yaml +++ b/charts/lakekeeper/values.yaml @@ -21,7 +21,7 @@ catalog: # -- The image repository to pull from repository: quay.io/lakekeeper/catalog # -- The image tag to pull - tag: v0.5.2 + tag: v0.6.0 # -- The image pull policy pullPolicy: IfNotPresent # -- 65532 = nonroot of google container distroless