Doc updates for v0.10.0-beta1, 2, & 3 - #420
Merged
Rachael-Graham merged 6 commits intoJul 27, 2026
Merged
Conversation
Rachael-Graham
commented
Jul 27, 2026
- Add v0.10 release notes section covering Go ADK default runtime switch, A2A AgentCard metadata, configurable streaming timeouts, controller service annotations, ACP substrate support, and out-of-band database migrations - Update agents concept page: Go ADK is now default, add A2A AgentCard metadata section - Update upgrade guide: new "Run migrations out-of-band" section and replace golang-migrate Option 2 with kagent db migrate CLI Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> Signed-off-by: Rachael Graham <rachael.graham@solo.io>
- Chat session sharing (read-only and read-write modes) - Substrate support expanded to BYO and Python runtime agents - Configurable A2A client timeout (controller.a2aClientTimeout) - SSO session expiry auto re-authentication - Update agent-substrate concept page to reflect all three supported runtimes Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> Signed-off-by: Rachael Graham <rachael.graham@solo.io>
Beta3 is bug-fix only: CVE patches, Go ADK OpenAI embeddings fix, and Helm image registry handling fixes. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> Signed-off-by: Rachael Graham <rachael.graham@solo.io>
Signed-off-by: Rachael Graham <rachael.graham@solo.io>
Rachael-Graham
force-pushed
the
rlg-0.10.x-betas
branch
from
July 27, 2026 15:19
d594dd5 to
4e266fd
Compare
kristin-kronstain-brown
approved these changes
Jul 27, 2026
| 1. Save your current kagent version and the kagent version you want to roll back to in environment variables. | ||
| 1. Save your current kagent version and the version you want to roll back to in environment variables. | ||
| ```bash | ||
| export CURRENT_VERSION=<current-version> |
Contributor
There was a problem hiding this comment.
Do we need CURRENT_VERSION any more? Doesn't seem to be used now.
|
|
||
| By default, kagent runs database migrations automatically at controller startup. You can disable this behavior and manage migrations separately, for example, from a CI/CD pipeline or a Helm pre-upgrade hook. | ||
|
|
||
| ### Enable skip migrations |
Contributor
There was a problem hiding this comment.
Is the other heading "Skip startup migrations" maybe a little clearer? Or is one better than another for another reason?
|
|
||
| **What's included:** | ||
|
|
||
| * Go ADK is now the default runtime — new declarative agents use the Go ADK by default. |
Contributor
There was a problem hiding this comment.
Should the "—" here and in the rest of the changes really be ":"?
|
|
||
| A new `database.postgres.skipMigrations` Helm value (default: `false`) prevents the controller from running migrations at startup. When enabled, the controller verifies the schema is already fully migrated and exits with an error if it is not. Apply migrations out-of-band before installing or upgrading when this option is set. | ||
|
|
||
| For details and usage examples, see [Run migrations out-of-band](/docs/kagent/operations/upgrade#run-migrations-out-of-band). |
Contributor
There was a problem hiding this comment.
Suggested change
| For details and usage examples, see [Run migrations out-of-band](/docs/kagent/operations/upgrade#run-migrations-out-of-band). | |
| For details and usage examples, see [Run migrations out of band](/docs/kagent/operations/upgrade#run-migrations-out-of-band). |
Co-authored-by: Kristin Brown <kristin.brown@solo.io> Signed-off-by: Rachael Graham <rachael.graham@solo.io>
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.
Adds docs for betas 1 through 3 of the 0.10.0 branch.
Merging into the
v0.10.0-docsbranch, which will be held until v0.10.0 is cut.