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

build(deps): Bump the go-modules group with 1 update #6

Merged
merged 1 commit into from
Sep 12, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 11, 2023

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

Release notes

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

v2.2.9

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

v2.2.8

  • 增加: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.
Changelog

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

ChangeLog - Aliyun OSS SDK for Go

版本号: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.
  • 修复:can't delete objects where the keys contain special characters.

版本号:v2.2.5 日期:2022-08-19

变更内容

  • 增加:add meta data indexing api
  • 删除:remove github.com/baiyubin/aliyun-sts-go-sdk/sts deps.
  • 修改:remove chartset info in text/* mime type.
  • 增加:add restore info in listObjects/listObjectVersions
  • 增加:add x-oss-ac-* into subresource list.
  • 修改:fix select object bug.
  • 增加:getBucketStat api returns more info
  • 增加:support X-Oss-Notification header in CompleteMultipartUpload api.

... (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 will merge this PR once CI passes on it, as requested by @devhaozi.


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

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 11, 2023

The following labels could not be found: 🤖 Dependencies.

@codecov-commenter
Copy link

Codecov Report

Patch has no changes to coverable lines.

📢 Thoughts on this report? Let us know!.

@devhaozi devhaozi changed the title Bump the go-modules group with 1 update build(deps): Bump the go-modules group with 1 update Sep 12, 2023
@devhaozi
Copy link
Member

@dependabot recreate

Bumps the go-modules group with 1 update: [github.com/aliyun/aliyun-oss-go-sdk](https://github.com/aliyun/aliyun-oss-go-sdk).

- [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@v2.2.7...v2.2.9)

---
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>
@dependabot dependabot bot force-pushed the dependabot/go_modules/go-modules-d77c5bb68d branch from 7dc278f to 541e5b5 Compare September 12, 2023 01:48
@devhaozi
Copy link
Member

@dependabot squash and merge@dependabot squash and merge

@dependabot dependabot bot merged commit 5cc7b82 into master Sep 12, 2023
@dependabot dependabot bot deleted the dependabot/go_modules/go-modules-d77c5bb68d branch September 12, 2023 01:53
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