-
Notifications
You must be signed in to change notification settings - Fork 148
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
chore(deps): Update go deps #1556
Conversation
opentelemetry/opentelemetry-go#3971 changed some API. bufbuild/connect-opentelemetry-go#106 (dependency of cloud-api) haven't been released yet, hence the failing tests. |
2e67d63
to
9ec8845
Compare
9ec8845
to
25d0dab
Compare
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #1556 +/- ##
==========================================
+ Coverage 53.34% 53.53% +0.19%
==========================================
Files 128 128
Lines 14452 14452
==========================================
+ Hits 7709 7737 +28
+ Misses 6070 6041 -29
- Partials 673 674 +1 |
f446615
to
52aea4a
Compare
52aea4a
to
4e17a9b
Compare
4e17a9b
to
059c2e8
Compare
Signed-off-by: Renovate Bot <[email protected]> Signed-off-by: Oğuzhan Durgun <[email protected]>
059c2e8
to
1a0a48e
Compare
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. ⚠ Warning: custom changes will be lost. |
1a0a48e
to
9ac7d45
Compare
Signed-off-by: Oğuzhan Durgun <[email protected]>
9ac7d45
to
39ff4bf
Compare
This PR contains the following updates:
v1.44.252
->v1.44.258
v1.17.0
->v1.18.0
v0.1.0
->v0.1.1
v1.17.2
->v1.18.1
v1.15.0
->v1.15.1
e22ce95
->51ba368
v1.13.2
->v1.13.3
v1.8.0
->v1.8.1
v0.40.0
->v0.41.1
v0.40.0
->v0.41.1
v1.15.0
->v1.16.1
v1.14.0
->v1.15.1
v0.37.0
->v0.38.1
v1.14.0
->v1.15.1
v1.14.0
->v1.15.1
v1.14.0
->v1.15.1
v1.14.0
->v1.15.1
v0.1.0
->v0.2.0
v1.54.0
->v1.55.0
Release Notes
aws/aws-sdk-go
v1.44.258
Compare Source
===
Service Client Updates
service/ec2
: Updates service APIservice/inspector2
: Updates service API, documentation, and paginatorsservice/mediatailor
: Updates service API and documentationservice/sqs
: Updates service API, documentation, and paginatorsv1.44.257
Compare Source
===
Service Client Updates
service/config
: Updates service APIservice/connect
: Updates service API and documentationservice/ecs
: Updates service APIservice/monitoring
: Updates service API and documentationservice/network-firewall
: Updates service API and documentationservice/opensearch
: Updates service API and documentationservice/quicksight
: Updates service API, documentation, and paginatorsservice/rekognition
: Updates service API and documentationservice/s3
: Updates service documentation and examplesservice/sagemaker
: Updates service APIservice/securityhub
: Updates service API, documentation, paginators, and examplesservice/sqs
: Updates service API, documentation, and paginatorsv1.44.256
Compare Source
===
Service Client Updates
service/appsync
: Updates service API and documentationservice/ec2
: Updates service paginatorsservice/inspector2
: Updates service API and documentationservice/iottwinmaker
: Updates service API and documentationservice/network-firewall
: Updates service API and documentationservice/opensearch
: Updates service API and documentationservice/wellarchitected
: Updates service API and documentationv1.44.255
Compare Source
===
Service Client Updates
service/appflow
: Updates service API and documentationservice/connect
: Updates service APIservice/ecs
: Updates service documentationservice/kendra
: Updates service API and documentationservice/resiliencehub
: Updates service API and documentationservice/sagemaker
: Updates service API and documentationv1.44.254
Compare Source
===
Service Client Updates
service/compute-optimizer
: Updates service API and documentationservice/kms
: Updates service API, documentation, and examplesv1.44.253
Compare Source
===
Service Client Updates
service/appflow
: Updates service API and documentationservice/athena
: Updates service API, documentation, and paginatorsservice/directconnect
: Updates service documentationservice/elasticfilesystem
: Updates service APIservice/grafana
: Updates service API and documentationservice/iot
: Updates service API and documentationservice/rekognition
: Updates service API and documentationservice/simspaceweaver
: Updates service API and documentationservice/wafv2
: Updates service API and documentationservice/workspaces
: Updates service documentationbufbuild/buf
v1.18.0
Compare Source
buf beta registry {plugin,template} {deprecate,undeprecate}
.--user
and--netrc
flags tobuf curl
, providing the same behavior as theflags of the same name in the cURL tool.
DocumentationPath
in the module onbuf push
.README.md
andREADME.markdown
, for module documentation.The default source for module documentation is
buf.md
.If
buf.md
is missing,README.md
orREADME.markdown
is used as fallback sources.cerbos/cloud-api
v0.1.1
Compare Source
google/cel-go
v0.15.1
Compare Source
Fixes
Full Changelog: google/cel-go@v0.15.0...v0.15.1
v0.15.0
Compare Source
Features
This release introduces a new feature for CEL which allows you to package up local variable
bindings within your expression, using the following syntax:
An example would look as follows:
Fixes
Breaking changes
ConvertToNative
API documentation andstrings.join
implementation [#692]The
strings.join
implementation had previously been based onConvertToNative
, but thispresented some usability issues and the implementation was shifted to rely on
ref.Val
andtraits.Iterator
. The new implementation can be opted into by usingext.StringsVersion(2)
,or opted out of by using a version < 2.
Full Changelog: google/cel-go@v0.14.0...v0.15.0
goreleaser/goreleaser
v1.18.1
Compare Source
Changelog
Bug fixes
aaa9da3
: fix: disable upx for now (@caarlos0)Full Changelog: goreleaser/goreleaser@v1.18.0...v1.18.1
Find examples and commented usage of all options in our website.
Want to help? You can sponsor,get a Pro License or contribute.
Also, feel free to reach out on Discord and Twitter!
v1.18.0
Compare Source
Changelog
New Features
4330b52
: feat: IsGitDirty template variable (#3967) (@caarlos0)6b86499
: feat: add force_token to config (#3936) (@jolheiser)eb823de
: feat: allow multiple scoops (#3963) (@caarlos0)3707fe4
: feat: allow to goreleaser check multiple files (#3980) (@caarlos0)95b809d
: feat: allow to template nfpms.package_name (#3960) (@caarlos0)6fd5fd4
: feat: improve output (#3966) (@caarlos0)f3e1170
: feat: log generated artifact sizes (#3954) (@caarlos0)43ae761
: feat: native upx support (#3965) (@caarlos0)9aeea7b
: feat: new --version output (#3962) (@caarlos0)5bf42b7
: feat: publish taps, krews and scoops to regular git repositories (#3961) (@caarlos0)Bug fixes
fb64a52
: fix: http uploads not setting defaults according to docs (@caarlos0)30fc74d
: fix: log when no artifacts match for signing (@caarlos0)d62abe0
: fix: pass goversion.Info instead of string (@caarlos0)45b80df
: fix: pass tree state as ldflag (#3968) (@caarlos0)b36e913
: fix: reportsizes before metadate (@caarlos0)6eed3e0
: fix: typo in a brew error message (@caarlos0)Dependency updates
fd3244f
: feat(deps): bump github.com/Masterminds/semver/v3 from 3.2.0 to 3.2.1 (#3927) (@dependabot[bot])2e589fd
: feat(deps): bump github.com/caarlos0/log from 0.4.0 to 0.4.1 (#3977) (@dependabot[bot])2d5cb60
: feat(deps): bump github.com/charmbracelet/keygen from 0.3.0 to 0.4.1 (#3932) (@dependabot[bot])c4b1bbe
: feat(deps): bump github.com/charmbracelet/keygen from 0.4.1 to 0.4.2 (#3957) (@dependabot[bot])a16e671
: feat(deps): bump github.com/disgoorg/disgo from 0.16.1 to 0.16.2 (#3926) (@dependabot[bot])57e104d
: feat(deps): bump github.com/disgoorg/disgo from 0.16.2 to 0.16.3 (#3964) (@dependabot[bot])777b5a1
: feat(deps): bump github.com/ory/dockertest/v3 from 3.9.1 to 3.10.0 (#3947) (@dependabot[bot])38b82f1
: feat(deps): bump github.com/sigstore/rekor from 1.0.1 to 1.1.1 (#3979) (@dependabot[bot])44c6f73
: feat(deps): bump github.com/slack-go/slack from 0.12.1 to 0.12.2 (#3943) (@dependabot[bot])5d8fe3d
: feat(deps): bump github.com/xanzy/go-gitlab from 0.82.0 to 0.83.0 (#3955) (@dependabot[bot])0385674
: feat(deps): bump golang from 1.20.3-alpine to 1.20.4-alpine (#3976) (@dependabot[bot])Build process updates
161bc9e
: build: fix fig.yml (@caarlos0)b037471
: build: temp disable push to aur (@caarlos0)803ef65
: build: use ghaction-upx (@caarlos0)Other work
3324f01
: docs(artifactory): Add details on custom_artifact_name (#3953) (@mbamber)cc2805b
: docs: improve wording (@caarlos0)e8be671
: docs: multi platform docker images (@caarlos0)f3aa9c7
: docs: note about upx not in path (@caarlos0)59e7f1b
: docs: update (@caarlos0)de986a1
: docs: update (@caarlos0)cbca47d
: docs: update go mod proxy page (@caarlos0)a33a187
: refactor: improve method name (@caarlos0)7858e3e
: refactor: improvements (@caarlos0)28ca70f
: refactor: use context (@caarlos0)Full Changelog: goreleaser/goreleaser@v1.17.2...v1.18.0
Find examples and commented usage of all options in our website.
Want to help? You can sponsor,get a Pro License or contribute.
Also, feel free to reach out on Discord and Twitter!
prometheus/client_golang
v1.15.1
Compare Source
Changes
causing panics #1253
Full Changelog: prometheus/client_golang@v1.15.0...v1.15.1
twmb/franz-go
v1.13.3
Compare Source
===
This minor patch release adds a few internal improvements and fixes no bugs.
Release 1.13.2 patched commits from occuring between join and sync; this patch
extends that to blocking LeaveGroup or Close if an active join and sync is
occurring. This is necessary because revoke callbacks are called while leaving
a group, and usually, you commit in a revoke callback.
A few extra logs are added, some areas of code are better, and a
context.Canceled error that could occasionally be returned in fetches when an
internal consumer session changed is no longer returned.
This release went through three+ straight days of looped integration testing on
two laptops to track down extremely rare test failures; those have been tracked
down.
Lastly, if you use a regex consumer and delete topics, the client now
internally purges and stops fetching those topics. Previously, any topic
discovered while regex consuming was permanently consumed until you manually
called
PurgeTopicsFromClient
.bb66f24
kgo: purge missing-from-meta topics while regex consumingf72fdaf
kgo: always retry on NotLeader for sharded requests682d1f8
kgo: add info log when the client is throttled88fa883
kgo: avoid counting pinReq version failures against retriesde53fda
kgo: add a bit more context to sharded logs, avoid info log on Close7338bcf
kgo: avoiding context.Canceled fetch from List/Epoch, improve testing&logs055b349
consumer: do not use the partition epoch when assigning offsetsd833f61
group consuming: block LeaveGroup between join&syncopen-telemetry/opentelemetry-go-contrib
v1.16.1
: /v0.41.1/v0.10.1Compare Source
What's Changed
Added
WithPublicEndpoint
andWithPublicEndpointFn
options ingo.opentelemetry.io/contrib/instrumentation/github.com/gorilla/mux/otelmux
. (#3661)Changed
v1.15.1
/v0.38.1
releaseFixed
go.opentelemetry.io/contrib/samplers/aws/xray
. (#3619, #3620)New Contributors
Full Changelog: open-telemetry/opentelemetry-go-contrib@v1.16.0...v1.16.1
v1.16.0
: /v0.41.0/v0.10.0Compare Source
Added
rpc.system
attribute ingo.opentelemetry.io/contrib/instrumentation/github.com/aws/aws-sdk-go-v2/otelaws
. (#3582, #3617)Changed
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc
to align gRPC server span status with the changes in the OpenTelemetry specification. (#3685)db.statement
tag to spans ingo.opentelemetry.io/contrib/instrumentation/go.mongodb.org/mongo-driver/mongo/otelmongo
is now disabled by default. (#3519)Fixed
otelecho
middleware is then passed back to upstream middleware instead of being swallowed. (#3656)go.opentelemetry.io/contrib/samplers/aws/xray
. (#3684)otelhttp.Handler
ingo.opentelemetry.io/contrib/instrumentation/net/http/otelhttp
to propagate multipleWriteHeader
calls while persisting the initialstatusCode
. (#3580)open-telemetry/opentelemetry-go
v1.15.1
: /v0.38.1Compare Source
What's Changed
Fixed
sdk/resource/host_id_bsd.go
which caused build failures. (#4040, #4041)New Contributors
Full Changelog: open-telemetry/opentelemetry-go@v1.15.0...v1.15.1
v1.15.0
: /v0.38.0Compare Source
Added
go.opentelemetry.io/otel/metric/embedded
package. (#3916)Version
function togo.opentelemetry.io/otel/sdk
to return the SDK version. (#3949)WithNamespace
option togo.opentelemetry.io/otel/exporters/prometheus
to allow users to prefix metrics with a namespace. (#3970)go.opentelemetry.io/otel/metric/instrument
to be used in the configuration of measurement methods. (#3971)AddConfig
used to hold configuration for addition measurementsNewAddConfig
used to create a newAddConfig
AddOption
used to configure anAddConfig
RecordConfig
used to hold configuration for recorded measurementsNewRecordConfig
used to create a newRecordConfig
RecordOption
used to configure aRecordConfig
ObserveConfig
used to hold configuration for observed measurementsNewObserveConfig
used to create a newObserveConfig
ObserveOption
used to configure anObserveConfig
WithAttributeSet
andWithAttributes
are added togo.opentelemetry.io/otel/metric/instrument
. They return an option used during a measurement that defines the attribute Set associated with the measurement. (#3971)Version
function togo.opentelemetry.io/otel/exporters/otlp/otlpmetric
to return the OTLP metrics client version. (#3956)Version
function togo.opentelemetry.io/otel/exporters/otlp/otlptrace
to return the OTLP trace client version. (#3956)Changed
Extrema
ingo.opentelemetry.io/otel/sdk/metric/metricdata
is redefined with a generic argument of[N int64 | float64]
. (#3870)go.opentelemetry.io/otel/metric
to embed their corresponding interface fromgo.opentelemetry.io/otel/metric/embedded
. This adds an implementation requirement to set the interface default behavior for unimplemented methods. (#3916)go.opentelemetry.io/otel/metric
into its own packagego.opentelemetry.io/otel/metric/noop
. (#3941)metric.NewNoopMeterProvider
is replaced withnoop.NewMeterProvider
"go.opentelemetry.io/otel/trace".SpanContext
tobridgeSpanContext
by embeddingotel.SpanContext
inbridgeSpanContext
. (#3966)UploadMetrics
error ingo.opentelemetry.io/otel/exporters/otlp/otlpmetric/
to improve error message when encountering generic grpc errors. (#3974)go.opentelemetry.io/otel/metric/instrument
accept an option instead of the variadic"go.opentelemetry.io/otel/attribute".KeyValue
. (#3971)Int64Counter.Add
method now accepts...AddOption
Float64Counter.Add
method now accepts...AddOption
Int64UpDownCounter.Add
method now accepts...AddOption
Float64UpDownCounter.Add
method now accepts...AddOption
Int64Histogram.Record
method now accepts...RecordOption
Float64Histogram.Record
method now accepts...RecordOption
Int64Observer.Observe
method now accepts...ObserveOption
Float64Observer.Observe
method now accepts...ObserveOption
Observer
methods ingo.opentelemetry.io/otel/metric
accept an option instead of the variadic"go.opentelemetry.io/otel/attribute".KeyValue
. (#3971)Observer.ObserveInt64
method now accepts...ObserveOption
Observer.ObserveFloat64
method now accepts...ObserveOption
go.opentelemetry.io/otel/metric/global
fromgo.opentelemetry.io/otel
. (#3986)Fixed
TracerProvider
allows callingTracer()
while it's shutting down. It used to deadlock. (#3924)go.opentelemetry.io/otel/sdk/resource
. (#3949)SpanProcessor
returned byNewSimpleSpanProcessor
ingo.opentelemetry.io/otel/sdk/trace
. (#3951)aggregation.Default
. (#3967)Deprecated
go.opentelemetry.io/otel/metric/instrument
package is deprecated. Use the equivalent types added togo.opentelemetry.io/otel/metric
instead. (#4018)grpc/grpc-go
v1.55.0
: Release 1.55.0Compare Source
Behavior Changes
status.Code
andstatus.FromError
handle wrapped errors (#6031 and #6150)New Features
ignore_resource_deletion
server feature as per gRFC A53 (#6035)Bug Fixes
Performance Improvements
NumStreamWorkers
is used (#6004)v1.54.1
: Release 1.54.1Compare Source
Bug Fixes
Configuration
📅 Schedule: Branch creation - "before 3am on Monday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Mend Renovate. View repository job log here.