chore: bump release 2.19.0#564
Conversation
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
WalkthroughThis PR bumps the FiftyOne Enterprise application version from 2.18.1 to 2.19.0 across build configuration, deployment documentation, and test validations. The version update cascades through Makefile, Docker and Helm deployment guides, example documentation, and test expectations. ChangesVersion 2.19.0 Release Bump
🎯 2 (Simple) | ⏱️ ~10 minutes
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Tip 💬 Introducing Slack Agent: The best way for teams to turn conversations into code.Slack Agent is built on CodeRabbit's deep understanding of your code, so your team can collaborate across the entire SDLC without losing context.
Built for teams:
One agent for your entire SDLC. Right inside Slack. Comment |
There was a problem hiding this comment.
Actionable comments posted: 2
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@docker/docs/upgrading.md`:
- Around line 249-252: Replace the imperative noun "Login to the FiftyOne
Enterprise UI" with the verb form "Log in to the FiftyOne Enterprise UI"
wherever it appears in the document (specifically update the occurrences of the
exact phrase "Login to the FiftyOne Enterprise UI" found in the shown diff block
and the other mentioned occurrences around lines 341-344 and 423-427); ensure
you only change the phrase text and preserve surrounding numbering, punctuation,
and formatting in the doc.
In `@helm/docs/upgrading.md`:
- Around line 398-401: Replace the phrase "Login to the FiftyOne Enterprise UI"
with "Log in to the FiftyOne Enterprise UI" wherever it appears in the updated
steps (specifically the instance shown in the diff and the other occurrences
noted at lines 482-485 and 572-575); update the markdown text in
helm/docs/upgrading.md so the step uses the verb form "Log in" for grammatical
consistency, preserving surrounding formatting and indentation.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Organization UI
Review profile: CHILL
Plan: Pro
Run ID: 046ef853-4dd8-4a5a-a812-5439b25e1c2f
⛔ Files ignored due to path filters (6)
docker/common-services.yamlis excluded by!**/*.yamlhelm/fiftyone-teams-app/Chart.yamlis excluded by!**/*.yamlhelm/fiftyone-teams-app/values.schema.jsonis excluded by!**/*.jsonhelm/fiftyone-teams-app/values.yamlis excluded by!**/*.yamlhelm/values.yamlis excluded by!**/*.yamlskaffold.yamlis excluded by!**/*.yaml
📒 Files selected for processing (10)
Makefiledocker/README.mddocker/docs/configuring-gpu-workloads.mddocker/docs/upgrading.mddocs/custom-plugins.mddocs/orchestrators/configuring-databricks-orchestrator.mdhelm/docs/upgrading.mdhelm/fiftyone-teams-app/README.mdtests/unit/compose/docker-compose-internal-auth_test.gotests/unit/compose/docker-compose-legacy-auth_test.go
| 1. Upgrade FiftyOne Enterprise SDK users to FiftyOne Enterprise version 2.19.0 | ||
| 1. Login to the FiftyOne Enterprise UI | ||
| 1. To obtain the CLI command to install the FiftyOne SDK associated with | ||
| your FiftyOne Enterprise version, navigate to `Account > Install FiftyOne` |
There was a problem hiding this comment.
Use “Log in” (verb) instead of “Login” in step text.
Please change “Login to the FiftyOne Enterprise UI” to “Log in to the FiftyOne Enterprise UI” in these updated upgrade steps for consistent grammar.
Also applies to: 341-344, 423-427
🧰 Tools
🪛 LanguageTool
[grammar] ~249-~249: Ensure spelling is correct
Context: ...rs to FiftyOne Enterprise version 2.19.0 1. Login to the FiftyOne Enterprise UI 1. To...
(QB_NEW_EN_ORTHOGRAPHY_ERROR_IDS_1)
🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
In `@docker/docs/upgrading.md` around lines 249 - 252, Replace the imperative noun
"Login to the FiftyOne Enterprise UI" with the verb form "Log in to the FiftyOne
Enterprise UI" wherever it appears in the document (specifically update the
occurrences of the exact phrase "Login to the FiftyOne Enterprise UI" found in
the shown diff block and the other mentioned occurrences around lines 341-344
and 423-427); ensure you only change the phrase text and preserve surrounding
numbering, punctuation, and formatting in the doc.
| 1. Upgrade FiftyOne Enterprise SDK users to FiftyOne Enterprise version 2.19.0 | ||
| 1. Login to the FiftyOne Enterprise UI | ||
| 1. To obtain the CLI command to install the FiftyOne SDK associated with | ||
| your FiftyOne Enterprise version, navigate to `Account > Install FiftyOne` |
There was a problem hiding this comment.
Use “Log in” (verb) instead of “Login” in step text.
Please change “Login to the FiftyOne Enterprise UI” to “Log in to the FiftyOne Enterprise UI” in these updated steps for grammatical consistency.
Also applies to: 482-485, 572-575
🧰 Tools
🪛 LanguageTool
[grammar] ~398-~398: Ensure spelling is correct
Context: ...rs to FiftyOne Enterprise version 2.19.0 1. Login to the FiftyOne Enterprise UI 1. To...
(QB_NEW_EN_ORTHOGRAPHY_ERROR_IDS_1)
🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
In `@helm/docs/upgrading.md` around lines 398 - 401, Replace the phrase "Login to
the FiftyOne Enterprise UI" with "Log in to the FiftyOne Enterprise UI" wherever
it appears in the updated steps (specifically the instance shown in the diff and
the other occurrences noted at lines 482-485 and 572-575); update the markdown
text in helm/docs/upgrading.md so the step uses the verb form "Log in" for
grammatical consistency, preserving surrounding formatting and indentation.
Rationale
Bumps version references throughout the repo from
2.18.1→2.19.0for the FiftyOne Enterprise 2.19.0 release.Review Priority
Changes
Ran
perl -pi -e 's/2\.18\.1/2.19.0/g'across all files matchinggrep -rl '2.18.1' .(excluding.git,.venv,.idea,node_modules), thengit restore tests/fixturesto preserve automation-managed fixtures.Affected files (16 total):
helm/fiftyone-teams-app/Chart.yaml(version,appVersion)helm/fiftyone-teams-app/values.yaml,values.schema.json,README.mdhelm/values.yaml,helm/docs/upgrading.mddocker/common-services.yaml,docker/README.md,docker/docs/*.mdMakefile,skaffold.yamldocs/custom-plugins.md,docs/orchestrators/configuring-databricks-orchestrator.mdtests/unit/compose/docker-compose-*_test.goChecklist
Testing
N/A — version-string bump only.
tests/fixtures/was restored to avoid touching automation-managed files.Related
release/v2.19.0(PR base)