stats/opentelemetry/csm: Get mesh_id local label from "CSM_MESH_ID" environment variable, rather than parsing from bootstrap file (#7740)
orca (experimental): if using an ORCA listener, it must now be registered only on a READY SubConn, and the listener will automatically be stopped when the connection is lost. (#7663)
client: ClientConn.Close() now closes transports simultaneously and waits for transports to be closed before returning. (#7666)
credentials: TLS credentials created via NewTLS that use tls.Config.GetConfigForClient will now have CipherSuites, supported TLS versions and ALPN configured automatically. These were previously only set for configs not using the GetConfigForClient option. (#7709)
Bug Fixes
transport: prevent deadlock in client transport shutdown when writing the GOAWAY frame hangs. (#7662)
mem: reuse buffers more accurately by using slice capacity instead of length (#7702)
status: Fix regression caused by #6919 in status.Details() causing it to return a wrapped type when getting proto messages generated with protoc-gen-go < v1. (#7724)
Dependencies
Bump minimum supported Go version to go1.22.7. (#7624)
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 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 ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore 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 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 ` 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 ` will remove all of the ignore conditions of the specified dependency
- `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
Bumps the all-modules group in /sda with 8 updates:
1.32.3
1.32.4
1.28.1
1.28.3
1.17.42
1.17.44
1.17.35
1.17.37
1.66.2
1.66.3
0.28.0
0.29.0
0.23.0
0.24.0
1.67.1
1.68.0
Updates
github.com/aws/aws-sdk-go-v2
from 1.32.3 to 1.32.4Commits
70eb57a
Release 2024-11-06cd2c6b1
Regenerated Clients2b2a737
Update API model8c9892f
bump smithy-go codegen to latest (#2890)82897be
fix potential for user-agent lang value mismatch in tests (#2888)061540b
Cloudfront - add expire time in signed cookie. (#2862)aa3bd1f
fix makefile to not spam releases for feature/dynamodb/attributevalue (#2885)eb96051
Release 2024-11-017f2d000
Regenerated Clients8542f2f
Update endpoints modelUpdates
github.com/aws/aws-sdk-go-v2/config
from 1.28.1 to 1.28.3Commits
2f70834
Release 2024-11-07ef9a3c3
Regenerated Clientsc054fe7
Update endpoints modelb68675c
Update API model1d989f3
send opt-in query-compatible header where applicable (#2891)5d0eb23
Merge pull request #2889 from aws/customize-identity-store-exception-message70eb57a
Release 2024-11-06cd2c6b1
Regenerated Clients2b2a737
Update API model8c9892f
bump smithy-go codegen to latest (#2890)Updates
github.com/aws/aws-sdk-go-v2/credentials
from 1.17.42 to 1.17.44Commits
2f70834
Release 2024-11-07ef9a3c3
Regenerated Clientsc054fe7
Update endpoints modelb68675c
Update API model1d989f3
send opt-in query-compatible header where applicable (#2891)5d0eb23
Merge pull request #2889 from aws/customize-identity-store-exception-message70eb57a
Release 2024-11-06cd2c6b1
Regenerated Clients2b2a737
Update API model8c9892f
bump smithy-go codegen to latest (#2890)Updates
github.com/aws/aws-sdk-go-v2/feature/s3/manager
from 1.17.35 to 1.17.37Commits
22efd77
Release 2024-09-27ce669ca
Regenerated Clientsb008447
Update endpoints modela912d17
Update API model9306dbe
remove deprecated worklink service (#2814)d795d86
Release 2024-09-2603c3553
Regenerated Clientsb1c6a1f
Update endpoints modela51f8d9
Update API model3a96a42
update changelog (#2805)Updates
github.com/aws/aws-sdk-go-v2/service/s3
from 1.66.2 to 1.66.3Commits
70eb57a
Release 2024-11-06cd2c6b1
Regenerated Clients2b2a737
Update API model8c9892f
bump smithy-go codegen to latest (#2890)82897be
fix potential for user-agent lang value mismatch in tests (#2888)061540b
Cloudfront - add expire time in signed cookie. (#2862)aa3bd1f
fix makefile to not spam releases for feature/dynamodb/attributevalue (#2885)eb96051
Release 2024-11-017f2d000
Regenerated Clients8542f2f
Update endpoints modelUpdates
golang.org/x/crypto
from 0.28.0 to 0.29.0Commits
6018723
go.mod: update golang.org/x dependencies71ed71b
README: don't recommend go get750a45f
sha3: add MarshalBinary, AppendBinary, and UnmarshalBinary36b1725
sha3: avoid trailing permutation80ea76e
sha3: fix padding for long cSHAKE parametersc17aa50
sha3: avoid buffer copy7cfb916
ssh: return unexpected msg error when server fails keyboard-interactive auth ...b61b08d
chacha20: extend ppc64le support to ppc646c21748
internal/poly1305: extend ppc64le support to ppc64Updates
golang.org/x/oauth2
from 0.23.0 to 0.24.0Commits
22134a4
README: don't recommend go getUpdates
google.golang.org/grpc
from 1.67.1 to 1.68.0Release notes
Sourced from google.golang.org/grpc's releases.
Commits
acba4d3
Change version to 1.68.0 (#7743)5363dca
credentials: Apply defaults to TLS configs provided through GetConfigForClien...056dc64
status: Fix status incompatibility introduced by #6919 and move non-regenerat...b79fb61
mem: use slice capacity instead of length, to determine whether to pool buffe...54841ef
stats/opentelemetry/csm: Get mesh_id local label from "CSM_MESH_ID" environme...ad81c20
pickfirstleaf: minor simplification to reconcileSubConnsLocked method (#7731)b850ea5
transport : wait for goroutines to exit before transport closes (#7666)00b9e14
pickfirst: New pick first policy for dualstack (#7498)18a4eac
testutils: add couple of log statements to the restartable listener type (#7716)fdc2ec2
xdsclient: deflake TestADS_ResourcesAreRequestedAfterStreamRestart (#7720)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 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