Skip to content

chore: release Bifrost Helm chart v2.1.27#5080

Open
BearTS wants to merge 1 commit into
07-10-chore_add_alerting_to_helmfrom
07-10-chore_helm_version_2.1.28
Open

chore: release Bifrost Helm chart v2.1.27#5080
BearTS wants to merge 1 commit into
07-10-chore_add_alerting_to_helmfrom
07-10-chore_helm_version_2.1.28

Conversation

@BearTS

@BearTS BearTS commented Jul 9, 2026

Copy link
Copy Markdown
Contributor

Summary

Releases Helm chart version 2.1.27 for Bifrost, publishing the chart package and updating the Helm repository index to make the new version available for installation. The previously separate v2.1.28 changelog has been merged into v2.1.27, consolidating all new features under a single release.

Changes

  • Removed the standalone helm-v2.1.28.mdx changelog file and merged its contents into helm-v2.1.27.mdx
  • Promoted the Upcoming changelog section in README.md to 2.1.27, documenting:
    • bifrost.auditLogs.objectStorage support for archiving audit events to S3/GCS, including all relevant credential and configuration fields
    • force_single_region field for Vertex AI key configs to skip automatic multi-region endpoint promotion (useful for provisioned throughput)
    • calendar_aligned on bifrost.accessProfiles[*] (top-level), budgets[*], and provider_configs[*].budgets[*] to snap reset windows to calendar boundaries
    • Fix for calendar_aligned on bifrost.governance.virtualKeys[*] which was accepted by schema but not previously rendered into config
    • bifrost.alerting for declarative alert channels and rules with CEL-expression-based, governance-scope-aware rule support
  • Removed changelogs/helm-v2.1.28 from docs.json navigation
  • Added the 2.1.27 entry to helm-charts/index.yaml pointing to the new chart tarball release

Type of change

  • Bug fix
  • Feature
  • Refactor
  • Documentation
  • Chore/CI

Affected areas

  • Core (Go)
  • Transports (HTTP)
  • Providers/Integrations
  • Plugins
  • UI (React)
  • Docs

How to test

helm repo add bifrost https://maximhq.github.io/bifrost/helm-charts
helm repo update
helm search repo bifrost --versions | grep 2.1.27
helm install bifrost bifrost/bifrost --version 2.1.27 --dry-run

Expected: version 2.1.27 appears in search results and the dry-run renders without errors.

Breaking changes

  • Yes
  • No

Related issues

Security considerations

No security implications. Chart release only.

Checklist

  • I read docs/contributing/README.md and followed the guidelines
  • I added/updated tests where appropriate
  • I updated documentation where needed
  • I verified builds succeed (Go and UI)
  • I verified the CI pipeline passes locally if applicable

@coderabbitai

coderabbitai Bot commented Jul 9, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

📝 Walkthrough

Walkthrough

The Bifrost Helm chart was updated from version 2.1.27 to 2.1.28, with matching changelog and repository index metadata refreshed.

Changes

Helm chart release metadata

Layer / File(s) Summary
Publish chart version 2.1.28
helm-charts/bifrost/Chart.yaml, helm-charts/bifrost/README.md, helm-charts/index.yaml
Chart metadata, changelog headers, package index details, and the generated timestamp were updated for version 2.1.28.

Estimated code review effort: 1 (Trivial) | ~5 minutes

Possibly related PRs

Suggested reviewers: akshaydeo, roroghost17, danpiths

🚥 Pre-merge checks | ✅ 4 | ❌ 1

❌ Failed checks (1 warning)

Check name Status Explanation Resolution
Title check ⚠️ Warning The title points to v2.1.27, but the changeset releases 2.1.28, so it's misleading. Rename it to release Bifrost Helm chart v2.1.28, or align the chart version if 2.1.27 is intended.
✅ Passed checks (4 passed)
Check name Status Explanation
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
Description check ✅ Passed The description includes the required sections and enough implementation, testing, and release details.
✨ Finishing Touches
📝 Generate docstrings
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch 07-10-chore_helm_version_2.1.28

Comment @coderabbitai help to get the list of available commands.

BearTS commented Jul 9, 2026

Copy link
Copy Markdown
Contributor Author

@BearTS BearTS force-pushed the 07-10-chore_helm_version_2.1.28 branch from 51a9f39 to 4963851 Compare July 9, 2026 21:52
@BearTS BearTS force-pushed the 07-10-chore_add_alerting_to_helm branch from 3508986 to 79d9b67 Compare July 9, 2026 21:52
@BearTS BearTS changed the title chore: helm version 2.1.28 chore: release Bifrost Helm chart v2.1.28 Jul 9, 2026
@BearTS BearTS marked this pull request as ready for review July 9, 2026 21:54
@BearTS BearTS requested a review from a team as a code owner July 9, 2026 21:54
@greptile-apps

greptile-apps Bot commented Jul 9, 2026

Copy link
Copy Markdown
Contributor

Confidence Score: 4/5

This should be fixed before merging.

  • The Helm repository index metadata does not expose the intended chart version.
  • The documented install command for the new chart version can fail because the index entry still uses the prior version metadata.

helm-charts/index.yaml

Important Files Changed

Filename Overview
helm-charts/index.yaml Adds a new Helm repository entry for the chart release metadata.
docs/changelogs/helm-v2.1.27.mdx Updates the Helm changelog content with the release notes.
docs/changelogs/helm-v2.1.28.mdx Removes the dedicated Helm changelog page for this release.
docs/docs.json Updates the Helm changelog navigation.
helm-charts/bifrost/README.md Updates the chart README changelog section.

Reviews (6): Last reviewed commit: "chore: helm version 2.1.28" | Re-trigger Greptile

@SahilChoudhary22 SahilChoudhary22 force-pushed the 07-10-chore_helm_version_2.1.28 branch from 4963851 to 916331d Compare July 9, 2026 22:37
@SahilChoudhary22 SahilChoudhary22 force-pushed the 07-10-chore_add_alerting_to_helm branch from 79d9b67 to bfef6d8 Compare July 9, 2026 22:37
@coderabbitai coderabbitai Bot requested a review from akshaydeo July 9, 2026 22:38
@SahilChoudhary22 SahilChoudhary22 force-pushed the 07-10-chore_helm_version_2.1.28 branch from 916331d to 7f9e2b8 Compare July 9, 2026 22:46
@SahilChoudhary22 SahilChoudhary22 force-pushed the 07-10-chore_add_alerting_to_helm branch from bfef6d8 to d11fdf2 Compare July 9, 2026 22:46
@BearTS BearTS force-pushed the 07-10-chore_helm_version_2.1.28 branch from 7f9e2b8 to 05b3377 Compare July 10, 2026 05:35
@coderabbitai coderabbitai Bot requested review from danpiths and roroghost17 July 10, 2026 05:36
@BearTS BearTS force-pushed the 07-10-chore_add_alerting_to_helm branch from d11fdf2 to cd85c91 Compare July 10, 2026 06:53
@BearTS BearTS force-pushed the 07-10-chore_helm_version_2.1.28 branch 2 times, most recently from 10686c0 to 50cf3fb Compare July 10, 2026 06:54
@coderabbitai coderabbitai Bot requested a review from TejasGhatte July 10, 2026 06:54
@BearTS BearTS force-pushed the 07-10-chore_helm_version_2.1.28 branch from 50cf3fb to d90b083 Compare July 10, 2026 07:00
@BearTS BearTS changed the title chore: release Bifrost Helm chart v2.1.28 chore: release Bifrost Helm chart v2.1.27 Jul 10, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant