chore: bump nanobot image version for release#6340
Merged
thedadams merged 1 commit intoobot-platform:mainfrom Apr 14, 2026
Merged
chore: bump nanobot image version for release#6340thedadams merged 1 commit intoobot-platform:mainfrom
thedadams merged 1 commit intoobot-platform:mainfrom
Conversation
This change also removes the fixed image value in for the obot-mcp-server image in the values.yaml file so deployments will use the default in the code. Signed-off-by: Donnie Adams <donnie@obot.ai>
Contributor
There was a problem hiding this comment.
Pull request overview
Updates Nanobot-related image/module versions for the release, and adjusts the Helm chart defaults so the obot-mcp-server search image is no longer pinned in values.yaml (allowing the server’s built-in default to apply).
Changes:
- Bump Nanobot agent image default to
v0.0.66. - Bump MCP remote shim base image default to
v0.0.66and updategithub.com/nanobot-ai/nanobotdependency tov0.0.66. - Update docs and Helm chart values to reflect the new defaults and to stop explicitly setting
OBOT_SERVER_MCPSERVER_SEARCH_IMAGE.
Reviewed changes
Copilot reviewed 6 out of 7 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| pkg/services/config.go | Updates default Nanobot agent image tag to v0.0.66. |
| pkg/mcp/loader.go | Updates default MCP remote shim base image tag to v0.0.66. |
| go.mod | Bumps github.com/nanobot-ai/nanobot to v0.0.66. |
| go.sum | Updates checksums for github.com/nanobot-ai/nanobot v0.0.66. |
| docs/versioned_docs/version-v0.19.0/configuration/server-configuration.md | Updates documented defaults to v0.0.66. |
| docs/docs/configuration/server-configuration.md | Updates documented defaults to v0.0.66. |
| chart/values.yaml | Clears OBOT_SERVER_MCPSERVER_SEARCH_IMAGE default so Helm doesn’t set it and code defaults apply. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
calvinmclean
approved these changes
Apr 14, 2026
njhale
approved these changes
Apr 14, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This change also removes the fixed image value in for the obot-mcp-server image in the values.yaml file so deployments will use the default in the code.