-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Bump the go group with 28 updates #50845
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Contributor
Bumps the go group with 28 updates: | Package | From | To | | --- | --- | --- | | [connectrpc.com/connect](https://github.com/connectrpc/connect-go) | `1.17.0` | `1.18.0` | | [github.com/Azure/azure-sdk-for-go/sdk/azcore](https://github.com/Azure/azure-sdk-for-go) | `1.16.0` | `1.17.0` | | [github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/compute/armcompute/v6](https://github.com/Azure/azure-sdk-for-go) | `6.1.0` | `6.2.0` | | [github.com/alicebob/miniredis/v2](https://github.com/alicebob/miniredis) | `2.33.0` | `2.34.0` | | [github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue](https://github.com/aws/aws-sdk-go-v2) | `1.15.22` | `1.15.23` | | [github.com/aws/aws-sdk-go-v2/feature/dynamodbstreams/attributevalue](https://github.com/aws/aws-sdk-go-v2) | `1.14.57` | `1.14.58` | | [github.com/aws/aws-sdk-go-v2/service/dynamodb](https://github.com/aws/aws-sdk-go-v2) | `1.38.1` | `1.39.0` | | [github.com/coreos/go-oidc/v3](https://github.com/coreos/go-oidc) | `3.11.0` | `3.12.0` | | [github.com/elastic/go-elasticsearch/v8](https://github.com/elastic/go-elasticsearch) | `8.16.0` | `8.17.0` | | [github.com/envoyproxy/go-control-plane](https://github.com/envoyproxy/go-control-plane) | `0.13.1` | `0.13.4` | | [github.com/fsouza/fake-gcs-server](https://github.com/fsouza/fake-gcs-server) | `1.50.2` | `1.51.0` | | [github.com/go-ldap/ldap/v3](https://github.com/go-ldap/ldap) | `3.4.8` | `3.4.10` | | [github.com/google/go-tpm](https://github.com/google/go-tpm) | `0.9.1` | `0.9.3` | | [github.com/googleapis/gax-go/v2](https://github.com/googleapis/gax-go) | `2.14.0` | `2.14.1` | | [github.com/grpc-ecosystem/go-grpc-middleware/v2](https://github.com/grpc-ecosystem/go-grpc-middleware) | `2.1.0` | `2.2.0` | | [github.com/jackc/pgx/v5](https://github.com/jackc/pgx) | `5.7.1` | `5.7.2` | | [github.com/mailgun/mailgun-go/v4](https://github.com/mailgun/mailgun-go) | `4.20.4` | `4.21.0` | | [github.com/moby/term](https://github.com/moby/term) | `0.5.0` | `0.5.2` | | [github.com/shirou/gopsutil/v4](https://github.com/shirou/gopsutil) | `4.24.11` | `4.24.12` | | [github.com/sigstore/sigstore](https://github.com/sigstore/sigstore) | `1.8.10` | `1.8.11` | | [github.com/snowflakedb/gosnowflake](https://github.com/snowflakedb/gosnowflake) | `1.12.0` | `1.12.1` | | [github.com/xanzy/go-gitlab](https://github.com/xanzy/go-gitlab) | `0.114.0` | `0.115.0` | | [golang.org/x/oauth2](https://github.com/golang/oauth2) | `0.24.0` | `0.25.0` | | [golang.org/x/time](https://github.com/golang/time) | `0.8.0` | `0.9.0` | | [google.golang.org/api](https://github.com/googleapis/google-api-go-client) | `0.214.0` | `0.215.0` | | google.golang.org/protobuf | `1.36.1` | `1.36.2` | | [helm.sh/helm/v3](https://github.com/helm/helm) | `3.16.3` | `3.16.4` | | [sigs.k8s.io/controller-runtime](https://github.com/kubernetes-sigs/controller-runtime) | `0.19.3` | `0.19.4` | Updates `connectrpc.com/connect` from 1.17.0 to 1.18.0 - [Release notes](https://github.com/connectrpc/connect-go/releases) - [Changelog](https://github.com/connectrpc/connect-go/blob/main/RELEASE.md) - [Commits](connectrpc/connect-go@v1.17.0...v1.18.0) Updates `github.com/Azure/azure-sdk-for-go/sdk/azcore` from 1.16.0 to 1.17.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/azcore/v1.16.0...sdk/azcore/v1.17.0) Updates `github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/compute/armcompute/v6` from 6.1.0 to 6.2.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/resourcemanager/compute/armcompute/v6.1.0...sdk/resourcemanager/compute/armcompute/v6.2.0) Updates `github.com/alicebob/miniredis/v2` from 2.33.0 to 2.34.0 - [Release notes](https://github.com/alicebob/miniredis/releases) - [Changelog](https://github.com/alicebob/miniredis/blob/master/CHANGELOG.md) - [Commits](alicebob/miniredis@v2.33.0...v2.34.0) Updates `github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue` from 1.15.22 to 1.15.23 - [Release notes](https://github.com/aws/aws-sdk-go-v2/releases) - [Commits](aws/aws-sdk-go-v2@service/health/v1.15.22...service/health/v1.15.23) Updates `github.com/aws/aws-sdk-go-v2/feature/dynamodbstreams/attributevalue` from 1.14.57 to 1.14.58 - [Release notes](https://github.com/aws/aws-sdk-go-v2/releases) - [Commits](aws/aws-sdk-go-v2@feature/dynamodbstreams/attributevalue/v1.14.57...feature/dynamodbstreams/attributevalue/v1.14.58) Updates `github.com/aws/aws-sdk-go-v2/service/dynamodb` from 1.38.1 to 1.39.0 - [Release notes](https://github.com/aws/aws-sdk-go-v2/releases) - [Commits](aws/aws-sdk-go-v2@service/s3/v1.38.1...service/s3/v1.39.0) Updates `github.com/coreos/go-oidc/v3` from 3.11.0 to 3.12.0 - [Release notes](https://github.com/coreos/go-oidc/releases) - [Commits](coreos/go-oidc@v3.11.0...v3.12.0) Updates `github.com/elastic/go-elasticsearch/v8` from 8.16.0 to 8.17.0 - [Release notes](https://github.com/elastic/go-elasticsearch/releases) - [Changelog](https://github.com/elastic/go-elasticsearch/blob/main/CHANGELOG.md) - [Commits](elastic/go-elasticsearch@v8.16.0...v8.17.0) Updates `github.com/envoyproxy/go-control-plane` from 0.13.1 to 0.13.4 - [Release notes](https://github.com/envoyproxy/go-control-plane/releases) - [Changelog](https://github.com/envoyproxy/go-control-plane/blob/main/CHANGELOG.md) - [Commits](envoyproxy/go-control-plane@v0.13.1...v0.13.4) Updates `github.com/fsouza/fake-gcs-server` from 1.50.2 to 1.51.0 - [Release notes](https://github.com/fsouza/fake-gcs-server/releases) - [Commits](fsouza/fake-gcs-server@v1.50.2...v1.51.0) Updates `github.com/go-ldap/ldap/v3` from 3.4.8 to 3.4.10 - [Release notes](https://github.com/go-ldap/ldap/releases) - [Commits](go-ldap/ldap@v3.4.8...v3.4.10) Updates `github.com/google/go-tpm` from 0.9.1 to 0.9.3 - [Release notes](https://github.com/google/go-tpm/releases) - [Commits](google/go-tpm@v0.9.1...v0.9.3) Updates `github.com/googleapis/gax-go/v2` from 2.14.0 to 2.14.1 - [Release notes](https://github.com/googleapis/gax-go/releases) - [Commits](googleapis/gax-go@v2.14.0...v2.14.1) Updates `github.com/grpc-ecosystem/go-grpc-middleware/v2` from 2.1.0 to 2.2.0 - [Release notes](https://github.com/grpc-ecosystem/go-grpc-middleware/releases) - [Commits](grpc-ecosystem/go-grpc-middleware@v2.1.0...v2.2.0) Updates `github.com/jackc/pgx/v5` from 5.7.1 to 5.7.2 - [Changelog](https://github.com/jackc/pgx/blob/master/CHANGELOG.md) - [Commits](jackc/pgx@v5.7.1...v5.7.2) Updates `github.com/mailgun/mailgun-go/v4` from 4.20.4 to 4.21.0 - [Release notes](https://github.com/mailgun/mailgun-go/releases) - [Changelog](https://github.com/mailgun/mailgun-go/blob/master/CHANGELOG) - [Commits](mailgun/mailgun-go@v4.20.4...v4.21.0) Updates `github.com/moby/term` from 0.5.0 to 0.5.2 - [Commits](moby/term@v0.5.0...v0.5.2) Updates `github.com/shirou/gopsutil/v4` from 4.24.11 to 4.24.12 - [Release notes](https://github.com/shirou/gopsutil/releases) - [Commits](shirou/gopsutil@v4.24.11...v4.24.12) Updates `github.com/sigstore/sigstore` from 1.8.10 to 1.8.11 - [Release notes](https://github.com/sigstore/sigstore/releases) - [Commits](sigstore/sigstore@v1.8.10...v1.8.11) Updates `github.com/snowflakedb/gosnowflake` from 1.12.0 to 1.12.1 - [Release notes](https://github.com/snowflakedb/gosnowflake/releases) - [Changelog](https://github.com/snowflakedb/gosnowflake/blob/master/release.go) - [Commits](snowflakedb/gosnowflake@v1.12.0...v1.12.1) Updates `github.com/xanzy/go-gitlab` from 0.114.0 to 0.115.0 - [Release notes](https://github.com/xanzy/go-gitlab/releases) - [Changelog](https://github.com/xanzy/go-gitlab/blob/main/releases_test.go) - [Commits](xanzy/go-gitlab@v0.114.0...v0.115.0) Updates `golang.org/x/oauth2` from 0.24.0 to 0.25.0 - [Commits](golang/oauth2@v0.24.0...v0.25.0) Updates `golang.org/x/time` from 0.8.0 to 0.9.0 - [Commits](golang/time@v0.8.0...v0.9.0) Updates `google.golang.org/api` from 0.214.0 to 0.215.0 - [Release notes](https://github.com/googleapis/google-api-go-client/releases) - [Changelog](https://github.com/googleapis/google-api-go-client/blob/main/CHANGES.md) - [Commits](googleapis/google-api-go-client@v0.214.0...v0.215.0) Updates `google.golang.org/protobuf` from 1.36.1 to 1.36.2 Updates `helm.sh/helm/v3` from 3.16.3 to 3.16.4 - [Release notes](https://github.com/helm/helm/releases) - [Commits](helm/helm@v3.16.3...v3.16.4) Updates `sigs.k8s.io/controller-runtime` from 0.19.3 to 0.19.4 - [Release notes](https://github.com/kubernetes-sigs/controller-runtime/releases) - [Changelog](https://github.com/kubernetes-sigs/controller-runtime/blob/main/RELEASE.md) - [Commits](kubernetes-sigs/controller-runtime@v0.19.3...v0.19.4) --- updated-dependencies: - dependency-name: connectrpc.com/connect dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go - dependency-name: github.com/Azure/azure-sdk-for-go/sdk/azcore dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go - dependency-name: github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/compute/armcompute/v6 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go - dependency-name: github.com/alicebob/miniredis/v2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go - dependency-name: github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go - dependency-name: github.com/aws/aws-sdk-go-v2/feature/dynamodbstreams/attributevalue dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go - dependency-name: github.com/aws/aws-sdk-go-v2/service/dynamodb dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go - dependency-name: github.com/coreos/go-oidc/v3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go - dependency-name: github.com/elastic/go-elasticsearch/v8 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go - dependency-name: github.com/envoyproxy/go-control-plane dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go - dependency-name: github.com/fsouza/fake-gcs-server dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go - dependency-name: github.com/go-ldap/ldap/v3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go - dependency-name: github.com/google/go-tpm dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go - dependency-name: github.com/googleapis/gax-go/v2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go - dependency-name: github.com/grpc-ecosystem/go-grpc-middleware/v2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go - dependency-name: github.com/jackc/pgx/v5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go - dependency-name: github.com/mailgun/mailgun-go/v4 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go - dependency-name: github.com/moby/term dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go - dependency-name: github.com/shirou/gopsutil/v4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go - dependency-name: github.com/sigstore/sigstore dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go - dependency-name: github.com/snowflakedb/gosnowflake dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go - dependency-name: github.com/xanzy/go-gitlab dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go - dependency-name: golang.org/x/oauth2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go - dependency-name: golang.org/x/time dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go - dependency-name: google.golang.org/api dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go - dependency-name: google.golang.org/protobuf dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go - dependency-name: helm.sh/helm/v3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go - dependency-name: sigs.k8s.io/controller-runtime dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go ... Signed-off-by: dependabot[bot] <[email protected]>
dependabot
bot
added
dependencies
Pull requests that update a dependency file
go
Issues related to Go builds/tooling
no-changelog
Indicates that a PR does not require a changelog entry
labels
Jan 7, 2025
dependabot
bot
requested review from
codingllama,
hugoShaka,
rosstimothy and
zmb3
January 7, 2025 20:27
Rolled back protobuf (handled by #50841) and tidied. |
codingllama
approved these changes
Jan 7, 2025
rosstimothy
approved these changes
Jan 7, 2025
public-teleport-github-review-bot
bot
removed request for
tigrato,
zmb3 and
hugoShaka
January 7, 2025 20:57
github-merge-queue
bot
removed this pull request from the merge queue due to failed status checks
Jan 7, 2025
FYI, re-generated protos (due to the connectrpc update). |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
dependencies
Pull requests that update a dependency file
go
Issues related to Go builds/tooling
no-changelog
Indicates that a PR does not require a changelog entry
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps the go group with 28 updates:
1.17.0
1.18.0
1.16.0
1.17.0
6.1.0
6.2.0
2.33.0
2.34.0
1.15.22
1.15.23
1.14.57
1.14.58
1.38.1
1.39.0
3.11.0
3.12.0
8.16.0
8.17.0
0.13.1
0.13.4
1.50.2
1.51.0
3.4.8
3.4.10
0.9.1
0.9.3
2.14.0
2.14.1
2.1.0
2.2.0
5.7.1
5.7.2
4.20.4
4.21.0
0.5.0
0.5.2
4.24.11
4.24.12
1.8.10
1.8.11
1.12.0
1.12.1
0.114.0
0.115.0
0.24.0
0.25.0
0.8.0
0.9.0
0.214.0
0.215.0
3.16.3
3.16.4
0.19.3
0.19.4
Updates
connectrpc.com/connect
from 1.17.0 to 1.18.0Release notes
Sourced from connectrpc.com/connect's releases.
Commits
8c52642
Prepare for v1.18.0 (#805)29d45c4
Add same_package option to protoc-gen-connect-go (#803)d55ebd8
Make stream client closers non-blocking (#791)7dc3e6d
Bump github.com/quic-go/quic-go from 0.46.0 to 0.48.2 in /internal/conformanc...74a6754
Remove reader allocation for compressors pools (#792)6029bf7
Fix spelling of "optimize" in comment (#786)145b279
Bump connectrpc.com/conformance from 1.0.3 to 1.0.4 in /internal/conformance ...8904ffd
Back to development (#779)Updates
github.com/Azure/azure-sdk-for-go/sdk/azcore
from 1.16.0 to 1.17.0Release notes
Sourced from github.com/Azure/azure-sdk-for-go/sdk/azcore's releases.
Commits
525870f
Prepare azcore v1.17.0 for release (#23907)52b9e5f
Fix incorrect variable name (#23903)8feeabd
Added BlobProperties field to BlobPrefix in listblob response (#23801)bcb396b
automation support data plan (#23879)8c76043
[Release] sdk/resourcemanager/cosmos/armcosmos/4.0.0-beta.2 (#23863)933ca99
documentation correction for create container error (#23888)ba0c64b
[skip ci]d9d44c0
[Release] sdk/resourcemanager/deviceregistry/armdeviceregistry/0.2.0 generati...f32543f
Add Documentation for MPG SDK generation (#23837)310191a
bump to@azure-tools/typespec-go
0.3.5 (#23881)Updates
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/compute/armcompute/v6
from 6.1.0 to 6.2.0Release notes
Sourced from github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/compute/armcompute/v6's releases.
... (truncated)
Commits
d0829b3
[Release] sdk/resourcemanager/compute/armcompute/6.2.0 (#23826)4659c29
[Release] sdk/resourcemanager/cognitiveservices/armcognitiveservices/1.7.0 ge...e29d7b4
[Release] sdk/resourcemanager/playwrighttesting/armplaywrighttesting/1.0.0 ge...cb4d027
[Release] sdk/resourcemanager/datafactory/armdatafactory/9.1.0 generation fro...fd0778e
[Release] sdk/resourcemanager/network/armnetwork/6.2.0 (#23849)4f358f1
[Release] sdk/resourcemanager/containerregistry/armcontainerregistry/1.3.0-be...8b50528
[Release] sdk/resourcemanager/iotoperations/armiotoperations/1.0.0 generation...00595ab
Fix Filter Blob API encoding issue (#23800)5e623a4
Update dependencies for core modules (#23865)0de6547
Sync eng/common directory with azure-sdk-tools for PR 9493 (#23844)Updates
github.com/alicebob/miniredis/v2
from 2.33.0 to 2.34.0Release notes
Sourced from github.com/alicebob/miniredis/v2's releases.
Changelog
Sourced from github.com/alicebob/miniredis/v2's changelog.
Commits
c5669ae
changelog for v2.34.05320c5c
Merge pull request #391 from daniel-cohere/streamCmp-in-xtrime4791b5
use streamCmp in Xtrimef93126
Fix MEMORY subcommand casing (#389)1863d22
inttest and fix some returns5056952
added support for ZRank and ZRevRank with score08e664a
update dependency12d2a70
CI against go 1.238225546
fix ZINTERSTORE where target is one of the source setsUpdates
github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue
from 1.15.22 to 1.15.23Commits
93c3f18
Release 2022-12-027254028
Regenerated Clientsf43ad83
Update SDK's smithy-go dependency to v1.13.577d257e
Update API model779e29f
Release 2022-12-01f64d7d2
Regenerated Clients9bc59f7
Update endpoints modeld9c18aa
Update API model0259b16
Release 2022-11-30ee0277f
Regenerated ClientsUpdates
github.com/aws/aws-sdk-go-v2/feature/dynamodbstreams/attributevalue
from 1.14.57 to 1.14.58Commits
5b873cf
Release 2025-01-0713848f9
Regenerated Clientsa7d5ccb
Update endpoints model13a4c10
Update API model31da0a7
deprecate service/iot1clickdevicesservice and service/iot1clickprojects (#2945)08a40df
Release 2025-01-069af0a7a
Regenerated Clients32097f8
Update endpoints modeld216f8b
Update API model9dbe383
Release 2025-01-03Updates
github.com/aws/aws-sdk-go-v2/service/dynamodb
from 1.38.1 to 1.39.0Commits
807c921
Release 2023-09-2039b991d
Regenerated Clientsb1d6daf
Update endpoints model5771d22
Update API model7143703
Release 2023-09-191803c87
Regenerated Clients228b865
Update endpoints modelf416d66
Update API modelf0b396e
Release 2023-09-185389625
Regenerated ClientsUpdates
github.com/coreos/go-oidc/v3
from 3.11.0 to 3.12.0Release notes
Sourced from github.com/coreos/go-oidc/v3's releases.
Commits
4b5f82d
oidc: add JSON tags to ProviderConfigUpdates
github.com/elastic/go-elasticsearch/v8
from 8.16.0 to 8.17.0Release notes
Sourced from github.com/elastic/go-elasticsearch/v8's releases.
Changelog
Sourced from github.com/elastic/go-elasticsearch/v8's changelog.
Commits
0e1af01
Release 8.17.016bb441
bump changelog to 8.17 (#939) (#941)2547fe1
[8.17] Update apis (#935)6ce74ef
Bump golang.org/x/crypto in /_examples/instrumentation (#934) (#937)e921d93
Expose BulkIndexer total flushed bytes metric (#914) (#928)ca4a841
Check error in BaseClient.Perform (#922) (#927)0e89bee
bump changelog to 8.16 (#918) (#920)Updates
github.com/envoyproxy/go-control-plane
from 0.13.1 to 0.13.4Release notes
Sourced from github.com/envoyproxy/go-control-plane's releases.
... (truncated)
Commits
2d07f5a
Prepare go-control-plane for version v0.13.4efcd8a1
Prepare envoy for version v1.32.30f0bc3e
Create new release 1.32.3 for envoy, 0.13.4 for go-control-plane modules2ebcd7c
Mirrored from envoyproxy/envoy @ 2aaa544747e88cf80c17ef66b94b7c05ed198fa1af9f4a2
Mirrored from envoyproxy/envoy @ 864a28a6283d55320cc38606e1c7ef0bc7c62e505ffae0c
Mirrored from envoyproxy/envoy @ b0d58be31c2d7fe3ea8fd620c7aedb6b09a4bb8990c18a6
#1074: Add imports of previous root package in new subpackages to avoid depen...2ea9c8b
deps: Remove Go minor version from go.mods (#1078)3bbb165
build(deps): Bump google.golang.org/protobuf in /xdsmatcher (#1068)75822fe
build(deps): Bump github/codeql-action from 3.27.6 to 3.27.9 (#1065)Updates
github.com/fsouza/fake-gcs-server
from 1.50.2 to 1.51.0Release notes
Sourced from github.com/fsouza/fake-gcs-server's releases.
Commits
35f10fe
github/workflows: fix job nameddeb1c4
Upgrade deps75e9d81
Add support for MaxResults when listing objects (#1824)ab0a11a
Add support for canceling resumable uploads (#1813)314433e
Add support for Content-Language (#1822)7d7f9e7
Add support for StorageClass (#1826)d66abd9
fix: avoid IncompleteRead on completed partial reads (#1827)3151091
Persist created and updated time in compose (#1823)6fcb3c9
internal/backend: support OpenBSD to get file status last changed info (#1858)483afd6
Add support for getObjectACL and deleteObjectACL (#1832)Updates
github.com/go-ldap/ldap/v3
from 3.4.8 to 3.4.10Release notes
Sourced from github.com/go-ldap/ldap/v3's releases.
Commits
aebc65e
Remove old pre-module code (#542)dc5f57d
Update golang.org/x/net (#541)f71ace8
chore: go mod tidy (#540)5f6693a
chore: Update dependencies (#539)601814b
feat: add Extended request operations (#516)25c2d48
ci: bump action versions in github actions (#527)bc6bdd8
ci: Add go 1.23 build/testing to github workflow (#526)dbdc485
chore: Fix desynced root and v3 directory (#521)56e5759
Fix LDAP GetError and LDAP search (#509)17409dc
Update dependency go-asn1-ber to v1.5.6 (#513)Updates
github.com/google/go-tpm
from 0.9.1 to 0.9.3Release notes
Sourced from github.com/google/go-tpm's releases.
Commits
a21381d
Test Pub() and Priv() by exporting the key and signing/verifying from softwar...644dc32
Improve crypto & constants (#381)6208188
Unify ECC public key helpers on ECDHPub and ECDSAPub (#380)49968d8
Improve TPMUSensitiveComposite and crypto (#372)7d8a26b
FIX: README: missmatch module and directory name (#374)364d5f2
Fix KnownName() and Empty Buffer sequence handle Names (#371)d96ccf7
Create individual packages for Windows and Linux TPM transport (#369)ec70209
Trivial fixes for lint and nullability (#368)042b4e4
Add TPMFW (firmware) handles and FirmwareLimited attribute to TPMAObject (#366)1642fe0
add TPM2_PolicyDuplicationSelect (#365)Updates
github.com/googleapis/gax-go/v2
from 2.14.0 to 2.14.1Release notes
Sourced from github.com/googleapis/gax-go/v2's releases.
Commits
643488b
chore(main): release 2.14.1 (#388)547a5b4
fix: update golang.org/x/net to v0.33.0 (#391)ae542b6
chore(all): update all (#390)dc6baf7
docs: fix godoc to refer to the proper envvar (#387)2af2b07
chore(all): update all (#386)b47b681
chore(all): update all (#385)fededd8
chore(all): update all (#384)Updates
github.com/grpc-ecosystem/go-grpc-middleware/v2
from 2.1.0 to 2.2.0Release notes
Sourced from github.com/grpc-ecosystem/go-grpc-middleware/v2's releases.