Skip to content

enterprise release and helm changelogs - #4789

Merged
akshaydeo merged 1 commit into
mainfrom
06-30-enterprise_release_and_helm_changelogs
Jun 30, 2026
Merged

enterprise release and helm changelogs#4789
akshaydeo merged 1 commit into
mainfrom
06-30-enterprise_release_and_helm_changelogs

Conversation

@akshaydeo

Copy link
Copy Markdown
Contributor

Summary

Briefly explain the purpose of this PR and the problem it solves.

Changes

  • What was changed and why
  • Any notable design decisions or trade-offs

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

Describe the steps to validate this change. Include commands and expected outcomes.

# Core/Transports
go version
go test ./...

# UI
cd ui
pnpm i || npm i
pnpm test || npm test
pnpm build || npm run build

If adding new configs or environment variables, document them here.

Screenshots/Recordings

If UI changes, add before/after screenshots or short clips.

Breaking changes

  • Yes
  • No

If yes, describe impact and migration instructions.

Related issues

Link related issues and discussions. Example: Closes #123

Security considerations

Note any security implications (auth, secrets, PII, sandboxing, etc.).

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

@CLAassistant

Copy link
Copy Markdown

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

@coderabbitai

coderabbitai Bot commented Jun 30, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

Caution

Review failed

The pull request is closed.

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro Plus

Run ID: 78bf0c40-09d1-49e2-8cab-682d5a434f8a

📥 Commits

Reviewing files that changed from the base of the PR and between 042403c and 81aa284.

⛔ Files ignored due to path filters (17)
  • core/go.sum is excluded by !**/*.sum
  • framework/go.sum is excluded by !**/*.sum
  • plugins/compat/go.sum is excluded by !**/*.sum
  • plugins/governance/go.sum is excluded by !**/*.sum
  • plugins/jsonparser/go.sum is excluded by !**/*.sum
  • plugins/logging/go.sum is excluded by !**/*.sum
  • plugins/maxim/go.sum is excluded by !**/*.sum
  • plugins/mocker/go.sum is excluded by !**/*.sum
  • plugins/modelcatalogresolver/go.sum is excluded by !**/*.sum
  • plugins/otel/go.sum is excluded by !**/*.sum
  • plugins/prompts/go.sum is excluded by !**/*.sum
  • plugins/semanticcache/go.sum is excluded by !**/*.sum
  • plugins/telemetry/go.sum is excluded by !**/*.sum
  • tests/cmd/e2eseed/go.sum is excluded by !**/*.sum
  • tests/cmd/seed/go.sum is excluded by !**/*.sum
  • tests/cmd/seedvks/go.sum is excluded by !**/*.sum
  • transports/go.sum is excluded by !**/*.sum
📒 Files selected for processing (19)
  • core/go.mod
  • docs/changelogs/ent-v1.5.1.mdx
  • docs/docs.json
  • framework/go.mod
  • plugins/compat/go.mod
  • plugins/governance/go.mod
  • plugins/jsonparser/go.mod
  • plugins/logging/go.mod
  • plugins/maxim/go.mod
  • plugins/mocker/go.mod
  • plugins/modelcatalogresolver/go.mod
  • plugins/otel/go.mod
  • plugins/prompts/go.mod
  • plugins/semanticcache/go.mod
  • plugins/telemetry/go.mod
  • tests/cmd/e2eseed/go.mod
  • tests/cmd/seed/go.mod
  • tests/cmd/seedvks/go.mod
  • transports/go.mod

📝 Walkthrough

Summary by CodeRabbit

  • Documentation

    • Added a new Enterprise release note page covering recent platform updates and fixes.
    • Updated documentation navigation so changelog pages are grouped by month.
  • Chores

    • Refreshed several Go dependencies across the codebase, including cloud storage and AWS SDK packages.
    • Bumped related test and plugin module versions to stay in sync with the latest compatible releases.

Walkthrough

Bumps github.com/aws/aws-sdk-go-v2 to v1.42.0 and cloud.google.com/go/storage to v1.62.1 across all Go modules in the repository. Adds the Enterprise v1.5.1 changelog documenting new features and fixes. Updates docs/docs.json to register new changelog pages and reorganize existing entries into month-grouped navigation objects.

Dependency updates and Enterprise v1.5.1 changelog

Layer / File(s) Summary
go.mod bumps across all modules
core/go.mod, framework/go.mod, transports/go.mod, plugins/*/go.mod, tests/cmd/*/go.mod
aws-sdk-go-v2 bumped to v1.42.0, internal/configsources to v1.4.29, internal/endpoints/v2 to v2.7.29, and cloud.google.com/go/storage to v1.62.1 where applicable; test modules also bump bifrost/core to v1.6.1.
ent-v1.5.1 changelog
docs/changelogs/ent-v1.5.1.mdx
New changelog file for Enterprise v1.5.1 (2026-06-30) listing new features (stable SCIM/OIDC user identity, enriched BigQuery trace exports, gossip cluster isolation), bug fixes, base OSS version, and pinned plugin compilation dependency block.
docs.json navigation
docs/docs.json
Registers ent-v1.5.1 and v1.3.55 page slugs; restructures Enterprise, Bifrost CLI, and Helm changelog page lists into month-grouped objects.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~5 minutes

Possibly related PRs

  • maximhq/bifrost#1156: Also touches docs/docs.json changelog navigation and includes aws-sdk-go-v2 go.mod bumps.
  • maximhq/bifrost#3461: Bumps the same github.com/aws/aws-sdk-go-v2, internal/configsources, and internal/endpoints/v2 entries across multiple go.mod files.
  • maximhq/bifrost#4212: Performs the same aws-sdk-go-v2 v1.41.12→v1.42.0 and submodule patch bumps across matching go.mod files.

Suggested reviewers

  • danpiths

🐇 A hop and a skip, the versions are new,
aws-sdk bumped, and storage too!
The changelog is written, the gossip is scoped,
BigQuery enriched, OIDC source roped.
All modules aligned — the rabbit approved! 🎉

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch 06-30-enterprise_release_and_helm_changelogs

Warning

There were issues while running some tools. Please review the errors and either fix the tool's configuration or disable the tool if it's a critical failure.

🔧 golangci-lint (2.12.2)

level=error msg="[linters_context] typechecking error: pattern ./...: directory prefix . does not contain main module or its selected dependencies"


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

Copy link
Copy Markdown
Contributor Author

This stack of pull requests is managed by Graphite. Learn more about stacking.

@akshaydeo
akshaydeo marked this pull request as ready for review June 30, 2026 01:52

akshaydeo commented Jun 30, 2026

Copy link
Copy Markdown
Contributor Author

Merge activity

  • Jun 30, 1:52 AM UTC: A user started a stack merge that includes this pull request via Graphite.
  • Jun 30, 1:52 AM UTC: @akshaydeo merged this pull request with Graphite.

@mintlify

mintlify Bot commented Jun 30, 2026

Copy link
Copy Markdown
Contributor

Preview deployment for your docs. Learn more about Mintlify Previews.

Project Status Preview Updated (UTC)
Bifrost 🟡 Building Jun 30, 2026, 1:52 AM

💡 Tip: Enable Workflows to automatically generate PRs for you.

@akshaydeo
akshaydeo merged commit abf32f0 into main Jun 30, 2026
11 of 14 checks passed
@akshaydeo
akshaydeo deleted the 06-30-enterprise_release_and_helm_changelogs branch June 30, 2026 01:52
@mintlify

mintlify Bot commented Jun 30, 2026

Copy link
Copy Markdown
Contributor

Preview deployment for your docs. Learn more about Mintlify Previews.

Project Status Preview Updated (UTC)
bifrost 🔴 Failed Jun 30, 2026, 1:53 AM

💡 Tip: Enable Workflows to automatically generate PRs for you.

@coderabbitai
coderabbitai Bot requested a review from danpiths June 30, 2026 01:54
@greptile-apps

greptile-apps Bot commented Jun 30, 2026

Copy link
Copy Markdown
Contributor

Confidence Score: 5/5

Safe to merge — documentation additions and a coordinated minor dependency bump with no logic changes.

The change is entirely documentation and go.mod/go.sum updates. The new enterprise changelog is correctly registered in docs/docs.json, the navigation restructure introduces no broken references, the v1.3.55 OSS page that was wired up already exists in the repo, and the aws-sdk-go-v2 bump is applied uniformly across every workspace module.

No files require special attention.

Important Files Changed

Filename Overview
docs/changelogs/ent-v1.5.1.mdx New Enterprise v1.5.1 changelog page documenting features, bug fixes, and plugin dependency snapshot; correctly structured with Mintlify Update component.
docs/docs.json Navigation updated to add ent-v1.5.1 and v1.3.55 entries and reorganize Enterprise/Helm older entries into dated sub-groups; no broken references observed.
core/go.mod Bumps aws-sdk-go-v2 to v1.42.0 with matching indirect dependency updates; no other dependency changes.
transports/go.mod Same aws-sdk-go-v2 v1.42.0 bump applied consistently as an indirect dependency.
framework/go.mod Same aws-sdk-go-v2 v1.42.0 bump applied consistently.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A[docs/docs.json] --> B[OSS Changelogs]
    A --> C[Enterprise Changelogs]
    A --> D[Helm Changelogs]

    B --> B1["changelogs/v1.3.55 (newly navigable)"]

    C --> C0["changelogs/ent-v1.5.1 (NEW)"]
    C --> C1["changelogs/ent-v1.5.0"]
    C --> C2["changelogs/ent-v1.4.x (grouped: May 2026)"]
    C --> C3["changelogs/ent-v1.3.x / prerelease (grouped: April 2026)"]
    C --> C4["changelogs/ent-v1.3.8..16 (grouped: March 2026)"]

    D --> D1["helm-v2.1.21..25 (top-level)"]
    D --> D2["helm-v2.1.13..20 (grouped: May 2026)"]
    D --> D3["older helm entries (existing groups)"]
Loading
%%{init: {'theme': 'base', 'themeVariables': {"darkMode": true, "background": "#0d1117", "primaryColor": "#21262d", "primaryTextColor": "#e6edf3", "primaryBorderColor": "#8b949e", "lineColor": "#8b949e", "textColor": "#e6edf3", "edgeLabelBackground": "#161b22", "actorBkg": "#21262d", "actorBorder": "#8b949e", "actorTextColor": "#e6edf3", "actorLineColor": "#8b949e", "signalColor": "#8b949e", "signalTextColor": "#e6edf3", "noteBkgColor": "#373320", "noteBorderColor": "#d4a72c", "noteTextColor": "#f0e6c0", "labelBoxBkgColor": "#21262d", "labelBoxBorderColor": "#8b949e", "labelTextColor": "#e6edf3", "loopTextColor": "#e6edf3", "activationBkgColor": "#30363d", "activationBorderColor": "#8b949e"}}}%%
flowchart TD
    A[docs/docs.json] --> B[OSS Changelogs]
    A --> C[Enterprise Changelogs]
    A --> D[Helm Changelogs]

    B --> B1["changelogs/v1.3.55 (newly navigable)"]

    C --> C0["changelogs/ent-v1.5.1 (NEW)"]
    C --> C1["changelogs/ent-v1.5.0"]
    C --> C2["changelogs/ent-v1.4.x (grouped: May 2026)"]
    C --> C3["changelogs/ent-v1.3.x / prerelease (grouped: April 2026)"]
    C --> C4["changelogs/ent-v1.3.8..16 (grouped: March 2026)"]

    D --> D1["helm-v2.1.21..25 (top-level)"]
    D --> D2["helm-v2.1.13..20 (grouped: May 2026)"]
    D --> D3["older helm entries (existing groups)"]
Loading

Reviews (1): Last reviewed commit: "enterprise release and helm changelogs" | Re-trigger Greptile

R-droid101 pushed a commit to R-droid101/bifrost that referenced this pull request Jul 1, 2026
## Summary

Briefly explain the purpose of this PR and the problem it solves.

## Changes

- What was changed and why
- Any notable design decisions or trade-offs

## 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

Describe the steps to validate this change. Include commands and expected outcomes.

```sh
# Core/Transports
go version
go test ./...

# UI
cd ui
pnpm i || npm i
pnpm test || npm test
pnpm build || npm run build
```

If adding new configs or environment variables, document them here.

## Screenshots/Recordings

If UI changes, add before/after screenshots or short clips.

## Breaking changes

- [ ] Yes
- [ ] No

If yes, describe impact and migration instructions.

## Related issues

Link related issues and discussions. Example: Closes maximhq#123

## Security considerations

Note any security implications (auth, secrets, PII, sandboxing, etc.).

## 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
akhsaul pushed a commit to akhsaul/bifrost that referenced this pull request Aug 27, 2026
## Summary

Briefly explain the purpose of this PR and the problem it solves.

## Changes

- What was changed and why
- Any notable design decisions or trade-offs

## 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

Describe the steps to validate this change. Include commands and expected outcomes.

```sh
# Core/Transports
go version
go test ./...

# UI
cd ui
pnpm i || npm i
pnpm test || npm test
pnpm build || npm run build
```

If adding new configs or environment variables, document them here.

## Screenshots/Recordings

If UI changes, add before/after screenshots or short clips.

## Breaking changes

- [ ] Yes
- [ ] No

If yes, describe impact and migration instructions.

## Related issues

Link related issues and discussions. Example: Closes maximhq#123

## Security considerations

Note any security implications (auth, secrets, PII, sandboxing, etc.).

## 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
occcat pushed a commit to occcat/bifrost that referenced this pull request Sep 2, 2026
## Summary

Briefly explain the purpose of this PR and the problem it solves.

## Changes

- What was changed and why
- Any notable design decisions or trade-offs

## 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

Describe the steps to validate this change. Include commands and expected outcomes.

```sh
# Core/Transports
go version
go test ./...

# UI
cd ui
pnpm i || npm i
pnpm test || npm test
pnpm build || npm run build
```

If adding new configs or environment variables, document them here.

## Screenshots/Recordings

If UI changes, add before/after screenshots or short clips.

## Breaking changes

- [ ] Yes
- [ ] No

If yes, describe impact and migration instructions.

## Related issues

Link related issues and discussions. Example: Closes maximhq#123

## Security considerations

Note any security implications (auth, secrets, PII, sandboxing, etc.).

## 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
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.

2 participants