chore(deps): bump packdb appVersion to release-5.0.1-0.20260709071413.53735f172429 - #5
Conversation
Mintlify docs previewDocs were aggregated into the Firebolt documentation site.
Aggregation or docs validation failed. See the workflow run for logs; this comment updates on the next sync attempt. |
f40e616 to
d695ada
Compare
d695ada to
b30dcec
Compare
Packdb docs aggregation failedThe packdb sync aggregation job failed while waiting for the Mintlify preview.
Aggregation likely succeeded; see the workflow logs for Mintlify errors. Push a commit to this PR or re-run the workflow to retry the preview. |
b30dcec to
932fd57
Compare
Packdb docs aggregation failedThe packdb sync aggregation job failed while waiting for the Mintlify preview.
Aggregation likely succeeded; see the workflow logs for Mintlify errors. Push a commit to this PR or re-run the workflow to retry the preview. |
Packdb docs aggregation ready for reviewDocs were merged to Squash-merge the packdb PR into |
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>
Summary
Bump
appVersioninhelm/Chart.yamltorelease-5.0.1-0.20260709071413.53735f172429— 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 and doc/README refresh; the workflow change only alters when the e2e suite runs, not chart runtime behavior.
Overview
Bumps
helm/Chart.yamlappVersion(and thehelm/README.mdbadge) torelease-5.0.1-0.20260709071413.53735f172429, aligning the chart’s default engine/metadata tags with the latest GHCR promotion. The image-overrides doc example uses the same tag pair.Refactors
.github/workflows/helm-test.yamlso thehelm-testjob always runs and reports (required check): the detect job now exports a combinedskipflag for docs-only PRs andrelease-pleasebranches, and each heavy step no-ops when skipped instead of skipping the whole job with a job-levelif.Regenerated
helm/README.mdvalues table also documentsengineSpec.extraEnvandengineSpec.extraEnvFromfor custom S3 credential injection.Reviewed by Cursor Bugbot for commit 8b1e74f. Bugbot is set up for automated code reviews on this repo. Configure here.