Releases: Azure/azure-sdk-for-go-extensions
Releases · Azure/azure-sdk-for-go-extensions
v0.1.8
What's Changed
- feat: deprecate go-armbalancer by @gaopenghigh in #146
Full Changelog: v0.1.7...v0.1.8
v0.1.7
What's Changed
- [StepSecurity] Apply security best practices by @step-security-bot in #49
- build(deps): bump actions/checkout from 2.7.0 to 4.1.1 by @dependabot in #50
- build(deps): bump actions/dependency-review-action from 2.5.1 to 4.0.0 by @dependabot in #51
- build(deps): bump codecov/codecov-action from 3.1.1 to 3.1.4 by @dependabot in #52
- build(deps): bump github/codeql-action from 2.23.1 to 3.23.1 by @dependabot in #53
- build(deps): bump golang.org/x/net from 0.19.0 to 0.20.0 by @dependabot in #45
- build(deps): bump actions/setup-go from 4.1.0 to 5.0.0 by @dependabot in #54
- build(deps): bump ossf/scorecard-action from 2.0.6 to 2.3.1 by @dependabot in #55
- build(deps): bump actions/upload-artifact from 3.1.3 to 4.3.0 by @dependabot in #56
- build(deps): bump github/codeql-action from 3.23.1 to 3.24.10 by @dependabot in #97
- build(deps): bump golang.org/x/net from 0.20.0 to 0.24.0 by @dependabot in #96
- build(deps): bump actions/dependency-review-action from 4.0.0 to 4.2.5 by @dependabot in #90
- build(deps): bump step-security/harden-runner from 2.6.1 to 2.7.0 by @dependabot in #60
- build(deps): bump codecov/codecov-action from 3.1.4 to 4.2.0 by @dependabot in #94
- build(deps): bump actions/upload-artifact from 4.3.0 to 4.3.1 by @dependabot in #64
- build(deps): bump actions/checkout from 4.1.1 to 4.1.2 by @dependabot in #98
- build(deps): bump github/codeql-action from 3.24.10 to 3.25.4 by @dependabot in #121
- build(deps): bump github.com/Azure/azure-sdk-for-go/sdk/azidentity from 1.5.1 to 1.6.0 by @dependabot in #137
- build(deps): bump actions/checkout from 4.1.2 to 4.1.7 by @dependabot in #139
- build(deps): bump codecov/codecov-action from 4.2.0 to 4.4.1 by @dependabot in #127
- build(deps): bump actions/upload-artifact from 4.3.1 to 4.3.3 by @dependabot in #108
- build(deps): bump actions/dependency-review-action from 4.2.5 to 4.3.3 by @dependabot in #133
- build(deps): bump github.com/Azure/go-armbalancer from 0.0.2 to 0.0.3 by @dependabot in #126
- build(deps): bump step-security/harden-runner from 2.7.0 to 2.8.1 by @dependabot in #135
- build(deps): bump github.com/Azure/azure-sdk-for-go/sdk/azcore from 1.11.1 to 1.12.0 by @dependabot in #134
- build(deps): bump sigs.k8s.io/cloud-provider-azure/pkg/azclient from 0.0.12 to 0.0.26 by @dependabot in #138
New Contributors
- @step-security-bot made their first contribution in #49
Full Changelog: v0.1.6...v0.1.7
LowPriorityCores error
What's Changed
- feat: low priority cores quota error in toolkit by @Bryce-Soghigian in #46
Full Changelog: v0.1.5...v0.1.6
NicReservedForAnotherVM and SKUUnavailable error handling
What's Changed
- build(deps): bump golang.org/x/net from 0.17.0 to 0.19.0 by @dependabot in #42
- Bump go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp from 0.45.0 to 0.46.1 by @dependabot in #39
- build(deps): bump github.com/Azure/azure-sdk-for-go/sdk/azcore from 1.9.0 to 1.9.1 by @dependabot in #43
- feat: adding SKUUnavailable and NicReservedForAnotherVM by @Bryce-Soghigian in #44
Full Changelog: v0.1.4...v0.1.5
Adding SKUFamily errors
v0.1.4 Merge pull request #41 from Azure/bsoghigian/updating-grep-string-for…
TLS 1.3 Compatibility
What's Changed
- Bump golang.org/x/net from 0.14.0 to 0.17.0 by @dependabot in #33
- Bump github.com/Azure/azure-sdk-for-go/sdk/azcore from 1.7.2 to 1.9.0 by @dependabot in #34
- Bump go.opentelemetry.io/otel from 1.18.0 to 1.19.0 by @dependabot in #31
- Bump go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp from 0.44.0 to 0.45.0 by @dependabot in #30
- Remove references to TLS1.2, to make compatible with TLS1.3 by @NickKeller in #35
Full Changelog: v0.1.2...v0.1.3
Zonal allocation Errors
adding zonal allocation errors to toolkit
new errors package
updated errors package to use Errors.As and consume the standard go library "errors" package directly, rather than taking armResponse errors.
v0.1.0
First version release, provide tracing middleware.