From a9e8a75f4a9b6d60ea266c4930bfb7859161cedb Mon Sep 17 00:00:00 2001 From: brendan-kellam <10233483+brendan-kellam@users.noreply.github.com> Date: Tue, 9 Jun 2026 03:16:30 +0000 Subject: [PATCH] chore: release chart v0.1.89 - Bump chart version from 0.1.88 to 0.1.89 - Update CHANGELOG.md - Update generated documentation --- CHANGELOG.md | 2 ++ charts/sourcebot/Chart.yaml | 2 +- charts/sourcebot/README.md | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fc46d4d..5a136b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.89] - 2026-06-09 + ### Added - Support for root-level `additionalLabels` and `global.metadata` passthrough. [#103](https://github.com/sourcebot-dev/sourcebot-helm-chart/pull/103) diff --git a/charts/sourcebot/Chart.yaml b/charts/sourcebot/Chart.yaml index c91bff1..766922b 100644 --- a/charts/sourcebot/Chart.yaml +++ b/charts/sourcebot/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 type: application name: sourcebot -version: 0.1.88 +version: 0.1.89 appVersion: v5.0.1 description: Sourcebot is a self-hosted tool that helps you understand your codebase. icon: https://raw.githubusercontent.com/sourcebot-dev/sourcebot/ebf6721836b8f878d42bb8c1e844bdc7867a74fe/packages/web/public/logo_512.png diff --git a/charts/sourcebot/README.md b/charts/sourcebot/README.md index 085523b..7617dd1 100644 --- a/charts/sourcebot/README.md +++ b/charts/sourcebot/README.md @@ -1,6 +1,6 @@ # sourcebot -![Version: 0.1.88](https://img.shields.io/badge/Version-0.1.88-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v5.0.1](https://img.shields.io/badge/AppVersion-v5.0.1-informational?style=flat-square) +![Version: 0.1.89](https://img.shields.io/badge/Version-0.1.89-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v5.0.1](https://img.shields.io/badge/AppVersion-v5.0.1-informational?style=flat-square) Sourcebot is a self-hosted tool that helps you understand your codebase.