forked from kopia/kopia
-
Notifications
You must be signed in to change notification settings - Fork 2
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
build(deps): bump the common-golang-dependencies group with 22 updates #261
Closed
dependabot
wants to merge
1
commit into
master
from
dependabot/go_modules/common-golang-dependencies-17af5cbf58
Closed
build(deps): bump the common-golang-dependencies group with 22 updates #261
dependabot
wants to merge
1
commit into
master
from
dependabot/go_modules/common-golang-dependencies-17af5cbf58
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
Bumps the common-golang-dependencies group with 22 updates: | Package | From | To | | --- | --- | --- | | [cloud.google.com/go/storage](https://github.com/googleapis/google-cloud-go) | `1.36.0` | `1.40.0` | | [github.com/Azure/azure-sdk-for-go/sdk/azcore](https://github.com/Azure/azure-sdk-for-go) | `1.9.1` | `1.11.1` | | [github.com/Azure/azure-sdk-for-go/sdk/azidentity](https://github.com/Azure/azure-sdk-for-go) | `1.4.0` | `1.5.1` | | [github.com/Azure/azure-sdk-for-go/sdk/storage/azblob](https://github.com/Azure/azure-sdk-for-go) | `1.2.1` | `1.3.1` | | [github.com/minio/minio-go/v7](https://github.com/minio/minio-go) | `7.0.66` | `7.0.69` | | [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) | `1.17.0` | `1.19.0` | | [github.com/prometheus/client_model](https://github.com/prometheus/client_model) | `0.5.0` | `0.6.1` | | [github.com/prometheus/common](https://github.com/prometheus/common) | `0.45.0` | `0.48.0` | | [go.opentelemetry.io/otel](https://github.com/open-telemetry/opentelemetry-go) | `1.21.0` | `1.24.0` | | [go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc](https://github.com/open-telemetry/opentelemetry-go) | `1.21.0` | `1.25.0` | | [go.opentelemetry.io/otel/sdk](https://github.com/open-telemetry/opentelemetry-go) | `1.21.0` | `1.25.0` | | [go.opentelemetry.io/otel/trace](https://github.com/open-telemetry/opentelemetry-go) | `1.21.0` | `1.25.0` | | [golang.org/x/crypto](https://github.com/golang/crypto) | `0.17.0` | `0.21.0` | | [golang.org/x/mod](https://github.com/golang/mod) | `0.14.0` | `0.17.0` | | [golang.org/x/net](https://github.com/golang/net) | `0.19.0` | `0.23.0` | | [golang.org/x/oauth2](https://github.com/golang/oauth2) | `0.15.0` | `0.18.0` | | [golang.org/x/sync](https://github.com/golang/sync) | `0.5.0` | `0.6.0` | | [golang.org/x/sys](https://github.com/golang/sys) | `0.15.0` | `0.18.0` | | [golang.org/x/term](https://github.com/golang/term) | `0.15.0` | `0.18.0` | | [google.golang.org/api](https://github.com/googleapis/google-api-go-client) | `0.154.0` | `0.170.0` | | [google.golang.org/grpc](https://github.com/grpc/grpc-go) | `1.60.1` | `1.63.0` | | google.golang.org/protobuf | `1.32.0` | `1.33.0` | Updates `cloud.google.com/go/storage` from 1.36.0 to 1.40.0 - [Release notes](https://github.com/googleapis/google-cloud-go/releases) - [Changelog](https://github.com/googleapis/google-cloud-go/blob/main/CHANGES.md) - [Commits](googleapis/google-cloud-go@pubsub/v1.36.0...spanner/v1.40.0) Updates `github.com/Azure/azure-sdk-for-go/sdk/azcore` from 1.9.1 to 1.11.1 - [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.9.1...sdk/azcore/v1.11.1) Updates `github.com/Azure/azure-sdk-for-go/sdk/azidentity` from 1.4.0 to 1.5.1 - [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.4.0...sdk/internal/v1.5.1) Updates `github.com/Azure/azure-sdk-for-go/sdk/storage/azblob` from 1.2.1 to 1.3.1 - [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/azidentity/v1.2.1...sdk/azcore/v1.3.1) Updates `github.com/minio/minio-go/v7` from 7.0.66 to 7.0.69 - [Release notes](https://github.com/minio/minio-go/releases) - [Commits](minio/minio-go@v7.0.66...v7.0.69) Updates `github.com/prometheus/client_golang` from 1.17.0 to 1.19.0 - [Release notes](https://github.com/prometheus/client_golang/releases) - [Changelog](https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md) - [Commits](prometheus/client_golang@v1.17.0...v1.19.0) Updates `github.com/prometheus/client_model` from 0.5.0 to 0.6.1 - [Release notes](https://github.com/prometheus/client_model/releases) - [Commits](prometheus/client_model@v0.5.0...v0.6.1) Updates `github.com/prometheus/common` from 0.45.0 to 0.48.0 - [Release notes](https://github.com/prometheus/common/releases) - [Commits](prometheus/common@v0.45.0...v0.48.0) Updates `go.opentelemetry.io/otel` from 1.21.0 to 1.24.0 - [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases) - [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md) - [Commits](open-telemetry/opentelemetry-go@v1.21.0...v1.24.0) Updates `go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc` from 1.21.0 to 1.25.0 - [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases) - [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md) - [Commits](open-telemetry/opentelemetry-go@v1.21.0...v1.25.0) Updates `go.opentelemetry.io/otel/sdk` from 1.21.0 to 1.25.0 - [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases) - [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md) - [Commits](open-telemetry/opentelemetry-go@v1.21.0...v1.25.0) Updates `go.opentelemetry.io/otel/trace` from 1.21.0 to 1.25.0 - [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases) - [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md) - [Commits](open-telemetry/opentelemetry-go@v1.21.0...v1.25.0) Updates `golang.org/x/crypto` from 0.17.0 to 0.21.0 - [Commits](golang/crypto@v0.17.0...v0.21.0) Updates `golang.org/x/mod` from 0.14.0 to 0.17.0 - [Commits](golang/mod@v0.14.0...v0.17.0) Updates `golang.org/x/net` from 0.19.0 to 0.23.0 - [Commits](golang/net@v0.19.0...v0.23.0) Updates `golang.org/x/oauth2` from 0.15.0 to 0.18.0 - [Commits](golang/oauth2@v0.15.0...v0.18.0) Updates `golang.org/x/sync` from 0.5.0 to 0.6.0 - [Commits](golang/sync@v0.5.0...v0.6.0) Updates `golang.org/x/sys` from 0.15.0 to 0.18.0 - [Commits](golang/sys@v0.15.0...v0.18.0) Updates `golang.org/x/term` from 0.15.0 to 0.18.0 - [Commits](golang/term@v0.15.0...v0.18.0) Updates `google.golang.org/api` from 0.154.0 to 0.170.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.154.0...v0.170.0) Updates `google.golang.org/grpc` from 1.60.1 to 1.63.0 - [Release notes](https://github.com/grpc/grpc-go/releases) - [Commits](grpc/grpc-go@v1.60.1...v1.63.0) Updates `google.golang.org/protobuf` from 1.32.0 to 1.33.0 --- updated-dependencies: - dependency-name: cloud.google.com/go/storage dependency-type: direct:production update-type: version-update:semver-minor dependency-group: common-golang-dependencies - dependency-name: github.com/Azure/azure-sdk-for-go/sdk/azcore dependency-type: direct:production update-type: version-update:semver-minor dependency-group: common-golang-dependencies - dependency-name: github.com/Azure/azure-sdk-for-go/sdk/azidentity dependency-type: direct:production update-type: version-update:semver-minor dependency-group: common-golang-dependencies - dependency-name: github.com/Azure/azure-sdk-for-go/sdk/storage/azblob dependency-type: direct:production update-type: version-update:semver-minor dependency-group: common-golang-dependencies - dependency-name: github.com/minio/minio-go/v7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: common-golang-dependencies - dependency-name: github.com/prometheus/client_golang dependency-type: direct:production update-type: version-update:semver-minor dependency-group: common-golang-dependencies - dependency-name: github.com/prometheus/client_model dependency-type: direct:production update-type: version-update:semver-minor dependency-group: common-golang-dependencies - dependency-name: github.com/prometheus/common dependency-type: direct:production update-type: version-update:semver-minor dependency-group: common-golang-dependencies - dependency-name: go.opentelemetry.io/otel dependency-type: direct:production update-type: version-update:semver-minor dependency-group: common-golang-dependencies - dependency-name: go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc dependency-type: direct:production update-type: version-update:semver-minor dependency-group: common-golang-dependencies - dependency-name: go.opentelemetry.io/otel/sdk dependency-type: direct:production update-type: version-update:semver-minor dependency-group: common-golang-dependencies - dependency-name: go.opentelemetry.io/otel/trace dependency-type: direct:production update-type: version-update:semver-minor dependency-group: common-golang-dependencies - dependency-name: golang.org/x/crypto dependency-type: direct:production update-type: version-update:semver-minor dependency-group: common-golang-dependencies - dependency-name: golang.org/x/mod dependency-type: direct:production update-type: version-update:semver-minor dependency-group: common-golang-dependencies - dependency-name: golang.org/x/net dependency-type: direct:production update-type: version-update:semver-minor dependency-group: common-golang-dependencies - dependency-name: golang.org/x/oauth2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: common-golang-dependencies - dependency-name: golang.org/x/sync dependency-type: direct:production update-type: version-update:semver-minor dependency-group: common-golang-dependencies - dependency-name: golang.org/x/sys dependency-type: direct:production update-type: version-update:semver-minor dependency-group: common-golang-dependencies - dependency-name: golang.org/x/term dependency-type: direct:production update-type: version-update:semver-minor dependency-group: common-golang-dependencies - dependency-name: google.golang.org/api dependency-type: direct:production update-type: version-update:semver-minor dependency-group: common-golang-dependencies - dependency-name: google.golang.org/grpc dependency-type: direct:production update-type: version-update:semver-minor dependency-group: common-golang-dependencies - dependency-name: google.golang.org/protobuf dependency-type: direct:production update-type: version-update:semver-minor dependency-group: common-golang-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
bot
added
dependencies
Pull requests that update a dependency file
go
Pull requests that update Go code
labels
Apr 8, 2024
Superseded by #266. |
dependabot
bot
deleted the
dependabot/go_modules/common-golang-dependencies-17af5cbf58
branch
April 15, 2024 01:58
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
0 participants
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 common-golang-dependencies group with 22 updates:
1.36.0
1.40.0
1.9.1
1.11.1
1.4.0
1.5.1
1.2.1
1.3.1
7.0.66
7.0.69
1.17.0
1.19.0
0.5.0
0.6.1
0.45.0
0.48.0
1.21.0
1.24.0
1.21.0
1.25.0
1.21.0
1.25.0
1.21.0
1.25.0
0.17.0
0.21.0
0.14.0
0.17.0
0.19.0
0.23.0
0.15.0
0.18.0
0.5.0
0.6.0
0.15.0
0.18.0
0.15.0
0.18.0
0.154.0
0.170.0
1.60.1
1.63.0
1.32.0
1.33.0
Updates
cloud.google.com/go/storage
from 1.36.0 to 1.40.0Release notes
Sourced from cloud.google.com/go/storage's releases.
Commits
438afcf
chore(main): release spanner 1.40.0 (#6988)bd85442
feat(spanner): configurable logger (#6958)d5e2e0f
chore: update individual config to be separate prs (#6981)1ce0f7d
feat(spanner/spansql): add support for interval arg of some date/timestamp fu...5b14658
feat(spanner): PG JSONB support (#6874)3c4b2b3
chore: bulk rewrite signatures for GA clients (#6951)d82ef41
chore(bigtable): more text proxy tune-up (#6977)e7ab70b
test(storage): add gRPC error code to retry to fix flaky PAP test (#6974)f7c7f41
feat(storage): add Autoclass support (#6828)5d2dc01
chore(bigtable): add timeouts to proxy methods (#6973)Updates
github.com/Azure/azure-sdk-for-go/sdk/azcore
from 1.9.1 to 1.11.1Release notes
Sourced from github.com/Azure/azure-sdk-for-go/sdk/azcore's releases.
... (truncated)
Commits
76e5495
Prep azcore@v1.11.1 for release (#22680)2650473
Increment package version after release of messaging/azeventhubs (#22677)51ef615
runtime.Poller.Result won't be done on non-terminal error (#22675)aef7678
Increment package version after release of messaging/azservicebus (#22678)a67b4de
Increment package version after release of messaging/eventgrid/azeventgrid (#...e978d51
[azopenai] Updating doc comments based on feedback from an issue, as well as ...4116d5d
Don't consider 408 as terminal failure for Location poller (#22674)e036aea
Sync eng/common directory with azure-sdk-tools for PR 7989 (#22673)53f73ad
Sync eng/common directory with azure-sdk-tools for PR 7988 (#22672)9e78ee2
[azeventgrid] Prepping for first GA of the Event Grid Basic package. (#22667)Updates
github.com/Azure/azure-sdk-for-go/sdk/azidentity
from 1.4.0 to 1.5.1Release notes
Sourced from github.com/Azure/azure-sdk-for-go/sdk/azidentity's releases.
Commits
0270c00
Refactor 4bc279bfefcf94d2049aee9801efd418a12e0314 (#22111)12830d0
Prep internal for release (#22110)4bc279b
Restore scheme/host when recording HTTP(S) (#22102)f8be4a3
suffix .go (#22096)12712c9
Add AzureCLICredentialOptions.Subscription (#21962)c85cf6c
Add docs on writing testable examples (#22084)8404d16
Add CODEOWNERS linter baseline error file (#22083)943ecbb
Sync eng/common directory with azure-sdk-tools for PR 7346 (#22063)c23f220
Lets not treat https code 401 as broken link (#22072)0d3efbd
Sync eng/common directory with azure-sdk-tools for PR 7334 (#22068)Updates
github.com/Azure/azure-sdk-for-go/sdk/storage/azblob
from 1.2.1 to 1.3.1Release notes
Sourced from github.com/Azure/azure-sdk-for-go/sdk/storage/azblob's releases.
... (truncated)
Commits
ae2eb9b
Prepare azcore v1.3.1 for release (#19929)b273bfc
[Release] sdk/resourcemanager/msi/armmsi/1.0.0 (#19933)5053f65
Handle multi-line string concatenation with Write-Warning (#19930)be68206
Sync eng/common directory with azure-sdk-tools for PR 5291 (#19903)b8690e0
Update azcore dependencies (#19926)8a9c0d0
Fix live tests for aztables (#19922)3a39031
ACR data plane module (#19554)dd2af33
[Release] sdk/resourcemanager/loadtesting/armloadtesting/1.0.2 (#19910)57cdb64
Consume cosmos emulator from install path on agent (#19919)dedf87f
Sync eng/common directory with azure-sdk-tools for PR 5272 (#19904)Updates
github.com/minio/minio-go/v7
from 7.0.66 to 7.0.69Release notes
Sourced from github.com/minio/minio-go/v7's releases.
Commits
bf1b772
update vulncheck go-version0dacc4a
Addedx-minio-replication-actual-object-size
to allowed headers (#1946)f823450
add Client.SetS3EnableDualstack (#1945)4a223cc
update CREDITS after removed depse2c82fe
add support for authentication with EKS Pod Identities (#1944)0fe4c20
Update version to next release0046134
Drop more seeding in tests (#1942)baec12a
x-minio-replication-encrypted-multipart as allowed header (#1943)a0865af
Added valid allowed internal headers (#1939)de3d492
Fix CVE-2022-28948 (#1938)Updates
github.com/prometheus/client_golang
from 1.17.0 to 1.19.0Release notes
Sourced from github.com/prometheus/client_golang's releases.
Changelog
Sourced from github.com/prometheus/client_golang's changelog.
Commits
77d4003
Add 1.19.0 changelog (#1451)14259fa
Merge pull request #1448 from ywwg/owilliams/content-negotiation6d03920
deps: bump prometheus/common version353395b
Remove support for go 1.19 (#1449)9dd5d2a
Merge pull request #1445 from kavu/add_go122_metrics_testc906a5e
Add support for Go 1.227ac9036
Merge pull request #1440 from prometheus/dependabot/github_actions/github-act...8c7e30f
Merge pull request #1441 from prometheus/dependabot/go_modules/tutorial/whats...08769f8
Bump github.com/prometheus/common in /tutorial/whatsup83d5940
Bump the github-actions group with 2 updatesUpdates
github.com/prometheus/client_model
from 0.5.0 to 0.6.1Release notes
Sourced from github.com/prometheus/client_model's releases.
Commits
571429e
Merge pull request #86 from prometheus/repo_synccc727ab
Update common Prometheus files6fe5007
Merge pull request #85 from prometheus/repo_syncbce87c1
Update common Prometheus files64c33c9
Merge pull request #84 from prometheus/dependabot/go_modules/google.golang.or...d954a8a
Bump google.golang.org/protobuf from 1.32.0 to 1.33.05c25993
Merge pull request #82 from prometheus/repo_syncbb45f95
Update common Prometheus files01ca24c
Merge pull request #81 from prometheus/repo_syncccd6823
Update common Prometheus filesUpdates
github.com/prometheus/common
from 0.45.0 to 0.48.0Release notes
Sourced from github.com/prometheus/common's releases.
... (truncated)
Commits
bd41eb6
Merge pull request #576 from ywwg/owilliams/unexport05d7387
Unexport Format strings773d566
Merge pull request #570 from ywwg/owilliams/quoted-metric-name-02319c62c
UTF-8 support in metric and label namesa3bdb9e
Support empty OAuth2 inline secrets (#547)bd0376d
UTF-8 support in validation, and some parsers and formatters (#537)7e44242
Bump Go modules (#568)0e201e4
Merge pull request #567 from stapelberg/protodelim53f76e7
version: make GetTegs() public (#565)1143fec
switch to protodelim package (which pbutil now calls)Updates
go.opentelemetry.io/otel
from 1.21.0 to 1.24.0Release notes
Sourced from go.opentelemetry.io/otel's releases.
Changelog
Sourced from go.opentelemetry.io/otel's changelog.
... (truncated)
Commits
e6e186b
Release v1.24.0/v0.46.0/v0.0.1-alpha (#4966)a5ec3fc
Add experimental-logs module set (#4961)27e495d
Fix output exponential histogram negative buckets (#4956)8df89f6
log: Remove Value.AsAny (#4963)7cc660f
log: Add allocation tests (#4957)6ea99af
log: Add benchmark tests (#4958)7b3382e
log: Implement Value and KeyValue types (#4949)f793a05
Fix registration of multiple callbacks when using the global meter provider (...c2fdbca
design: log value accessors must not panic (#4948)dd3b00f
Add thelog/noop
package (#4943)Updates
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc
from 1.21.0 to 1.25.0Release notes
Sourced from go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc's releases.
Changelog
Sourced from go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc's changelog.