Bump the go group across 1 directory with 4 updates
Type: Pull Request
State: Open
Association: Contributor
Comments: 0
(3 months ago)
(2 months ago)
dependencies go
Bumps the go group with 4 updates in the / directory: github.com/Azure/azure-sdk-for-go/sdk/azcore, github.com/Azure/azure-sdk-for-go/sdk/azidentity, github.com/testcontainers/testcontainers-go and github.com/testcontainers/testcontainers-go/modules/postgres.
Updates github.com/Azure/azure-sdk-for-go/sdk/azcore from 1.18.0 to 1.18.2
Release notes
Sourced from github.com/Azure/azure-sdk-for-go/sdk/azcore's releases.
sdk/azcore/v1.18.2
1.18.2 (2025-07-31)
Bugs Fixed
- Fixed a case in which
BearerTokenPolicydidn't ensure an authentication error is non-retriablesdk/azcore/v1.18.1
1.18.1 (2025-07-10)
Bugs Fixed
- Fixed incorrect request/response logging try info when logging a request that's being retried.
- Fixed a data race in
ResourceID.String()
Commits
362bc89Prepare azcore v1.18.2 for release (#25033)eb25e76[AutoPR sdk-resourcemanager/mongocluster/armmongocluster]-generated-from-SDK ...4975987Increment package version after release of internal (#25032)6ca7ffbBearerTokenPolicy ensures authN errors are NonRetriable (#25022)1827c76Sync eng/common directory with azure-sdk-tools for PR 11373 (#25019)3de4755cosmos: enable support for reading the change feed for through feed ranges (#...066f6f9errorinfo.NonRetriable() doesn't wrap errors which are already NonRetriable (...95910caIgnore failures when new package isn't indexed yet. (#25017)76d9191[Release] sdk/resourcemanager/avs/armavs/2.1.0 (#25025)2bfa1e3Add tools for agents (#24962)- Additional commits viewable in compare view
Updates github.com/Azure/azure-sdk-for-go/sdk/azidentity from 1.10.1 to 1.11.0
Release notes
Sourced from github.com/Azure/azure-sdk-for-go/sdk/azidentity's releases.
sdk/azidentity/v1.11.0
1.11.0 (2025-08-05)
Other Changes
DefaultAzureCredentialtries its next credential when a dev tool credential such asAzureCLICredentialreturns an errorsdk/azidentity/v1.11.0-beta.1
1.11.0-beta.1 (2025-07-15)
Features Added
DefaultAzureCredentialallows selecting one of its credential types by name via environment variableAZURE_TOKEN_CREDENTIALS. It will use only the selected type at runtime. For example, setAZURE_TOKEN_CREDENTIALS=WorkloadIdentityCredentialto haveDefaultAzureCredentialuse onlyWorkloadIdentityCredential.Other Changes
- By default,
ManagedIdentityCredentialretries IMDS requests for a maximum of ~70 seconds as recommended in IMDS documentation. In previous versions, it would stop retrying after ~54 seconds by default.
Commits
48635caPrep azcore@v1.11.0 for release (#22659)50b2bf8Live ACI managed identity test (#22652)cd77088Support template validation canary runs (#22649)40d2675Update loc.go (#22657)5c679beSync eng/common directory with azure-sdk-tools for PR 7977 (#22655)3c80879Don't consider 429 as terminal failure for Location poller (#22651)a25e0d3generator tool fix (#22654)ed8dd1fCorrect IMDS resource ID query parameter (#22650)1c38041[azeventgrid(old)] Fixing a test error so we can deprecate this library (#22647)9aa1861[azeventgrid(old)] Officially deprecating this module (#22643)- Additional commits viewable in compare view
Updates github.com/testcontainers/testcontainers-go from 0.37.0 to 0.38.0
Release notes
Sourced from github.com/testcontainers/testcontainers-go's releases.
v0.38.0
What's Changed
⚠️ Breaking Changes
- chore!: do not wait for all the exposed ports to be ready (#3199)
@mdelapenyaThe breaking change comes as a behaviour that has been removed: the readiness check for the exposed ports. It led to flakiness and for that reason we removed it.
- feat!: add options when creating RawCommand (#3168)
@benja-M-1Only for users of the
testcontainers.NewRawCommandfunction to create executables in containers, that are assigning the function to a variable. We added a variadic argument to the signature, so the rest of the users won't be affected by this breaking change.
- chore(deps)!: bump github.com/docker/docker from 28.1.1+incompatible to 28.2.2+incompatible (#3194)
@mdelapenyaImplementers of the
testcontainers.ImageBuildInfointerface, would see thattestcontainers.BuildOptionshas changed its signature to use non-deprecated types fromdocker/docker:type ImageBuildInfo interface { - BuildOptions() (types.ImageBuildOptions, error) // converts the ImageBuildInfo to a types.ImageBuildOptions + BuildOptions() (build.ImageBuildOptions, error) // converts the ImageBuildInfo to a build.ImageBuildOptionsAlso users of the
testcontainers.FromDockerfilestruct will receive this breaking change, as theBuildOptionsModifierfields has changed:- BuildOptionsModifier func(*types.ImageBuildOptions) + BuildOptionsModifier func(*build.ImageBuildOptions)🔒 Security
- deps: update testcontainers/sshd image to 1.3.0 (#3220)
@mdelapenya🚀 Features
- feat(couchbase): adding auth to couchbase initCluster functions to support container reuse (#3048)
@waroir20- feat: support adding wait strategies as functional option (#3161)
@mdelapenya- feat: add more functional options for customising containers (#3156)
@mdelapenya- feat(memcached): add memcached module (#3132)
@mdelapenya- feat(valkey): add TLS support for Valkey (#3131)
@mdelapenya🐛 Bug Fixes
- fix: strip headers from logs using log stream specification (#3226)
@LaurentGoderre- fix: use PortEndpoint() in a few more modules (#3209)
@ash2k- fix: docker container log consumer race (#3210)
@stevenh- fix: use PortEndpoint() in a few more modules (#3207)
@ash2k- fix: use PortEndpoint() in a few more modules (#3206)
@ash2k- fix: use PortEndpoint() in a few more modules (#3203)
@ash2k- fix: try to fix more IPv6 handling issues (#3198)
@ash2k- fix: workaround for moby/moby#50133 when reusing container (#3197)
@mabrarov- feat(kafka,redpanda): support for waiting for mapped ports without external checks (#3165)
@mabrarov- fix(etcd): expose ports for the etcd nodes (#3162)
@mdelapenya
... (truncated)
Commits
41bd601chore: use new version (v0.38.0) in modules and examplesa771feeUpdate go.mod in azure module (#3231)7f916aefix: strip headers from logs using log stream specification (#3226)295ba91chore: clarify image auth warning message for public images (#3228)ea392e9chore(deps): bump github.com/go-viper/mapstructure/v2 (#3219)122a4e5chore(deps): bump github/codeql-action from 3.28.16 to 3.29.2 (#3222)930caf5chore(deps): bump mkdocs-include-markdown-plugin from 7.1.5 to 7.1.6 (#3225)8a7416adeps: update testcontainers/sshd image to 1.3.0 (#3220)c6cd357chore(deps): bump urllib3 from 2.2.2 to 2.5.0 (#3214)4aa742cdeps: gopsutil and purego update (#3217)- Additional commits viewable in compare view
Updates github.com/testcontainers/testcontainers-go/modules/postgres from 0.37.0 to 0.38.0
Release notes
Sourced from github.com/testcontainers/testcontainers-go/modules/postgres's releases.
v0.38.0
What's Changed
⚠️ Breaking Changes
- chore!: do not wait for all the exposed ports to be ready (#3199)
@mdelapenyaThe breaking change comes as a behaviour that has been removed: the readiness check for the exposed ports. It led to flakiness and for that reason we removed it.
- feat!: add options when creating RawCommand (#3168)
@benja-M-1Only for users of the
testcontainers.NewRawCommandfunction to create executables in containers, that are assigning the function to a variable. We added a variadic argument to the signature, so the rest of the users won't be affected by this breaking change.
- chore(deps)!: bump github.com/docker/docker from 28.1.1+incompatible to 28.2.2+incompatible (#3194)
@mdelapenyaImplementers of the
testcontainers.ImageBuildInfointerface, would see thattestcontainers.BuildOptionshas changed its signature to use non-deprecated types fromdocker/docker:type ImageBuildInfo interface { - BuildOptions() (types.ImageBuildOptions, error) // converts the ImageBuildInfo to a types.ImageBuildOptions + BuildOptions() (build.ImageBuildOptions, error) // converts the ImageBuildInfo to a build.ImageBuildOptionsAlso users of the
testcontainers.FromDockerfilestruct will receive this breaking change, as theBuildOptionsModifierfields has changed:- BuildOptionsModifier func(*types.ImageBuildOptions) + BuildOptionsModifier func(*build.ImageBuildOptions)🔒 Security
- deps: update testcontainers/sshd image to 1.3.0 (#3220)
@mdelapenya🚀 Features
- feat(couchbase): adding auth to couchbase initCluster functions to support container reuse (#3048)
@waroir20- feat: support adding wait strategies as functional option (#3161)
@mdelapenya- feat: add more functional options for customising containers (#3156)
@mdelapenya- feat(memcached): add memcached module (#3132)
@mdelapenya- feat(valkey): add TLS support for Valkey (#3131)
@mdelapenya🐛 Bug Fixes
- fix: strip headers from logs using log stream specification (#3226)
@LaurentGoderre- fix: use PortEndpoint() in a few more modules (#3209)
@ash2k- fix: docker container log consumer race (#3210)
@stevenh- fix: use PortEndpoint() in a few more modules (#3207)
@ash2k- fix: use PortEndpoint() in a few more modules (#3206)
@ash2k- fix: use PortEndpoint() in a few more modules (#3203)
@ash2k- fix: try to fix more IPv6 handling issues (#3198)
@ash2k- fix: workaround for moby/moby#50133 when reusing container (#3197)
@mabrarov- feat(kafka,redpanda): support for waiting for mapped ports without external checks (#3165)
@mabrarov- fix(etcd): expose ports for the etcd nodes (#3162)
@mdelapenya
... (truncated)
Commits
41bd601chore: use new version (v0.38.0) in modules and examplesa771feeUpdate go.mod in azure module (#3231)7f916aefix: strip headers from logs using log stream specification (#3226)295ba91chore: clarify image auth warning message for public images (#3228)ea392e9chore(deps): bump github.com/go-viper/mapstructure/v2 (#3219)122a4e5chore(deps): bump github/codeql-action from 3.28.16 to 3.29.2 (#3222)930caf5chore(deps): bump mkdocs-include-markdown-plugin from 7.1.5 to 7.1.6 (#3225)8a7416adeps: update testcontainers/sshd image to 1.3.0 (#3220)c6cd357chore(deps): bump urllib3 from 2.2.2 to 2.5.0 (#3214)4aa742cdeps: gopsutil and purego update (#3217)- 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
Pull Request Statistics
1
2
+73
-69
Package Dependencies
go
1.10.1 → 1.11.0
Minor
go
0.37.0 → 0.38.0
Minor
go
1.18.0 → 1.18.2
Patch
go
0.37.0 → 0.38.0
Minor
Technical Details
| ID: | 4821608 |
| UUID: | 2733623382 |
| Node ID: | PR_kwDONzlrBc6i78hW |
| Host: | GitHub |
| Repository: | TelenorNorway/azure-postgres-auth-proxy |
| Merge State: | Unknown |