-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Update All opentelemetry-go-contrib packages #11978
base: main
Are you sure you want to change the base?
Conversation
ℹ Artifact update noticeFile name: config/configgrpc/go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
File name: extension/zpagesextension/go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
File name: otelcol/go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
File name: service/go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
18c05a3
to
8315f2e
Compare
This PR was marked stale due to lack of activity. It will be closed in 14 days. |
2d6d564
to
ef82d04
Compare
0636ee2
to
188f999
Compare
3741680
to
59f3fa6
Compare
535d34b
to
1f2e19b
Compare
still breaking changes
|
Updating this PR was easier, things should be at least close now. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #11978 +/- ##
=======================================
Coverage 91.72% 91.73%
=======================================
Files 463 463
Lines 24821 24833 +12
=======================================
+ Hits 22767 22780 +13
+ Misses 1672 1671 -1
Partials 382 382 ☔ View full report in Codecov by Sentry. |
@@ -13,7 +13,7 @@ import ( | |||
) | |||
|
|||
// The regular expression for valid config field tag. | |||
var configFieldTagRegExp = regexp.MustCompile("^[a-z0-9][a-z0-9_]*$") | |||
var configFieldTagRegExp = regexp.MustCompile("^([a-z0-9][a-z0-9_]*)?$") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I had to make this update to address tags like the one in the test below (mapstructure:",remain"
), which was added by the new version of the Go SDK config package. No existing tests fail, but let me know if this has the potential to cause issues.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I added a changelog for this change since it impacts behavior for API consumers. We can also make this change in a separate PR if desired.
This PR contains the following updates:
v0.10.0
->v0.14.0
v0.56.0
->v0.59.0
v0.56.0
->v0.59.0
v1.31.0
->v1.34.0
v0.56.0
->v0.59.0
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
open-telemetry/opentelemetry-go-contrib (go.opentelemetry.io/contrib/config)
v0.14.0
Compare Source
Added
otelhttp.{Get,Head,Post,PostForm}
convenience wrappers for theirhttp
counterparts. (#390)Resource
. (#410)Changed
Tracer
/Meter
created by instrumentation packagesotelsaram
,otelrestful
,otelmongo
,otelhttp
andotelhttptrace
. (#412)go.opentelemetry.io/otel
. (#414)rpc.grpc.status_code
. (#453)Fixed
/detectors/aws
no longer fails if instance metadata is not available (e.g. not running in AWS) (#401)Resource
identity. (#410)host
instrumentation unit test has been updated to not depend on the system it runs on. (#426)Raw changes made between v0.13.0 and v0.14.0
f284e28
(HEAD -> master, tag: v0.14.0, tag: propagators/v0.14.0, tag: instrumentation/runtime/v0.14.0, tag: instrumentation/runtime/example/v0.14.0, tag: instrumentation/net/http/otelhttp/v0.14.0, tag: instrumentation/net/http/otelhttp/example/v0.14.0, tag: instrumentation/net/http/httptrace/otelhttptrace/v0.14.0, tag: instrumentation/net/http/httptrace/otelhttptrace/example/v0.14.0, tag: instrumentation/host/v0.14.0, tag: instrumentation/host/example/v0.14.0, tag: instrumentation/gopkg.in/macaron.v1/otelmacaron/v0.14.0, tag: instrumentation/gopkg.in/macaron.v1/otelmacaron/example/v0.14.0, tag: instrumentation/google.golang.org/grpc/otelgrpc/v0.14.0, tag: instrumentation/google.golang.org/grpc/otelgrpc/example/v0.14.0, tag: instrumentation/go.mongodb.org/mongo-driver/mongo/otelmongo/v0.14.0, tag: instrumentation/github.com/labstack/echo/otelecho/v0.14.0, tag: instrumentation/github.com/labstack/echo/otelecho/example/v0.14.0, tag: instrumentation/github.com/gorilla/mux/otelmux/v0.14.0, tag: instrumentation/github.com/gorilla/mux/otelmux/example/v0.14.0, tag: instrumentation/github.com/gocql/gocql/otelgocql/v0.14.0, tag: instrumentation/github.com/gocql/gocql/otelgocql/example/v0.14.0, tag: instrumentation/github.com/gin-gonic/gin/otelgin/v0.14.0, tag: instrumentation/github.com/gin-gonic/gin/otelgin/example/v0.14.0, tag: instrumentation/github.com/emicklei/go-restful/otelrestful/v0.14.0, tag: instrumentation/github.com/emicklei/go-restful/otelrestful/example/v0.14.0, tag: instrumentation/github.com/bradfitz/gomemcache/memcache/otelmemcache/v0.14.0, tag: instrumentation/github.com/bradfitz/gomemcache/memcache/otelmemcache/example/v0.14.0, tag: instrumentation/github.com/astaxie/beego/otelbeego/v0.14.0, tag: instrumentation/github.com/astaxie/beego/otelbeego/example/v0.14.0, tag: instrumentation/github.com/Shopify/sarama/otelsarama/v0.14.0, tag: instrumentation/github.com/Shopify/sarama/otelsarama/example/v0.14.0, tag: exporters/metric/dogstatsd/v0.14.0, tag: exporters/metric/datadog/v0.14.0, tag: exporters/metric/cortex/v0.14.0, tag: exporters/metric/cortex/utils/v0.14.0, tag: exporters/metric/cortex/example/v0.14.0, tag: detectors/gcp/v0.14.0, tag: detectors/aws/v0.14.0, upstream/master, origin/master, origin/HEAD) Release v0.14.0 (#461)b83f931
Use tracer and meter test helpers from the OTEL repository instead of the internal ones (#414)1d3290d
otelgrpc: Set attribute with gRPC status code (#453)1010e02
Bump gopkg.in/macaron.v1 from 1.3.9 to 1.4.0 in /instrumentation/gopkg.in/macaron.v1/otelmacaron/example (#452)f41bf49
Bump github.com/emicklei/go-restful/v3 from 3.3.3 to 3.4.0 in /instrumentation/github.com/emicklei/go-restful/otelrestful/example (#451)4ae0732
Bump github.com/google/go-cmp from 0.5.2 to 0.5.3 in /instrumentation/net/http/httptrace/otelhttptrace (#450)1fed756
Bump github.com/google/go-cmp from 0.5.2 to 0.5.3 in /exporters/metric/cortex (#449)7eac438
Bump cloud.google.com/go from 0.71.0 to 0.72.0 in /detectors/gcp (#448)905ae72
Bump github.com/aws/aws-sdk-go from 1.35.23 to 1.35.28 in /detectors/aws (#447)a459621
Bump github.com/golangci/golangci-lint from 1.32.1 to 1.32.2 in /tools (#440)19d1285
Bump github.com/aws/aws-sdk-go from 1.35.19 to 1.35.23 in /detectors/aws (#441)3757c76
Bump cloud.google.com/go from 0.70.0 to 0.71.0 in /detectors/gcp (#442)cb3b58f
Bump google.golang.org/grpc from 1.33.1 to 1.33.2 in /instrumentation/google.golang.org/grpc/otelgrpc/example (#443)f43ce8d
Bump github.com/astaxie/beego from 1.12.2 to 1.12.3 in /instrumentation/github.com/astaxie/beego/otelbeego/example (#444)520ddc7
Bump google.golang.org/grpc from 1.33.1 to 1.33.2 in /instrumentation/google.golang.org/grpc/otelgrpc (#445)5ad98bf
Tiny README.md fix (#438)e7ba129
Bump github.com/aws/aws-sdk-go from 1.35.14 to 1.35.19 in /detectors/aws (#431)0ceee05
Bump github.com/golangci/golangci-lint from 1.32.0 to 1.32.1 in /tools (#430)13ae395
[aws detector] Additional Attributes (#410)a3f208a
Replace flaky host instrumentation test (#426)1d9c921
Bump google.golang.org/grpc from 1.32.0 to 1.33.1 in /instrumentation/google.golang.org/grpc/otelgrpc (#421)a0dc004
Add sem version to remaining instrumentation packages (#412)4a5c934
Bump cloud.google.com/go from 0.69.1 to 0.70.0 in /detectors/gcp (#420)1196609
Bump github.com/emicklei/go-restful/v3 from 3.3.1 to 3.3.3 in /instrumentation/github.com/emicklei/go-restful/otelrestful/example (#422)c2124f7
Bump github.com/Shopify/sarama from 1.27.1 to 1.27.2 in /instrumentation/github.com/Shopify/sarama/otelsarama/example (#423)9219157
Bump google.golang.org/grpc from 1.32.0 to 1.33.1 in /instrumentation/google.golang.org/grpc/otelgrpc/example (#424)ca00abd
Bump github.com/aws/aws-sdk-go from 1.35.9 to 1.35.14 in /detectors/aws (#419)a7a9242
Bump github.com/golangci/golangci-lint from 1.31.0 to 1.32.0 in /tools (#418)6fcf996
Bump cloud.google.com/go from 0.68.0 to 0.69.1 in /detectors/gcp (#405)46df222
Bump github.com/golang/protobuf from 1.4.2 to 1.4.3 in /instrumentation/google.golang.org/grpc/otelgrpc (#406)d00f9ea
Bump github.com/golang/protobuf from 1.4.2 to 1.4.3 in /instrumentation/google.golang.org/grpc/otelgrpc/example (#407)15977d3
Bump github.com/aws/aws-sdk-go from 1.35.7 to 1.35.9 in /detectors/aws (#404)4f3d787
Add convenience wrappers for http.Get/Post, etc. (#390)15f50e0
[aws detector] Remove error when instance metadata is unavailable (#401)fc663ca
Update README with Org GA project board (#400)0a44db8
Bump github.com/aws/aws-sdk-go from 1.35.2 to 1.35.7 in /detectors/aws (#393)b1db1e9
Bump cloud.google.com/go from 0.67.0 to 0.68.0 in /detectors/gcp (#394)072e6e8
Bump github.com/Shopify/sarama from 1.27.0 to 1.27.1 in /instrumentation/github.com/Shopify/sarama/otelsarama/example (#395)5575e5b
Bump github.com/spf13/afero from 1.4.0 to 1.4.1 in /exporters/metric/cortex/utils (#396)v0.13.0
Compare Source
[0.13.0] - 2020-10-09
Added
Changed
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc
package instrumentation no longer accepts aTracer
as an argument to the interceptor function.Instead, a new
WithTracerProvider
option is added to configure theTracerProvider
used when creating theTracer
for the instrumentation. (#373)go.opentelemetry.io/contrib/instrumentation/gopkg.in/macaron.v1/otelmacaron
instrumentation now accepts aTracerProvider
rather than aTracer
. (#374)go.opentelemetry.io/otel/sdk
dependency from instrumentation. (#381)httpsnoop
ingo.opentelemetry.io/contrib/instrumentation/github.com/gorilla/mux/otelmux
to ensurehttp.ResponseWriter
additional interfaces are preserved. (#388)Fixed
go.opentelemetry.io/contrib/instrumentation/github.com/labstack/echo/otelecho.Middleware
no longer sends duplicate errors to the globalErrorHandler
. (#377, #364)go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp
is now correctly quoted. (#379)debug
. (#369)Raw changes made between v0.12.0 and v0.13.0
af2dfc7
Pre release v0.13.0 (#391)a84ddfe
use httpsnoop to ensure http.ResponseWriter additional interfaces are preserved (#388)bbc03fa
[propagator] Add Jaeger propagator (#375)082e67f
Bump github.com/shirou/gopsutil from 2.20.8+incompatible to 2.20.9+incompatible in /instrumentation/host (#384)97f3114
Update gopkg.in/macaron.v1/otelmacaron instrumentation to use TracerProvider (#374)a59885b
Update google.golang.org/grpc/otelgrpc instrumentation to not accept Tracer (#373)8244cc7
fix(echo): return nil from middleware to handle error only once (#377)e3d25a6
Bump cloud.google.com/go from 0.66.0 to 0.67.0 in /detectors/gcp (#383)7d9570b
Bump github.com/aws/aws-sdk-go from 1.34.32 to 1.35.2 in /detectors/aws (#382)89ae255
Removego.opentelemetry.io/otel/sdk
dependency from instrumentation (#381)caffe1d
Fix import comment bug (#379)5ef58e7
Add instrumentation signal table to instrumentation README (#372)71b6d7f
[propagator] Set sample bitmask when sampling decision is debug for B3 Propagator. (#369)9dc5e0c
Bump github.com/aws/aws-sdk-go from 1.34.30 to 1.34.32 in /detectors/aws (#370)v0.12.0
Compare Source
Added
Changed
go.mongodb.org/mongo-driver
,gin-gonic/gin
,gorilla/mux
,labstack/echo
,emicklei/go-restful
,bradfitz/gomemcache
,Shopify/sarama
,net/http
andbeego
. (#303)updated recommendation to use
newConfig()
instead ofconfigure()
. (#336)google.golang.org/grpc
->google.golang.org/grpc/otelgrpc
go.mongodb.org/mongo-driver
->go.mongodb.org/mongo-driver/mongo/otelmongo
net/http
->net/http/otelhttp
net/http/httptrace
->net/http/httptrace/otelhttptrace
github.com/labstack/echo
->github.com/labstack/echo/otelecho
github.com/bradfitz/gomemcache
->github.com/bradfitz/gomemcache/memcache/otelmemcache
github.com/gin-gonic/gin
->github.com/gin-gonic/gin/otelgin
github.com/gocql/gocql
->github.com/gocql/gocql/otelgocql
github.com/emicklei/go-restful
->github.com/emicklei/go-restful/otelrestful
github.com/Shopify/sarama
->github.com/Shopify/sarama/otelsarama
github.com/gorilla/mux
->github.com/gorilla/mux/otelmux
github.com/astaxie/beego
->github.com/astaxie/beego/otelbeego
gopkg.in/macaron.v1
->gopkg.in/macaron.v1/otelmacaron
OTelBeegoHandler
toHandler
in thego.opentelemetry.io/contrib/instrumentation/github.com/astaxie/beego/otelbeego
package. (#359)Raw changes made between v0.11.0 and v0.12.0
e84d6d6
Update to API v0.12.0 (#363)b313ddb
Bump github.com/golang/snappy from 0.0.1 to 0.0.2 in /exporters/metric/cortex (#362)e985d42
Bump github.com/aws/aws-sdk-go from 1.34.27 to 1.34.30 in /detectors/aws (#361)65f8350
Update instrumentation naming (#359)96b0b00
updated macaron go module declaration (#356)6d5d814
Bump cloud.google.com/go from 0.65.0 to 0.66.0 in /detectors/gcp (#354)955ea9d
Bump github.com/aws/aws-sdk-go from 1.34.23 to 1.34.27 in /detectors/aws (#353)9d8562d
Build both go-1.14 and go-1.15 in circleci with new custom executors (#351)d8c4868
Bump github.com/spf13/afero from 1.3.5 to 1.4.0 in /exporters/metric/cortex/utils (#348)45e350b
Bump github.com/aws/aws-sdk-go from 1.34.22 to 1.34.23 in /detectors/aws (#347)d334aff
Bump github.com/google/go-cmp from 0.5.1 to 0.5.2 in /propagators (#346)c5771c8
Move B3 propagator from main repo to contrib repo (#344)22ec414
Bump google.golang.org/grpc from 1.31.1 to 1.32.0 in /instrumentation/google.golang.org/grpc (#340)d4a624b
Add Skip Changelog label to dependabot-sourced PRs. (#345)9434278
mongo: use db.operation instead of resource.name (#337)39944bf
Bump github.com/aws/aws-sdk-go from 1.34.18 to 1.34.22 in /detectors/aws (#341)7bc5d1e
Bump github.com/golangci/golangci-lint from 1.30.0 to 1.31.0 in /tools (#343)243c544
Add design doc and future enhancements sections to README (#339)9e80ea6
Update configure() to newConfig() per new style guide (#336)071a049
[Prometheus Remote Write Exporter for Cortex] Documentation Updates (#333)5997cc3
mongo: use db.system instead of db.type (#335)3ea5332
Restore tests for auth_test.go on 386 (#334)c55a925
Allow custom labels to be added to net/http metrics (#306)5a0832b
chore: add version to gorilla/mux instrumentation (#325)e066389
chore: add sem version to gin-gonic instrumentation (#324)abfd550
Distinguish between gin.Context and context.Context in example (#322)b7beb0f
[Prometheus Remote Write Exporter for Cortex] Add Enhancements and Fixes (#326)9a032d8
Bump github.com/spf13/afero from 1.3.4 to 1.3.5 in /exporters/metric/cortex/utils (#332)de985d7
Bump github.com/shirou/gopsutil from 2.20.7+incompatible to 2.20.8+incompatible in /instrumentation/host (#331)3bdafc8
Bump github.com/aws/aws-sdk-go from 1.34.13 to 1.34.18 in /detectors/aws (#330)5a11c85
Bump github.com/emicklei/go-restful/v3 from 3.3.0 to 3.3.1 in /instrumentation/github.com/emicklei/go-restful (#329)b2001ac
Bump go.mongodb.org/mongo-driver from 1.4.0 to 1.4.1 in /instrumentation/go.mongodb.org/mongo-driver (#328)1fd4aeb
chore: add version to echo instrumentation (#327)824feff
Add @XSAM as an approver (#321)6f61c54
[Prometheus Remote Write Exporter for Cortex] Fix Panic Issue in MutualTLS Test (#315)e497214
Add missing directory parameter to find command in dependabot-check (#323)faaf7c0
Unify instrumentation *Provider options (#303)dc7145c
Bump github.com/labstack/echo/v4 from 4.1.16 to 4.1.17 in /instrumentation/github.com/labstack/echo (#317)3aaff89
Bump github.com/aws/aws-sdk-go from 1.34.11 to 1.34.13 in /detectors/aws (#318)f598244
Bump cloud.google.com/go from 0.64.0 to 0.65.0 in /detectors/gcp (#309)e6529ec
Ignore auth_test for 386 builds (#312)c8b10ad
Bump github.com/google/go-cmp from 0.5.1 to 0.5.2 in /exporters/metric/cortex (#308)1fe464d
Bump github.com/aws/aws-sdk-go from 1.34.10 to 1.34.11 in /detectors/aws (#307)a222aee
Update dependabot config (#304)1f7546c
[Prometheus Remote Write Exporter for Cortex] Add TLS Support and Default HTTP Client (#255)0afc4ae
Add integration testing for gRPC instrumentation (#297)d6b87c8
Add benchmark tests for gRPC instrumentation (#296)a586915
Bump google.golang.org/grpc from 1.31.0 to 1.31.1 in /instrumentation/google.golang.org/grpc (#302)6128d59
Bump github.com/google/go-cmp from 0.5.1 to 0.5.2 in /instrumentation/net/http/httptrace (#301)ee5433f
fix: Update gocql instrumentation to meet latest contrib requirements (#298)e7d4f5f
Bump github.com/aws/aws-sdk-go from 1.34.9 to 1.34.10 in /detectors/aws (#286)v0.11.0
Compare Source
Added
Version()
andSemVersion()
functions defining the current version of the contrib package. (#225)github.com/astaxie/beego
package. (#200)github.com/bradfitz/gomemcache
package. (#204)Changed
WithTracer
withWithTracerProvider
in Sarama instrumentation. (#221)SemVersion()
when creating versioned tracer inbradfitz/gomemcache
. (#226)IntegrationShouldRun
ingomemcache_test
. (#254)runtime
instrumentation. (#224)Fixed
bradfitz/gomemcache
package. (#226)runtime
instrumentation name. (#241)Raw changes made between v0.10.1 and v0.11.0
7e7d779
(HEAD -> master, tag: v0.11.0, tag: instrumentation/runtime/v0.11.0, tag: instrumentation/net/http/v0.11.0, tag: instrumentation/net/http/httptrace/v0.11.0, tag: instrumentation/net/http/httptrace/example/v0.11.0, tag: instrumentation/net/http/example/v0.11.0, tag: instrumentation/host/v0.11.0, tag: instrumentation/gopkg.in/macaron.v1/v0.11.0, tag: instrumentation/google.golang.org/grpc/v0.11.0, tag: instrumentation/google.golang.org/grpc/example/v0.11.0, tag: instrumentation/go.mongodb.org/mongo-driver/v0.11.0, tag: instrumentation/github.com/labstack/echo/v0.11.0, tag: instrumentation/github.com/gorilla/mux/v0.11.0, tag: instrumentation/github.com/gocql/gocql/v0.11.0, tag: instrumentation/github.com/gocql/gocql/example/v0.11.0, tag: instrumentation/github.com/gin-gonic/gin/v0.11.0, tag: instrumentation/github.com/emicklei/go-restful/v0.11.0, tag: instrumentation/github.com/bradfitz/gomemcache/v0.11.0, tag: instrumentation/github.com/astaxie/beego/v0.11.0, tag: instrumentation/github.com/astaxie/beego/example/v0.11.0, tag: instrumentation/github.com/Shopify/sarama/v0.11.0, tag: instrumentation/github.com/Shopify/sarama/example/v0.11.0, tag: exporters/metric/dogstatsd/v0.11.0, tag: exporters/metric/datadog/v0.11.0, tag: exporters/metric/cortex/v0.11.0, tag: exporters/metric/cortex/utils/v0.11.0, tag: exporters/metric/cortex/example/v0.11.0, tag: detectors/gcp/v0.11.0, tag: detectors/aws/v0.11.0, origin/master, origin/HEAD) Release v0.11.0 (#282)bf0a555
Use IntegrationShouldRun in gomemcache_test (#254)0171bec
Bump github.com/gorilla/mux from 1.7.4 to 1.8.0 in /instrumentation/github.com/gorilla/mux (#256)4b0e528
Bump github.com/aws/aws-sdk-go from 1.34.8 to 1.34.9 in /detectors/aws (#253)4215822
Host metrics instrumentation (#231)f2ec169
[cortex] Authentication Implementation and Timestamp Fix (#246)a21b1d8
Bump github.com/emicklei/go-restful/v3 from 3.2.0 to 3.3.0 in /instrumentation/github.com/emicklei/go-restful (#250)b5ee702
Bump github.com/aws/aws-sdk-go from 1.34.7 to 1.34.8 in /detectors/aws (#251)936bcb7
Use a non-standard port for the DD example (#242)2b93770
feat: add example for beego instrumentation (#243)4e75b37
Bump cloud.google.com/go from 0.63.0 to 0.64.0 in /detectors/gcp (#248)86d14f4
Bump github.com/aws/aws-sdk-go from 1.34.6 to 1.34.7 in /detectors/aws (#247)453f28e
Cortex: Add support for histogram and distribution (#237)b3e521c
Cortex example project (#238)9cc7199
Update runtime.go instrumentation Meter name (#241)a60647b
Create runtime.Config struct with metric.Provider and WithMinimumReadMemStatsInterval() configuration options (#224)733f3b7
Update build to use Go 1.15 (#236)aaac45e
Bump github.com/aws/aws-sdk-go from 1.34.5 to 1.34.6 in /detectors/aws (#235)d58e0e8
feat: Add integration for github.com/astaxie/beego (#200)0d5bd34
Remove service name as a parameter of Sarama instrumentation (#221)1df6921
Bump github.com/aws/aws-sdk-go from 1.34.4 to 1.34.5 in /detectors/aws (#230)a333e58
Add license-check to Makefile (#228)0cce6d2
Use top-level common SemVersion() in creation of versioned tracer for bradfitz/gomemcache (#226)df25cc0
Introduce a top-levelVersion()
andSemVersion()
function (#225)9a03b4b
Instrumentation for github.com/bradfitz/gomemcache (#204)a851743
Bump github.com/aws/aws-sdk-go from 1.34.2 to 1.34.4 in /detectors/aws (#220)c3022e7
Update project maintainers (#219)Configuration
📅 Schedule: Branch creation - "on tuesday" (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 was generated by Mend Renovate. View the repository job log.