chore(versions): Bump for 2.18.1#561
Conversation
Co-authored-by: Cursor <cursoragent@cursor.com>
WalkthroughThe pull request performs a patch version bump from 2.18.0 to 2.18.1 across build configuration and documentation. The ChangesVersion Bump Release
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Poem
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Comment |
kevin-dimichel
left a comment
There was a problem hiding this comment.
In our Throwing Release Branches doc, it instructs to run a replace command.
[fiftyone-teams-app-deploy]$ gco ritchie/bump-versions-2.18.1
branch 'ritchie/bump-versions-2.18.1' set up to track 'origin/ritchie/bump-versions-2.18.1' by rebasing.
Switched to a new branch 'ritchie/bump-versions-2.18.1'
[fiftyone-teams-app-deploy]$ for file in $(ack -l '2\.18\.0'); do
perl -pi -e 's/2\.18\.0/2.18.1/g' $file
done
git restore tests/fixtures/**
[fiftyone-teams-app-deploy]$ gs
On branch ritchie/bump-versions-2.18.1
Your branch is up to date with 'origin/ritchie/bump-versions-2.18.1'.
Changes not staged for commit:
(use "git add <file>..." to update what will be committed)
(use "git restore <file>..." to discard changes in working directory)
modified: docker/docs/configuring-gpu-workloads.md
modified: docker/docs/upgrading.md
modified: docs/custom-plugins.md
modified: docs/orchestrators/configuring-databricks-orchestrator.md
modified: helm/docs/upgrading.md
modified: tests/unit/compose/docker-compose-internal-auth_test.go
modified: tests/unit/compose/docker-compose-legacy-auth_test.go
no changes added to commit (use "git add" and/or "git commit -a")
[fiftyone-teams-app-deploy]$
Did this command get run?
Adds files missed in initial bump per release runbook perl pattern: docs (gpu workloads, upgrading, custom-plugins, databricks orchestrator, helm upgrading) and unit compose tests. tests/fixtures/** intentionally left untouched per runbook. Co-authored-by: Cursor <cursoragent@cursor.com>
Patch release version bump for
2.18.1.