-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
fix(deps): bump github.com/Azure/azure-sdk-for-go/sdk/storage/azblob from 1.2.1 to 1.3.0 #12667
fix(deps): bump github.com/Azure/azure-sdk-for-go/sdk/storage/azblob from 1.2.1 to 1.3.0 #12667
Conversation
Bumps [github.com/Azure/azure-sdk-for-go/sdk/storage/azblob](https://github.com/Azure/azure-sdk-for-go) from 1.2.1 to 1.3.0. - [Release notes](https://github.com/Azure/azure-sdk-for-go/releases) - [Changelog](https://github.com/Azure/azure-sdk-for-go/blob/main/documentation/release.md) - [Commits](Azure/azure-sdk-for-go@sdk/storage/azblob/v1.2.1...sdk/storage/azblob/v1.3.0) Signed-off-by: Roel Arents <roel.arents@kadaster.nl>
Replaces #12532 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested by:
Were you able to test that this fixed the issue you were having?
not yet. i intend to patch 3.5.4 tomorrow or next week and run it in production. since it is not easily reproducible |
A requirement for https for azure blob connections with shared key credentials was added In 1.3.0, which breaks our test setup. |
This PR has been automatically marked as stale because it has not had recent activity and needs further changes. It will be closed if no further activity occurs. |
This PR has been closed due to inactivity and lack of changes. If you would like to still work on this PR, please address the review comments and re-open. |
Superseded by #12915 |
Bumps github.com/Azure/azure-sdk-for-go/sdk/storage/azblob from 1.2.1 to 1.3.0.
Fix for a data race issue in azure azblob sdk.
Motivation
Update azure-sdk-for-go/sdk/storage/azblob to the latest version.
Dependabot would normally do this, but it has been explicitly disabled once and cannot be enabled again.
Modifications
A version update in go.mod. Ran
go mod tidy
.Verification
Tested by: