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

chore(deps): update config-no-service #1222

Merged
merged 2 commits into from
Nov 6, 2023
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 4, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@grpc/grpc-js (source) 1.6.7 -> 1.9.9 age adoption passing confidence dependencies minor
ava (source) 4.3.0 -> 4.3.3 age adoption passing confidence dependencies patch
dotenv 16.0.1 -> 16.3.1 age adoption passing confidence dependencies minor
grafana/grafana 10.1.2 -> 10.2.0 age adoption passing confidence minor
jaegertracing/all-in-one 1.50 -> 1.51 age adoption passing confidence minor
kubeshop/tracetest v0.13.10 -> v0.14.5 age adoption passing confidence minor
markdownlint-cli 0.35.0 -> 0.37.0 age adoption passing confidence devDependencies minor
node-fetch 2.6.7 -> 2.7.0 age adoption passing confidence dependencies minor
otel/opentelemetry-collector-contrib 0.86.0 -> 0.88.0 age adoption passing confidence minor
quay.io/prometheus/prometheus v2.47.0 -> v2.47.2 age adoption passing confidence patch

Release Notes

grpc/grpc-node (@​grpc/grpc-js)

v1.9.9

Compare Source

v1.9.8

Compare Source

v1.9.7: @​grpc/grpc-js 1.9.7

Compare Source

  • Fix a bug that could cause a client to not update name resolution after multiple failed connection attempts (#​2602)

v1.9.6: @​grpc/grpc-js 1.9.6

Compare Source

  • Include more information in most "No connection established" errors (#​2598)
  • Remove the index tracer, and add more information to other trace logs (#​2599)

v1.9.5: @​grpc/grpc-js 1.9.5

Compare Source

  • Fix a type inconsistency in server-call.ts (#​2589 contributed by @​rsnullptr)
  • Close ports if the server is shut down while the bind operation is ongoing (#​2590)

v1.9.4: @​grpc/grpc-js 1.9.4

Compare Source

  • Fix a bug that could cause a client to sometimes incorrectly hold the process open when no longer in use (#​2586)

v1.9.3: @​grpc/grpc-js 1.9.3

Compare Source

  • Make a few improvements to DNS resolving timing (#​2571)

Experimental changes:

  • Added grpc.experimental.BackoffTimeout#getEndTime

v1.9.2: @​grpc/grpc-js 1.9.2

Compare Source

  • Handle error when sending keepalive pings (#​2563)
  • Fix a bug that could cause invalid connection states when DNS updates contained the same address the client was already connected to (#​2559 contributed by @​gusumuzhe, backported in #​2564)

v1.9.1: @​grpc/grpc-js 1.9.1

Compare Source

  • Improve formatting of channelz logs (#​2535)
  • Avoid sending initial request after the deadline passes in some cases (#​2536)
  • Fix possible null reference in pick_first load balancing policy (#​2539)
  • Allow empty method config names in service configs (#​2550)
  • Defer actions in write callbacks on the client to potentially work around a Node bug (#​2552)

v1.9.0: @​grpc/grpc-js 1.9.0

Compare Source

Experimental changes:

  • Added grpc.experimental.createResolver

v1.8.21

Compare Source

  • Fix propagation of UNIMPLEMENTED error messages (#​2528)

v1.8.20: @​grpc/grpc-js 1.8.20

Compare Source

  • Fix a crash when the channel option grpc.keepalive_permit_without_calls is set (#​2519)

v1.8.19: @​grpc/grpc-js 1.8.19

Compare Source

  • Update keepalive behavior to more correctly handle short calls and long periods of inactivity (#​2513)

v1.8.18: @​grpc/grpc-js 1.8.18

Compare Source

  • Fix reporting of call stacks in unary request errors (#​2503)
  • Fix reporting of proxy info in channelz socket responses (#​2503)

v1.8.17: @​grpc/grpc-js 1.8.17

Compare Source

  • Disallow pick_first LB policy as the direct child of an outlier_detection LB policy (#​2476)

v1.8.16: @​grpc/grpc-js 1.8.16

Compare Source

  • Fix missing transport trace logs (#​2470)

v1.8.15: @​grpc/grpc-js 1.8.15

Compare Source

  • Fix a memory leak that could result from a specific pattern of recursive function calls (#​2456)
  • Ensure status and error events are consistently emitted asynchronously (#​2456)

v1.8.14: @​grpc/grpc-js 1.8.14

Compare Source

  • Fix sequencing of some events related to connectivity state changes (#​2421)

v1.8.13: @​grpc/grpc-js 1.8.13

Compare Source

  • Fix memory leak in channelz socket tracking (#​2394)

v1.8.12

Compare Source

  • Fix an occasional type error when receiving DNS updates (#​2380)
  • Fix ordering of events when handing requests on the server (#​2376 contributed by @​phoenix741)

v1.8.11: @​grpc/grpc-js 1.8.11

Compare Source

  • Avoid accumulating placeholder objects when sending many messages on a long-running stream (#​2372)

v1.8.10: @​grpc/grpc-js 1.8.10

Compare Source

  • Fix bugs in "pick first" load balancing policy that caused incorrect reconnection behavior (#​2369)

v1.8.9: @​grpc/grpc-js 1.8.9

Compare Source

  • Fix a bug where clients would continue to send pings at the original configured rate after receiving a backoff request from the server (#​2363)

v1.8.8: @​grpc/grpc-js 1.8.8

Compare Source

  • Remove progress field in returned status object (#​2350)
  • Export InterceptingListener and NextCall types (#​2351)
  • Fix a bug that could cause a crash when sending messages that exceed the outgoing message buffer size while a retry is in progress (#​2349)

v1.8.7: @​grpc/grpc-js 1.8.7

Compare Source

  • Make handling of HTTP2 session references work independent of keepalive settings (#​2337)

v1.8.6: @​grpc/grpc-js 1.8.6

Compare Source

  • Hold a reference to transport from call to avoid premature garbage collection (#​2336)

v1.8.5: @​grpc/grpc-js 1.8.5

Compare Source

  • Cancel deadline timer when the call ends (#​2335)

v1.8.4

Compare Source

  • Fix a bug that would sometimes allow the Node process to exit even though a gRPC request is active (#​2322)

v1.8.3: @​grpc/grpc-js 1.8.3

Compare Source

  • Fix bug that caused streams to fail early when receiving a GOAWAY (#​2319)

v1.8.2

Compare Source

  • Continue keepalive pings after receiving a GOAWAY on the client (#​2308)
  • Fix handling of keepalive timers when the timeout is longer than the interval (#​2304 contributed by @​nicknotfun, included in #​2308)
  • Ensure the last received message is fully handled before outputting status (#​2316)

v1.8.1

Compare Source

  • Implement support for the grpc.service_config_disable_resolution channel option (#​2277 contributed by @​kleinsch)
  • Include standard headers in trailers-only responses (#​2305)
  • Fix a memory leak in the retry implementation (#​2306)

v1.8.0: @​grpc/grpc-js 1.8.0

Compare Source

v1.7.3: @​grpc/grpc-js 1.7.3

Compare Source

v1.7.2: @​grpc/grpc-js 1.7.2

Compare Source

  • Make the default value of the grpc-node.max_session_memory option Number.MAX_SAFE_INTEGER on the server (#​2245)

v1.7.1: Node gRPC v1.7.1

Compare Source

Changes

  • Publish prebuilt binaries for Node 9
  • Fix file permissions issue with Linux prebuilt binaries (reported in #​76).

v1.7.0: @​grpc/grpc-js 1.7.0

Compare Source

  • Enable outlier detection support by default (#​2221)
  • Expose path and callEnd event in ServerSurfaceCall (#​2132 contributed by @​ajmath)
  • Make graceful switch happen more quickly in some cases when service config is updated (#​2199)

v1.6.12: @​grpc/grpc-js 1.6.12

Compare Source

v1.6.11

Compare Source

  • Fix handling of malformed status messages (#​2210)

v1.6.10: @​grpc/grpc-js 1.6.10

Compare Source

  • Fix a memory leak of Node http2 stream objects when cancelling streaming requests (#​2193)

v1.6.9: @​grpc/grpc-js 1.6.9

  • Fix bugs in the Outlier Detection implementation (#​2173, #​2181)
  • Handle errors when sending keepalive pings (#​2188)
  • Fix Typescript reference tag generation (#​2126)
avajs/ava (ava)

v4.3.3

Compare Source

Add compatibility with Node.js 18.8, thanks @​Brooooooklyn #​3091.

Full Changelog: avajs/ava@v4.3.1...v4.3.3

v4.3.2

Compare Source

v4.3.1

Compare Source

What's Changed

New Contributors

Full Changelog: avajs/ava@v4.3.0...v4.3.1

motdotla/dotenv (dotenv)

v16.3.1

Compare Source

Added
  • Add missing type definitions for processEnv and DOTENV_KEY options. #​756

v16.3.0

Compare Source

Added
  • Optionally pass DOTENV_KEY to options rather than relying on process.env.DOTENV_KEY. Defaults to process.env.DOTENV_KEY #​754

v16.2.0

Compare Source

Added
  • Optionally write to your own target object rather than process.env. Defaults to process.env. #​753
  • Add import type URL to types file #​751

v16.1.4

Compare Source

Added
  • Added .github/ to .npmignore #​747

v16.1.3

Compare Source

Removed
  • Removed browser keys for path, os, and crypto in package.json. These were set to false incorrectly as of 16.1. Instead, if using dotenv on the front-end make sure to include polyfills for path, os, and crypto. node-polyfill-webpack-plugin provides these.

v16.1.2

Compare Source

Changed
  • Exposed private function _configDotenv as configDotenv. #​744

v16.1.1

Compare Source

Added
  • Added type definition for decrypt function
Changed
  • Fixed {crypto: false} in packageJson.browser

v16.1.0

Compare Source

Added
  • Add populate convenience method #​733
  • Accept URL as path option #​720
  • Add dotenv to npm fund command
  • Spanish language README #​698
  • Add .env.vault support. 🎉 (#​730)

ℹ️ .env.vault extends the .env file format standard with a localized encrypted vault file. Package it securely with your production code deploys. It's cloud agnostic so that you can deploy your secrets anywhere – without risky third-party integrations. read more

Changed
  • Fixed "cannot resolve 'fs'" error on tools like Replit #​693

v16.0.3

Compare Source

Changed
  • Added library version to debug logs (#​682)

v16.0.2

Compare Source

Added
  • Export env-options.js and cli-options.js in package.json for use with downstream dotenv-expand module
kubeshop/tracetest (kubeshop/tracetest)

v0.14.5

Compare Source

Major changes
  • bug fixes
  • improvements on the queue system
What's Changed

Full Changelog: kubeshop/tracetest@v0.14.4...v0.14.5

v0.14.4

Compare Source

Major Changes
  • Update the agent TLS settings so it can correctly work with port 443 #​3276
  • Fix bug to allow the agent to run in docker #​3288
  • Improve CLI checks for version. Implement semver comparision. #​3295
  • Improve CLI error handling #​3292
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)
  • 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)
  • 86a8ca7 Changing checklist to improve formatting and removing automated steps (#​2234)
  • c156889 Clarify instructions for running the CLI from docker (#​2787)
  • cb5e526 Creating CLI e2e tests (#​2494)
  • 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)
  • 05bd2df Feat(agent): Ping Method (#​3154)
  • 900f483 Fix agent docker (#​3288)
  • 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"
  • 490d47c Revert "feat: change openapi spec for transactions to consider resource manager" (#​2497)
  • 98d258c Revert "replace connection test result with structure from model package"
  • 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)
  • 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)
  • 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 manager
  • 7c0f292 add cli cmd folder to trigger docusaurus workflow (#​2253)
  • 100915b add endpoint spec to get events from a test run (#​2255)
  • 235c3f1 add microsoft application insights as a supported trace datastore examples (#​2692)
  • 530bb42 add section about creating transactions and enable envs docs (#​2577)
  • 7c2e285 bug(backend): fixing url parsing for http requests (#​2430)
  • 3d055da chore(agent): make docker image multiarch (#​3279)
  • 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 deployment
  • 4725c59 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 chore(cli): update cli e2e table tests validation (#​2812)
  • 07289cd chore(cli-e2e): adding test with Kafka trigger on e2e (#​3088)
  • 18c779f chore(deps): bump @​babel/traverse from 7.17.0 to 7.23.2 in /web (#​3274)
  • 82a4a1a chore(deps): bump @​babel/traverse from 7.21.2 to 7.23.2 in /docs (#​3275)
  • ffb66f4 chore(deps): bump @​cypress/request and cypress in /web (#​3165)
  • 165ee46 chore(deps): bump @​grpc/grpc-js from 1.8.4 to 1.8.17 in /examples/quick-start-github-actions (#​2876)
  • 6cc8304 chore(deps): bump @​grpc/grpc-js from 1.8.4 to 1.8.17 in /examples/quick-start-nodejs-manual-instrumentation (#​2875)
  • f9a304d chore(deps): bump fast-xml-parser from 4.0.10 to 4.2.4 in /web (#​2676)
  • 0391467 chore(deps): bump github.com/docker/distribution from 2.8.1+incompatible to 2.8.2+incompatible in /server (#​2528)
  • f83a553 chore(deps): bump github.com/docker/docker from 20.10.14+incompatible to 20.10.24+incompatible in /server (#​2312)
  • bc6da6e chore(deps): bump golang.org/x/net from 0.10.0 to 0.17.0 in /agent (#​3262)
  • a663cc0 chore(deps): bump golang.org/x/net from 0.15.0 to 0.17.0 in /cli (#​3263)
  • 184d3a1 chore(deps): bump google.golang.org/grpc from 1.50.1 to 1.53.0 in /examples/observability-driven-development-go-tracetest/bookstore/part3.1/lib (#​2863)
  • deeea91 chore(deps): bump google.golang.org/grpc from 1.50.1 to 1.53.0 in /examples/observability-driven-development-go-tracetest/bookstore/part3.2/availability (#​2862)
  • e7b42f7 chore(deps): bump google.golang.org/grpc from 1.50.1 to 1.53.0 in /examples/observability-driven-development-go-tracetest/bookstore/part3.2/lib (#​2861)
  • 38f0839 chore(deps): bump google.golang.org/grpc from 1.51.0 to 1.53.0 in /examples/observability-driven-development-go-tracetest/bookstore/part1/books (#​2866)
  • 85163ac chore(deps): bump google.golang.org/grpc from 1.51.0 to 1.53.0 in /examples/observability-driven-development-go-tracetest/bookstore/part2.1/books (#​2868)
  • 83eeb05 chore(deps): bump google.golang.org/grpc from 1.51.0 to 1.53.0 in /examples/observability-driven-development-go-tracetest/bookstore/part2.2/books (#​2864)
  • 1e20e7e chore(deps): bump google.golang.org/grpc from 1.51.0 to 1.53.0 in /examples/observability-driven-development-go-tracetest/bookstore/part3.1/books (#​2867)
  • 3af1d07 chore(deps): bump google.golang.org/grpc from 1.51.0 to 1.53.0 in /examples/observability-driven-development-go-tracetest/bookstore/part3.2/books (#​2865)
  • e303a4b chore(deps): bump google.golang.org/grpc from 1.51.0 to 1.53.0 in /examples/quick-start-go (#​2869)
  • f3c161d chore(deps): bump google.golang.org/grpc from 1.51.0 to 1.53.0 in /examples/tracetest-synthetic-monitoring (#​2870)
  • 775b26c chore(deps): bump google.golang.org/grpc from 1.52.0 to 1.53.0 in /cli (#​2871)
  • bf4a33b chore(deps): bump google.golang.org/grpc from 1.52.0 to 1.53.0 in /server (#​2872)
  • 54ce074 chore(deps): bump google.golang.org/grpc from 1.53.0 to 1.56.3 in /examples/observability-driven-development-go-tracetest/bookstore/part1/books (#​3299)
  • 4abb37a chore(deps): bump google.golang.org/grpc from 1.53.0 to 1.56.3 in /examples/observability-driven-development-go-tracetest/bookstore/part2.1/books (#​3298)
  • 4a9a971 chore(deps): bump google.golang.org/grpc from 1.53.0 to 1.56.3 in /examples/observability-driven-development-go-tracetest/bookstore/part2.2/books (#​3305)
  • acb7fec chore(deps): bump google.golang.org/grpc from 1.53.0 to 1.56.3 in /examples/observability-driven-development-go-tracetest/bookstore/part3.1/books (#​3303)

Configuration

📅 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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot requested a review from a team November 4, 2023 16:23
@renovate renovate bot added the dependencies Pull requests that update a dependency file label Nov 4, 2023
Copy link
Contributor Author

renovate bot commented Nov 6, 2023

Edited/Blocked Notification

Renovate 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.

@austinlparker austinlparker merged commit b153d16 into main Nov 6, 2023
46 checks passed
@austinlparker austinlparker deleted the renovate/config-no-service branch November 6, 2023 18:02
jmichalak9 pushed a commit to jmichalak9/opentelemetry-demo that referenced this pull request Mar 22, 2024
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Austin Parker <austin@ap2.io>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant