azure-devops-exporter
azure-devops-exporter copied to clipboard
Bump the all-go-mod-patch-and-minor group across 1 directory with 5 updates
Bumps the all-go-mod-patch-and-minor group with 5 updates in the / directory:
| Package | From | To |
|---|---|---|
| github.com/go-resty/resty/v2 | 2.14.0 |
2.15.3 |
| github.com/prometheus/client_golang | 1.20.3 |
1.20.5 |
| github.com/Azure/azure-sdk-for-go/sdk/azcore | 1.14.0 |
1.16.0 |
| github.com/Azure/azure-sdk-for-go/sdk/azidentity | 1.7.0 |
1.8.0 |
| go.uber.org/zap/exp | 0.2.0 |
0.3.0 |
Updates github.com/go-resty/resty/v2 from 2.14.0 to 2.15.3
Release notes
Sourced from github.com/go-resty/resty/v2's releases.
v2.15.3
Release Notes
Bug Fixes
- fix: 'invalid memory address or nil pointer dereference' in response logger by
@matlockxin go-resty/resty#872Documentation
- For release v2.15.3 by
@jeevatkmin go-resty/resty#874New Contributors
@matlockxmade their first contribution in go-resty/resty#872Full Changelog: https://github.com/go-resty/resty/compare/v2.15.2...v2.15.3
v2.15.2
Release Notes
Bug Fixes
- fix: do not use
errors.Join, just use custom error approach by@jeevatkmin go-resty/resty#863Documentation
- release: version bump and readme update for v2.15.2 by
@jeevatkmin go-resty/resty#864Full Changelog: https://github.com/go-resty/resty/compare/v2.15.1...v2.15.2
v2.15.1
Release Notes
Bug Fixes
- fix: do not parse response debug log with correct text by
@jeevatkmin go-resty/resty#858Documentation
- for v2.15.1 release by
@jeevatkmin go-resty/resty#859Full Changelog: https://github.com/go-resty/resty/compare/v2.15.0...v2.15.1
v2.15.0
Release Notes
New Features
- feat: add max reponse body limit by
@trim21in go-resty/resty#830- feat: add SetClientRootCertificate method support clientCAs usage by
@MagHErmitin go-resty/resty#826Enhancements
- feat: add ability to set custom multipart boundary value by
@PokeGuysin go-resty/resty#820- feat(refactor): for pr #826 by
@jeevatkmin go-resty/resty#848Bug Fixes
... (truncated)
Commits
bea44b7chore: for release v2.15.3 (#874)e11af35fix: invalid memory address or nil pointer dereference in response logger (#872)231ca0erelease: version bump and readme update for v2.15.2 (#864)ce7695bfix: do not use errors.Join, just use custom error approach (#863)5d33e1afor v2.15.1 release (#859)fc89165fix: do not parse response debug log with correct text (#858)321cab9release: version bump and readme update for v2.15.0 (#852)8e6cfc2docs: godoc improvements (#851)aa7c48edoc: godoc improvements and corrections (#849)e49dd06feat(refactor): for pr #826 (#848)- Additional commits viewable in compare view
Updates github.com/prometheus/client_golang from 1.20.3 to 1.20.5
Release notes
Sourced from github.com/prometheus/client_golang's releases.
v1.20.5 / 2024-10-15
We decided to revert the
testutilchange that made our util functions less error-prone, but created a lot of work for our downstream users. Apologies for the pain! This revert should not cause any major breaking change, even if you already did the work--unless you depend on the exact error message.Going forward, we plan to reinforce our release testing strategy [1],[2] and deliver an enhanced
testutilpackage/module with more flexible and safer APIs.Thanks to
@dashpole@dgrisonnet@kakkoyun@ArthurSens@vesari@logicalhan@krajorama@bwplotkawho helped in this patch release! 🤗Changelog
[BUGFIX] testutil: Reverted #1424; functions using compareMetricFamilies are (again) only failing if filtered metricNames are in the expected input. #1645
v1.20.4
- [BUGFIX] histograms: Fix a possible data race when appending exemplars vs metrics gather. #1623
Changelog
Sourced from github.com/prometheus/client_golang's changelog.
1.20.5 / 2024-10-15
- [BUGFIX] testutil: Reverted #1424; functions using compareMetricFamilies are (again) only failing if filtered metricNames are in the expected input.
1.20.4 / 2024-09-07
- [BUGFIX] histograms: Fix possible data race when appending exemplars vs metrics gather. #1623
Commits
48e12a1Merge pull request #1645 from prometheus/cut-1204-pr1424504ad9bCut 1.20.5; update comments.584a7ceRevert "testutil compareMetricFamilies: make less error-prone (#1424)"05fcde9Merge pull request #1623 from krajorama/data-race-in-histogram-write209f4c0Add changelog1e398ccnative histogram: Fix race between Write and addExemplar- See full diff in compare view
Updates github.com/Azure/azure-sdk-for-go/sdk/azcore from 1.14.0 to 1.16.0
Release notes
Sourced from github.com/Azure/azure-sdk-for-go/sdk/azcore's releases.
sdk/azcore/v1.16.0
1.16.0 (2024-10-17)
Features Added
- Added field
Kindtoruntime.StartSpanOptionsto allow a kind to be set when starting a span.Bugs Fixed
BearerTokenPolicynow rewinds request bodies before retryingsdk/azcore/v1.15.0
1.15.0 (2024-10-14)
Features Added
BearerTokenPolicyhandles CAE claims challengesBugs Fixed
- Omit the
ResponseError.RawResponsefield from JSON marshaling so instances can be marshaled.- Fixed an integer overflow in the retry policy.
Other Changes
- Update dependencies.
Commits
32f5e82BearerTokenPolicy rewinds bodies before retrying (#23597)546e099Sync eng/common directory with azure-sdk-tools for PR 9177 (#23591)068ef3dHandle missing artifacts without exception (#23592)c6c9accFix missing CloseAddressedIssues in gh event processor (#23593)07c1fcbSet resource group env variable early so remove always works (#23594)1e3b3f1Sync eng/common directory with azure-sdk-tools for PR 9147 (#23595)7a626d2Allow the span kind to be set via StartSpanOptions (#23590)40dcd1bfixing the compareHeaders sorting algorithm (#23545)7e59111Sync .github/workflows directory with azure-sdk-tools for PR 9134 (#23589)b9db671[Release] sdk/resourcemanager/hybridcompute/armhybridcompute/2.0.0 (#23566)- Additional commits viewable in compare view
Updates github.com/Azure/azure-sdk-for-go/sdk/azidentity from 1.7.0 to 1.8.0
Release notes
Sourced from github.com/Azure/azure-sdk-for-go/sdk/azidentity's releases.
sdk/azidentity/v1.8.0
1.8.0 (2024-10-08)
Other Changes
AzurePipelinesCredentialsets an additional OIDC request header so that it receives a 401 instead of a 302 after presenting an invalid system access token- Allow logging of debugging headers for
AzurePipelinesCredentialand include them in error messagessdk/azidentity/v1.8.0-beta.3
1.8.0-beta.3 (2024-09-17)
Features Added
- Added
ObjectIDtype forManagedIdentityCredentialOptions.IDOther Changes
- Removed redundant content from error messages
sdk/azidentity/v1.8.0-beta.2
1.8.0-beta.2 (2024-08-06)
Breaking Changes
NewManagedIdentityCredentialnow returns an error when a user-assigned identity is specified on a platform whose managed identity API doesn't support that.ManagedIdentityCredential.GetToken()formerly logged a warning in these cases. Returning an error instead prevents the credential authenticating an unexpected identity, causing a client to act with unexpected privileges. The affected platforms are:
- Azure Arc
- Azure ML (when a resource ID is specified; client IDs are supported)
- Cloud Shell
- Service Fabric
Other Changes
- If
DefaultAzureCredentialreceives a non-JSON response when probing IMDS before attempting to authenticate a managed identity, it continues to the next credential in the chain instead of immediately returning an error.sdk/messaging/azservicebus/v1.7.3
1.7.3 (2024-10-14)
Bugs Fixed
- Apply fix from
@bchofor overflows with retries. (PR#23562)sdk/messaging/azservicebus/v1.7.2
1.7.2 (2024-09-11)
Bugs Fixed
... (truncated)
Commits
42def97Add breaking changes to release notes (#21696)112db83Azcore v1.8.0 (#21694)204a3c4Prep azcore v1.7.2 for release (#21506)89497f5Add changelog entry for WASM fix (#21493)0414a4bTransport dialer: setting nil for wasm build (#21451)b1db0beEnable TLS renegotiation (#21182)- See full diff in compare view
Updates go.uber.org/zap/exp from 0.2.0 to 0.3.0
Release notes
Sourced from go.uber.org/zap/exp's releases.
exp/v0.3.0
0.3.0 - 22 Oct 2024
Breaking changes:
- #1339[]: zapslog: Drop
HandlerOptionsin favor ofHandlerOption, which uses the functional options pattern.- #1339[]: zapslog: Rename
AddSourceoption toWithCaller.Enhancements:
- #1339[]: zapslog: Record stack traces for error logs or higher. The new
AddStackAtoption changes this level.Bug fixes:
- #1344[], #1408[]: zapslog: Comply fully with
slog.Handlercontract. This includes ignoring emptyAttrs, inliningGroups with empty names, and omitting groups with no attributes.#1344: uber-go/zap#1344 #1339: uber-go/zap#1339 #1408: uber-go/zap#1408
Thanks to
@zekthand@arukiidoufor their contributions to this release.
Commits
0ba452dexp: Release v0.3.0 (#1465)ede8e18ci: Test with Go 1.23 (#1464)d6b2d14chore: fix function name (#1463)f87c7befix: fix slice init length (#1461)5786471Addfunc DictObject(#1460)3f27eb9fix(test): correct assertion message (#1454)f95879bbuild(deps): bump golang.org/x/vuln from 1.1.2 to 1.1.3 in /tools (#1453)f9b9f66zaptest: add ability to filter observer logs by logger name (#1452)8dcd020Fix typos (#1451)bd0cf04build(deps): bump golangci/golangci-lint-action from 5 to 6 (#1435)- Additional commits viewable in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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