Skip to content

chore: release v2.20.0#582

Merged
voxelbuildbot merged 8 commits into
mainfrom
release/v2.20.0
Jun 9, 2026
Merged

chore: release v2.20.0#582
voxelbuildbot merged 8 commits into
mainfrom
release/v2.20.0

Conversation

@mo-getter

Copy link
Copy Markdown
Contributor

No description provided.

benjaminpkane and others added 7 commits June 2, 2026 19:18
The blanket version bump rewrote factual references to when features
shipped / pre-2.19.0 behavior. Restore those to 2.19.0; upgrade-target
references stay at 2.20.0.
…v2.20.0-rc.5 api:v2.20.0rc6 app:v2.20.0rc6 cas:v2.20.0-rc.6
…v2.20.0-rc.7 api:v2.20.0rc9 app:v2.20.0rc8 cas:v2.20.0-rc.9
Signed-off-by: Alan Smith <209585+mo-getter@users.noreply.github.com>
Co-authored-by: Kevin DiMichel <56850465+kevin-dimichel@users.noreply.github.com>
…v2.20.0-rc.8 api:v2.20.0rc10 app:v2.20.0rc9 cas:v2.20.0-rc.10
@mo-getter mo-getter requested a review from a team as a code owner June 8, 2026 18:10
kevin-dimichel
kevin-dimichel previously approved these changes Jun 8, 2026
@coderabbitai

coderabbitai Bot commented Jun 8, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 17668b6c-5450-4892-b330-134eb26bb599

📥 Commits

Reviewing files that changed from the base of the PR and between 6cd3ad2 and 293ffbc.

⛔ Files ignored due to path filters (11)
  • docker/common-services.yaml is excluded by !**/*.yaml
  • docker/internal-auth/compose.delegated-operators.gpu.yaml is excluded by !**/*.yaml
  • docker/internal-auth/compose.delegated-operators.yaml is excluded by !**/*.yaml
  • docker/legacy-auth/compose.delegated-operators.gpu.yaml is excluded by !**/*.yaml
  • docker/legacy-auth/compose.delegated-operators.yaml is excluded by !**/*.yaml
  • helm/fiftyone-teams-app/Chart.yaml is excluded by !**/*.yaml
  • helm/fiftyone-teams-app/values.schema.json is excluded by !**/*.json
  • helm/fiftyone-teams-app/values.yaml is excluded by !**/*.yaml
  • helm/values.yaml is excluded by !**/*.yaml
  • skaffold.yaml is excluded by !**/*.yaml
  • tests/fixtures/helm/integration_values.yaml is excluded by !**/*.yaml
📒 Files selected for processing (13)
  • Makefile
  • docker/README.md
  • docker/docs/configuring-gpu-workloads.md
  • docker/docs/upgrading.md
  • docs/custom-plugins.md
  • docs/orchestrators/configuring-databricks-orchestrator.md
  • docs/orchestrators/configuring-kubernetes-orchestrator.md
  • helm/docs/upgrading.md
  • helm/fiftyone-teams-app/README.md
  • tests/fixtures/docker/integration_internal_auth.env
  • tests/fixtures/docker/integration_legacy_auth.env
  • tests/unit/compose/docker-compose-internal-auth_test.go
  • tests/unit/compose/docker-compose-legacy-auth_test.go

Walkthrough

This PR updates FiftyOne Teams application version references from v2.19.0 to v2.20.0 across the entire deployment and testing infrastructure, including the Makefile build system, Docker and Helm deployment documentation, test fixtures, and Go unit test assertions.

Changes

Version 2.20.0 Release Update

Layer / File(s) Summary
Build system version constant
Makefile
The VERSION variable is bumped from 2.19.0 to 2.20.0, affecting image-version lookup targets.
Docker deployment documentation and examples
docker/README.md, docker/docs/configuring-gpu-workloads.md, docker/docs/upgrading.md
Docker Compose examples, GPU workload configuration, and upgrade guides are updated to reference v2.20.0 image tags; telemetry sidecar resource requirements are revised with new CPU/memory baselines.
Custom plugins and orchestrator documentation
docs/custom-plugins.md, docs/orchestrators/configuring-databricks-orchestrator.md, docs/orchestrators/configuring-kubernetes-orchestrator.md
Custom plugins build examples, Databricks executor dependencies, and Kubernetes Job templates are updated to use v2.20.0 SDK and sidecar image versions.
Helm deployment documentation and values
helm/docs/upgrading.md, helm/fiftyone-teams-app/README.md
Helm upgrade paths, resource impact documentation, and chart value defaults are updated to v2.20.0; telemetry sidecar CPU requests increased from 100m to 200m with adjusted deployment totals.
Test fixtures and Go unit test expectations
tests/fixtures/docker/integration_internal_auth.env, tests/fixtures/docker/integration_legacy_auth.env, tests/unit/compose/docker-compose-internal-auth_test.go, tests/unit/compose/docker-compose-legacy-auth_test.go
Integration test environment variables and Docker Compose unit test assertions are updated to expect v2.20.0 image tags and SDK version environment variables across all authentication configurations.

🎯 2 (Simple) | ⏱️ ~10 minutes

Possibly Related PRs

Suggested Labels

priority-low

Suggested Reviewers

  • kevin-dimichel

Poem

🐰 From 2.19 to 2.20, the versions all align,
Through Makefiles and Helm charts, each reference does shine,
Tests and fixtures updated with consistency fine,
A bump through the docs and deployment pipeline—
FiftyOne Teams is ready; v2.20 is divine!

🚥 Pre-merge checks | ✅ 4 | ❌ 1

❌ Failed checks (1 warning)

Check name Status Explanation Resolution
Description check ⚠️ Warning The pull request has no description provided, missing all required template sections including Rationale, Changes checklist, and Testing information. Add a comprehensive description following the template: explain the rationale for the v2.20.0 release, confirm Docker Compose/Helm parity maintenance, and describe testing performed.
✅ Passed checks (4 passed)
Check name Status Explanation
Title check ✅ Passed The title 'chore: release v2.20.0' directly and clearly describes the main change—a version bump release from v2.19.0 to v2.20.0 across all files.
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.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ 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 release/v2.20.0

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 and usage tips.

@voxelbuildbot voxelbuildbot merged commit 8c4b06d into main Jun 9, 2026
29 of 33 checks passed
@voxelbuildbot voxelbuildbot deleted the release/v2.20.0 branch June 9, 2026 00:00
@coderabbitai coderabbitai Bot mentioned this pull request Jul 8, 2026
4 tasks
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.

4 participants