Skip to content

chore(deps): bump github.com/qiniu/go-sdk/v7 from 7.26.4 to 7.26.12 in /agent#12845

Closed
dependabot[bot] wants to merge 1 commit into
dev-v2from
dependabot/go_modules/agent/github.com/qiniu/go-sdk/v7-7.26.12
Closed

chore(deps): bump github.com/qiniu/go-sdk/v7 from 7.26.4 to 7.26.12 in /agent#12845
dependabot[bot] wants to merge 1 commit into
dev-v2from
dependabot/go_modules/agent/github.com/qiniu/go-sdk/v7-7.26.12

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps github.com/qiniu/go-sdk/v7 from 7.26.4 to 7.26.12.

Release notes

Sourced from github.com/qiniu/go-sdk/v7's releases.

Release v7.26.12

  • 修复
    • sandbox: 修正 GitRepositoryResource 的必填字段说明,并在 SDK 侧校验 URL、MountPath 和 AuthorizationToken 非空

Release v7.26.11

  • 新增
    • sandbox: 添加 Git 操作 API 支持
    • sandbox: 添加 GitHub 凭证注入与 Git 仓库资源挂载配置支持
  • 修复
    • sandbox: 修复 Commands.Connect 因重复关闭 pidCh 导致 panic

Release v7.26.10

新增

  • sandbox: 添加 RebuildTemplate API,支持重建沙箱模板

修复

  • sandbox: apiKeyEditor 同时注入 X-API-Key 与 Authorization: Bearer,兼容更多上游鉴权方式

Release v7.26.9

新增

  • sandbox: 添加七牛 AI API 注入类型(QiniuInjection),支持七牛网关的 OpenAI/Anthropic 协议兼容注入

Release v7.26.8

Changelog

新增

  • sandbox: 调整 injection APIs,引入 InjectionSpec 和 SandboxInjectionSpec,支持 OpenAI、Anthropic、Gemini 与自定义 HTTP 注入

完善

  • Makefile: 添加 sync-api-specs 目标,并统一 sandbox 代码生成使用仓库内 api-specs submodule 路径

Release v7.26.7

Changelog

新增

  • sandbox: 将 transform rules 重命名为 injection rules,统一 CRUD API、请求/响应类型和示例命名,更准确表达注入规则语义

Release 7.26.6

Changelog

  • 新增
    • sandbox: 添加密钥安全功能,创建沙箱可以指定请求变换(RequestTransforms/RequestTransformIds),实现对出站请求的 header 和 query 参数进行安全替换

Release 7.26.5

新增

  • DNS Resolver 解析 IP 增加 CacheMaxLifetime
Changelog

Sourced from github.com/qiniu/go-sdk/v7's changelog.

7.26.12

  • 修复
    • sandbox: 修正 GitRepositoryResource 的必填字段说明,并在 SDK 侧校验 URL、MountPath 和 AuthorizationToken 非空

7.26.11

  • 新增
    • sandbox: 添加 Git 操作 API 支持
    • sandbox: 添加 GitHub 凭证注入与 Git 仓库资源挂载配置支持
  • 修复
    • sandbox: 修复 Commands.Connect 因重复关闭 pidCh 导致 panic

7.26.10

  • 新增
    • sandbox: 添加 RebuildTemplate API,支持重建沙箱模板
  • 修复
    • sandbox: apiKeyEditor 同时注入 X-API-Key 与 Authorization: Bearer,兼容更多上游鉴权方式

7.26.9

  • 新增
    • sandbox: 添加七牛 AI API 注入类型(QiniuInjection),支持七牛网关的 OpenAI/Anthropic 协议兼容注入

7.26.8

  • 新增
    • sandbox: 调整 injection APIs,引入 InjectionSpec 和 SandboxInjectionSpec,支持 OpenAI、Anthropic、Gemini 与自定义 HTTP 注入
  • 完善
    • Makefile: 添加 sync-api-specs 目标,并统一 sandbox 代码生成使用仓库内 api-specs submodule 路径

7.26.7

  • 新增
    • sandbox: 将 transform rules 重命名为 injection rules,统一 CRUD API、请求/响应类型和示例命名,更准确表达注入规则语义

7.26.6

  • 新增
    • sandbox: 添加密钥安全功能,创建沙箱可以指定请求变换(RequestTransforms/RequestTransformIds),实现对出站请求的 header 和 query 参数进行安全替换

7.26.5

  • 新增
    • DNS Resolver 解析 IP 增加 CacheMaxLifetime
Commits

Dependabot compatibility score

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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [github.com/qiniu/go-sdk/v7](https://github.com/qiniu/go-sdk) from 7.26.4 to 7.26.12.
- [Release notes](https://github.com/qiniu/go-sdk/releases)
- [Changelog](https://github.com/qiniu/go-sdk/blob/master/CHANGELOG.md)
- [Commits](qiniu/go-sdk@v7.26.4...v7.26.12)

---
updated-dependencies:
- dependency-name: github.com/qiniu/go-sdk/v7
  dependency-version: 7.26.12
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels May 25, 2026
@f2c-ci-robot
Copy link
Copy Markdown

f2c-ci-robot Bot commented May 25, 2026

Adding the "do-not-merge/release-note-label-needed" label because no release-note block was detected, please follow our release note process to remove it.

Details

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github May 26, 2026

Looks like github.com/qiniu/go-sdk/v7 is up-to-date now, so this is no longer needed.

@dependabot dependabot Bot closed this May 26, 2026
@dependabot dependabot Bot deleted the dependabot/go_modules/agent/github.com/qiniu/go-sdk/v7-7.26.12 branch May 26, 2026 07:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file do-not-merge/release-note-label-needed go Pull requests that update Go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants