Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump the go-modules group with 1 update #14

Merged
merged 2 commits into from
Dec 29, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 28, 2023

Bumps the go-modules group with 1 update: github.com/aliyun/aliyun-oss-go-sdk.

Updates github.com/aliyun/aliyun-oss-go-sdk from 3.0.1+incompatible to 3.0.2+incompatible

Release notes

Sourced from github.com/aliyun/aliyun-oss-go-sdk's releases.

v3.0.2

增加:presign 支持 oss v4签名规则 增加:credentials provider supports GetCredentialsE interface

Changelog

Sourced from github.com/aliyun/aliyun-oss-go-sdk's changelog.

ChangeLog - Aliyun OSS SDK for Go

版本号:v3.0.2 日期:2023-12-28

变更内容

  • 增加:presign 支持 oss v4签名规则
  • 增加:credentials provider supports GetCredentialsE interface
  • 修改:fix GetReaderLen

版本号:v2.2.10 日期:2023-10-30

变更内容

  • 增加:support return callback body.
  • 增加:support response header api
  • 增加:add region field in listBuckets
  • 增加:add ResponseVary field in CORSXML

版本号:v2.2.9 日期:2023-08-25

变更内容

  • 增加:support force path style option.
  • 增加:support context.Context option.
  • 修改:remove LifecycleFilterNot.Prefix omitempty attribute.

版本号:v2.2.8 日期:2023-07-31

变更内容

  • 增加:support EnvironmentVariableCredentialsProvider
  • 增加:support describe regions api.
  • 增加:support create bucket with server encryption parameters.
  • 增加:support referer black list.
  • 增加:support aysnc process object api.
  • 增加:support ObjectSizeGreaterThan and ObjectSizeLessThan in lifecycle rule.
  • 增加:add DeepColdArchive storage class.
  • 修复:fix bug.

版本号:v2.2.7 日期:2023-03-23

变更内容

  • 增加:support get info form EC & x-oss-err.
  • 增加:support bucket replication time control api.
  • 增加:support bucket style api.
  • 增加:support list bucket cname api.
  • 增加:support bucket resource group api.
  • 修复:do not use uname -* cmd to get platform information.
  • 修复:call rand.Seed only once.

版本号:v2.2.6 日期:2022-11-16

变更内容

  • 增加:the object name cannot be empty in object's apis.
  • 增加:support access monitor api.
  • 修复:fix GetBucketStat bug.
  • 增加:lifecycle rule supports filter configuration.
  • 增加:support deleting the specified bucket tags.

... (truncated)

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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-modules group with 1 update: [github.com/aliyun/aliyun-oss-go-sdk](https://github.com/aliyun/aliyun-oss-go-sdk).


Updates `github.com/aliyun/aliyun-oss-go-sdk` from 3.0.1+incompatible to 3.0.2+incompatible
- [Release notes](https://github.com/aliyun/aliyun-oss-go-sdk/releases)
- [Changelog](https://github.com/aliyun/aliyun-oss-go-sdk/blob/master/CHANGELOG.md)
- [Commits](aliyun/aliyun-oss-go-sdk@v3.0.1...v3.0.2)

---
updated-dependencies:
- dependency-name: github.com/aliyun/aliyun-oss-go-sdk
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-modules
...

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

dependabot bot commented on behalf of github Dec 28, 2023

The following labels could not be found: 🤖 Dependencies.

@codecov-commenter
Copy link

Codecov Report

Attention: 9 lines in your changes are missing coverage. Please review.

Comparison is base (5cc7b82) 0.00% compared to head (e523814) 6.61%.
Report is 10 commits behind head on master.

Files Patch % Lines
oss.go 0.00% 9 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff            @@
##           master     #14      +/-   ##
=========================================
+ Coverage    0.00%   6.61%   +6.61%     
=========================================
  Files           3       3              
  Lines         253     257       +4     
=========================================
+ Hits            0      17      +17     
+ Misses        253     239      -14     
- Partials        0       1       +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@hwbrzzl hwbrzzl merged commit 24f4cc3 into master Dec 29, 2023
7 checks passed
@dependabot dependabot bot deleted the dependabot/go_modules/go-modules-cb72a860fb branch December 29, 2023 01:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants