chore(deps): bump the go-minor-patch group in /go with 8 updates#1749
chore(deps): bump the go-minor-patch group in /go with 8 updates#1749dependabot[bot] wants to merge 4 commits intomainfrom
Conversation
Bumps the go-minor-patch group in /go with 8 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/jedib0t/go-pretty/v6](https://github.com/jedib0t/go-pretty) | `6.7.9` | `6.7.10` | | [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.2` | | [github.com/ollama/ollama](https://github.com/ollama/ollama) | `0.21.0` | `0.21.2` | 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/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 `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.2 - [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.2) Updates `github.com/ollama/ollama` from 0.21.0 to 0.21.2 - [Release notes](https://github.com/ollama/ollama/releases) - [Commits](ollama/ollama@v0.21.0...v0.21.2) --- 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/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: 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.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-minor-patch - dependency-name: github.com/ollama/ollama dependency-version: 0.21.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go-minor-patch ... Signed-off-by: dependabot[bot] <support@github.com>
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
Signed-off-by: Eitan Yarmush <eitan.yarmush@solo.io>
There was a problem hiding this comment.
Pull request overview
This PR updates Go module dependencies (minor/patch bumps) and refreshes the generated CRD manifests to match the updated Kubernetes-related libraries.
Changes:
- Bump 8 Go dependencies in
go/go.mod(including Kubernetes libs and agent-sandbox) and updatego/go.sumaccordingly. - Update generated CRD bases and Helm CRD templates to reflect updated upstream schema text.
- Bump the Go language version directive from
1.26.1to1.26.2.
Reviewed changes
Copilot reviewed 5 out of 6 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| helm/kagent-crds/templates/kagent.dev_sandboxagents.yaml | Regenerated Helm CRD template content (schema description text updates). |
| helm/kagent-crds/templates/kagent.dev_agents.yaml | Regenerated Helm CRD template content (schema description text updates). |
| go/go.mod | Dependency bumps (incl. k8s + agent-sandbox) and Go version directive bump. |
| go/go.sum | Updated module checksums for the dependency upgrades. |
| go/api/config/crd/bases/kagent.dev_sandboxagents.yaml | Regenerated CRD base schema content (description text updates). |
| go/api/config/crd/bases/kagent.dev_agents.yaml | Regenerated CRD base schema content (description text updates). |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Eitan Yarmush <eitan.yarmush@solo.io>
Signed-off-by: Eitan Yarmush <eitan.yarmush@solo.io>
|
There are breaking changes in these libraries, so closing this until we need to update these |
|
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 |
Bumps the go-minor-patch group in /go with 8 updates:
1.37.01.38.06.7.96.7.101.1.01.2.00.35.40.36.00.35.40.36.00.35.40.36.00.3.100.4.20.21.00.21.2Updates
github.com/anthropics/anthropic-sdk-gofrom 1.37.0 to 1.38.0Release notes
Sourced from github.com/anthropics/anthropic-sdk-go's releases.
Changelog
Sourced from github.com/anthropics/anthropic-sdk-go's changelog.
Commits
468905drelease: 1.38.02c6421cfix(api): fix errors in api spec8dd22d4fix(api): restore missing features6b0457ffeat(api): CMA Memory public betab6c5ffbcodegen metadataeb42d96chore(internal): more robust bootstrap scripteefb943feat: structured outputs via Schema any with auto-parse (#759)f5879a2chore(tests): bump steady to v0.22.14bef67dfeat: add Type() method to API errors for error kind identification (#676)0d114dfcodegen metadataUpdates
github.com/jedib0t/go-pretty/v6from 6.7.9 to 6.7.10Release notes
Sourced from github.com/jedib0t/go-pretty/v6's releases.
Commits
66563fdtext: fix panic on align with unicode (#404)Updates
google.golang.org/adkfrom 1.1.0 to 1.2.0Release notes
Sourced from google.golang.org/adk's releases.
Commits
a586408Agent Engine support (#749)4093a8afeat: Add merged skill source proxy. (#747)df03967feat: Add preload frontmatters skill source proxy. (#748)b89683bfeat: Add skill Source proxy for preloading skills. (#745)8c0e0fafix: add traceCapacity to the api config (#731)1495051fix: adk-web sse error format (#734)a68fb11feat: Implement SkillToolset. (#733)336105afeat: Allow toolsets implement toolinternal.RequestProcessor. (#730)2ef1b4ffeat: update cloudrun deployment script to include eventarc subrouter (#716)203a070Update content processor to exclude toolconfirmation.FunctionCallName (#717)Updates
k8s.io/apifrom 0.35.4 to 0.36.0Commits
545bb97Update dependencies to v0.36.0 tag879d396Merge remote-tracking branch 'origin/master' into release-1.36030d81fUpdate github.com/moby/spdystream from v0.5.0 to v0.5.1aef6eb6Add granular authorization for DRA ResourceClaim status updates91061eaMerge pull request #136589 from tosi3k/preemption-modee6b81e2Add Workload-Aware Preemption fields to Workload and PodGroup APIsf8fce2eMerge pull request #136989 from nojnhuh/podgroup-resourceclaimb928f5eWorkload API: PodGroup ResourceClaims (KEP-5729)61bd78eMerge pull request #137190 from everpeace/KEP-5491-alpha6bf46ebMerge pull request #137028 from nmn3m/feature/dra-resource-pool-statusUpdates
k8s.io/apimachineryfrom 0.35.4 to 0.36.0Commits
debe1ebUpdate dependencies to v0.36.0 tagefb7f26Merge remote-tracking branch 'origin/master' into release-1.36d966e56Update github.com/moby/spdystream from v0.5.0 to v0.5.179b3632Merge pull request #137864 from yongruilin/dv-dra-mismatcha8822f7Add slice and map union member support with tests7dba2d0Use IsZero instead of IsNil for union ratcheting checkd95710fFix union validation ratcheting when oldObj is nil729062dMerge pull request #137849 from bryantbiggs/deps/update-kube-openapi13b12e6dependencies: bump kube-openapi to drop ginkgo/gomega indirect deps27f4670Merge pull request #136657 from Jefftree/sharding-testUpdates
k8s.io/client-gofrom 0.35.4 to 0.36.0Commits
1d95f02Update dependencies to v0.36.0 tagf22a53eMerge remote-tracking branch 'origin/master' into release-1.36a948641Update github.com/moby/spdystream from v0.5.0 to v0.5.17e44ffcAdd Workload-Aware Preemption fields to Workload and PodGroup APIsdf2d882Merge pull request #136989 from nojnhuh/podgroup-resourceclaim4eece52Workload API: PodGroup ResourceClaims (KEP-5729)3d35c51Merge pull request #137190 from everpeace/KEP-5491-alpha0434117Merge pull request #137028 from nmn3m/feature/dra-resource-pool-statusba785beDrop CSR analogy, mark ObjectMeta +required,reduce limits (maxItems=500, maxL...4a9c878Add ResourcePoolStatusRequest API types and generated codeUpdates
sigs.k8s.io/agent-sandboxfrom 0.3.10 to 0.4.2Release notes
Sourced from sigs.k8s.io/agent-sandbox's releases.
Commits
a0b466aDocs - Introduction (#648)3e8364eAdd action label for resolving reviews (#664)4bdf82bHighlight extensions in architecture diagram (#665)60626cfoptimization: added a sandbox queue to retrieve warm sandboxes (#536)71cf5a2build(deps): bump python (#639)bf53badChange ClaimStartupLatency to use an WebhookAnnotation for creation timestamp...695c54cbuild(deps): bump the gomod-dependencies group with 6 updates (#642)06160d5test: add warm pool pod exclusivity regression test (#608)9c6264creconcilePod: clear stale pod annotation and recreate on 404 (#613)533a673build(deps): bump k8s.io/klog/v2 (#638)Updates
github.com/ollama/ollamafrom 0.21.0 to 0.21.2Release notes
Sourced from github.com/ollama/ollama's releases.
Commits
590109claunch: harden OpenClaw onboarding flow (#15777)b4442c6launch: resave managed integration config when live config drifts (#15776)85ff8e4launch: keep launch recommended models in a fixed canonical order (#15750)160660elaunch: use bundled OpenClaw ollama web search (#15757)3b43b9bdocs: update structured outputs doc for cloud (#15733)2188357launch: replace kimi-k2.5 with k2.6 as top recommended model (#15737)ce99f24mlxrunner: tokenize prompts in request handler goroutines04f5f0cmlx: improve thread safety of array managementfb36a01app/ui: fix model picker showing stale model after switching chats (#15280)0c65ed3cmd: populate model capabilities in launchInteractiveModel (#15712)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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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