chore(deps): bump packdb appVersion to release-5.0.1-0.20260713060957.513515666721 - #29
Merged
Conversation
Mintlify docs previewDocs were aggregated into the Firebolt documentation site.
Mintlify may take a few minutes to finish building. This comment updates on each sync while the source PR is open. |
fstr
enabled auto-merge (squash)
July 13, 2026 16:36
simonzelenskifbio
approved these changes
Jul 13, 2026
Packdb docs aggregation ready for reviewDocs were merged to Squash-merge the packdb PR into |
gm42
added a commit
that referenced
this pull request
Jul 28, 2026
Automated release PR. --- ## [0.3.0](0.2.0...0.3.0) (2026-07-27) ### ⚠ BREAKING CHANGES * **storage:** migrate engine storage config to schema (FB-1684) ([#25](#25)) ### Features * **helm:** add engine authentication and TLS support (FB-1943) ([#23](#23)) ([a9a8aa2](a9a8aa2)) * **storage:** migrate engine storage config to schema (FB-1684) ([#25](#25)) ([91f1f5d](91f1f5d)) ### Bug Fixes * **agent:** remove floci AWS env credentials (FB-2197) ([#36](#36)) ([58b56d3](58b56d3)) * keep the Core UI sidecar image fresh and probe its readiness (FB-2179, FB-2180) ([#32](#32)) ([fb88c96](fb88c96)) * **security:** disable service account token automount on postgres and gateway ([#47](#47)) ([181ac91](181ac91)) ### Dependencies * **deps:** bump packdb appVersion to release-5.0.1-0.20260709071413.53735f172429 ([#5](#5)) ([76ecd18](76ecd18)) * **deps:** bump packdb appVersion to release-5.0.1-0.20260713060957.513515666721 ([#29](#29)) ([1dd11b3](1dd11b3)) * **deps:** bump packdb appVersion to release-5.0.1-0.20260727005216.d09b51086f14 ([#38](#38)) ([69909db](69909db)) --- This PR was generated with Release Please. <!-- CURSOR_SUMMARY --> --- > [!NOTE] > **Low Risk** > Version and changelog metadata plus lint/format guardrails; no chart template or runtime behavior changes in this diff. > > **Overview** > **Automated release-please PR** that publishes **`firebolt-instance` chart `0.3.0`** (from `0.2.0`) and syncs `.release-please-manifest.json`, `helm/Chart.yaml` `version`, and `helm/CHANGELOG.md` with the accumulated conventional-commit history since `0.2.0`. > > The changelog entry highlights **breaking storage config migration**, **engine auth/TLS**, security and sidecar fixes, and **`appVersion`** bumps to `release-5.0.1-0.20260727005216.d09b51086f14`. This diff does not re-land those features—it only records the release. > > **Release CI hygiene:** `helm/Chart.yaml` `sources` moves from flow to **block** style (with comments), `.yamllint.yaml` relaxes **`brackets`** spacing so release-please’s `[ "x" ]` formatting does not fail `validate-chart`, and `helm/AGENTS.md` documents keeping block-style collections. > > <sup>Reviewed by [Cursor Bugbot](https://cursor.com/bugbot) for commit e1e85e3. Bugbot is set up for automated code reviews on this repo. Configure [here](https://www.cursor.com/dashboard/bugbot).</sup> <!-- /CURSOR_SUMMARY --> --------- Co-authored-by: fireboltdb-ci-writer[bot] <207707662+fireboltdb-ci-writer[bot]@users.noreply.github.com> Co-authored-by: Giuseppe Mazzotta <giuseppe@firebolt.io>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Bump
appVersioninhelm/Chart.yamltorelease-5.0.1-0.20260713060957.513515666721— the build the engine/metadata
:latestGHCR tags were just re-pointed to —regenerate the
helm/README.mdbadge, and refresh the image-overrides example.Note
Opened automatically by packdb's
promote-ghcr-latestworkflow (weeklyMonday refresh or a manual promotion) right after it re-pointed the
engine/metadata
:latestGHCR tags at this build, so:latestand thisrepo's pinned tags move together. An unmerged PR is overwritten by the
next run.
Note
Low Risk
Routine image pin bump with no chart logic or values changes; engine and metadata tags remain in lockstep as before.
Overview
Updates the chart’s pinned engine/metadata build from
release-5.0.1-0.20260709071413.53735f172429torelease-5.0.1-0.20260713060957.513515666721so default installs stay aligned with the GHCR:latestpromotion.helm/Chart.yamlappVersionis the only functional pin change (chartversionremains0.2.0).helm/README.mdAppVersion badge anddocs/usage/image-overrides.mdxlockstep override example are refreshed to match.Reviewed by Cursor Bugbot for commit 751b7b1. Bugbot is set up for automated code reviews on this repo. Configure here.