Skip to content
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

dependabot updates Sun Oct 9 20:10:20 UTC 2022 #2854

Closed
wants to merge 1 commit into from

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Oct 9, 2022

build(deps): bump google.golang.org/grpc from 1.49.0 to 1.50.0 in /instrumentation/github.com/aws/aws-lambda-go/otellambda/xrayconfig
build(deps): bump github.com/aws/aws-sdk-go from 1.44.109 to 1.44.114 in /detectors/aws/ec2
build(deps): bump github.com/Shopify/sarama from 1.37.0 to 1.37.2 in /instrumentation/github.com/Shopify/sarama/otelsarama/test
build(deps): bump go.mongodb.org/mongo-driver from 1.10.2 to 1.10.3 in /instrumentation/go.mongodb.org/mongo-driver/mongo/otelmongo/test
build(deps): bump google.golang.org/grpc from 1.49.0 to 1.50.0 in /instrumentation/google.golang.org/grpc/otelgrpc/test
build(deps): bump google.golang.org/grpc from 1.49.0 to 1.50.0 in /propagators/opencensus/examples
build(deps): bump github.com/Shopify/sarama from 1.37.0 to 1.37.2 in /instrumentation/github.com/Shopify/sarama/otelsarama/example
build(deps): bump google.golang.org/grpc from 1.49.0 to 1.50.0 in /instrumentation/google.golang.org/grpc/otelgrpc/example
build(deps): bump github.com/Shopify/sarama from 1.37.0 to 1.37.2 in /instrumentation/github.com/Shopify/sarama/otelsarama
build(deps): bump google.golang.org/grpc from 1.49.0 to 1.50.0 in /instrumentation/google.golang.org/grpc/otelgrpc
build(deps): bump go.mongodb.org/mongo-driver from 1.10.2 to 1.10.3 in /instrumentation/go.mongodb.org/mongo-driver/mongo/otelmongo
build(deps): bump github.com/golangci/golangci-lint from 1.48.0 to 1.50.0 in /tools

build(deps): bump google.golang.org/grpc from 1.49.0 to 1.50.0 in /instrumentation/github.com/aws/aws-lambda-go/otellambda/xrayconfig
build(deps): bump github.com/aws/aws-sdk-go from 1.44.109 to 1.44.114 in /detectors/aws/ec2
build(deps): bump github.com/Shopify/sarama from 1.37.0 to 1.37.2 in /instrumentation/github.com/Shopify/sarama/otelsarama/test
build(deps): bump go.mongodb.org/mongo-driver from 1.10.2 to 1.10.3 in /instrumentation/go.mongodb.org/mongo-driver/mongo/otelmongo/test
build(deps): bump google.golang.org/grpc from 1.49.0 to 1.50.0 in /instrumentation/google.golang.org/grpc/otelgrpc/test
build(deps): bump google.golang.org/grpc from 1.49.0 to 1.50.0 in /propagators/opencensus/examples
build(deps): bump github.com/Shopify/sarama from 1.37.0 to 1.37.2 in /instrumentation/github.com/Shopify/sarama/otelsarama/example
build(deps): bump google.golang.org/grpc from 1.49.0 to 1.50.0 in /instrumentation/google.golang.org/grpc/otelgrpc/example
build(deps): bump github.com/Shopify/sarama from 1.37.0 to 1.37.2 in /instrumentation/github.com/Shopify/sarama/otelsarama
build(deps): bump google.golang.org/grpc from 1.49.0 to 1.50.0 in /instrumentation/google.golang.org/grpc/otelgrpc
build(deps): bump go.mongodb.org/mongo-driver from 1.10.2 to 1.10.3 in /instrumentation/go.mongodb.org/mongo-driver/mongo/otelmongo
build(deps): bump github.com/golangci/golangci-lint from 1.48.0 to 1.50.0 in /tools
@github-actions github-actions bot added the Skip Changelog Allow PR to succeed without requiring an addition to the CHANGELOG label Oct 9, 2022
@Aneurysm9 Aneurysm9 closed this Oct 9, 2022
@Aneurysm9 Aneurysm9 reopened this Oct 9, 2022
@codecov
Copy link

codecov bot commented Oct 9, 2022

Codecov Report

Merging #2854 (954267f) into main (773172b) will increase coverage by 1.5%.
The diff coverage is n/a.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##            main   #2854     +/-   ##
=======================================
+ Coverage   69.2%   70.8%   +1.5%     
=======================================
  Files        145     146      +1     
  Lines       6709    6714      +5     
=======================================
+ Hits        4648    4755    +107     
+ Misses      1947    1842    -105     
- Partials     114     117      +3     
Impacted Files Coverage Δ
...b.org/mongo-driver/mongo/otelmongo/test/version.go 0.0% <0.0%> (ø)
....mongodb.org/mongo-driver/mongo/otelmongo/mongo.go 86.8% <0.0%> (+86.8%) ⬆️
...mongodb.org/mongo-driver/mongo/otelmongo/config.go 100.0% <0.0%> (+100.0%) ⬆️
...ongodb.org/mongo-driver/mongo/otelmongo/version.go 100.0% <0.0%> (+100.0%) ⬆️

@Aneurysm9
Copy link
Member

This appears to be a victim of golangci/golangci-lint#3280. @open-telemetry/go-approvers should we skip this golangci-lint release?

@MadVikingGod
Copy link
Contributor

It looks like we might need to. Will this work if we pull out the golangci update?

@MrAlias
Copy link
Contributor

MrAlias commented Oct 11, 2022

This appears to be a victim of golangci/golangci-lint#3280. @open-telemetry/go-approvers should we skip this golangci-lint release?

SGTM

@bogdandrutu
Copy link
Member

@MrAlias you need a better fix, because the same issue blocks also #2839, so you will block lots of releases

@MrAlias
Copy link
Contributor

MrAlias commented Oct 18, 2022

superseded by #2873

@MrAlias MrAlias closed this Oct 18, 2022
@MrAlias MrAlias deleted the dependabot-prs/2022-10-09T200629 branch October 18, 2022 22:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Skip Changelog Allow PR to succeed without requiring an addition to the CHANGELOG
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants