Skip to content

chore(deps): bump the go-minor-patch group in /go with 11 updates#1883

Merged
EItanya merged 1 commit into
mainfrom
dependabot/go_modules/go/go-minor-patch-ba9fbd4985
May 18, 2026
Merged

chore(deps): bump the go-minor-patch group in /go with 11 updates#1883
EItanya merged 1 commit into
mainfrom
dependabot/go_modules/go/go-minor-patch-ba9fbd4985

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 18, 2026

Bumps the go-minor-patch group in /go with 11 updates:

Package From To
github.com/anthropics/anthropic-sdk-go 1.42.0 1.43.0
github.com/openai/openai-go/v3 3.35.0 3.36.0
google.golang.org/genai 1.56.0 1.57.0
k8s.io/api 0.36.0 0.36.1
k8s.io/apimachinery 0.36.0 0.36.1
k8s.io/client-go 0.36.0 0.36.1
sigs.k8s.io/agent-sandbox 0.4.5 0.4.6
sigs.k8s.io/controller-runtime 0.24.0 0.24.1
github.com/ollama/ollama 0.23.2 0.24.0
google.golang.org/grpc 1.81.0 1.81.1
k8s.io/apiextensions-apiserver 0.36.0 0.36.1

Updates github.com/anthropics/anthropic-sdk-go from 1.42.0 to 1.43.0

Release notes

Sourced from github.com/anthropics/anthropic-sdk-go's releases.

v1.43.0

1.43.0 (2026-05-13)

Full Changelog: v1.42.0...v1.43.0

Features

  • api: Add BetaManagedAgentsSearchResultBlock types (498fafc)
  • api: Add support for cache diagnostics beta (eac032f)
  • client: add compatibility aliases for old type names (38e1f89)
  • client: add compatibility aliases for old type names (a98b0fb)
  • client: optimize json encoder for internal types (f379c42)

Bug Fixes

  • structured outputs: allowlist enum, const, pattern, allOf in transformSchema (#823) (d368786)

Chores

  • api: spec updates (502b9f1)
  • fix standard webhooks version (#842) (1fdda46)
  • internal: simplify release-please config (69da3d6)
Changelog

Sourced from github.com/anthropics/anthropic-sdk-go's changelog.

1.43.0 (2026-05-13)

Full Changelog: v1.42.0...v1.43.0

Features

  • api: Add BetaManagedAgentsSearchResultBlock types (498fafc)
  • api: Add support for cache diagnostics beta (eac032f)
  • client: add compatibility aliases for old type names (38e1f89)
  • client: add compatibility aliases for old type names (a98b0fb)
  • client: optimize json encoder for internal types (f379c42)

Bug Fixes

  • structured outputs: allowlist enum, const, pattern, allOf in transformSchema (#823) (d368786)

Chores

  • api: spec updates (502b9f1)
  • fix standard webhooks version (#842) (1fdda46)
  • internal: simplify release-please config (69da3d6)
Commits
  • 05700ac release: 1.43.0
  • c5a8272 feat(api): Add support for cache diagnostics beta
  • a235416 feat(client): optimize json encoder for internal types
  • 2892c45 chore(api): spec updates
  • e02171b codegen metadata
  • 8a4cbf0 feat(api): Add BetaManagedAgentsSearchResultBlock types
  • 3036341 ci: pin GitHub Actions to commit SHAs
  • 81dd299 chore: fix standard webhooks version (#842)
  • 438f43d feat(client): add compatibility aliases for old type names
  • 0ece20f fix(structured outputs): allowlist enum, const, pattern, allOf in transformSc...
  • Additional commits viewable in compare view

Updates github.com/openai/openai-go/v3 from 3.35.0 to 3.36.0

Release notes

Sourced from github.com/openai/openai-go/v3's releases.

v3.36.0

3.36.0 (2026-05-13)

Full Changelog: v3.35.0...v3.36.0

Features

  • api: add service_tier parameter to response compact method (bacd2c0)

Bug Fixes

  • go: avoid panic when http.DefaultTransport is wrapped (95a0250)
Changelog

Sourced from github.com/openai/openai-go/v3's changelog.

3.36.0 (2026-05-13)

Full Changelog: v3.35.0...v3.36.0

Features

  • api: add service_tier parameter to response compact method (bacd2c0)

Bug Fixes

  • go: avoid panic when http.DefaultTransport is wrapped (95a0250)
Commits
  • 5234005 Merge pull request #659 from openai/release-please--branches--main--changes--...
  • 49350ba release: 3.36.0
  • e044efb Merge pull request #981 from stainless-sdks/dev/jtian/remove-unnecessary-params
  • 82c0cc9 [feat] Remove client_id from required params during init
  • bacd2c0 feat(api): add service_tier parameter to response compact method
  • 95a0250 fix(go): avoid panic when http.DefaultTransport is wrapped
  • See full diff in compare view

Updates google.golang.org/genai from 1.56.0 to 1.57.0

Release notes

Sourced from google.golang.org/genai's releases.

v1.57.0

1.57.0 (2026-05-12)

Features

  • Expose Test and Server of the Replay API Client for the cross module usage in the AgentPlatform module. (27b142d)
  • support Blocking FunctionCall in Live API in AgentPlatform (Vertex) (e5e653c)
  • support speech to speech translation in Gemini Live (621b55d)

Bug Fixes

  • Fix version redaction logic in the replay API client. (af4c931)
Changelog

Sourced from google.golang.org/genai's changelog.

1.57.0 (2026-05-12)

Features

  • Expose Test and Server of the Replay API Client for the cross module usage in the AgentPlatform module. (27b142d)
  • support Blocking FunctionCall in Live API in AgentPlatform (Vertex) (e5e653c)
  • support speech to speech translation in Gemini Live (621b55d)

Bug Fixes

  • Fix version redaction logic in the replay API client. (af4c931)
Commits
  • c02ba4f chore(main): release 1.57.0 (#784)
  • af4c931 fix: Fix version redaction logic in the replay API client.
  • 621b55d feat: support speech to speech translation in Gemini Live
  • 27b142d feat: Expose Test and Server of the Replay API Client for the cross module us...
  • aec9d38 chore: update error messages to clarify which APIs support a feature.
  • e5e653c feat: support Blocking FunctionCall in Live API in AgentPlatform (Vertex)
  • 1ca15ba chore: Handle vertex-genai-modules user-agent header for the AgentPlatform SDK.
  • afcab1d chore: Expose the Replay API client as an internal component only for the Age...
  • See full diff in compare view

Updates k8s.io/api from 0.36.0 to 0.36.1

Commits

Updates k8s.io/apimachinery from 0.36.0 to 0.36.1

Commits

Updates k8s.io/client-go from 0.36.0 to 0.36.1

Commits

Updates sigs.k8s.io/agent-sandbox from 0.4.5 to 0.4.6

Release notes

Sourced from sigs.k8s.io/agent-sandbox's releases.

v0.4.6

🚀 Announcing Agent Sandbox v0.4.6!

We're excited to announce the release of Agent Sandbox v0.4.6! This release introduces major scalability enhancements through opt-in Service management, robust developer guidance with AI agent skills, expanded API and Network Policy documentation, and new stateful AI agent examples.

⚠️ Breaking Changes / Action Required

  • Service Creation Opt-In (#775, #800): The Sandbox controller no longer creates a headless Service by default for new Sandboxes. This architectural change significantly improves cluster scalability by eliminating kube-proxy and Kubernetes DNS overhead when scaling to thousands of pods. Existing Sandboxes with an auto-provisioned Service are preserved automatically.
    • Action Required: For new Sandboxes that require an auto-provisioned headless Service, explicitly set spec.service: true. To explicitly remove an existing Service, set spec.service: false.
    • New service field: Sandbox spec and SandboxTemplate spec now support the service boolean field to control the headless Service creation (default false). If omitted, existing services of Sandboxes will not be removed, to avoid disruption.
    • Python SDK & Router Integration: The Python SDK and sandbox-router have been updated to support direct Pod IP routing via the X-Sandbox-Pod-IP header, bypassing Service routing overhead. The SDK gracefully recovers from API server timeouts and disables Pod IP routing if permissions are lacking (falling back to Service routing).

Key Highlights

  • Core Stability and Lifecycle Management Fixed an issue where the sandbox name hash (selector label) was unavailable when a sandbox was scaled down to zero replicas during suspension (#754). status.labelselector is no longer unset when replicas is 0. If the hash cannot be resolved, suspension fails gracefully with a clear error reason. Added integration tests for suspend/resume on new client instances.

  • AI Agent Skills & Developer Guidelines Introduced specialized AI agent skills in .agents/skills/ (k8s-api-conventions and dev-rules) to guide AI coding assistants contributing to the repository (#766). Added AGENTS.md at the repo root covering project layout, build/test/lint flows, codegen rules, and GitHub Copilot/CLA guidelines (#707). Updated .github/copilot-instructions.md with Kubernetes API conventions and CLA reminders (#768).

  • Enhanced Documentation and Examples Added comprehensive core API documentation in docs/api.md (#247) and detailed Network Policy management documentation explaining the capabilities and limitations of networkPolicyManagement in SandboxTemplate (#743). Added a new example demonstrating how to deploy the Hermes Agent (hermes-agent.nousresearch.com) inside the Kubernetes Agent Sandbox with persistent storage (volumeClaimTemplates) and custom skill injection via ConfigMaps (#774). Updated the OpenClaw sandbox example to demonstrate usage with the gVisor runtime class on GKE for enhanced sandbox isolation (#475). Added a release automation guide and updated the PR template for release notes (#748, #790).

  • CI/CD and Release Automation Enabled an automated weekly release schedule (Thursdays at 9:00 AM UTC) using GitHub Actions workflows (#783). Migrated Gemini release note generation from static API keys to secure Vertex AI with short-lived Google Cloud IAM credentials (#783). Updated GitHub Actions dependencies (#788).

Installation

Core & Extensions

# To install only the core components:
kubectl apply -f https://github.com/kubernetes-sigs/agent-sandbox/releases/download/v0.4.6/manifest.yaml
To install the extensions components:
kubectl apply -f https://github.com/kubernetes-sigs/agent-sandbox/releases/download/v0.4.6/extensions.yaml

Python SDK

pip install k8s-agent-sandbox==0.4.6

Contributors

We extend our sincere thanks to all contributors to this release: @​aleks-stefanovic, @​dependabot[bot], @​drogovozDP, @​fedebongio, @​flpanbin, @​janetkuo, @​shrutiyam-glitch, @​vicentefb, @​volatilemolotov

... (truncated)

Commits
  • d0c124d Use gvisor in openclaw example (#475)
  • 636e032 feat: service creationg opt-in follow-up (#800)
  • d02bf9d support automatic service creation opt-in (#775)
  • e1d8898 Enable Scheduled release and use Vertex AI for Gemini Notes (#783)
  • b591e91 build(deps): bump the github-actions group with 2 updates (#788)
  • 473faf3 Preserve sandbox selector label when replicas is 0 (#754)
  • d34c137 Agents.md (#707)
  • e410921 remove duplicate folder (#790)
  • 781e333 feat: add AI agent skills and guidelines (#766)
  • b4ac1c9 Add Hermes Agent Sandbox example with persistence and custom skills (#774)
  • Additional commits viewable in compare view

Updates sigs.k8s.io/controller-runtime from 0.24.0 to 0.24.1

Release notes

Sourced from sigs.k8s.io/controller-runtime's releases.

v0.24.1

What's Changed

Full Changelog: kubernetes-sigs/controller-runtime@v0.24.0...v0.24.1

Commits
  • 3be3f1b Merge pull request #3516 from k8s-infra-cherrypick-robot/cherry-pick-3515-to-...
  • 0f7b33d Fix regression in Apply typed error handling
  • See full diff in compare view

Updates github.com/ollama/ollama from 0.23.2 to 0.24.0

Release notes

Sourced from github.com/ollama/ollama's releases.

v0.24.0

Codex App

Ollama 0.24 includes support for the Codex App, OpenAI's desktop experience for working on Codex threads in parallel with built-in worktree support and git functionality.

ollama launch codex-app

Built-in browser

Codex can load local servers and sites in its built-in browser, enabling you to directly annotate on the page to request changes.

Review mode

Review code inside the app, leave comments, and iterate without leaving your workspace.

Choosing a model

For difficult coding and agentic tasks:

  • kimi-k2.6 (with vision support)
  • glm-5.1

For local use without an Ollama Cloud subscription:

  • nemotron-3-super
  • gemma4:31b
  • qwen3.6

Restore anytime

To restore the previous configuration of Codex App, run:

ollama launch codex-app --restore

What's Changed

  • Reworked the MLX sampler for improved generation quality on Apple Silicon

Full Changelog: ollama/ollama@v0.23.0...v0.24.0

... (truncated)

Commits

Updates google.golang.org/grpc from 1.81.0 to 1.81.1

Release notes

Sourced from google.golang.org/grpc's releases.

Release 1.81.1

Security

  • xds/rbac: Fix a potential authorization bypass caused by incorrectly falling through URI/DNS SANs to Subject Distinguished Name (DN) when matching the authenticated principal name. With this fix, only the first non-empty identity source will be used, as per gRFC A41. (#9111)

Bug Fixes

  • otel: Segregate client and server RPC information used for metrics and traces, to avoid one overwriting the other. (#9081)
Commits

Updates k8s.io/apiextensions-apiserver from 0.36.0 to 0.36.1

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the go-minor-patch group in /go with 11 updates:

| Package | From | To |
| --- | --- | --- |
| [github.com/anthropics/anthropic-sdk-go](https://github.com/anthropics/anthropic-sdk-go) | `1.42.0` | `1.43.0` |
| [github.com/openai/openai-go/v3](https://github.com/openai/openai-go) | `3.35.0` | `3.36.0` |
| [google.golang.org/genai](https://github.com/googleapis/go-genai) | `1.56.0` | `1.57.0` |
| [k8s.io/api](https://github.com/kubernetes/api) | `0.36.0` | `0.36.1` |
| [k8s.io/apimachinery](https://github.com/kubernetes/apimachinery) | `0.36.0` | `0.36.1` |
| [k8s.io/client-go](https://github.com/kubernetes/client-go) | `0.36.0` | `0.36.1` |
| [sigs.k8s.io/agent-sandbox](https://github.com/kubernetes-sigs/agent-sandbox) | `0.4.5` | `0.4.6` |
| [sigs.k8s.io/controller-runtime](https://github.com/kubernetes-sigs/controller-runtime) | `0.24.0` | `0.24.1` |
| [github.com/ollama/ollama](https://github.com/ollama/ollama) | `0.23.2` | `0.24.0` |
| [google.golang.org/grpc](https://github.com/grpc/grpc-go) | `1.81.0` | `1.81.1` |
| [k8s.io/apiextensions-apiserver](https://github.com/kubernetes/apiextensions-apiserver) | `0.36.0` | `0.36.1` |


Updates `github.com/anthropics/anthropic-sdk-go` from 1.42.0 to 1.43.0
- [Release notes](https://github.com/anthropics/anthropic-sdk-go/releases)
- [Changelog](https://github.com/anthropics/anthropic-sdk-go/blob/main/CHANGELOG.md)
- [Commits](anthropics/anthropic-sdk-go@v1.42.0...v1.43.0)

Updates `github.com/openai/openai-go/v3` from 3.35.0 to 3.36.0
- [Release notes](https://github.com/openai/openai-go/releases)
- [Changelog](https://github.com/openai/openai-go/blob/main/CHANGELOG.md)
- [Commits](openai/openai-go@v3.35.0...v3.36.0)

Updates `google.golang.org/genai` from 1.56.0 to 1.57.0
- [Release notes](https://github.com/googleapis/go-genai/releases)
- [Changelog](https://github.com/googleapis/go-genai/blob/main/CHANGELOG.md)
- [Commits](googleapis/go-genai@v1.56.0...v1.57.0)

Updates `k8s.io/api` from 0.36.0 to 0.36.1
- [Commits](kubernetes/api@v0.36.0...v0.36.1)

Updates `k8s.io/apimachinery` from 0.36.0 to 0.36.1
- [Commits](kubernetes/apimachinery@v0.36.0...v0.36.1)

Updates `k8s.io/client-go` from 0.36.0 to 0.36.1
- [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md)
- [Commits](kubernetes/client-go@v0.36.0...v0.36.1)

Updates `sigs.k8s.io/agent-sandbox` from 0.4.5 to 0.4.6
- [Release notes](https://github.com/kubernetes-sigs/agent-sandbox/releases)
- [Changelog](https://github.com/kubernetes-sigs/agent-sandbox/blob/main/docs/release.md)
- [Commits](kubernetes-sigs/agent-sandbox@v0.4.5...v0.4.6)

Updates `sigs.k8s.io/controller-runtime` from 0.24.0 to 0.24.1
- [Release notes](https://github.com/kubernetes-sigs/controller-runtime/releases)
- [Changelog](https://github.com/kubernetes-sigs/controller-runtime/blob/main/RELEASE.md)
- [Commits](kubernetes-sigs/controller-runtime@v0.24.0...v0.24.1)

Updates `github.com/ollama/ollama` from 0.23.2 to 0.24.0
- [Release notes](https://github.com/ollama/ollama/releases)
- [Commits](ollama/ollama@v0.23.2...v0.24.0)

Updates `google.golang.org/grpc` from 1.81.0 to 1.81.1
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](grpc/grpc-go@v1.81.0...v1.81.1)

Updates `k8s.io/apiextensions-apiserver` from 0.36.0 to 0.36.1
- [Release notes](https://github.com/kubernetes/apiextensions-apiserver/releases)
- [Commits](kubernetes/apiextensions-apiserver@v0.36.0...v0.36.1)

---
updated-dependencies:
- dependency-name: github.com/anthropics/anthropic-sdk-go
  dependency-version: 1.43.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-minor-patch
- dependency-name: github.com/openai/openai-go/v3
  dependency-version: 3.36.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-minor-patch
- dependency-name: google.golang.org/genai
  dependency-version: 1.57.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-minor-patch
- dependency-name: k8s.io/api
  dependency-version: 0.36.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-minor-patch
- dependency-name: k8s.io/apimachinery
  dependency-version: 0.36.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-minor-patch
- dependency-name: k8s.io/client-go
  dependency-version: 0.36.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-minor-patch
- dependency-name: sigs.k8s.io/agent-sandbox
  dependency-version: 0.4.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-minor-patch
- dependency-name: sigs.k8s.io/controller-runtime
  dependency-version: 0.24.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-minor-patch
- dependency-name: github.com/ollama/ollama
  dependency-version: 0.24.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-minor-patch
- dependency-name: google.golang.org/grpc
  dependency-version: 1.81.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-minor-patch
- dependency-name: k8s.io/apiextensions-apiserver
  dependency-version: 0.36.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-minor-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot requested a review from EItanya as a code owner May 18, 2026 12:00
Copilot AI review requested due to automatic review settings May 18, 2026 12:00
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github May 18, 2026

Labels

The following labels could not be found: dependencies. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot dependabot Bot requested review from ilackarms and yuval-k as code owners May 18, 2026 12:00
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Copilot encountered an error and was unable to review this pull request. You can try again by re-requesting a review.

@EItanya EItanya merged commit 03ad0e6 into main May 18, 2026
24 checks passed
@EItanya EItanya deleted the dependabot/go_modules/go/go-minor-patch-ba9fbd4985 branch May 18, 2026 19:45
maazghani pushed a commit to maazghani/kagent that referenced this pull request May 18, 2026
…gent-dev#1883)

Bumps the go-minor-patch group in /go with 11 updates:

| Package | From | To |
| --- | --- | --- |
|
[github.com/anthropics/anthropic-sdk-go](https://github.com/anthropics/anthropic-sdk-go)
| `1.42.0` | `1.43.0` |
| [github.com/openai/openai-go/v3](https://github.com/openai/openai-go)
| `3.35.0` | `3.36.0` |
| [google.golang.org/genai](https://github.com/googleapis/go-genai) |
`1.56.0` | `1.57.0` |
| [k8s.io/api](https://github.com/kubernetes/api) | `0.36.0` | `0.36.1`
|
| [k8s.io/apimachinery](https://github.com/kubernetes/apimachinery) |
`0.36.0` | `0.36.1` |
| [k8s.io/client-go](https://github.com/kubernetes/client-go) | `0.36.0`
| `0.36.1` |
|
[sigs.k8s.io/agent-sandbox](https://github.com/kubernetes-sigs/agent-sandbox)
| `0.4.5` | `0.4.6` |
|
[sigs.k8s.io/controller-runtime](https://github.com/kubernetes-sigs/controller-runtime)
| `0.24.0` | `0.24.1` |
| [github.com/ollama/ollama](https://github.com/ollama/ollama) |
`0.23.2` | `0.24.0` |
| [google.golang.org/grpc](https://github.com/grpc/grpc-go) | `1.81.0` |
`1.81.1` |
|
[k8s.io/apiextensions-apiserver](https://github.com/kubernetes/apiextensions-apiserver)
| `0.36.0` | `0.36.1` |

Updates `github.com/anthropics/anthropic-sdk-go` from 1.42.0 to 1.43.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/anthropics/anthropic-sdk-go/releases">github.com/anthropics/anthropic-sdk-go's
releases</a>.</em></p>
<blockquote>
<h2>v1.43.0</h2>
<h2>1.43.0 (2026-05-13)</h2>
<p>Full Changelog: <a
href="https://github.com/anthropics/anthropic-sdk-go/compare/v1.42.0...v1.43.0">v1.42.0...v1.43.0</a></p>
<h3>Features</h3>
<ul>
<li><strong>api:</strong> Add BetaManagedAgentsSearchResultBlock types
(<a
href="https://github.com/anthropics/anthropic-sdk-go/commit/498fafcadd46be3a53e24ca2e7c40d00da6361bd">498fafc</a>)</li>
<li><strong>api:</strong> Add support for cache diagnostics beta (<a
href="https://github.com/anthropics/anthropic-sdk-go/commit/eac032f440e19fe9407d856dc4494029c606cd3d">eac032f</a>)</li>
<li><strong>client:</strong> add compatibility aliases for old type
names (<a
href="https://github.com/anthropics/anthropic-sdk-go/commit/38e1f89eeffeb40295a5796c97d9966ab1a8703b">38e1f89</a>)</li>
<li><strong>client:</strong> add compatibility aliases for old type
names (<a
href="https://github.com/anthropics/anthropic-sdk-go/commit/a98b0fb44693ee6c4bcd7575414b1cab0fc114c7">a98b0fb</a>)</li>
<li><strong>client:</strong> optimize json encoder for internal types
(<a
href="https://github.com/anthropics/anthropic-sdk-go/commit/f379c4255c6485a02afb8136d84f1cf995794a08">f379c42</a>)</li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li><strong>structured outputs:</strong> allowlist enum, const, pattern,
allOf in transformSchema (<a
href="https://redirect.github.com/anthropics/anthropic-sdk-go/issues/823">#823</a>)
(<a
href="https://github.com/anthropics/anthropic-sdk-go/commit/d3687868eb9c40427c731b12e9291ddeeb74f557">d368786</a>)</li>
</ul>
<h3>Chores</h3>
<ul>
<li><strong>api:</strong> spec updates (<a
href="https://github.com/anthropics/anthropic-sdk-go/commit/502b9f13f72a691c3b440c66d964a25caf2db8e1">502b9f1</a>)</li>
<li>fix standard webhooks version (<a
href="https://redirect.github.com/anthropics/anthropic-sdk-go/issues/842">#842</a>)
(<a
href="https://github.com/anthropics/anthropic-sdk-go/commit/1fdda46d63004bfec8c977319554cb609a0b4041">1fdda46</a>)</li>
<li><strong>internal:</strong> simplify release-please config (<a
href="https://github.com/anthropics/anthropic-sdk-go/commit/69da3d60e46540256c75fc2a0d1b1814ed608dfc">69da3d6</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/anthropics/anthropic-sdk-go/blob/main/CHANGELOG.md">github.com/anthropics/anthropic-sdk-go's
changelog</a>.</em></p>
<blockquote>
<h2>1.43.0 (2026-05-13)</h2>
<p>Full Changelog: <a
href="https://github.com/anthropics/anthropic-sdk-go/compare/v1.42.0...v1.43.0">v1.42.0...v1.43.0</a></p>
<h3>Features</h3>
<ul>
<li><strong>api:</strong> Add BetaManagedAgentsSearchResultBlock types
(<a
href="https://github.com/anthropics/anthropic-sdk-go/commit/498fafcadd46be3a53e24ca2e7c40d00da6361bd">498fafc</a>)</li>
<li><strong>api:</strong> Add support for cache diagnostics beta (<a
href="https://github.com/anthropics/anthropic-sdk-go/commit/eac032f440e19fe9407d856dc4494029c606cd3d">eac032f</a>)</li>
<li><strong>client:</strong> add compatibility aliases for old type
names (<a
href="https://github.com/anthropics/anthropic-sdk-go/commit/38e1f89eeffeb40295a5796c97d9966ab1a8703b">38e1f89</a>)</li>
<li><strong>client:</strong> add compatibility aliases for old type
names (<a
href="https://github.com/anthropics/anthropic-sdk-go/commit/a98b0fb44693ee6c4bcd7575414b1cab0fc114c7">a98b0fb</a>)</li>
<li><strong>client:</strong> optimize json encoder for internal types
(<a
href="https://github.com/anthropics/anthropic-sdk-go/commit/f379c4255c6485a02afb8136d84f1cf995794a08">f379c42</a>)</li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li><strong>structured outputs:</strong> allowlist enum, const, pattern,
allOf in transformSchema (<a
href="https://redirect.github.com/anthropics/anthropic-sdk-go/issues/823">#823</a>)
(<a
href="https://github.com/anthropics/anthropic-sdk-go/commit/d3687868eb9c40427c731b12e9291ddeeb74f557">d368786</a>)</li>
</ul>
<h3>Chores</h3>
<ul>
<li><strong>api:</strong> spec updates (<a
href="https://github.com/anthropics/anthropic-sdk-go/commit/502b9f13f72a691c3b440c66d964a25caf2db8e1">502b9f1</a>)</li>
<li>fix standard webhooks version (<a
href="https://redirect.github.com/anthropics/anthropic-sdk-go/issues/842">#842</a>)
(<a
href="https://github.com/anthropics/anthropic-sdk-go/commit/1fdda46d63004bfec8c977319554cb609a0b4041">1fdda46</a>)</li>
<li><strong>internal:</strong> simplify release-please config (<a
href="https://github.com/anthropics/anthropic-sdk-go/commit/69da3d60e46540256c75fc2a0d1b1814ed608dfc">69da3d6</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/anthropics/anthropic-sdk-go/commit/05700ac0b3d9d09dc8c71b39f2844cdfc48db5e9"><code>05700ac</code></a>
release: 1.43.0</li>
<li><a
href="https://github.com/anthropics/anthropic-sdk-go/commit/c5a8272f9b0de45352fde3b8b0cd8f9ea30e9205"><code>c5a8272</code></a>
feat(api): Add support for cache diagnostics beta</li>
<li><a
href="https://github.com/anthropics/anthropic-sdk-go/commit/a23541600e165e1b01f4e7d3d6e6fec6185d41e3"><code>a235416</code></a>
feat(client): optimize json encoder for internal types</li>
<li><a
href="https://github.com/anthropics/anthropic-sdk-go/commit/2892c45680c2fb294b479f4eb7700c99ec31ad2f"><code>2892c45</code></a>
chore(api): spec updates</li>
<li><a
href="https://github.com/anthropics/anthropic-sdk-go/commit/e02171b273286bdfd97d2deb307b0cb99e8cbf94"><code>e02171b</code></a>
codegen metadata</li>
<li><a
href="https://github.com/anthropics/anthropic-sdk-go/commit/8a4cbf0b040588dc6b3cb3ec5c735767183ef36c"><code>8a4cbf0</code></a>
feat(api): Add BetaManagedAgentsSearchResultBlock types</li>
<li><a
href="https://github.com/anthropics/anthropic-sdk-go/commit/3036341beb9026a31f4f5fd9d1c818f8f1cffb50"><code>3036341</code></a>
ci: pin GitHub Actions to commit SHAs</li>
<li><a
href="https://github.com/anthropics/anthropic-sdk-go/commit/81dd299705cce0981faaeaf14149b9583e0f6554"><code>81dd299</code></a>
chore: fix standard webhooks version (<a
href="https://redirect.github.com/anthropics/anthropic-sdk-go/issues/842">#842</a>)</li>
<li><a
href="https://github.com/anthropics/anthropic-sdk-go/commit/438f43d217fa7693eaa9d5f0a03a4ed32cd393a2"><code>438f43d</code></a>
feat(client): add compatibility aliases for old type names</li>
<li><a
href="https://github.com/anthropics/anthropic-sdk-go/commit/0ece20f557c19f765e79dacc80aed082f40ba1ef"><code>0ece20f</code></a>
fix(structured outputs): allowlist enum, const, pattern, allOf in
transformSc...</li>
<li>Additional commits viewable in <a
href="https://github.com/anthropics/anthropic-sdk-go/compare/v1.42.0...v1.43.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `github.com/openai/openai-go/v3` from 3.35.0 to 3.36.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/openai/openai-go/releases">github.com/openai/openai-go/v3's
releases</a>.</em></p>
<blockquote>
<h2>v3.36.0</h2>
<h2>3.36.0 (2026-05-13)</h2>
<p>Full Changelog: <a
href="https://github.com/openai/openai-go/compare/v3.35.0...v3.36.0">v3.35.0...v3.36.0</a></p>
<h3>Features</h3>
<ul>
<li><strong>api:</strong> add service_tier parameter to response compact
method (<a
href="https://github.com/openai/openai-go/commit/bacd2c0bcf980e8d424d67446fb4d9c4ea897d24">bacd2c0</a>)</li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li><strong>go:</strong> avoid panic when http.DefaultTransport is
wrapped (<a
href="https://github.com/openai/openai-go/commit/95a0250a9c770674f8deacb3a3fc1175e6808967">95a0250</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/openai/openai-go/blob/main/CHANGELOG.md">github.com/openai/openai-go/v3's
changelog</a>.</em></p>
<blockquote>
<h2>3.36.0 (2026-05-13)</h2>
<p>Full Changelog: <a
href="https://github.com/openai/openai-go/compare/v3.35.0...v3.36.0">v3.35.0...v3.36.0</a></p>
<h3>Features</h3>
<ul>
<li><strong>api:</strong> add service_tier parameter to response compact
method (<a
href="https://github.com/openai/openai-go/commit/bacd2c0bcf980e8d424d67446fb4d9c4ea897d24">bacd2c0</a>)</li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li><strong>go:</strong> avoid panic when http.DefaultTransport is
wrapped (<a
href="https://github.com/openai/openai-go/commit/95a0250a9c770674f8deacb3a3fc1175e6808967">95a0250</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/openai/openai-go/commit/5234005f50ad762e93d50bd3431c80f647905859"><code>5234005</code></a>
Merge pull request <a
href="https://redirect.github.com/openai/openai-go/issues/659">#659</a>
from openai/release-please--branches--main--changes--...</li>
<li><a
href="https://github.com/openai/openai-go/commit/49350bae7f9ad272ffddb56b877cb365cbc9c3ea"><code>49350ba</code></a>
release: 3.36.0</li>
<li><a
href="https://github.com/openai/openai-go/commit/e044efbb037c6971f10d35369e85d62ea21ee7e2"><code>e044efb</code></a>
Merge pull request <a
href="https://redirect.github.com/openai/openai-go/issues/981">#981</a>
from stainless-sdks/dev/jtian/remove-unnecessary-params</li>
<li><a
href="https://github.com/openai/openai-go/commit/82c0cc9c4a04ac9abfaa65dd275fb1e38770b985"><code>82c0cc9</code></a>
[feat] Remove client_id from required params during init</li>
<li><a
href="https://github.com/openai/openai-go/commit/bacd2c0bcf980e8d424d67446fb4d9c4ea897d24"><code>bacd2c0</code></a>
feat(api): add service_tier parameter to response compact method</li>
<li><a
href="https://github.com/openai/openai-go/commit/95a0250a9c770674f8deacb3a3fc1175e6808967"><code>95a0250</code></a>
fix(go): avoid panic when http.DefaultTransport is wrapped</li>
<li>See full diff in <a
href="https://github.com/openai/openai-go/compare/v3.35.0...v3.36.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `google.golang.org/genai` from 1.56.0 to 1.57.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/googleapis/go-genai/releases">google.golang.org/genai's
releases</a>.</em></p>
<blockquote>
<h2>v1.57.0</h2>
<h2><a
href="https://github.com/googleapis/go-genai/compare/v1.56.0...v1.57.0">1.57.0</a>
(2026-05-12)</h2>
<h3>Features</h3>
<ul>
<li>Expose Test and Server of the Replay API Client for the cross module
usage in the AgentPlatform module. (<a
href="https://github.com/googleapis/go-genai/commit/27b142d7c2aea6794c4b9d88d6e3f68f69fb17a3">27b142d</a>)</li>
<li>support Blocking FunctionCall in Live API in AgentPlatform (Vertex)
(<a
href="https://github.com/googleapis/go-genai/commit/e5e653c939fb25dba1d54726dba6735b51002267">e5e653c</a>)</li>
<li>support speech to speech translation in Gemini Live (<a
href="https://github.com/googleapis/go-genai/commit/621b55d07426e706991c7c9f2602658cf1068cbc">621b55d</a>)</li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li>Fix version redaction logic in the replay API client. (<a
href="https://github.com/googleapis/go-genai/commit/af4c93111f6a266674370a45f3fb15e1742d064e">af4c931</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/googleapis/go-genai/blob/main/CHANGELOG.md">google.golang.org/genai's
changelog</a>.</em></p>
<blockquote>
<h2><a
href="https://github.com/googleapis/go-genai/compare/v1.56.0...v1.57.0">1.57.0</a>
(2026-05-12)</h2>
<h3>Features</h3>
<ul>
<li>Expose Test and Server of the Replay API Client for the cross module
usage in the AgentPlatform module. (<a
href="https://github.com/googleapis/go-genai/commit/27b142d7c2aea6794c4b9d88d6e3f68f69fb17a3">27b142d</a>)</li>
<li>support Blocking FunctionCall in Live API in AgentPlatform (Vertex)
(<a
href="https://github.com/googleapis/go-genai/commit/e5e653c939fb25dba1d54726dba6735b51002267">e5e653c</a>)</li>
<li>support speech to speech translation in Gemini Live (<a
href="https://github.com/googleapis/go-genai/commit/621b55d07426e706991c7c9f2602658cf1068cbc">621b55d</a>)</li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li>Fix version redaction logic in the replay API client. (<a
href="https://github.com/googleapis/go-genai/commit/af4c93111f6a266674370a45f3fb15e1742d064e">af4c931</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/googleapis/go-genai/commit/c02ba4f1f6069dfcbfb626489af058ffd89a82bf"><code>c02ba4f</code></a>
chore(main): release 1.57.0 (<a
href="https://redirect.github.com/googleapis/go-genai/issues/784">#784</a>)</li>
<li><a
href="https://github.com/googleapis/go-genai/commit/af4c93111f6a266674370a45f3fb15e1742d064e"><code>af4c931</code></a>
fix: Fix version redaction logic in the replay API client.</li>
<li><a
href="https://github.com/googleapis/go-genai/commit/621b55d07426e706991c7c9f2602658cf1068cbc"><code>621b55d</code></a>
feat: support speech to speech translation in Gemini Live</li>
<li><a
href="https://github.com/googleapis/go-genai/commit/27b142d7c2aea6794c4b9d88d6e3f68f69fb17a3"><code>27b142d</code></a>
feat: Expose Test and Server of the Replay API Client for the cross
module us...</li>
<li><a
href="https://github.com/googleapis/go-genai/commit/aec9d38b6a45318ea66ce9ee1a5016280f419bb4"><code>aec9d38</code></a>
chore: update error messages to clarify which APIs support a
feature.</li>
<li><a
href="https://github.com/googleapis/go-genai/commit/e5e653c939fb25dba1d54726dba6735b51002267"><code>e5e653c</code></a>
feat: support Blocking FunctionCall in Live API in AgentPlatform
(Vertex)</li>
<li><a
href="https://github.com/googleapis/go-genai/commit/1ca15ba6262a95e1e3e31e63f2b8a21e90adf91e"><code>1ca15ba</code></a>
chore: Handle vertex-genai-modules user-agent header for the
AgentPlatform SDK.</li>
<li><a
href="https://github.com/googleapis/go-genai/commit/afcab1d077bdf2548e681319408d3d780ead46c4"><code>afcab1d</code></a>
chore: Expose the Replay API client as an internal component only for
the Age...</li>
<li>See full diff in <a
href="https://github.com/googleapis/go-genai/compare/v1.56.0...v1.57.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `k8s.io/api` from 0.36.0 to 0.36.1
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/kubernetes/api/commit/25001c854943b552769cd32eacd0bef7467c0eea"><code>25001c8</code></a>
Update dependencies to v0.36.1 tag</li>
<li>See full diff in <a
href="https://github.com/kubernetes/api/compare/v0.36.0...v0.36.1">compare
view</a></li>
</ul>
</details>
<br />

Updates `k8s.io/apimachinery` from 0.36.0 to 0.36.1
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/kubernetes/apimachinery/commit/7af103a2a439106791220493349f8d13bc0a1efd"><code>7af103a</code></a>
Update dependencies to v0.36.1 tag</li>
<li>See full diff in <a
href="https://github.com/kubernetes/apimachinery/compare/v0.36.0...v0.36.1">compare
view</a></li>
</ul>
</details>
<br />

Updates `k8s.io/client-go` from 0.36.0 to 0.36.1
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/kubernetes/client-go/commit/55ef15a9fb552182b78f7b1d0d09d618632dfe7f"><code>55ef15a</code></a>
Update dependencies to v0.36.1 tag</li>
<li>See full diff in <a
href="https://github.com/kubernetes/client-go/compare/v0.36.0...v0.36.1">compare
view</a></li>
</ul>
</details>
<br />

Updates `sigs.k8s.io/agent-sandbox` from 0.4.5 to 0.4.6
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/kubernetes-sigs/agent-sandbox/releases">sigs.k8s.io/agent-sandbox's
releases</a>.</em></p>
<blockquote>
<h2>v0.4.6</h2>
<h2>🚀 Announcing Agent Sandbox v0.4.6!</h2>
<p>We're excited to announce the release of Agent Sandbox v0.4.6! This
release introduces major scalability enhancements through opt-in Service
management, robust developer guidance with AI agent skills, expanded API
and Network Policy documentation, and new stateful AI agent
examples.</p>
<h3>⚠️ Breaking Changes / Action Required</h3>
<ul>
<li><strong>Service Creation Opt-In (<a
href="https://redirect.github.com/kubernetes-sigs/agent-sandbox/issues/775">#775</a>,
<a
href="https://redirect.github.com/kubernetes-sigs/agent-sandbox/issues/800">#800</a>)</strong>:
The Sandbox controller no longer creates a headless Service by default
for new Sandboxes. This architectural change significantly improves
cluster scalability by eliminating kube-proxy and Kubernetes DNS
overhead when scaling to thousands of pods. Existing Sandboxes with an
auto-provisioned Service are preserved automatically.
<ul>
<li><strong>Action Required</strong>: For new Sandboxes that require an
auto-provisioned headless Service, explicitly set <code>spec.service:
true</code>. To explicitly remove an existing Service, set
<code>spec.service: false</code>.</li>
<li><strong>New <code>service</code> field</strong>: Sandbox
<code>spec</code> and SandboxTemplate <code>spec</code> now support the
<code>service</code> boolean field to control the headless Service
creation (default <code>false</code>). If omitted, existing services of
Sandboxes will not be removed, to avoid disruption.</li>
<li><strong>Python SDK &amp; Router Integration</strong>: The Python SDK
and <code>sandbox-router</code> have been updated to support direct Pod
IP routing via the <code>X-Sandbox-Pod-IP</code> header, bypassing
Service routing overhead. The SDK gracefully recovers from API server
timeouts and disables Pod IP routing if permissions are lacking (falling
back to Service routing).</li>
</ul>
</li>
</ul>
<h3>Key Highlights</h3>
<ul>
<li>
<p><strong>Core Stability and Lifecycle Management</strong>
Fixed an issue where the sandbox name hash (selector label) was
unavailable when a sandbox was scaled down to zero replicas during
suspension (<a
href="https://redirect.github.com/kubernetes-sigs/agent-sandbox/issues/754">#754</a>).
<code>status.labelselector</code> is no longer unset when replicas is 0.
If the hash cannot be resolved, suspension fails gracefully with a clear
error reason. Added integration tests for suspend/resume on new client
instances.</p>
</li>
<li>
<p><strong>AI Agent Skills &amp; Developer Guidelines</strong>
Introduced specialized AI agent skills in <code>.agents/skills/</code>
(<code>k8s-api-conventions</code> and <code>dev-rules</code>) to guide
AI coding assistants contributing to the repository (<a
href="https://redirect.github.com/kubernetes-sigs/agent-sandbox/issues/766">#766</a>).
Added <code>AGENTS.md</code> at the repo root covering project layout,
build/test/lint flows, codegen rules, and GitHub Copilot/CLA guidelines
(<a
href="https://redirect.github.com/kubernetes-sigs/agent-sandbox/issues/707">#707</a>).
Updated <code>.github/copilot-instructions.md</code> with Kubernetes API
conventions and CLA reminders (<a
href="https://redirect.github.com/kubernetes-sigs/agent-sandbox/issues/768">#768</a>).</p>
</li>
<li>
<p><strong>Enhanced Documentation and Examples</strong>
Added comprehensive core API documentation in <code>docs/api.md</code>
(<a
href="https://redirect.github.com/kubernetes-sigs/agent-sandbox/issues/247">#247</a>)
and detailed Network Policy management documentation explaining the
capabilities and limitations of <code>networkPolicyManagement</code> in
<code>SandboxTemplate</code> (<a
href="https://redirect.github.com/kubernetes-sigs/agent-sandbox/issues/743">#743</a>).
Added a new example demonstrating how to deploy the Hermes Agent
(<code>hermes-agent.nousresearch.com</code>) inside the Kubernetes Agent
Sandbox with persistent storage (<code>volumeClaimTemplates</code>) and
custom skill injection via ConfigMaps (<a
href="https://redirect.github.com/kubernetes-sigs/agent-sandbox/issues/774">#774</a>).
Updated the OpenClaw sandbox example to demonstrate usage with the
gVisor runtime class on GKE for enhanced sandbox isolation (<a
href="https://redirect.github.com/kubernetes-sigs/agent-sandbox/issues/475">#475</a>).
Added a release automation guide and updated the PR template for release
notes (<a
href="https://redirect.github.com/kubernetes-sigs/agent-sandbox/issues/748">#748</a>,
<a
href="https://redirect.github.com/kubernetes-sigs/agent-sandbox/issues/790">#790</a>).</p>
</li>
<li>
<p><strong>CI/CD and Release Automation</strong>
Enabled an automated weekly release schedule (Thursdays at 9:00 AM UTC)
using GitHub Actions workflows (<a
href="https://redirect.github.com/kubernetes-sigs/agent-sandbox/issues/783">#783</a>).
Migrated Gemini release note generation from static API keys to secure
Vertex AI with short-lived Google Cloud IAM credentials (<a
href="https://redirect.github.com/kubernetes-sigs/agent-sandbox/issues/783">#783</a>).
Updated GitHub Actions dependencies (<a
href="https://redirect.github.com/kubernetes-sigs/agent-sandbox/issues/788">#788</a>).</p>
</li>
</ul>
<h3>Installation</h3>
<h4>Core &amp; Extensions</h4>
<pre lang="bash"><code># To install only the core components:
kubectl apply -f
https://github.com/kubernetes-sigs/agent-sandbox/releases/download/v0.4.6/manifest.yaml
<h1>To install the extensions components:</h1>
<p>kubectl apply -f <a
href="https://github.com/kubernetes-sigs/agent-sandbox/releases/download/v0.4.6/extensions.yaml">https://github.com/kubernetes-sigs/agent-sandbox/releases/download/v0.4.6/extensions.yaml</a>
</code></pre></p>
<h4>Python SDK</h4>
<pre lang="bash"><code>pip install k8s-agent-sandbox==0.4.6
</code></pre>
<hr />
<h3>Contributors</h3>
<p>We extend our sincere thanks to all contributors to this release:
<a
href="https://github.com/aleks-stefanovic"><code>@​aleks-stefanovic</code></a>,
<a
href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot],
<a href="https://github.com/drogovozDP"><code>@​drogovozDP</code></a>,
<a href="https://github.com/fedebongio"><code>@​fedebongio</code></a>,
<a href="https://github.com/flpanbin"><code>@​flpanbin</code></a>, <a
href="https://github.com/janetkuo"><code>@​janetkuo</code></a>, <a
href="https://github.com/shrutiyam-glitch"><code>@​shrutiyam-glitch</code></a>,
<a href="https://github.com/vicentefb"><code>@​vicentefb</code></a>, <a
href="https://github.com/volatilemolotov"><code>@​volatilemolotov</code></a></p>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/kubernetes-sigs/agent-sandbox/commit/d0c124d4a1fded4ed4aecb92753696b4dd8de17b"><code>d0c124d</code></a>
Use gvisor in openclaw example (<a
href="https://redirect.github.com/kubernetes-sigs/agent-sandbox/issues/475">#475</a>)</li>
<li><a
href="https://github.com/kubernetes-sigs/agent-sandbox/commit/636e0326630ed0396375cd7fe19c555b829aa462"><code>636e032</code></a>
feat: service creationg opt-in follow-up (<a
href="https://redirect.github.com/kubernetes-sigs/agent-sandbox/issues/800">#800</a>)</li>
<li><a
href="https://github.com/kubernetes-sigs/agent-sandbox/commit/d02bf9d802a0bb03887901db0fb8d075e104a9fa"><code>d02bf9d</code></a>
support automatic service creation opt-in (<a
href="https://redirect.github.com/kubernetes-sigs/agent-sandbox/issues/775">#775</a>)</li>
<li><a
href="https://github.com/kubernetes-sigs/agent-sandbox/commit/e1d88987c0db6ff54daa1201b860f3a3816e0f86"><code>e1d8898</code></a>
Enable Scheduled release and use Vertex AI for Gemini Notes (<a
href="https://redirect.github.com/kubernetes-sigs/agent-sandbox/issues/783">#783</a>)</li>
<li><a
href="https://github.com/kubernetes-sigs/agent-sandbox/commit/b591e918f6ec1a4e34abf2a45447a238a5241541"><code>b591e91</code></a>
build(deps): bump the github-actions group with 2 updates (<a
href="https://redirect.github.com/kubernetes-sigs/agent-sandbox/issues/788">#788</a>)</li>
<li><a
href="https://github.com/kubernetes-sigs/agent-sandbox/commit/473faf33fbb249ba010fe9ad6fb99811b3950961"><code>473faf3</code></a>
Preserve sandbox selector label when replicas is 0 (<a
href="https://redirect.github.com/kubernetes-sigs/agent-sandbox/issues/754">#754</a>)</li>
<li><a
href="https://github.com/kubernetes-sigs/agent-sandbox/commit/d34c1373b9b1324d3e728d1e07811612aa5a55d8"><code>d34c137</code></a>
Agents.md (<a
href="https://redirect.github.com/kubernetes-sigs/agent-sandbox/issues/707">#707</a>)</li>
<li><a
href="https://github.com/kubernetes-sigs/agent-sandbox/commit/e4109219af2829827bdf764bc669e5fc80550584"><code>e410921</code></a>
remove duplicate folder (<a
href="https://redirect.github.com/kubernetes-sigs/agent-sandbox/issues/790">#790</a>)</li>
<li><a
href="https://github.com/kubernetes-sigs/agent-sandbox/commit/781e3339230577f389ed57d7978fec1e882ccff8"><code>781e333</code></a>
feat: add AI agent skills and guidelines (<a
href="https://redirect.github.com/kubernetes-sigs/agent-sandbox/issues/766">#766</a>)</li>
<li><a
href="https://github.com/kubernetes-sigs/agent-sandbox/commit/b4ac1c977e3978461e9208f9fbe05ce2b8d497c1"><code>b4ac1c9</code></a>
Add Hermes Agent Sandbox example with persistence and custom skills (<a
href="https://redirect.github.com/kubernetes-sigs/agent-sandbox/issues/774">#774</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/kubernetes-sigs/agent-sandbox/compare/v0.4.5...v0.4.6">compare
view</a></li>
</ul>
</details>
<br />

Updates `sigs.k8s.io/controller-runtime` from 0.24.0 to 0.24.1
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/kubernetes-sigs/controller-runtime/releases">sigs.k8s.io/controller-runtime's
releases</a>.</em></p>
<blockquote>
<h2>v0.24.1</h2>
<h2>What's Changed</h2>
<ul>
<li>[release-0.24] 🐛 Fix regression in Apply typed error handling by
<a
href="https://github.com/k8s-infra-cherrypick-robot"><code>@​k8s-infra-cherrypick-robot</code></a>
in <a
href="https://redirect.github.com/kubernetes-sigs/controller-runtime/pull/3516">kubernetes-sigs/controller-runtime#3516</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/kubernetes-sigs/controller-runtime/compare/v0.24.0...v0.24.1">https://github.com/kubernetes-sigs/controller-runtime/compare/v0.24.0...v0.24.1</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/kubernetes-sigs/controller-runtime/commit/3be3f1bf2b2fcc6b5c9510d55c6a9972294653d0"><code>3be3f1b</code></a>
Merge pull request <a
href="https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3516">#3516</a>
from k8s-infra-cherrypick-robot/cherry-pick-3515-to-...</li>
<li><a
href="https://github.com/kubernetes-sigs/controller-runtime/commit/0f7b33d8f5eebb1f4d1fe381ffc458ea49d83dc5"><code>0f7b33d</code></a>
Fix regression in Apply typed error handling</li>
<li>See full diff in <a
href="https://github.com/kubernetes-sigs/controller-runtime/compare/v0.24.0...v0.24.1">compare
view</a></li>
</ul>
</details>
<br />

Updates `github.com/ollama/ollama` from 0.23.2 to 0.24.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/ollama/ollama/releases">github.com/ollama/ollama's
releases</a>.</em></p>
<blockquote>
<h2>v0.24.0</h2>
<h2>Codex App</h2>
<p>Ollama 0.24 includes support for the Codex App, OpenAI's desktop
experience for working on Codex threads in parallel with built-in
worktree support and git functionality.</p>
<pre lang="bash"><code>ollama launch codex-app
</code></pre>
<!-- raw HTML omitted -->
<h3>Built-in browser</h3>
<p>Codex can load local servers and sites in its built-in browser,
enabling you to directly annotate on the page to request changes.</p>
<!-- raw HTML omitted -->
<h3>Review mode</h3>
<p>Review code inside the app, leave comments, and iterate without
leaving your workspace.</p>
<!-- raw HTML omitted -->
<h3>Choosing a model</h3>
<p>For difficult coding and agentic tasks:</p>
<ul>
<li><strong>kimi-k2.6</strong> (with vision support)</li>
<li><strong>glm-5.1</strong></li>
</ul>
<p>For local use without an Ollama Cloud subscription:</p>
<ul>
<li><strong>nemotron-3-super</strong></li>
<li><strong>gemma4:31b</strong></li>
<li><strong>qwen3.6</strong></li>
</ul>
<h3>Restore anytime</h3>
<p>To restore the previous configuration of Codex App, run:</p>
<pre lang="bash"><code>ollama launch codex-app --restore
</code></pre>
<h2>What's Changed</h2>
<ul>
<li>Reworked the MLX sampler for improved generation quality on Apple
Silicon</li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/ollama/ollama/compare/v0.23.0...v0.24.0">https://github.com/ollama/ollama/compare/v0.23.0...v0.24.0</a></p>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/ollama/ollama/commit/c28ddc0a7b273cd286b680a6db0bef0c17bc0ec0"><code>c28ddc0</code></a>
launch: codex app restarts (<a
href="https://redirect.github.com/ollama/ollama/issues/16155">#16155</a>)</li>
<li><a
href="https://github.com/ollama/ollama/commit/3ad2fa3fb572eecdc356530eadf2838656d899cd"><code>3ad2fa3</code></a>
launch: update codex app UI copy (<a
href="https://redirect.github.com/ollama/ollama/issues/16157">#16157</a>)</li>
<li><a
href="https://github.com/ollama/ollama/commit/6b6f45ef0e236c6c6603ef3e2a15c2fe589c7db1"><code>6b6f45e</code></a>
docs: hide codex app till launch (<a
href="https://redirect.github.com/ollama/ollama/issues/16153">#16153</a>)</li>
<li><a
href="https://github.com/ollama/ollama/commit/4860130f839a3ee7525d1132f326d4489a5a9564"><code>4860130</code></a>
mlx: rework the MLX sampler (<a
href="https://redirect.github.com/ollama/ollama/issues/16122">#16122</a>)</li>
<li><a
href="https://github.com/ollama/ollama/commit/ac7295ccabdc4bee42be5503f092d1aac738627a"><code>ac7295c</code></a>
launch: codex app integration (<a
href="https://redirect.github.com/ollama/ollama/issues/16120">#16120</a>)</li>
<li><a
href="https://github.com/ollama/ollama/commit/6398cd5b78083372639e00a0cbd26d500761b2ed"><code>6398cd5</code></a>
mlx: add memory trace logging (<a
href="https://redirect.github.com/ollama/ollama/issues/16131">#16131</a>)</li>
<li><a
href="https://github.com/ollama/ollama/commit/3af1a008e2dd4740874f07968b373db3bc723344"><code>3af1a00</code></a>
launch/opencode: add image modalities for vision models (<a
href="https://redirect.github.com/ollama/ollama/issues/15922">#15922</a>)</li>
<li><a
href="https://github.com/ollama/ollama/commit/6bdb73073b8cb2a5430b9e2524f3e9debac39953"><code>6bdb730</code></a>
anthropic: Preserve Claude local image-path tool results in
renderer-owned pr...</li>
<li><a
href="https://github.com/ollama/ollama/commit/421faa0263f28499e2ff9076ffca240a8fc262ca"><code>421faa0</code></a>
mlx: fix macOS 26 target leakage in v3 metallib (<a
href="https://redirect.github.com/ollama/ollama/issues/16053">#16053</a>)</li>
<li><a
href="https://github.com/ollama/ollama/commit/206b04950821e7741ad4dd441f5e569d7ea53b4c"><code>206b049</code></a>
mlx: avoid status timeout during inference (<a
href="https://redirect.github.com/ollama/ollama/issues/16086">#16086</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/ollama/ollama/compare/v0.23.2...v0.24.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `google.golang.org/grpc` from 1.81.0 to 1.81.1
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/grpc/grpc-go/releases">google.golang.org/grpc's
releases</a>.</em></p>
<blockquote>
<h2>Release 1.81.1</h2>
<h1>Security</h1>
<ul>
<li>xds/rbac: Fix a potential authorization bypass caused by incorrectly
falling through URI/DNS SANs to Subject Distinguished Name (DN) when
matching the authenticated principal name. With this fix, only the first
non-empty identity source will be used, as per <a
href="https://github.com/grpc/proposal/blob/master/A41-xds-rbac.md">gRFC
A41</a>. (<a
href="https://redirect.github.com/grpc/grpc-go/issues/9111">#9111</a>)
<ul>
<li>Special Thanks: <a
href="https://github.com/al4an444"><code>@​al4an444</code></a></li>
</ul>
</li>
</ul>
<h1>Bug Fixes</h1>
<ul>
<li>otel: Segregate client and server RPC information used for metrics
and traces, to avoid one overwriting the other. (<a
href="https://redirect.github.com/grpc/grpc-go/issues/9081">#9081</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/grpc/grpc-go/commit/caf0772c2bcb8bc15d43eb53448e921f34f0b7e8"><code>caf0772</code></a>
Change version from 1.81.1-dev to 1.81.1 (<a
href="https://redirect.github.com/grpc/grpc-go/issues/9122">#9122</a>)</li>
<li><a
href="https://github.com/grpc/grpc-go/commit/6ccbeebf058ede71e43a5ac28fada2a736573215"><code>6ccbeeb</code></a>
Cherry-pick <a
href="https://redirect.github.com/grpc/grpc-go/issues/9111">#9111</a>
into v1.81.x (<a
href="https://redirect.github.com/grpc/grpc-go/issues/9121">#9121</a>)</li>
<li><a
href="https://github.com/grpc/grpc-go/commit/b33c29e41b438e371c8504de9bdf64a80098cc29"><code>b33c29e</code></a>
Cherry-pick <a
href="https://redirect.github.com/grpc/grpc-go/issues/9081">#9081</a>
into v1.81.x (<a
href="https://redirect.github.com/grpc/grpc-go/issues/9102">#9102</a>)</li>
<li><a
href="https://github.com/grpc/grpc-go/commit/c45fae6d06a5c192b7b96418a2bc26a96b856834"><code>c45fae6</code></a>
Change version to 1.81.1-dev (<a
href="https://redirect.github.com/grpc/grpc-go/issues/9063">#9063</a>)</li>
<li>See full diff in <a
href="https://github.com/grpc/grpc-go/compare/v1.81.0...v1.81.1">compare
view</a></li>
</ul>
</details>
<br />

Updates `k8s.io/apiextensions-apiserver` from 0.36.0 to 0.36.1
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/kubernetes/apiextensions-apiserver/commit/5b822b18256d51149c9b9f7224d2a91c283119a5"><code>5b822b1</code></a>
Update dependencies to v0.36.1 tag</li>
<li>See full diff in <a
href="https://github.com/kubernetes/apiextensions-apiserver/compare/v0.36.0...v0.36.1">compare
view</a></li>
</ul>
</details>
<br />

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore <dependency name> major version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's major version (unless you unignore this specific
dependency's major version or upgrade to it yourself)
- `@dependabot ignore <dependency name> minor version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's minor version (unless you unignore this specific
dependency's minor version or upgrade to it yourself)
- `@dependabot ignore <dependency name>` will close this group update PR
and stop Dependabot creating any more for the specific dependency
(unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore <dependency name>` will remove all of the ignore
conditions of the specified dependency
- `@dependabot unignore <dependency name> <ignore condition>` will
remove the ignore condition of the specified dependency and ignore
conditions

</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
maazghani pushed a commit to maazghani/kagent that referenced this pull request May 18, 2026
…gent-dev#1883)

Bumps the go-minor-patch group in /go with 11 updates:

| Package | From | To |
| --- | --- | --- |
|
[github.com/anthropics/anthropic-sdk-go](https://github.com/anthropics/anthropic-sdk-go)
| `1.42.0` | `1.43.0` |
| [github.com/openai/openai-go/v3](https://github.com/openai/openai-go)
| `3.35.0` | `3.36.0` |
| [google.golang.org/genai](https://github.com/googleapis/go-genai) |
`1.56.0` | `1.57.0` |
| [k8s.io/api](https://github.com/kubernetes/api) | `0.36.0` | `0.36.1`
|
| [k8s.io/apimachinery](https://github.com/kubernetes/apimachinery) |
`0.36.0` | `0.36.1` |
| [k8s.io/client-go](https://github.com/kubernetes/client-go) | `0.36.0`
| `0.36.1` |
|
[sigs.k8s.io/agent-sandbox](https://github.com/kubernetes-sigs/agent-sandbox)
| `0.4.5` | `0.4.6` |
|
[sigs.k8s.io/controller-runtime](https://github.com/kubernetes-sigs/controller-runtime)
| `0.24.0` | `0.24.1` |
| [github.com/ollama/ollama](https://github.com/ollama/ollama) |
`0.23.2` | `0.24.0` |
| [google.golang.org/grpc](https://github.com/grpc/grpc-go) | `1.81.0` |
`1.81.1` |
|
[k8s.io/apiextensions-apiserver](https://github.com/kubernetes/apiextensions-apiserver)
| `0.36.0` | `0.36.1` |

Updates `github.com/anthropics/anthropic-sdk-go` from 1.42.0 to 1.43.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/anthropics/anthropic-sdk-go/releases">github.com/anthropics/anthropic-sdk-go's
releases</a>.</em></p>
<blockquote>
<h2>v1.43.0</h2>
<h2>1.43.0 (2026-05-13)</h2>
<p>Full Changelog: <a
href="https://github.com/anthropics/anthropic-sdk-go/compare/v1.42.0...v1.43.0">v1.42.0...v1.43.0</a></p>
<h3>Features</h3>
<ul>
<li><strong>api:</strong> Add BetaManagedAgentsSearchResultBlock types
(<a
href="https://github.com/anthropics/anthropic-sdk-go/commit/498fafcadd46be3a53e24ca2e7c40d00da6361bd">498fafc</a>)</li>
<li><strong>api:</strong> Add support for cache diagnostics beta (<a
href="https://github.com/anthropics/anthropic-sdk-go/commit/eac032f440e19fe9407d856dc4494029c606cd3d">eac032f</a>)</li>
<li><strong>client:</strong> add compatibility aliases for old type
names (<a
href="https://github.com/anthropics/anthropic-sdk-go/commit/38e1f89eeffeb40295a5796c97d9966ab1a8703b">38e1f89</a>)</li>
<li><strong>client:</strong> add compatibility aliases for old type
names (<a
href="https://github.com/anthropics/anthropic-sdk-go/commit/a98b0fb44693ee6c4bcd7575414b1cab0fc114c7">a98b0fb</a>)</li>
<li><strong>client:</strong> optimize json encoder for internal types
(<a
href="https://github.com/anthropics/anthropic-sdk-go/commit/f379c4255c6485a02afb8136d84f1cf995794a08">f379c42</a>)</li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li><strong>structured outputs:</strong> allowlist enum, const, pattern,
allOf in transformSchema (<a
href="https://redirect.github.com/anthropics/anthropic-sdk-go/issues/823">#823</a>)
(<a
href="https://github.com/anthropics/anthropic-sdk-go/commit/d3687868eb9c40427c731b12e9291ddeeb74f557">d368786</a>)</li>
</ul>
<h3>Chores</h3>
<ul>
<li><strong>api:</strong> spec updates (<a
href="https://github.com/anthropics/anthropic-sdk-go/commit/502b9f13f72a691c3b440c66d964a25caf2db8e1">502b9f1</a>)</li>
<li>fix standard webhooks version (<a
href="https://redirect.github.com/anthropics/anthropic-sdk-go/issues/842">#842</a>)
(<a
href="https://github.com/anthropics/anthropic-sdk-go/commit/1fdda46d63004bfec8c977319554cb609a0b4041">1fdda46</a>)</li>
<li><strong>internal:</strong> simplify release-please config (<a
href="https://github.com/anthropics/anthropic-sdk-go/commit/69da3d60e46540256c75fc2a0d1b1814ed608dfc">69da3d6</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/anthropics/anthropic-sdk-go/blob/main/CHANGELOG.md">github.com/anthropics/anthropic-sdk-go's
changelog</a>.</em></p>
<blockquote>
<h2>1.43.0 (2026-05-13)</h2>
<p>Full Changelog: <a
href="https://github.com/anthropics/anthropic-sdk-go/compare/v1.42.0...v1.43.0">v1.42.0...v1.43.0</a></p>
<h3>Features</h3>
<ul>
<li><strong>api:</strong> Add BetaManagedAgentsSearchResultBlock types
(<a
href="https://github.com/anthropics/anthropic-sdk-go/commit/498fafcadd46be3a53e24ca2e7c40d00da6361bd">498fafc</a>)</li>
<li><strong>api:</strong> Add support for cache diagnostics beta (<a
href="https://github.com/anthropics/anthropic-sdk-go/commit/eac032f440e19fe9407d856dc4494029c606cd3d">eac032f</a>)</li>
<li><strong>client:</strong> add compatibility aliases for old type
names (<a
href="https://github.com/anthropics/anthropic-sdk-go/commit/38e1f89eeffeb40295a5796c97d9966ab1a8703b">38e1f89</a>)</li>
<li><strong>client:</strong> add compatibility aliases for old type
names (<a
href="https://github.com/anthropics/anthropic-sdk-go/commit/a98b0fb44693ee6c4bcd7575414b1cab0fc114c7">a98b0fb</a>)</li>
<li><strong>client:</strong> optimize json encoder for internal types
(<a
href="https://github.com/anthropics/anthropic-sdk-go/commit/f379c4255c6485a02afb8136d84f1cf995794a08">f379c42</a>)</li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li><strong>structured outputs:</strong> allowlist enum, const, pattern,
allOf in transformSchema (<a
href="https://redirect.github.com/anthropics/anthropic-sdk-go/issues/823">#823</a>)
(<a
href="https://github.com/anthropics/anthropic-sdk-go/commit/d3687868eb9c40427c731b12e9291ddeeb74f557">d368786</a>)</li>
</ul>
<h3>Chores</h3>
<ul>
<li><strong>api:</strong> spec updates (<a
href="https://github.com/anthropics/anthropic-sdk-go/commit/502b9f13f72a691c3b440c66d964a25caf2db8e1">502b9f1</a>)</li>
<li>fix standard webhooks version (<a
href="https://redirect.github.com/anthropics/anthropic-sdk-go/issues/842">#842</a>)
(<a
href="https://github.com/anthropics/anthropic-sdk-go/commit/1fdda46d63004bfec8c977319554cb609a0b4041">1fdda46</a>)</li>
<li><strong>internal:</strong> simplify release-please config (<a
href="https://github.com/anthropics/anthropic-sdk-go/commit/69da3d60e46540256c75fc2a0d1b1814ed608dfc">69da3d6</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/anthropics/anthropic-sdk-go/commit/05700ac0b3d9d09dc8c71b39f2844cdfc48db5e9"><code>05700ac</code></a>
release: 1.43.0</li>
<li><a
href="https://github.com/anthropics/anthropic-sdk-go/commit/c5a8272f9b0de45352fde3b8b0cd8f9ea30e9205"><code>c5a8272</code></a>
feat(api): Add support for cache diagnostics beta</li>
<li><a
href="https://github.com/anthropics/anthropic-sdk-go/commit/a23541600e165e1b01f4e7d3d6e6fec6185d41e3"><code>a235416</code></a>
feat(client): optimize json encoder for internal types</li>
<li><a
href="https://github.com/anthropics/anthropic-sdk-go/commit/2892c45680c2fb294b479f4eb7700c99ec31ad2f"><code>2892c45</code></a>
chore(api): spec updates</li>
<li><a
href="https://github.com/anthropics/anthropic-sdk-go/commit/e02171b273286bdfd97d2deb307b0cb99e8cbf94"><code>e02171b</code></a>
codegen metadata</li>
<li><a
href="https://github.com/anthropics/anthropic-sdk-go/commit/8a4cbf0b040588dc6b3cb3ec5c735767183ef36c"><code>8a4cbf0</code></a>
feat(api): Add BetaManagedAgentsSearchResultBlock types</li>
<li><a
href="https://github.com/anthropics/anthropic-sdk-go/commit/3036341beb9026a31f4f5fd9d1c818f8f1cffb50"><code>3036341</code></a>
ci: pin GitHub Actions to commit SHAs</li>
<li><a
href="https://github.com/anthropics/anthropic-sdk-go/commit/81dd299705cce0981faaeaf14149b9583e0f6554"><code>81dd299</code></a>
chore: fix standard webhooks version (<a
href="https://redirect.github.com/anthropics/anthropic-sdk-go/issues/842">#842</a>)</li>
<li><a
href="https://github.com/anthropics/anthropic-sdk-go/commit/438f43d217fa7693eaa9d5f0a03a4ed32cd393a2"><code>438f43d</code></a>
feat(client): add compatibility aliases for old type names</li>
<li><a
href="https://github.com/anthropics/anthropic-sdk-go/commit/0ece20f557c19f765e79dacc80aed082f40ba1ef"><code>0ece20f</code></a>
fix(structured outputs): allowlist enum, const, pattern, allOf in
transformSc...</li>
<li>Additional commits viewable in <a
href="https://github.com/anthropics/anthropic-sdk-go/compare/v1.42.0...v1.43.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `github.com/openai/openai-go/v3` from 3.35.0 to 3.36.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/openai/openai-go/releases">github.com/openai/openai-go/v3's
releases</a>.</em></p>
<blockquote>
<h2>v3.36.0</h2>
<h2>3.36.0 (2026-05-13)</h2>
<p>Full Changelog: <a
href="https://github.com/openai/openai-go/compare/v3.35.0...v3.36.0">v3.35.0...v3.36.0</a></p>
<h3>Features</h3>
<ul>
<li><strong>api:</strong> add service_tier parameter to response compact
method (<a
href="https://github.com/openai/openai-go/commit/bacd2c0bcf980e8d424d67446fb4d9c4ea897d24">bacd2c0</a>)</li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li><strong>go:</strong> avoid panic when http.DefaultTransport is
wrapped (<a
href="https://github.com/openai/openai-go/commit/95a0250a9c770674f8deacb3a3fc1175e6808967">95a0250</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/openai/openai-go/blob/main/CHANGELOG.md">github.com/openai/openai-go/v3's
changelog</a>.</em></p>
<blockquote>
<h2>3.36.0 (2026-05-13)</h2>
<p>Full Changelog: <a
href="https://github.com/openai/openai-go/compare/v3.35.0...v3.36.0">v3.35.0...v3.36.0</a></p>
<h3>Features</h3>
<ul>
<li><strong>api:</strong> add service_tier parameter to response compact
method (<a
href="https://github.com/openai/openai-go/commit/bacd2c0bcf980e8d424d67446fb4d9c4ea897d24">bacd2c0</a>)</li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li><strong>go:</strong> avoid panic when http.DefaultTransport is
wrapped (<a
href="https://github.com/openai/openai-go/commit/95a0250a9c770674f8deacb3a3fc1175e6808967">95a0250</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/openai/openai-go/commit/5234005f50ad762e93d50bd3431c80f647905859"><code>5234005</code></a>
Merge pull request <a
href="https://redirect.github.com/openai/openai-go/issues/659">#659</a>
from openai/release-please--branches--main--changes--...</li>
<li><a
href="https://github.com/openai/openai-go/commit/49350bae7f9ad272ffddb56b877cb365cbc9c3ea"><code>49350ba</code></a>
release: 3.36.0</li>
<li><a
href="https://github.com/openai/openai-go/commit/e044efbb037c6971f10d35369e85d62ea21ee7e2"><code>e044efb</code></a>
Merge pull request <a
href="https://redirect.github.com/openai/openai-go/issues/981">#981</a>
from stainless-sdks/dev/jtian/remove-unnecessary-params</li>
<li><a
href="https://github.com/openai/openai-go/commit/82c0cc9c4a04ac9abfaa65dd275fb1e38770b985"><code>82c0cc9</code></a>
[feat] Remove client_id from required params during init</li>
<li><a
href="https://github.com/openai/openai-go/commit/bacd2c0bcf980e8d424d67446fb4d9c4ea897d24"><code>bacd2c0</code></a>
feat(api): add service_tier parameter to response compact method</li>
<li><a
href="https://github.com/openai/openai-go/commit/95a0250a9c770674f8deacb3a3fc1175e6808967"><code>95a0250</code></a>
fix(go): avoid panic when http.DefaultTransport is wrapped</li>
<li>See full diff in <a
href="https://github.com/openai/openai-go/compare/v3.35.0...v3.36.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `google.golang.org/genai` from 1.56.0 to 1.57.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/googleapis/go-genai/releases">google.golang.org/genai's
releases</a>.</em></p>
<blockquote>
<h2>v1.57.0</h2>
<h2><a
href="https://github.com/googleapis/go-genai/compare/v1.56.0...v1.57.0">1.57.0</a>
(2026-05-12)</h2>
<h3>Features</h3>
<ul>
<li>Expose Test and Server of the Replay API Client for the cross module
usage in the AgentPlatform module. (<a
href="https://github.com/googleapis/go-genai/commit/27b142d7c2aea6794c4b9d88d6e3f68f69fb17a3">27b142d</a>)</li>
<li>support Blocking FunctionCall in Live API in AgentPlatform (Vertex)
(<a
href="https://github.com/googleapis/go-genai/commit/e5e653c939fb25dba1d54726dba6735b51002267">e5e653c</a>)</li>
<li>support speech to speech translation in Gemini Live (<a
href="https://github.com/googleapis/go-genai/commit/621b55d07426e706991c7c9f2602658cf1068cbc">621b55d</a>)</li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li>Fix version redaction logic in the replay API client. (<a
href="https://github.com/googleapis/go-genai/commit/af4c93111f6a266674370a45f3fb15e1742d064e">af4c931</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/googleapis/go-genai/blob/main/CHANGELOG.md">google.golang.org/genai's
changelog</a>.</em></p>
<blockquote>
<h2><a
href="https://github.com/googleapis/go-genai/compare/v1.56.0...v1.57.0">1.57.0</a>
(2026-05-12)</h2>
<h3>Features</h3>
<ul>
<li>Expose Test and Server of the Replay API Client for the cross module
usage in the AgentPlatform module. (<a
href="https://github.com/googleapis/go-genai/commit/27b142d7c2aea6794c4b9d88d6e3f68f69fb17a3">27b142d</a>)</li>
<li>support Blocking FunctionCall in Live API in AgentPlatform (Vertex)
(<a
href="https://github.com/googleapis/go-genai/commit/e5e653c939fb25dba1d54726dba6735b51002267">e5e653c</a>)</li>
<li>support speech to speech translation in Gemini Live (<a
href="https://github.com/googleapis/go-genai/commit/621b55d07426e706991c7c9f2602658cf1068cbc">621b55d</a>)</li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li>Fix version redaction logic in the replay API client. (<a
href="https://github.com/googleapis/go-genai/commit/af4c93111f6a266674370a45f3fb15e1742d064e">af4c931</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/googleapis/go-genai/commit/c02ba4f1f6069dfcbfb626489af058ffd89a82bf"><code>c02ba4f</code></a>
chore(main): release 1.57.0 (<a
href="https://redirect.github.com/googleapis/go-genai/issues/784">#784</a>)</li>
<li><a
href="https://github.com/googleapis/go-genai/commit/af4c93111f6a266674370a45f3fb15e1742d064e"><code>af4c931</code></a>
fix: Fix version redaction logic in the replay API client.</li>
<li><a
href="https://github.com/googleapis/go-genai/commit/621b55d07426e706991c7c9f2602658cf1068cbc"><code>621b55d</code></a>
feat: support speech to speech translation in Gemini Live</li>
<li><a
href="https://github.com/googleapis/go-genai/commit/27b142d7c2aea6794c4b9d88d6e3f68f69fb17a3"><code>27b142d</code></a>
feat: Expose Test and Server of the Replay API Client for the cross
module us...</li>
<li><a
href="https://github.com/googleapis/go-genai/commit/aec9d38b6a45318ea66ce9ee1a5016280f419bb4"><code>aec9d38</code></a>
chore: update error messages to clarify which APIs support a
feature.</li>
<li><a
href="https://github.com/googleapis/go-genai/commit/e5e653c939fb25dba1d54726dba6735b51002267"><code>e5e653c</code></a>
feat: support Blocking FunctionCall in Live API in AgentPlatform
(Vertex)</li>
<li><a
href="https://github.com/googleapis/go-genai/commit/1ca15ba6262a95e1e3e31e63f2b8a21e90adf91e"><code>1ca15ba</code></a>
chore: Handle vertex-genai-modules user-agent header for the
AgentPlatform SDK.</li>
<li><a
href="https://github.com/googleapis/go-genai/commit/afcab1d077bdf2548e681319408d3d780ead46c4"><code>afcab1d</code></a>
chore: Expose the Replay API client as an internal component only for
the Age...</li>
<li>See full diff in <a
href="https://github.com/googleapis/go-genai/compare/v1.56.0...v1.57.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `k8s.io/api` from 0.36.0 to 0.36.1
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/kubernetes/api/commit/25001c854943b552769cd32eacd0bef7467c0eea"><code>25001c8</code></a>
Update dependencies to v0.36.1 tag</li>
<li>See full diff in <a
href="https://github.com/kubernetes/api/compare/v0.36.0...v0.36.1">compare
view</a></li>
</ul>
</details>
<br />

Updates `k8s.io/apimachinery` from 0.36.0 to 0.36.1
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/kubernetes/apimachinery/commit/7af103a2a439106791220493349f8d13bc0a1efd"><code>7af103a</code></a>
Update dependencies to v0.36.1 tag</li>
<li>See full diff in <a
href="https://github.com/kubernetes/apimachinery/compare/v0.36.0...v0.36.1">compare
view</a></li>
</ul>
</details>
<br />

Updates `k8s.io/client-go` from 0.36.0 to 0.36.1
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/kubernetes/client-go/commit/55ef15a9fb552182b78f7b1d0d09d618632dfe7f"><code>55ef15a</code></a>
Update dependencies to v0.36.1 tag</li>
<li>See full diff in <a
href="https://github.com/kubernetes/client-go/compare/v0.36.0...v0.36.1">compare
view</a></li>
</ul>
</details>
<br />

Updates `sigs.k8s.io/agent-sandbox` from 0.4.5 to 0.4.6
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/kubernetes-sigs/agent-sandbox/releases">sigs.k8s.io/agent-sandbox's
releases</a>.</em></p>
<blockquote>
<h2>v0.4.6</h2>
<h2>🚀 Announcing Agent Sandbox v0.4.6!</h2>
<p>We're excited to announce the release of Agent Sandbox v0.4.6! This
release introduces major scalability enhancements through opt-in Service
management, robust developer guidance with AI agent skills, expanded API
and Network Policy documentation, and new stateful AI agent
examples.</p>
<h3>⚠️ Breaking Changes / Action Required</h3>
<ul>
<li><strong>Service Creation Opt-In (<a
href="https://redirect.github.com/kubernetes-sigs/agent-sandbox/issues/775">#775</a>,
<a
href="https://redirect.github.com/kubernetes-sigs/agent-sandbox/issues/800">#800</a>)</strong>:
The Sandbox controller no longer creates a headless Service by default
for new Sandboxes. This architectural change significantly improves
cluster scalability by eliminating kube-proxy and Kubernetes DNS
overhead when scaling to thousands of pods. Existing Sandboxes with an
auto-provisioned Service are preserved automatically.
<ul>
<li><strong>Action Required</strong>: For new Sandboxes that require an
auto-provisioned headless Service, explicitly set <code>spec.service:
true</code>. To explicitly remove an existing Service, set
<code>spec.service: false</code>.</li>
<li><strong>New <code>service</code> field</strong>: Sandbox
<code>spec</code> and SandboxTemplate <code>spec</code> now support the
<code>service</code> boolean field to control the headless Service
creation (default <code>false</code>). If omitted, existing services of
Sandboxes will not be removed, to avoid disruption.</li>
<li><strong>Python SDK &amp; Router Integration</strong>: The Python SDK
and <code>sandbox-router</code> have been updated to support direct Pod
IP routing via the <code>X-Sandbox-Pod-IP</code> header, bypassing
Service routing overhead. The SDK gracefully recovers from API server
timeouts and disables Pod IP routing if permissions are lacking (falling
back to Service routing).</li>
</ul>
</li>
</ul>
<h3>Key Highlights</h3>
<ul>
<li>
<p><strong>Core Stability and Lifecycle Management</strong>
Fixed an issue where the sandbox name hash (selector label) was
unavailable when a sandbox was scaled down to zero replicas during
suspension (<a
href="https://redirect.github.com/kubernetes-sigs/agent-sandbox/issues/754">#754</a>).
<code>status.labelselector</code> is no longer unset when replicas is 0.
If the hash cannot be resolved, suspension fails gracefully with a clear
error reason. Added integration tests for suspend/resume on new client
instances.</p>
</li>
<li>
<p><strong>AI Agent Skills &amp; Developer Guidelines</strong>
Introduced specialized AI agent skills in <code>.agents/skills/</code>
(<code>k8s-api-conventions</code> and <code>dev-rules</code>) to guide
AI coding assistants contributing to the repository (<a
href="https://redirect.github.com/kubernetes-sigs/agent-sandbox/issues/766">#766</a>).
Added <code>AGENTS.md</code> at the repo root covering project layout,
build/test/lint flows, codegen rules, and GitHub Copilot/CLA guidelines
(<a
href="https://redirect.github.com/kubernetes-sigs/agent-sandbox/issues/707">#707</a>).
Updated <code>.github/copilot-instructions.md</code> with Kubernetes API
conventions and CLA reminders (<a
href="https://redirect.github.com/kubernetes-sigs/agent-sandbox/issues/768">#768</a>).</p>
</li>
<li>
<p><strong>Enhanced Documentation and Examples</strong>
Added comprehensive core API documentation in <code>docs/api.md</code>
(<a
href="https://redirect.github.com/kubernetes-sigs/agent-sandbox/issues/247">#247</a>)
and detailed Network Policy management documentation explaining the
capabilities and limitations of <code>networkPolicyManagement</code> in
<code>SandboxTemplate</code> (<a
href="https://redirect.github.com/kubernetes-sigs/agent-sandbox/issues/743">#743</a>).
Added a new example demonstrating how to deploy the Hermes Agent
(<code>hermes-agent.nousresearch.com</code>) inside the Kubernetes Agent
Sandbox with persistent storage (<code>volumeClaimTemplates</code>) and
custom skill injection via ConfigMaps (<a
href="https://redirect.github.com/kubernetes-sigs/agent-sandbox/issues/774">#774</a>).
Updated the OpenClaw sandbox example to demonstrate usage with the
gVisor runtime class on GKE for enhanced sandbox isolation (<a
href="https://redirect.github.com/kubernetes-sigs/agent-sandbox/issues/475">#475</a>).
Added a release automation guide and updated the PR template for release
notes (<a
href="https://redirect.github.com/kubernetes-sigs/agent-sandbox/issues/748">#748</a>,
<a
href="https://redirect.github.com/kubernetes-sigs/agent-sandbox/issues/790">#790</a>).</p>
</li>
<li>
<p><strong>CI/CD and Release Automation</strong>
Enabled an automated weekly release schedule (Thursdays at 9:00 AM UTC)
using GitHub Actions workflows (<a
href="https://redirect.github.com/kubernetes-sigs/agent-sandbox/issues/783">#783</a>).
Migrated Gemini release note generation from static API keys to secure
Vertex AI with short-lived Google Cloud IAM credentials (<a
href="https://redirect.github.com/kubernetes-sigs/agent-sandbox/issues/783">#783</a>).
Updated GitHub Actions dependencies (<a
href="https://redirect.github.com/kubernetes-sigs/agent-sandbox/issues/788">#788</a>).</p>
</li>
</ul>
<h3>Installation</h3>
<h4>Core &amp; Extensions</h4>
<pre lang="bash"><code># To install only the core components:
kubectl apply -f
https://github.com/kubernetes-sigs/agent-sandbox/releases/download/v0.4.6/manifest.yaml
<h1>To install the extensions components:</h1>
<p>kubectl apply -f <a
href="https://github.com/kubernetes-sigs/agent-sandbox/releases/download/v0.4.6/extensions.yaml">https://github.com/kubernetes-sigs/agent-sandbox/releases/download/v0.4.6/extensions.yaml</a>
</code></pre></p>
<h4>Python SDK</h4>
<pre lang="bash"><code>pip install k8s-agent-sandbox==0.4.6
</code></pre>
<hr />
<h3>Contributors</h3>
<p>We extend our sincere thanks to all contributors to this release:
<a
href="https://github.com/aleks-stefanovic"><code>@​aleks-stefanovic</code></a>,
<a
href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot],
<a href="https://github.com/drogovozDP"><code>@​drogovozDP</code></a>,
<a href="https://github.com/fedebongio"><code>@​fedebongio</code></a>,
<a href="https://github.com/flpanbin"><code>@​flpanbin</code></a>, <a
href="https://github.com/janetkuo"><code>@​janetkuo</code></a>, <a
href="https://github.com/shrutiyam-glitch"><code>@​shrutiyam-glitch</code></a>,
<a href="https://github.com/vicentefb"><code>@​vicentefb</code></a>, <a
href="https://github.com/volatilemolotov"><code>@​volatilemolotov</code></a></p>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/kubernetes-sigs/agent-sandbox/commit/d0c124d4a1fded4ed4aecb92753696b4dd8de17b"><code>d0c124d</code></a>
Use gvisor in openclaw example (<a
href="https://redirect.github.com/kubernetes-sigs/agent-sandbox/issues/475">#475</a>)</li>
<li><a
href="https://github.com/kubernetes-sigs/agent-sandbox/commit/636e0326630ed0396375cd7fe19c555b829aa462"><code>636e032</code></a>
feat: service creationg opt-in follow-up (<a
href="https://redirect.github.com/kubernetes-sigs/agent-sandbox/issues/800">#800</a>)</li>
<li><a
href="https://github.com/kubernetes-sigs/agent-sandbox/commit/d02bf9d802a0bb03887901db0fb8d075e104a9fa"><code>d02bf9d</code></a>
support automatic service creation opt-in (<a
href="https://redirect.github.com/kubernetes-sigs/agent-sandbox/issues/775">#775</a>)</li>
<li><a
href="https://github.com/kubernetes-sigs/agent-sandbox/commit/e1d88987c0db6ff54daa1201b860f3a3816e0f86"><code>e1d8898</code></a>
Enable Scheduled release and use Vertex AI for Gemini Notes (<a
href="https://redirect.github.com/kubernetes-sigs/agent-sandbox/issues/783">#783</a>)</li>
<li><a
href="https://github.com/kubernetes-sigs/agent-sandbox/commit/b591e918f6ec1a4e34abf2a45447a238a5241541"><code>b591e91</code></a>
build(deps): bump the github-actions group with 2 updates (<a
href="https://redirect.github.com/kubernetes-sigs/agent-sandbox/issues/788">#788</a>)</li>
<li><a
href="https://github.com/kubernetes-sigs/agent-sandbox/commit/473faf33fbb249ba010fe9ad6fb99811b3950961"><code>473faf3</code></a>
Preserve sandbox selector label when replicas is 0 (<a
href="https://redirect.github.com/kubernetes-sigs/agent-sandbox/issues/754">#754</a>)</li>
<li><a
href="https://github.com/kubernetes-sigs/agent-sandbox/commit/d34c1373b9b1324d3e728d1e07811612aa5a55d8"><code>d34c137</code></a>
Agents.md (<a
href="https://redirect.github.com/kubernetes-sigs/agent-sandbox/issues/707">#707</a>)</li>
<li><a
href="https://github.com/kubernetes-sigs/agent-sandbox/commit/e4109219af2829827bdf764bc669e5fc80550584"><code>e410921</code></a>
remove duplicate folder (<a
href="https://redirect.github.com/kubernetes-sigs/agent-sandbox/issues/790">#790</a>)</li>
<li><a
href="https://github.com/kubernetes-sigs/agent-sandbox/commit/781e3339230577f389ed57d7978fec1e882ccff8"><code>781e333</code></a>
feat: add AI agent skills and guidelines (<a
href="https://redirect.github.com/kubernetes-sigs/agent-sandbox/issues/766">#766</a>)</li>
<li><a
href="https://github.com/kubernetes-sigs/agent-sandbox/commit/b4ac1c977e3978461e9208f9fbe05ce2b8d497c1"><code>b4ac1c9</code></a>
Add Hermes Agent Sandbox example with persistence and custom skills (<a
href="https://redirect.github.com/kubernetes-sigs/agent-sandbox/issues/774">#774</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/kubernetes-sigs/agent-sandbox/compare/v0.4.5...v0.4.6">compare
view</a></li>
</ul>
</details>
<br />

Updates `sigs.k8s.io/controller-runtime` from 0.24.0 to 0.24.1
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/kubernetes-sigs/controller-runtime/releases">sigs.k8s.io/controller-runtime's
releases</a>.</em></p>
<blockquote>
<h2>v0.24.1</h2>
<h2>What's Changed</h2>
<ul>
<li>[release-0.24] 🐛 Fix regression in Apply typed error handling by
<a
href="https://github.com/k8s-infra-cherrypick-robot"><code>@​k8s-infra-cherrypick-robot</code></a>
in <a
href="https://redirect.github.com/kubernetes-sigs/controller-runtime/pull/3516">kubernetes-sigs/controller-runtime#3516</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/kubernetes-sigs/controller-runtime/compare/v0.24.0...v0.24.1">https://github.com/kubernetes-sigs/controller-runtime/compare/v0.24.0...v0.24.1</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/kubernetes-sigs/controller-runtime/commit/3be3f1bf2b2fcc6b5c9510d55c6a9972294653d0"><code>3be3f1b</code></a>
Merge pull request <a
href="https://redirect.github.com/kubernetes-sigs/controller-runtime/issues/3516">#3516</a>
from k8s-infra-cherrypick-robot/cherry-pick-3515-to-...</li>
<li><a
href="https://github.com/kubernetes-sigs/controller-runtime/commit/0f7b33d8f5eebb1f4d1fe381ffc458ea49d83dc5"><code>0f7b33d</code></a>
Fix regression in Apply typed error handling</li>
<li>See full diff in <a
href="https://github.com/kubernetes-sigs/controller-runtime/compare/v0.24.0...v0.24.1">compare
view</a></li>
</ul>
</details>
<br />

Updates `github.com/ollama/ollama` from 0.23.2 to 0.24.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/ollama/ollama/releases">github.com/ollama/ollama's
releases</a>.</em></p>
<blockquote>
<h2>v0.24.0</h2>
<h2>Codex App</h2>
<p>Ollama 0.24 includes support for the Codex App, OpenAI's desktop
experience for working on Codex threads in parallel with built-in
worktree support and git functionality.</p>
<pre lang="bash"><code>ollama launch codex-app
</code></pre>
<!-- raw HTML omitted -->
<h3>Built-in browser</h3>
<p>Codex can load local servers and sites in its built-in browser,
enabling you to directly annotate on the page to request changes.</p>
<!-- raw HTML omitted -->
<h3>Review mode</h3>
<p>Review code inside the app, leave comments, and iterate without
leaving your workspace.</p>
<!-- raw HTML omitted -->
<h3>Choosing a model</h3>
<p>For difficult coding and agentic tasks:</p>
<ul>
<li><strong>kimi-k2.6</strong> (with vision support)</li>
<li><strong>glm-5.1</strong></li>
</ul>
<p>For local use without an Ollama Cloud subscription:</p>
<ul>
<li><strong>nemotron-3-super</strong></li>
<li><strong>gemma4:31b</strong></li>
<li><strong>qwen3.6</strong></li>
</ul>
<h3>Restore anytime</h3>
<p>To restore the previous configuration of Codex App, run:</p>
<pre lang="bash"><code>ollama launch codex-app --restore
</code></pre>
<h2>What's Changed</h2>
<ul>
<li>Reworked the MLX sampler for improved generation quality on Apple
Silicon</li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/ollama/ollama/compare/v0.23.0...v0.24.0">https://github.com/ollama/ollama/compare/v0.23.0...v0.24.0</a></p>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/ollama/ollama/commit/c28ddc0a7b273cd286b680a6db0bef0c17bc0ec0"><code>c28ddc0</code></a>
launch: codex app restarts (<a
href="https://redirect.github.com/ollama/ollama/issues/16155">#16155</a>)</li>
<li><a
href="https://github.com/ollama/ollama/commit/3ad2fa3fb572eecdc356530eadf2838656d899cd"><code>3ad2fa3</code></a>
launch: update codex app UI copy (<a
href="https://redirect.github.com/ollama/ollama/issues/16157">#16157</a>)</li>
<li><a
href="https://github.com/ollama/ollama/commit/6b6f45ef0e236c6c6603ef3e2a15c2fe589c7db1"><code>6b6f45e</code></a>
docs: hide codex app till launch (<a
href="https://redirect.github.com/ollama/ollama/issues/16153">#16153</a>)</li>
<li><a
href="https://github.com/ollama/ollama/commit/4860130f839a3ee7525d1132f326d4489a5a9564"><code>4860130</code></a>
mlx: rework the MLX sampler (<a
href="https://redirect.github.com/ollama/ollama/issues/16122">#16122</a>)</li>
<li><a
href="https://github.com/ollama/ollama/commit/ac7295ccabdc4bee42be5503f092d1aac738627a"><code>ac7295c</code></a>
launch: codex app integration (<a
href="https://redirect.github.com/ollama/ollama/issues/16120">#16120</a>)</li>
<li><a
href="https://github.com/ollama/ollama/commit/6398cd5b78083372639e00a0cbd26d500761b2ed"><code>6398cd5</code></a>
mlx: add memory trace logging (<a
href="https://redirect.github.com/ollama/ollama/issues/16131">#16131</a>)</li>
<li><a
href="https://github.com/ollama/ollama/commit/3af1a008e2dd4740874f07968b373db3bc723344"><code>3af1a00</code></a>
launch/opencode: add image modalities for vision models (<a
href="https://redirect.github.com/ollama/ollama/issues/15922">#15922</a>)</li>
<li><a
href="https://github.com/ollama/ollama/commit/6bdb73073b8cb2a5430b9e2524f3e9debac39953"><code>6bdb730</code></a>
anthropic: Preserve Claude local image-path tool results in
renderer-owned pr...</li>
<li><a
href="https://github.com/ollama/ollama/commit/421faa0263f28499e2ff9076ffca240a8fc262ca"><code>421faa0</code></a>
mlx: fix macOS 26 target leakage in v3 metallib (<a
href="https://redirect.github.com/ollama/ollama/issues/16053">#16053</a>)</li>
<li><a
href="https://github.com/ollama/ollama/commit/206b04950821e7741ad4dd441f5e569d7ea53b4c"><code>206b049</code></a>
mlx: avoid status timeout during inference (<a
href="https://redirect.github.com/ollama/ollama/issues/16086">#16086</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/ollama/ollama/compare/v0.23.2...v0.24.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `google.golang.org/grpc` from 1.81.0 to 1.81.1
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/grpc/grpc-go/releases">google.golang.org/grpc's
releases</a>.</em></p>
<blockquote>
<h2>Release 1.81.1</h2>
<h1>Security</h1>
<ul>
<li>xds/rbac: Fix a potential authorization bypass caused by incorrectly
falling through URI/DNS SANs to Subject Distinguished Name (DN) when
matching the authenticated principal name. With this fix, only the first
non-empty identity source will be used, as per <a
href="https://github.com/grpc/proposal/blob/master/A41-xds-rbac.md">gRFC
A41</a>. (<a
href="https://redirect.github.com/grpc/grpc-go/issues/9111">#9111</a>)
<ul>
<li>Special Thanks: <a
href="https://github.com/al4an444"><code>@​al4an444</code></a></li>
</ul>
</li>
</ul>
<h1>Bug Fixes</h1>
<ul>
<li>otel: Segregate client and server RPC information used for metrics
and traces, to avoid one overwriting the other. (<a
href="https://redirect.github.com/grpc/grpc-go/issues/9081">#9081</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/grpc/grpc-go/commit/caf0772c2bcb8bc15d43eb53448e921f34f0b7e8"><code>caf0772</code></a>
Change version from 1.81.1-dev to 1.81.1 (<a
href="https://redirect.github.com/grpc/grpc-go/issues/9122">#9122</a>)</li>
<li><a
href="https://github.com/grpc/grpc-go/commit/6ccbeebf058ede71e43a5ac28fada2a736573215"><code>6ccbeeb</code></a>
Cherry-pick <a
href="https://redirect.github.com/grpc/grpc-go/issues/9111">#9111</a>
into v1.81.x (<a
href="https://redirect.github.com/grpc/grpc-go/issues/9121">#9121</a>)</li>
<li><a
href="https://github.com/grpc/grpc-go/commit/b33c29e41b438e371c8504de9bdf64a80098cc29"><code>b33c29e</code></a>
Cherry-pick <a
href="https://redirect.github.com/grpc/grpc-go/issues/9081">#9081</a>
into v1.81.x (<a
href="https://redirect.github.com/grpc/grpc-go/issues/9102">#9102</a>)</li>
<li><a
href="https://github.com/grpc/grpc-go/commit/c45fae6d06a5c192b7b96418a2bc26a96b856834"><code>c45fae6</code></a>
Change version to 1.81.1-dev (<a
href="https://redirect.github.com/grpc/grpc-go/issues/9063">#9063</a>)</li>
<li>See full diff in <a
href="https://github.com/grpc/grpc-go/compare/v1.81.0...v1.81.1">compare
view</a></li>
</ul>
</details>
<br />

Updates `k8s.io/apiextensions-apiserver` from 0.36.0 to 0.36.1
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/kubernetes/apiextensions-apiserver/commit/5b822b18256d51149c9b9f7224d2a91c283119a5"><code>5b822b1</code></a>
Update dependencies to v0.36.1 tag</li>
<li>See full diff in <a
href="https://github.com/kubernetes/apiextensions-apiserver/compare/v0.36.0...v0.36.1">compare
view</a></li>
</ul>
</details>
<br />

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore <dependency name> major version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's major version (unless you unignore this specific
dependency's major version or upgrade to it yourself)
- `@dependabot ignore <dependency name> minor version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's minor version (unless you unignore this specific
dependency's minor version or upgrade to it yourself)
- `@dependabot ignore <dependency name>` will close this group update PR
and stop Dependabot creating any more for the specific dependency
(unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore <dependency name>` will remove all of the ignore
conditions of the specified dependency
- `@dependabot unignore <dependency name> <ignore condition>` will
remove the ignore condition of the specified dependency and ignore
conditions

</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: Maaz Ghani <maazghani@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants