Skip to content

Doc updates for v0.10.0-beta1, 2, & 3 - #420

Merged
Rachael-Graham merged 6 commits into
kagent-dev:v0.10.0-docsfrom
Rachael-Graham:rlg-0.10.x-betas
Jul 27, 2026
Merged

Doc updates for v0.10.0-beta1, 2, & 3#420
Rachael-Graham merged 6 commits into
kagent-dev:v0.10.0-docsfrom
Rachael-Graham:rlg-0.10.x-betas

Conversation

@Rachael-Graham

@Rachael-Graham Rachael-Graham commented Jul 27, 2026

Copy link
Copy Markdown
Contributor

Adds docs for betas 1 through 3 of the 0.10.0 branch.

Merging into the v0.10.0-docs branch, which will be held until v0.10.0 is cut.

Comment thread src/app/docs/kagent/concepts/agents/page.mdx
Rachael-Graham and others added 4 commits July 27, 2026 10:19
- 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>
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>

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is the other heading "Skip startup migrations" maybe a little clearer? Or is one better than another for another reason?

Comment thread src/app/docs/kagent/resources/release-notes/page.mdx Outdated

**What's included:**

* Go ADK is now the default runtime — new declarative agents use the Go ADK by default.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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).

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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).

Rachael-Graham and others added 2 commits July 27, 2026 10:49
Co-authored-by: Kristin Brown <kristin.brown@solo.io>
Signed-off-by: Rachael Graham <rachael.graham@solo.io>
Signed-off-by: Rachael Graham <rachael.graham@solo.io>
@Rachael-Graham
Rachael-Graham merged commit 7409daf into kagent-dev:v0.10.0-docs Jul 27, 2026
3 checks passed
@Rachael-Graham
Rachael-Graham deleted the rlg-0.10.x-betas branch July 27, 2026 16:03
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