Skip to content

chore(versions): Bump for 2.20.0#580

Merged
benjaminpkane merged 2 commits into
release/v2.20.0from
bump-versions-2.20.0
Jun 2, 2026
Merged

chore(versions): Bump for 2.20.0#580
benjaminpkane merged 2 commits into
release/v2.20.0from
bump-versions-2.20.0

Conversation

@benjaminpkane

Copy link
Copy Markdown
Member

What

Bumps version references from 2.19.02.20.0 for the release/v2.20.0 minor release.

Generated via:

for file in $(ack -l '2\.19\.0'); do
  perl -pi -e 's/2\.19\.0/2.20.0/g' "$file"
done
git restore tests/fixtures/** .tool-versions

Scope

Updated: READMEs, docs, docker compose files, Helm chart files (Chart.yaml, values.yaml, values.schema.json, README.md), Makefile, skaffold.yaml, and the compose unit tests.

Intentionally excluded

  • tests/fixtures/** — restored after the bump. Automation updates these as new RC artifacts become available; bumping them early would make automation pull artifacts that don't yet exist.
  • .tool-versions — the skaffold 2.19.0 pin is the skaffold tool version (independent of the FiftyOne app version) and is left unchanged.

Follows the release-branch process for fiftyone-teams-app-deploy (branch release/v2.20.0 off main, then bump-versions-2.20.0 off the release branch). Mirrors #578.

🤖 Generated with Claude Code

@benjaminpkane benjaminpkane requested a review from a team as a code owner June 2, 2026 23:18
@coderabbitai

coderabbitai Bot commented Jun 2, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

Important

Review skipped

Auto incremental reviews are disabled on this repository.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 96138543-4c86-4190-846d-e0ad39c1b22e

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review

Walkthrough

This PR performs a mechanical version bump from 2.19.0 to 2.20.0 across build configuration, deployment documentation, Kubernetes/Helm examples, custom plugin guides, orchestrator job templates, and corresponding unit test assertions.

Changes

Release Version 2.20.0

Layer / File(s) Summary
Build configuration version variable
Makefile
Root VERSION variable bumped from 2.19.0 to 2.20.0, affecting all targets that depend on this variable.
Docker deployment and upgrade documentation
docker/README.md, docker/docs/configuring-gpu-workloads.md, docker/docs/upgrading.md
Docker image override examples, GPU delegated-operator configurations, and multi-section upgrade guidance updated to reference v2.20.0 tags; upgrade checklists, SDK connectivity warnings, and license requirements also updated to v2.20.0.
Custom plugin and orchestrator documentation
docs/custom-plugins.md, docs/orchestrators/configuring-databricks-orchestrator.md, docs/orchestrators/configuring-kubernetes-orchestrator.md
Custom plugin Dockerfile and Docker Compose examples, Databricks executor requirements.txt, and Kubernetes telemetry-sidecar templates updated to use v2.20.0 and fiftyone==2.20.0.
Helm chart documentation and configuration
helm/docs/upgrading.md, helm/fiftyone-teams-app/README.md
Helm upgrade paths, license requirement notes, SDK connectivity warnings, and chart README version badge and FIFTYONE_APP_TEAMS_SDK_RECOMMENDED_VERSION default updated to v2.20.0.
Docker Compose unit test expectations
tests/unit/compose/docker-compose-internal-auth_test.go, tests/unit/compose/docker-compose-legacy-auth_test.go
TestServiceImage and TestServiceEnvironment test cases updated to assert v2.20.0 image tags and FIFTYONE_APP_TEAMS_SDK_RECOMMENDED_VERSION=2.20.0 across all service/variant and authentication-mode combinations.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~8 minutes

Possibly related PRs

  • voxel51/fiftyone-teams-app-deploy#564: Performs the same repo-wide release version bump pattern, updating build variables, deployment documentation, and unit test expectations from an adjacent version (2.19→2.20).
  • voxel51/fiftyone-teams-app-deploy#577: Introduces the initial v2.19.0 version constants and test expectations that this PR updates forward; these PRs operate on the same code/test points.

Suggested labels

priority-low

Suggested reviewers

  • kevin-dimichel

🐰 Version bumps hop along with grace,
From 2.19 to 2.20's place!
Makefile and docs align,
Tests and charts all shine so fine,
A little bump to help us race! 🚀

🚥 Pre-merge checks | ✅ 3 | ❌ 2

❌ Failed checks (1 warning, 1 inconclusive)

Check name Status Explanation Resolution
Linked Issues check ⚠️ Warning The PR addresses version bumping for the 2.20.0 release, but the only linked issue (#39) concerns renaming .yml files to .yaml, which this PR does not address. Either address the .yml to .yaml file renaming requirement in this PR or link it to an issue that is actually related to version bumping.
Description check ❓ Inconclusive The description provides clear rationale, lists all updated file categories, explains intentional exclusions, and references the release process; however, it doesn't follow the template's required sections (Rationale, Changes with checklist, Testing). Restructure the description to match the template format with explicit sections for Rationale, Changes, and Testing, and include the Docker Compose/Helm parity checklist.
✅ Passed checks (3 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly and concisely summarizes the main change: bumping version references from 2.19.0 to 2.20.0 across the codebase.
Out of Scope Changes check ✅ Passed All changes are scope-appropriate version bumps aligned with the 2.20.0 release; intentional exclusions (test fixtures, tool versions) are well-documented.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

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

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch bump-versions-2.20.0

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

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.
@benjaminpkane benjaminpkane merged commit 1696264 into release/v2.20.0 Jun 2, 2026
10 checks passed
@benjaminpkane benjaminpkane deleted the bump-versions-2.20.0 branch June 2, 2026 23:33
@coderabbitai coderabbitai Bot mentioned this pull request Jun 8, 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.

2 participants