Skip to content

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

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/go/go-minor-patch-806e07a971
Closed

chore(deps): bump the go-minor-patch group in /go with 14 updates#1780
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/go/go-minor-patch-806e07a971

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 29, 2026

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

Package From To
github.com/anthropics/anthropic-sdk-go 1.37.0 1.38.0
github.com/aws/aws-sdk-go-v2/config 1.32.16 1.32.17
github.com/jedib0t/go-pretty/v6 6.7.9 6.7.10
github.com/openai/openai-go/v3 3.32.0 3.33.0
go.uber.org/zap 1.27.1 1.28.0
google.golang.org/adk 1.1.0 1.2.0
k8s.io/api 0.35.4 0.36.0
k8s.io/apimachinery 0.35.4 0.36.0
k8s.io/client-go 0.35.4 0.36.0
sigs.k8s.io/agent-sandbox 0.3.10 0.4.3
github.com/aws/aws-sdk-go-v2 1.41.6 1.41.7
github.com/aws/aws-sdk-go-v2/service/bedrockruntime 1.50.5 1.50.6
github.com/google/jsonschema-go 0.4.2 0.4.3
github.com/ollama/ollama 0.21.0 0.22.0

Updates github.com/anthropics/anthropic-sdk-go from 1.37.0 to 1.38.0

Release notes

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

v1.38.0

1.38.0 (2026-04-23)

Full Changelog: v1.37.0...v1.38.0

Features

  • add Type() method to API errors for error kind identification (#676) (0db1712)
  • api: CMA Memory public beta (180e00c)
  • structured outputs via Schema any with auto-parse (#759) (46073d8)

Bug Fixes

  • api: fix errors in api spec (e47c178)
  • api: restore missing features (0fc6fac)

Chores

  • internal: more robust bootstrap script (5bde204)
  • tests: bump steady to v0.22.1 (4578c15)
Changelog

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

1.38.0 (2026-04-23)

Full Changelog: v1.37.0...v1.38.0

Features

  • add Type() method to API errors for error kind identification (#676) (0db1712)
  • api: CMA Memory public beta (180e00c)
  • structured outputs via Schema any with auto-parse (#759) (46073d8)

Bug Fixes

  • api: fix errors in api spec (e47c178)
  • api: restore missing features (0fc6fac)

Chores

  • internal: more robust bootstrap script (5bde204)
  • tests: bump steady to v0.22.1 (4578c15)
Commits
  • 468905d release: 1.38.0
  • 2c6421c fix(api): fix errors in api spec
  • 8dd22d4 fix(api): restore missing features
  • 6b0457f feat(api): CMA Memory public beta
  • b6c5ffb codegen metadata
  • eb42d96 chore(internal): more robust bootstrap script
  • eefb943 feat: structured outputs via Schema any with auto-parse (#759)
  • f5879a2 chore(tests): bump steady to v0.22.1
  • 4bef67d feat: add Type() method to API errors for error kind identification (#676)
  • 0d114df codegen metadata
  • See full diff in compare view

Updates github.com/aws/aws-sdk-go-v2/config from 1.32.16 to 1.32.17

Commits

Updates github.com/jedib0t/go-pretty/v6 from 6.7.9 to 6.7.10

Release notes

Sourced from github.com/jedib0t/go-pretty/v6's releases.

v6.7.10

What's Changed

New Contributors

Full Changelog: jedib0t/go-pretty@v6.7.9...v6.7.10

Commits

Updates github.com/openai/openai-go/v3 from 3.32.0 to 3.33.0

Release notes

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

v3.33.0

3.33.0 (2026-04-28)

Full Changelog: v3.32.0...v3.33.0

Features

  • go: add default http client with timeout (25dd39a)
  • support setting headers via env (b4eaa78)

Bug Fixes

  • types: change PromptCacheRetention enum in-memory to in_memory (15e7432)

Chores

  • internal: more robust bootstrap script (eb0cbcf)
  • tests: bump steady to v0.22.1 (ef28f59)

Documentation

  • api: add rate limit and vector store guidance to file upload (6c8c7fa)
  • api: update rate limit documentation in file upload method (54fde2c)
Changelog

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

3.33.0 (2026-04-28)

Full Changelog: v3.32.0...v3.33.0

Features

  • go: add default http client with timeout (25dd39a)
  • support setting headers via env (b4eaa78)

Bug Fixes

  • types: change PromptCacheRetention enum in-memory to in_memory (15e7432)

Chores

  • internal: more robust bootstrap script (eb0cbcf)
  • tests: bump steady to v0.22.1 (ef28f59)

Documentation

  • api: add rate limit and vector store guidance to file upload (6c8c7fa)
  • api: update rate limit documentation in file upload method (54fde2c)
Commits
  • 914cbaa release: 3.33.0
  • 7e019ff codegen metadata
  • fb7ceef docs(api): update rate limit documentation in file upload method
  • ae9f0cb feat: support setting headers via env
  • c562d71 docs(api): add rate limit and vector store guidance to file upload
  • bebd386 feat(go): add default http client with timeout
  • 6267130 codegen metadata
  • 729dfe6 codegen metadata
  • 766acca fix(types): change PromptCacheRetention enum in-memory to in_memory
  • c903c66 chore(internal): more robust bootstrap script
  • Additional commits viewable in compare view

Updates go.uber.org/zap from 1.27.1 to 1.28.0

Release notes

Sourced from go.uber.org/zap's releases.

v1.28.0

Enhancements:

  • #1534[]: Add zapcore.CheckPreWriteHook and CheckedEntry.Before method for transforming entries before they are written to any Cores.

#1534: uber-go/zap#1534

Changelog

Sourced from go.uber.org/zap's changelog.

1.28.0 (27 Apr 2026)

Enhancements:

  • #1534[]: Add zapcore.CheckPreWriteHook and CheckedEntry.Before method for transforming entries before they are written to any Cores.
Commits
  • 5b81b37 release v1.28.0 (#1547)
  • 0ab0d5a zapcore: Add PreWriteHook for transforming entries before write (#1534)
  • d278c59 [chore] CI: test on Go 1.26 (#1535)
  • 16fb16b chore(dep): replace archived gopkg.in/yaml.v3 with officially maintained go.y...
  • See full diff in compare view

Updates google.golang.org/adk from 1.1.0 to 1.2.0

Release notes

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

v1.2.0

What's Changed

Full Changelog: google/adk-go@v1.1.0...v1.2.0

Commits
  • a586408 Agent Engine support (#749)
  • 4093a8a feat: Add merged skill source proxy. (#747)
  • df03967 feat: Add preload frontmatters skill source proxy. (#748)
  • b89683b feat: Add skill Source proxy for preloading skills. (#745)
  • 8c0e0fa fix: add traceCapacity to the api config (#731)
  • 1495051 fix: adk-web sse error format (#734)
  • a68fb11 feat: Implement SkillToolset. (#733)
  • 336105a feat: Allow toolsets implement toolinternal.RequestProcessor. (#730)
  • 2ef1b4f feat: update cloudrun deployment script to include eventarc subrouter (#716)
  • 203a070 Update content processor to exclude toolconfirmation.FunctionCallName (#717)
  • Additional commits viewable in compare view

Updates k8s.io/api from 0.35.4 to 0.36.0

Commits
  • 545bb97 Update dependencies to v0.36.0 tag
  • 879d396 Merge remote-tracking branch 'origin/master' into release-1.36
  • 030d81f Update github.com/moby/spdystream from v0.5.0 to v0.5.1
  • aef6eb6 Add granular authorization for DRA ResourceClaim status updates
  • 91061ea Merge pull request #136589 from tosi3k/preemption-mode
  • e6b81e2 Add Workload-Aware Preemption fields to Workload and PodGroup APIs
  • f8fce2e Merge pull request #136989 from nojnhuh/podgroup-resourceclaim
  • b928f5e Workload API: PodGroup ResourceClaims (KEP-5729)
  • 61bd78e Merge pull request #137190 from everpeace/KEP-5491-alpha
  • 6bf46eb Merge pull request #137028 from nmn3m/feature/dra-resource-pool-status
  • Additional commits viewable in compare view

Updates k8s.io/apimachinery from 0.35.4 to 0.36.0

Commits
  • debe1eb Update dependencies to v0.36.0 tag
  • efb7f26 Merge remote-tracking branch 'origin/master' into release-1.36
  • d966e56 Update github.com/moby/spdystream from v0.5.0 to v0.5.1
  • 79b3632 Merge pull request #137864 from yongruilin/dv-dra-mismatch
  • a8822f7 Add slice and map union member support with tests
  • 7dba2d0 Use IsZero instead of IsNil for union ratcheting check
  • d95710f Fix union validation ratcheting when oldObj is nil
  • 729062d Merge pull request #137849 from bryantbiggs/deps/update-kube-openapi
  • 13b12e6 dependencies: bump kube-openapi to drop ginkgo/gomega indirect deps
  • 27f4670 Merge pull request #136657 from Jefftree/sharding-test
  • Additional commits viewable in compare view

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

Commits
  • 1d95f02 Update dependencies to v0.36.0 tag
  • f22a53e Merge remote-tracking branch 'origin/master' into release-1.36
  • a948641 Update github.com/moby/spdystream from v0.5.0 to v0.5.1
  • 7e44ffc Add Workload-Aware Preemption fields to Workload and PodGroup APIs
  • df2d882 Merge pull request #136989 from nojnhuh/podgroup-resourceclaim
  • 4eece52 Workload API: PodGroup ResourceClaims (KEP-5729)
  • 3d35c51 Merge pull request #137190 from everpeace/KEP-5491-alpha
  • 0434117 Merge pull request #137028 from nmn3m/feature/dra-resource-pool-status
  • ba785be Drop CSR analogy, mark ObjectMeta +required,reduce limits (maxItems=500, maxL...
  • 4a9c878 Add ResourcePoolStatusRequest API types and generated code
  • Additional commits viewable in compare view

Updates sigs.k8s.io/agent-sandbox from 0.3.10 to 0.4.3

Release notes

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

v0.4.3

🚀 Announcing Agent Sandbox v0.4.3!

We are excited to announce the release of Agent Sandbox v0.4.3!

This release expands documentation significantly, with new guides covering filesystems, volumes, lifecycle, snapshots, metrics, custom environments, and a Python SDK quickstart — plus a reorganized Use Cases section and Go sandbox client docs. It introduces new lifecycle APIs, including a Finished condition on Sandbox and SandboxClaim and a ttlSecondsAfterFinished field for automatic cleanup of finished claims, alongside volumeClaimTemplates support for persistent storage. Warm pool correctness improves with fixes for duplicate Sandbox adoption during informer cache lag, retain-policy deletion, and cross-namespace adoption protection. Observability gains a --version flag, an agent_sandbox_build_info Prometheus metric, and more accurate startup-latency tracking. Finally, the Python SDK adds a new SandboxInClusterConnectionConfig so in-cluster clients can bypass the router — using stable cluster DNS by default, with an opt-in low-latency pod-IP mode.

Key Highlights

  • Documentation Expansion: Comprehensive new docs covering filesystems, volumes, lifecycle/TTL, snapshots, metrics, custom environments, and use cases. Added a Python SDK quickstart, Go sandbox client docs, and a homepage Use Cases grid. The docs/examples/ section has been reorganized under docs/use-cases/.
  • Lifecycle & Cleanup: New Finished condition on Sandbox (mirrored to SandboxClaim) reporting PodSucceeded / PodFailed. New ttlSecondsAfterFinished field on SandboxClaim.spec.lifecycle for automatic cleanup of finished claims, honoring the existing shutdownPolicy (Retain, Delete, DeleteForeground).
  • Storage: Added volumeClaimTemplates support to SandboxTemplate, propagated through SandboxClaim and SandboxWarmPool to the underlying Sandbox. PVC-backed volumes use StatefulSet-style merge semantics with the pod template.
  • Warm Pool Correctness: Fixed duplicate Sandbox adoption during informer cache lag by recording the adopted Sandbox name on the claim via the agents.x-k8s.io/sandbox-name label. Fixed warm-pool sandbox deletion when shutdownPolicy: Retain is set. Added cross-namespace adoption protection.
  • Python SDK Enhancements: New SandboxInClusterConnectionConfig for in-cluster clients to bypass the router — defaults to stable cluster DNS, with an opt-in use_pod_ip=True mode for low-latency direct pod connections (with cache invalidation on errors). Sandbox.status.podIPs is now exposed end-to-end.
  • Observability: Added a --version flag and agent_sandbox_build_info Prometheus metric (with git version, SHA, build date, Go version, platform). Improved ControllerStartupLatency accuracy by keying observed-time entries on both name and UID, so recreated claims with the same name no longer reuse stale timestamps.
  • Stability: SandboxClaim now requeues quietly (instead of erroring) when its template is missing and recovers automatically when the template is created. Sandbox controller now safely handles AlreadyExists on pod creation, refusing to adopt pods owned by other controllers.
  • Testing: Go unit tests now run with -race enabled by default; new make test-e2e-race target. Added a kOps-on-GCP benchmark scenario and a resourcectl CLI for Boskos resource management.

Installation

Core & Extensions

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

Python SDK

pip install k8s-agent-sandbox==0.4.3

Contributors

A huge thank you to all the contributors who made this release possible!

@​angristan, @​noeljackson, @​vgunapati, @​igooch, @​chw120, @​yashasvimisra2798, @​bittermandel, @​Oneimu, @​alimx07, @​aleks-stefanovic, @​justinsb, @​janetkuo, @​dongjiang1989, @​rayowang, @​vicentefb, @​volatilemolotov

👋 New Contributors

@​vgunapati made their first contribution in #489 @​alimx07 made their first contribution in #645 @​bittermandel made their first contribution in #583 @​angristan made their first contribution in #240

... (truncated)

Commits
  • af42928 Docs volumes (#659)
  • 997a10e Fix SandboxClaim stuck in TemplateNotFound status (#609)
  • e0898f9 remove temp content (#708)
  • b2742aa Updating author reference for newer hugo versions (#681)
  • c8c85f5 Prevent duplicate sandbox adoptions during cache lag by using optimistic lock...
  • ee59f75 fix: cross namespace check when verifying sandbox candidate from queue (#700)
  • 73d40a8 Add volumeClaimTemplates support to SandboxTemplate (#240)
  • e960be1 Only run workflow on file changes related to toc-update check (#687)
  • c14ff67 feat: introduce TTL-based cleanups for SandboxClaims (#583)
  • fcd9e26 Fix stale observedTimes entries for ControllerStartupLatency (#546)
  • Additional commits viewable in compare view

Updates github.com/aws/aws-sdk-go-v2 from 1.41.6 to 1.41.7

Commits

Updates github.com/aws/aws-sdk-go-v2/service/bedrockruntime from 1.50.5 to 1.50.6

Commits

Updates github.com/google/jsonschema-go from 0.4.2 to 0.4.3

Release notes

Sourced from github.com/google/jsonschema-go's releases.

v0.4.3

What's Changed

Full Changelog: google/jsonschema-go@v0.4.2...0.4.3

v0.4.3

What's Changed

Full Changelog: google/jsonschema-go@v0.4.2...v0.4.3

Commits

Updates github.com/ollama/ollama from 0.21.0 to 0.22.0

Release notes

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

v0.22.0

New models

Full Changelog: ollama/ollama@v0.21.2...v0.22.0

v0.21.3

What's Changed

Full Changelog: ollama/ollama@v0.21.2...v0.21.3-rc0

v0.21.2

What's Changed

  • Improved reliability of the OpenClaw onboarding flow in ollama launch
  • Recommended models in ollama launch now appear in a fixed, canonical order
  • OpenClaw integration now bundles Ollama's web search plugin in OpenClaw

New Contributors

Full Changelog: ollama/ollama@v0.21.1...v0.21.2

v0.21.1

What's Changed

Kimi CLI

You can now install and run the Kimi CLI through Ollama.

ollama launch kimi --model kimi-k2.6:cloud

Kimi CLI with Kimi K2.6 excels at long horizon agentic execution tasks through a multi-agent system.

  • MLX runner adds logprobs support for compatible models
  • Faster MLX sampling with fused top-P and top-K in a single sort pass, plus repeat penalties applied in the sampler
  • Improved MLX prompt tokenization by moving tokenization into request handler goroutines
  • Better MLX thread safety for array management
  • GLM4 MoE Lite performance improvement with a fused sigmoid router head
  • Fixed model picker showing stale model after switching chats in the macOS app
  • Fixed structured outputs for Gemma 4 when think=false

Full Changelog: ollama/ollama@v0.21.0...v0.21.1

Commits
  • 955112e update poolside doc
  • 62e83eb add poolside integration
  • 0f86757 ggml: implement nemotron 3 nano omni
  • 02376e2 review comments - perf improvements
  • 80a780a server: preserve generate logprobs with builtin parsers
  • 8b062e4 ggml: add laguna model support
  • 69c8fdd convert: support fp8 safetensors import
  • 081c1ba mlx: add laguna model support
  • 03aee88 mlx: Support NVIDIA TensorRT Model Optimizer import (#15566)
  • ec9b4e9 tokenizer: fix multi-regex BPE offset handling (#15844)
  • Additional commits viewable in compare view

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 14 updates:

| Package | From | To |
| --- | --- | --- |
| [github.com/anthropics/anthropic-sdk-go](https://github.com/anthropics/anthropic-sdk-go) | `1.37.0` | `1.38.0` |
| [github.com/aws/aws-sdk-go-v2/config](https://github.com/aws/aws-sdk-go-v2) | `1.32.16` | `1.32.17` |
| [github.com/jedib0t/go-pretty/v6](https://github.com/jedib0t/go-pretty) | `6.7.9` | `6.7.10` |
| [github.com/openai/openai-go/v3](https://github.com/openai/openai-go) | `3.32.0` | `3.33.0` |
| [go.uber.org/zap](https://github.com/uber-go/zap) | `1.27.1` | `1.28.0` |
| [google.golang.org/adk](https://github.com/google/adk-go) | `1.1.0` | `1.2.0` |
| [k8s.io/api](https://github.com/kubernetes/api) | `0.35.4` | `0.36.0` |
| [k8s.io/apimachinery](https://github.com/kubernetes/apimachinery) | `0.35.4` | `0.36.0` |
| [k8s.io/client-go](https://github.com/kubernetes/client-go) | `0.35.4` | `0.36.0` |
| [sigs.k8s.io/agent-sandbox](https://github.com/kubernetes-sigs/agent-sandbox) | `0.3.10` | `0.4.3` |
| [github.com/aws/aws-sdk-go-v2](https://github.com/aws/aws-sdk-go-v2) | `1.41.6` | `1.41.7` |
| [github.com/aws/aws-sdk-go-v2/service/bedrockruntime](https://github.com/aws/aws-sdk-go-v2) | `1.50.5` | `1.50.6` |
| [github.com/google/jsonschema-go](https://github.com/google/jsonschema-go) | `0.4.2` | `0.4.3` |
| [github.com/ollama/ollama](https://github.com/ollama/ollama) | `0.21.0` | `0.22.0` |


Updates `github.com/anthropics/anthropic-sdk-go` from 1.37.0 to 1.38.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.37.0...v1.38.0)

Updates `github.com/aws/aws-sdk-go-v2/config` from 1.32.16 to 1.32.17
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@config/v1.32.16...config/v1.32.17)

Updates `github.com/jedib0t/go-pretty/v6` from 6.7.9 to 6.7.10
- [Release notes](https://github.com/jedib0t/go-pretty/releases)
- [Commits](jedib0t/go-pretty@v6.7.9...v6.7.10)

Updates `github.com/openai/openai-go/v3` from 3.32.0 to 3.33.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.32.0...v3.33.0)

Updates `go.uber.org/zap` from 1.27.1 to 1.28.0
- [Release notes](https://github.com/uber-go/zap/releases)
- [Changelog](https://github.com/uber-go/zap/blob/master/CHANGELOG.md)
- [Commits](uber-go/zap@v1.27.1...v1.28.0)

Updates `google.golang.org/adk` from 1.1.0 to 1.2.0
- [Release notes](https://github.com/google/adk-go/releases)
- [Commits](google/adk-go@v1.1.0...v1.2.0)

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

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

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

Updates `sigs.k8s.io/agent-sandbox` from 0.3.10 to 0.4.3
- [Release notes](https://github.com/kubernetes-sigs/agent-sandbox/releases)
- [Changelog](https://github.com/kubernetes-sigs/agent-sandbox/blob/main/RELEASE.md)
- [Commits](kubernetes-sigs/agent-sandbox@v0.3.10...v0.4.3)

Updates `github.com/aws/aws-sdk-go-v2` from 1.41.6 to 1.41.7
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@v1.41.6...v1.41.7)

Updates `github.com/aws/aws-sdk-go-v2/service/bedrockruntime` from 1.50.5 to 1.50.6
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/ssm/v1.50.5...service/ecr/v1.50.6)

Updates `github.com/google/jsonschema-go` from 0.4.2 to 0.4.3
- [Release notes](https://github.com/google/jsonschema-go/releases)
- [Commits](google/jsonschema-go@v0.4.2...0.4.3)

Updates `github.com/ollama/ollama` from 0.21.0 to 0.22.0
- [Release notes](https://github.com/ollama/ollama/releases)
- [Commits](ollama/ollama@v0.21.0...v0.22.0)

---
updated-dependencies:
- dependency-name: github.com/anthropics/anthropic-sdk-go
  dependency-version: 1.38.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-minor-patch
- dependency-name: github.com/aws/aws-sdk-go-v2/config
  dependency-version: 1.32.17
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-minor-patch
- dependency-name: github.com/jedib0t/go-pretty/v6
  dependency-version: 6.7.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-minor-patch
- dependency-name: github.com/openai/openai-go/v3
  dependency-version: 3.33.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-minor-patch
- dependency-name: go.uber.org/zap
  dependency-version: 1.28.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-minor-patch
- dependency-name: google.golang.org/adk
  dependency-version: 1.2.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.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-minor-patch
- dependency-name: k8s.io/apimachinery
  dependency-version: 0.36.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-minor-patch
- dependency-name: k8s.io/client-go
  dependency-version: 0.36.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-minor-patch
- dependency-name: sigs.k8s.io/agent-sandbox
  dependency-version: 0.4.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-minor-patch
- dependency-name: github.com/aws/aws-sdk-go-v2
  dependency-version: 1.41.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-minor-patch
- dependency-name: github.com/aws/aws-sdk-go-v2/service/bedrockruntime
  dependency-version: 1.50.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-minor-patch
- dependency-name: github.com/google/jsonschema-go
  dependency-version: 0.4.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-minor-patch
- dependency-name: github.com/ollama/ollama
  dependency-version: 0.22.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-minor-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Apr 29, 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.

Copilot AI review requested due to automatic review settings April 29, 2026 20:55
@dependabot dependabot Bot review requested due to automatic review settings April 29, 2026 20:55
@EItanya EItanya closed this Apr 30, 2026
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Apr 30, 2026

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml

@dependabot dependabot Bot deleted the dependabot/go_modules/go/go-minor-patch-806e07a971 branch April 30, 2026 13:01
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.

1 participant