-
Notifications
You must be signed in to change notification settings - Fork 0
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 config-no-service #4
Open
renovate
wants to merge
2
commits into
main
Choose a base branch
from
renovate/config-no-service
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
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
renovate
bot
force-pushed
the
renovate/config-no-service
branch
2 times, most recently
from
December 20, 2023 05:54
012314a
to
e148cbf
Compare
renovate
bot
force-pushed
the
renovate/config-no-service
branch
3 times, most recently
from
January 11, 2024 02:32
c8e4706
to
ad1befb
Compare
renovate
bot
force-pushed
the
renovate/config-no-service
branch
3 times, most recently
from
January 17, 2024 20:57
018e948
to
0424668
Compare
renovate
bot
force-pushed
the
renovate/config-no-service
branch
3 times, most recently
from
January 25, 2024 05:34
ffb42c5
to
0799496
Compare
renovate
bot
force-pushed
the
renovate/config-no-service
branch
from
January 30, 2024 05:55
0799496
to
c6b1974
Compare
renovate
bot
force-pushed
the
renovate/config-no-service
branch
6 times, most recently
from
February 14, 2024 03:02
8c1170c
to
c0edb98
Compare
renovate
bot
force-pushed
the
renovate/config-no-service
branch
4 times, most recently
from
February 21, 2024 02:05
093c3c0
to
3c60c95
Compare
renovate
bot
force-pushed
the
renovate/config-no-service
branch
4 times, most recently
from
February 28, 2024 05:19
cc3bdb6
to
dbbf88f
Compare
renovate
bot
force-pushed
the
renovate/config-no-service
branch
2 times, most recently
from
March 9, 2024 02:49
6d5e91f
to
eaaa498
Compare
renovate
bot
force-pushed
the
renovate/config-no-service
branch
from
September 12, 2024 17:55
adc0f42
to
f46d841
Compare
renovate
bot
force-pushed
the
renovate/config-no-service
branch
5 times, most recently
from
September 27, 2024 11:40
d8b0c62
to
8271991
Compare
renovate
bot
force-pushed
the
renovate/config-no-service
branch
7 times, most recently
from
October 8, 2024 01:16
714ae41
to
749b1de
Compare
renovate
bot
force-pushed
the
renovate/config-no-service
branch
3 times, most recently
from
October 13, 2024 14:35
97c02fb
to
60f07eb
Compare
renovate
bot
force-pushed
the
renovate/config-no-service
branch
2 times, most recently
from
October 24, 2024 20:40
bfbff7f
to
b8d5a2c
Compare
renovate
bot
force-pushed
the
renovate/config-no-service
branch
3 times, most recently
from
November 9, 2024 02:07
6b2daa2
to
d62d063
Compare
renovate
bot
force-pushed
the
renovate/config-no-service
branch
from
November 24, 2024 12:07
d62d063
to
5997eec
Compare
renovate
bot
force-pushed
the
renovate/config-no-service
branch
3 times, most recently
from
December 8, 2024 14:34
460892f
to
f14027d
Compare
renovate
bot
force-pushed
the
renovate/config-no-service
branch
from
December 21, 2024 12:02
f14027d
to
006e405
Compare
renovate
bot
force-pushed
the
renovate/config-no-service
branch
from
January 9, 2025 23:35
006e405
to
38178bb
Compare
renovate
bot
force-pushed
the
renovate/config-no-service
branch
from
January 16, 2025 00:02
38178bb
to
a9a239c
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This PR contains the following updates:
1.9.9
->1.12.2
v5.0.0
->v5.4.0
16.3.1
->16.4.5
v0.1.1
->v0.4.0
10.2.0
->10.4.13
1.51
->1.60
v0.14.6
->v0.16.2
3.11.2
->3.13.6
0.37.0
->0.43.0
0.88.0
->0.114.0
16.0
->16.6
v2.47.2
->v2.55.1
7.2-alpine
->7.4-alpine
Release Notes
grpc/grpc-node (@grpc/grpc-js)
v1.12.2
: @grpc/grpc-js 1.12.2Compare Source
util.promisify
instead offs/promises
for Node 12 compatibility (#2838)v1.12.1
: @grpc/grpc-js 1.12.1Compare Source
v1.12.0
: @grpc/grpc-js 1.12.0Compare Source
Changelog
rejectUnauthorized
field to theVerifyOptions
interface, which can be passed as an argument tocredentials.createSsl
andcreateFromSecureContext
(#2812 contributed by @vinothsa4891)Experimental API changes
Added:
CaCertificateUpdate
CaCertificateUpdateListener
IdentityCertificateUpdate
IdentityCertificateUpdateListener
CertificateProvider
FileWatcherCertificateProvider
FileWatcherCertificateProviderConfig
createCertificateProviderChannelCredentials
createCertificateProviderServerCredentials
Modified:
LoadBalancer
: The constructor now takes an additional argument of typeChannelCredentials
.ChannelControlHelper#createSubchannel
: Now takes an additional argument of typeChannelCredentials | null
. This should be passed along if overriding this function.LeafLoadBalancer
: The constructor now takes an additional argument of typeChannelCredentials
.v1.11.3
: @grpc/grpc-js 1.11.3Compare Source
v1.11.2
: @grpc/grpc-js 1.11.2Compare Source
v1.11.1
: @grpc/grpc-js 1.11.1Compare Source
v1.11.0
: @grpc/grpc-js 1.11.0Compare Source
Changelog
getHost
method to server call objects (#2783, #2793)Experimental API changes
Added:
splitHostPort
HostPort
createServerCredentialsWithInterceptors
v1.10.11
: @grpc/grpc-js 1.10.11Compare Source
v1.10.10
: @grpc/grpc-js 1.10.10Compare Source
grpc.max_send_message_length
channel option (#2779)v1.10.9
: @grpc/grpc-js 1.10.9Compare Source
grpc.max_receive_message_size
per received message.v1.10.8
: @grpc/grpc-js 1.10.8Compare Source
unix:
targets to not reconnect after the channel goes idle (#2750)v1.10.7
: @grpc/grpc-js 1.10.7Compare Source
@grpc/proto-loader
to the latest version (#2732)v1.10.6
Compare Source
v1.10.5
: @grpc/grpc-js 1.10.5Compare Source
Error.stackTraceLimit
isundefined
(#2701 contributed by @davidfiala)checkServerIdentity
whengrpc.ssl_target_name_override
is set (#2704)v1.10.4
: @grpc/grpc-js 1.10.4Compare Source
ResponderBuilder
andListenerBuilder
objects (#2696)v1.10.3
: @grpc/grpc-js 1.10.3Compare Source
v1.10.2
: @grpc/grpc-js 1.10.2Compare Source
v1.10.1
: @grpc/grpc-js 1.10.1Compare Source
round_robin
LB policy to fail to reconnect after a connection drops (#2667)v1.10.0
: @grpc/grpc-js 1.10.0Compare Source
Changelog
Server#start
(#2597) (details in gRFC L107)Server#unbind
(#2612) (details in gRFC L109)Server#drain
(#2616) (details in gRFC L111)VerifyOptions
(#2637 contributed by @chakhsu)Experimental API Changes
Endpoint
endpointToString
endpointHasAddress
LeafLoadBalancer
HealthListener
SubchannelInterface#isHealthy
SubchannelInterface#addHealthStateWatcher
SubchannelInterface#removeHealthStateWatcher
SubchannelWrapper#setHealthy
selectLbConfigFromList
parseLoadBalancingConfig
OutlierDetectionRawConfig
EndpointMap
experimental
namespace:ServiceConfig
MethodConfig
LoadBalancingConfig
(now a simple raw object type)RetryPolicy
getFirstUsableConfig
validateLoadBalancingConfig
OutlierDetectionLoadBalancingConfig
LoadBalancer#updateAddressList
: The first argument now has typeEndpoint[]
instead ofSubchannelAddress[]
ResolverListener#onSuccessfulResolution
: The first argument now has typeEndpoint[]
instead ofSubchannelAddress[]
registerLoadBalancerType
: The second argument, aLoadBalancerConstructor
now takes a second argumentoptions: ChannelOptions
ConfigSelector
: Now accepts an additional argumentchannelId: number
QueuePicker
: The constructor now accepts an additional optional argumentchildPicker: Picker
, which theQueuePicker
instance will delegate to if provided.v1.9.15
: @grpc/grpc-js 1.9.15Compare Source
grpc.max_receive_message_size
per received message.v1.9.14
: @grpc/grpc-js 1.9.14Compare Source
waitForReady
(#2643)v1.9.13
: @grpc/grpc-js 1.9.13Compare Source
v1.9.12
: @grpc/grpc-js 1.9.12Compare Source
v1.9.11
: @grpc/grpc-js 1.9.11Compare Source
v1.9.10
: @grpc/grpc-js 1.9.10Compare Source
docker/build-push-action (docker/build-push-action)
v5.4.0
Compare Source
v5.3.0
Compare Source
Full Changelog: docker/build-push-action@v5.2.0...v5.3.0
v5.2.0
Compare Source
outputs
input by @crazy-max in https://github.com/docker/build-push-action/pull/1074Full Changelog: docker/build-push-action@v5.1.0...v5.2.0
v5.1.0
Compare Source
annotations
input by @crazy-max in https://github.com/docker/build-push-action/pull/992secret-envs
input by @elias-lundgren in https://github.com/docker/build-push-action/pull/980Full Changelog: docker/build-push-action@v5.0.0...v5.1.0
motdotla/dotenv (dotenv)
v16.4.5
Compare Source
Changed
path
option. return to historical behavior: do not attempt to auto find.env
ifpath
set. (regression was introduced in16.4.3
) #814v16.4.4
Compare Source
Changed
?.
with old school&&
(fixing node 12 failures) #812v16.4.3
Compare Source
Changed
options.path
#805v16.4.2
Compare Source
Changed
dotenvx.com
v16.4.1
Compare Source
path
option #797v16.4.0
Compare Source
error.code
to error messages around.env.vault
decryption handling #795.env.vault
file when filename(s) passed as an array #784v16.3.2
Compare Source
Added
Changed
populate
#792equinix-labs/metal-action-runner (equinix-labs/metal-action-runner)
v0.4.0
Compare Source
What's Changed
New Contributors
Full Changelog: equinix-labs/metal-runner-action@v0.3.0...v0.4.0
v0.3.0
Compare Source
What's Changed
New Contributors
Full Changelog: equinix-labs/metal-runner-action@v0.2.0...v0.3.0
v0.2.0
Compare Source
What's Changed
New Contributors
Full Changelog: equinix-labs/metal-runner-action@v0.1.1...v0.2.0
kubeshop/tracetest (kubeshop/tracetest)
v0.16.2
Compare Source
This release is updating some documents, updating some dependencies to the latest version and preparing the codebase for the v1 release.
Major Changes
Changelog
1ff34cd
feature: Transaction to Test Suite (#3046)5342f36
2767 automate tab include deeplink technique update (#2801)cf4c251
Add CLI e2e test for transaction resource (#2757)de26d24
Add TestSpec events (#2280)bf4fb20
Add documentation about mapped CLI e2e to do (#2560)9877f14
Add in server section in server config file (#2339)1485f41
Add migration to fix data_store ids (#2452)a50215f
Add more events on test specs (#2284)592188a
Add observability to the rescue example (#2736)4f6165b
Add/run groups to cli (#3753)40560b1
Added mutex to avoid concurrency errors on SubscriptionManager (#2316)3d31983
Added test change to stop flaky test (#2277)61fdf00
Adding PollingEvents (#2291)dd6c3e1
Adding context flag on server install (#2477)fa45a49
Adding customJSON comparer to RM tests (#2393)3980f16
Adding database connection cleanup procedure on Resource Manager tests (#2418)302cf12
Adding missing file in the Signoz docs (#2940)dd8be94
Adding provisioning and server db config docs (#2322)8c056d8
Adding safe method to get SpanID on assertion (#2313)4b938bc
Changed settings docs (#2223)7882f45
Changed to utilize the embedded Tracetest (#3057)5121c7c
Changes to Typescript Quickstart (#3582)86a8ca7
Changing checklist to improve formatting and removing automated steps (#2234)5350e7a
Chore performance improvements (#3616)c156889
Clarify instructions for running the CLI from docker (#2787)c1b0e95
Couple changes on the Cypress docs (#3545)cb5e526
Creating CLI e2e tests (#2494)5ed8eee
Cypress Docs (#3487)1173f1f
Disable arch image upload on deploy (#2457)0715fda
Doc Updates v0.11 Part 3 (#2443)3a7c57e
Docs: New Version Updates (#3023)c4464c2
Documenting running cli in docker (#2724)51c3f16
Example of running setup methods to support blog post (#3630)c105866
Feat support k6 artillery triggers (#3745)05bd2df
Feat(agent): Ping Method (#3154)900f483
Fix agent docker (#3288)d3f2635
Fix agent permissions start (#3580)5282b36
Fix installer tracetest dev docker warning and add options to run installer directly without user input. (#2462)897e8a8
Fix nil reference error when starting Tempo (#2444)07e2a21
Fix/chocolatey (#2229)689af6d
Fixing Provision Profile retry string (#2224)aaecf00
Fixing corner case of listing datastores when on no-tracing mode (#2585)7912cf2
Fixing typo on Lightstep examples (#2449)10fd98c
Improve test output and remove parallelism (#2575)c35a5c7
Installer custom version (#2966)b19c3dc
Minor typos in Docs › CLI (#2788)7b7c0cd
Moving external tests to testing folder (#2513)7f92f83
Part 1 of v0.11.3 Doc Updates (#2379)4577b61
Pin jaeger version (#3145)7b6cf28
Replace abbreviations in collector config (#2675)ec41795
Revert "add buffer to subscription manager"94bd520
Revert "chore(deps): bump axios, @docusaurus/core, @docusaurus/plugin… (#3408)490d47c
Revert "feat: change openapi spec for transactions to consider resource manager" (#2497)98d258c
Revert "replace connection test result with structure from model package"781fbed
Revert "upload coverage report to codecov (#3400)" (#3406)892e3da
Standardize old resources to to use list method with SQL Injection protection and stardardize PollingProfile file (#2839)1f04884
Trace poller (#3164)f0a7635
Update CLI e2e test engine to support CLI debug and add error handling for 404 errors on Get (#2573)2e629ff
Update CLI e2e tests for more resources (#2683)ec09619
Update OpenAPI spec for resource manager APIs (#2369)a12b1fe
Update Pokeshop use-cases docs typos (#2328)d395724
Update build steps on CI (#2576)3fd41a6
Update docs/concepts/transactions: «Tests A, B» instead of «Tx A, B» (#2537)ef9d167
Update git clone (#3227)1d33485
Update running-tracetest-with-datadog.mdx (#3638)1800636
Update server.md to add http server options for server (#2338)3821f71
Updating Environment to Variable Set (#3016)196a086
Updating Kubernetes installation docs (#2562)33151f8
Updating example with OTel community feedback (#2580)2cc181b
Updating mappings for DataStores (#2454)a20ee16
Updating polling time for our envs (#2315)edd9a5e
Updating tests to isolate database resources and connections per module (#2409)9f7f26f
[CLI] configure cmd ask for target server (#3585)8059e64
[Quick start Example] Adding RoR quick start example to Tracetest (#2329)8c89362
[Quick start Example] Adding example with Sinatra (#2319)e8bce0a
[docs] Added Running a Python app with Opentelemetry manual instrumention (#2380)efb642f
[hackathon] kubectl trace based testing (#2549)ed43bcf
add buffer to subscription manager7c0f292
add cli cmd folder to trigger docusaurus workflow (#2253)100915b
add endpoint spec to get events from a test run (#2255)7ab73c3
add logging (#3368)235c3f1
add microsoft application insights as a supported trace datastore examples (#2692)530bb42
add section about creating transactions and enable envs docs (#2577)f78c51b
agent: add log to print error that is making the agent reconnect (#3451)7c2e285
bug(backend): fixing url parsing for http requests (#2430)95b3ef3
chore(UI): Updating Otel Demo Proto (#3332)3217f21
chore(agent): Moving DS and Trigger to agent (#3742)3d055da
chore(agent): make docker image multiarch (#3279)b45a600
chore(agent): remove dead duplicated code (#3498)217261a
chore(backend): Removing Analyzer Rules as default (#3550)a3d8735
chore(ci): simplify release CI steps (#3708)847dbde
chore(cicd): allow running cypress without paralellization if licence key is not present (#2813)de66573
chore(cicd): exclude docs from pull request workflow (#3250)bb03e25
chore(cicd): make pr pipeline clenaup only on success (#2390)4e65728
chore(cicd): remove CI pipeline external infra dependencies (#2403)126f909
chore(cicd): remove integration deployment4725c59
chore(cicd): replace cache with arctifacts so pipeline fails on error (#2421)99f48ae
chore(cli): Adding otlp server error handling (#3252)3dbaff5
chore(cli): Start command cleanup (#3183)feee677
chore(cli): UX Improvements (#3251)3d54ed1
chore(cli): Updating start command (#3174)966f266
chore(cli): add deprecation notice when running a transaction (#3069)57ef16e
chore(cli): post refactor cleanup (#2843)8ce6203
](https://redConfiguration
📅 Schedule: Branch creation - "every weekend" (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.