chore: release Bifrost Helm chart v2.1.27#5080
Open
BearTS wants to merge 1 commit into
Open
Conversation
18 tasks
Contributor
📝 WalkthroughWalkthroughThe Bifrost Helm chart was updated from version 2.1.27 to 2.1.28, with matching changelog and repository index metadata refreshed. ChangesHelm chart release metadata
Estimated code review effort: 1 (Trivial) | ~5 minutes Possibly related PRs
Suggested reviewers: 🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Comment |
This was referenced Jul 9, 2026
Contributor
Author
|
Warning This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite.
This stack of pull requests is managed by Graphite. Learn more about stacking. |
51a9f39 to
4963851
Compare
3508986 to
79d9b67
Compare
Contributor
Confidence Score: 4/5This should be fixed before merging.
helm-charts/index.yaml Important Files Changed
Reviews (6): Last reviewed commit: "chore: helm version 2.1.28" | Re-trigger Greptile |
4963851 to
916331d
Compare
79d9b67 to
bfef6d8
Compare
916331d to
7f9e2b8
Compare
bfef6d8 to
d11fdf2
Compare
7f9e2b8 to
05b3377
Compare
d11fdf2 to
cd85c91
Compare
10686c0 to
50cf3fb
Compare
50cf3fb to
d90b083
Compare
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
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
helm-v2.1.28.mdxchangelog file and merged its contents intohelm-v2.1.27.mdxUpcomingchangelog section inREADME.mdto2.1.27, documenting:bifrost.auditLogs.objectStoragesupport for archiving audit events to S3/GCS, including all relevant credential and configuration fieldsforce_single_regionfield for Vertex AI key configs to skip automatic multi-region endpoint promotion (useful for provisioned throughput)calendar_alignedonbifrost.accessProfiles[*](top-level),budgets[*], andprovider_configs[*].budgets[*]to snap reset windows to calendar boundariescalendar_alignedonbifrost.governance.virtualKeys[*]which was accepted by schema but not previously rendered into configbifrost.alertingfor declarative alert channels and rules with CEL-expression-based, governance-scope-aware rule supportchangelogs/helm-v2.1.28fromdocs.jsonnavigation2.1.27entry tohelm-charts/index.yamlpointing to the new chart tarball releaseType of change
Affected areas
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-runExpected: version
2.1.27appears in search results and the dry-run renders without errors.Breaking changes
Related issues
Security considerations
No security implications. Chart release only.
Checklist
docs/contributing/README.mdand followed the guidelines