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 #1247

Merged
merged 2 commits into from
Nov 28, 2023
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 11, 2023

Mend Renovate logo banner

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@grpc/grpc-js (source) 1.9.9 -> 1.9.12 age adoption passing confidence dependencies patch
grafana/grafana 10.2.0 -> 10.2.2 age adoption passing confidence patch
kubeshop/tracetest v0.14.5 -> v0.14.7 age adoption passing confidence patch
otel/opentelemetry-collector-contrib 0.88.0 -> 0.89.0 age adoption passing confidence minor
postgres 16.0 -> 16.1 age adoption passing confidence minor
quay.io/prometheus/prometheus v2.47.2 -> v2.48.0 age adoption passing confidence minor

Release Notes

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

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

Compare Source

  • Fix a bug that could cause connectivity state information to become stale in some circumstances (#​2623)

v1.9.11: @​grpc/grpc-js 1.9.11

Compare Source

  • Fix a busy loop when recovering from a failure to establish a connection to a unix domain socket address target (#​2618)
  • Fix a bug that caused clients to stop trying to connect to a fixed IP address target after a working connection drops (#​2619)

v1.9.10: @​grpc/grpc-js 1.9.10

Compare Source

  • Provide the correct port to the proxy when connecting to a target without an explicitly specified port (#​2608 contributed by @​segevfiner)
  • Properly handle goaway events with no additional data attached (#​2611)
kubeshop/tracetest (kubeshop/tracetest)

v0.14.7

Compare Source

Major changes

  • feat(frontend): add new test creation flow #​3350
  • feat: skip trace collection for a test
  • Bug fixes and UX improvements

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)
  • 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)
  • 7c2e285 bug(backend): fixing url parsing for http requests (#​2430)
  • 95b3ef3 chore(UI): Updating Otel Demo Proto (#​3332)
  • 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)
  • 7f39b4a chore(deps): bump github.com/nats-io/nkeys from 0.4.5 to 0.4.6 (#​3331)
  • bc6da6e chore(deps): bump golang.org/x/net from 0.10.0 to 0.17.0 in /agent (#​3262)
  • 8589419 chore(deps): bump golang.org/x/net from 0.15.0 to 0.17.0 (#​3294)
  • 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)
  • 4de5863 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/lib (#​3306)
  • 8a34a43 chore(deps): bump google.golang.org/grpc from 1.53.0 to 1.56.3 in /examples/observability-driven-development-go-tracetest/bookstore/part3.2/availability (#​3300)
  • 4ae1a1a chore(deps): bump google.golang.org/grpc from 1.53.0 to 1.56.3 in /examples/observability-driven-development-go-tracetest/bookstore/part3.2/books (#​3301)
  • 63dbf1b chore(deps): bump google.golang.org/grpc from 1.53.0 to 1.56.3 in /examples/observability-driven-development-go-tracetest/bookstore/part3.2/lib (#​3297)
  • 1ad456a chore(deps): bump google.golang.org/grpc from 1.53.0 to 1.56.3 in /examples/quick-start-go (#​3302)
  • 01edd00 chore(deps): bump google.golang.org/grpc from 1.53.0 to 1.56.3 in /examples/tracetest-synthetic-monitoring (#​3304)
  • 49cc10d chore(deps): bump google.golang.org/grpc from 1.56.2 to 1.56.3 in /examples/quick-start-go-and-kafka/consumer-worker (#​3310)
  • addbbdf chore(deps): bump google.golang.org/grpc from 1.56.2 to 1.56.3 in /examples/quick-start-go-and-kafka/producer-api (#​3311)
  • 549a7b2 chore(deps): bump google.golang.org/grpc from 1.56.2 to 1.56.3 in /examples/quick-start-tail-sampling/simple-go-service (#​3307)
  • 90f3368 chore(deps): bump google.golang.org/grpc from 1.56.2 to 1.56.3 in /examples/tracetesting-event-driven-systems/payment-order-api (#​3309)
  • f4f1922 chore(deps): bump google.golang.org/grpc from 1.56.2 to 1.56.3 in /examples/tracetesting-event-driven-systems/payment-storage-worker (#​3308)
  • 7d286bb chore(deps): bump google.golang.org/grpc from 1.58.2 to 1.58.3 (#​3296)
  • 0461c47 chore(deps): bump nokogiri from 1.14.2 to 1.14.3 in /examples/quick-start-ruby-on-rails/quick_start_api (#​2370)
  • b68a9b2 chore(deps): bump postcss from 8.4.21 to 8.4.31 in /docs (#​3212)
  • 94266f6 chore(deps): bump posthog-js from 1.43.0 to 1.57.2 in /web (#​2563)
  • 409100b chore(deps): bump protobufjs from 6.11.3 to 7.2.4 in /web (#​2889)
  • b5838c1 chore(deps): bump protobufjs from 7.1.2 to 7.2.4 in /examples/quick-start-github-actions (#​2893)
  • a60f203 chore(deps): bump protobufjs from 7.1.2 to 7.2.4 in /examples/quick-start-nodejs-manual-instrumentation (#​2892)
  • 546b49b chore(deps): bump protobufjs from 7.2.2 to 7.2.4 in /examples/tracetest-aws-terraform-serverless/src (#​2894)
  • 20e5ae2 chore(deps): bump protobufjs from 7.2.3 to 7.2.4 in /examples/observability-to-the-rescue/wallet-api (#​2897)
  • 8858036 chore(deps): bump protobufjs from 7.2.3 to 7.2.4 in /examples/observability-to-the-rescue/your-api (#​2898)
  • 0c28d66 chore(deps): bump protobufjs from 7.2.3 to 7.2.4 in /examples/tracetest-azure-app-insights-collector/src (#​2896)
  • bebfdd8 chore(deps): bump protobufjs from 7.2.3 to 7.2.4 in /examples/tracetest-azure-app-insights/src (#​2895)
  • 88d3e9a chore(deps): bump puma from 5.6.5 to 5.6.7 in /examples/quick-start-ruby-on-rails/quick_start_api (#​3084)
  • 6278220 chore(deps): bump puma from 6.2.1 to 6.3.1 in /examples/observability-to-the-rescue/payment-executor-api (#​3083)
  • cd6fb6d chore(deps): bump puma from 6.2.1 to 6.3.1 in /examples/quick-start-ruby-sinatra (#​3082)
  • 332a755 chore(deps): bump semver from 5.7.1 to 5.7.2 in /docs (#​2918)
  • 1f3ef0e chore(deps): bump semver from 5.7.1 to 5.7.2 in /examples/tracetest-amazon-x-ray-adot/src (#​2913)
  • 36c9939 chore(deps): bump semver from 5.7.1 to 5.7.2 in /examples/tracetest-amazon-x-ray/src (#​2916)
  • b51750f chore(deps): bump semver from 5.7.1 to 5.7.2 in /examples/tracetest-azure-app-insights-collector/src (#​2914)
  • 5b8be63 chore(deps): bump semver from 5.7.1 to 5.7.2 in /examples/tracetest-azure-app-insights/src (#​2915)
  • 94ff1bf chore(deps): bump semver from 5.7.1 to 5.7.2 in /web (#​2906)
  • c5449f2 chore(deps): bump semver from 6.3.0 to 6.3.1 (#​2912)
  • 39ddbbc chore(deps): bump semver from 7.3.8 to 7.5.2 in /examples/quick-start-github-actions (#​2803)
  • 2678111 chore(deps): bump semver from 7.3.8 to 7.5.2 in /examples/tracetest-aws-terraform-serverless/src (#​2805)
  • 4fa5358 chore(deps): bump semver from 7.3.8 to 7.5.4 in /examples/quick-start-nodejs-manual-instrumentation (#​2919)
  • 6584f78 chore(deps): bump semver from 7.5.1 to 7.5.2 in /examples/observability-to-the-rescue/your-api (#​2806)
  • 3d9c36e chore(deps): bump semver from 7.5.1 to 7.5.4 in /examples/observability-to-the-rescue/wallet-api (#​2917)
  • a103517 chore(deps): bump tough-cookie and @​cypress/request in /web (#​3032)
  • 6918937 chore(deps): bump word-wrap from 1.2.3 to 1.2.4 in /web (#​2965)
  • b69ddd1 chore(deps-dev): bump undici from 5.19.1 to 5.26.3 in /web (#​3272)
  • 53d5886 chore(docs): Adding App Insights Configuration Page (#​2820)
  • 15fb2bc chore(docs): Adding links to configuration options to overview page (#​2346)
  • 3c96bd3 chore(docs): Azure App Insights Recipes (#​2821)
  • 7eebb04 chore(docs): Reflect the Transactions to Test Suites (#​3051)
  • 581b7db chore(docs): adding test run events CSV dabatase (#​2248)
  • 44a1a34 chore(docs): update pokeshop and kafka trigger docs (#​3129)
  • 060953e chore(docs): updating Dynatrace and Signoz docs (#​3026)
  • 0821dd4 chore(docs): updating Tracetest OTLP port (#​2428)
  • 8f0aa66 chore(docs): updating docs to match environment changes (#​2476)
  • 18d8df8 chore(e2e): add kafka tests for on our internal tracetesting/dogfood tests (#​3089)
  • b4f9814 chore(examples): Updating Terraform example to match the blog post (#​2347)
  • 9ac8991 chore(examples): quick start example of testing kafka-based apis (#​3004)
  • f5c6ebe chore(examples): update OpenSearch example to use latest version (#​3142)
  • 50fe208 chore(frontend): remove unneeded flag (#​3238)
  • 6314696 chore(frontend): update posthog (#​3034)
  • c38ba97 chore(frotend): Test Definition Name Input (#​2830)
  • 8aa75f9 chore(frotend): Updating Panel Splitter w/ Tooltip (#​2828)
  • 6e64d9c chore(server): Updating data store test to use queues (#​3166)
  • 7d508ad chore(server): adding more logs for provisioning (#​3058)
  • 7729669 chore(server): make queue drivers generic (#​3135)
  • e1170d1 chore(server): refactoring analyzer files to comply with resources standard (#​2810)
  • df1d070 chore(server): rename configresource (#​2797)
  • de91106 chore(server): rename environment files (#​2799)
  • a784025 chore(server): split trigger worker into 3 workers (#​3120)
  • 082bbda chore(server): splitting trace poller in multiple queues (#​3133)
  • 847caca chore(ui, api): adding Kafka example to Pokeshop demo (#​3086)
  • 4e51f27 chore: Add tracetesting event driven system example (#​3286)
  • d0e3702 chore: Migrate start actions from CLI to agent (#​3378)
  • 479cce0 chore: Update goreleaser (#​2233)
  • 02160a7 chore: add debug info for goreleaser
  • 33783c4 chore: add example with pokeshop and tracetest agent (#​3343)
  • 3b4461a chore: add loom video to PR template (#​3210)
  • ba8d9dd chore: add quickstart example with java (#​3281)
  • 373afc2 chore: bump opentelemetry libraries to version v1.21.0 and collector to v0.80.0 (#​3195)
  • ebe8406 chore: cleanup deprecated endpoints (#​2949)
  • 87332a7 chore: generate server arch graph for releases (#​2438)
  • 5b2e8c3 chore: pin postgres version on docker compose files (#​2318)
  • 2c5b280 chore: rename tests package to transaction and split repo into 2 (#​2800)
  • 861a204 chore: reuse parameters to make the openapi file smaller (#​2382)
  • 19e96df chore: update goreleaser to v1.22.0 (#​3369)
  • ffa2aab chore: update settings for architecture graph generation (#​2621)
  • 7c658f1 chore: update tests to use a new pg version (#​3182)
  • bbadc1a chore: upgrade goreleaser to v1.17.2 (#​2408)
  • dca002e chore: upgrade goreleaser version to v1.18.2 (#​2572)
  • ee479bf chore: use single gomod (#​3289)
  • 0af6764 doc(server): add basic architecture overview of resource manager (#​2401)
  • 9ee7a08 docs(agent): add more explanations about tracetest agent (#​3271)
  • ef82333 docs(cd/cd): Add Tekton guide + Update Testkube guide (#​2604)
  • 827c5a0 docs(cli with docker): update (#​2793)
  • 4f94356 docs(cli+webui normalization): Match both CLI and Web UI features (#​2646)
  • 0f6e827 docs(commercial): Add new docs for commercial vs core (#​3203)
  • 0dadc9e docs(config): add honeycomb to list of supported trace data stores (#​2512)
  • d12c7e1 docs(config): add page for internal telemetry (#​2458)
  • 08f32b9 docs(config): add upgrade page (#​2640)
  • 7d3d7f4 docs(config): splitting saas and core config (#​3237)
  • a61f1c8 docs(deployment): add redirects (#​2597)
  • c1a0779 docs(examples-recipes): add honeycomb to list of integrations (#​2587)
  • b842b57 docs(examples-tutorials): add cicd automation and tools+integrations (#​3167)
  • 132814b docs(fix): add cli redirect (#​2273)
  • 520dad5 docs(getting-started): Overhaul (#​2754)
  • 3afc02f docs(hotfix): fix flaky links (#​3312)
  • 34fd59f docs(install-deploy): improves Deployment and Getting Started pages (#​2567)
  • 1957e07 docs(landing page): Overhaul docs landing page introduction (#​2967)
  • 586a3a4 docs(mdx): Migrate files to .mdx and add meta title + desc (#​3323)
  • 7144a92 docs(migrate to mdx): Update live examples section (#​3333)
  • aab9683 docs(recipes): Add Python recipe to sidebar (#​2425)
  • ca4307a docs(recipes): add kafka + examples section overhaul (#​3162)
  • dccad6a docs(recipes): add nodejs manual instrumentation recipe (#​2330)
  • a344520 docs(recipes): fix azure pokeshop sample typos (#​2908)
  • 36e42e7 docs(recipes): fix link for step functions recipe (#​2314)
  • d6b72fd docs(recipes): fix links (#​2426)
  • 6895114 docs(recipes): fix links (#​3163)
  • 340f1b4 docs(recipes): fix testkube (#​2220)
  • b0a0672 docs(saas): add orgs and envs in concepts (#​3239)
  • 0d9a86f docs(saas): improve onboarding; add agent; add signin; add dark theme (#​3230)
  • c63c8cb docs(saas-recipe): add tabs for saas recipe (#​3273)
  • f0c3ce0 docs(server): add server readme with initial coding guidelines (#​2720)
  • 1e43be6 docs(testkube): update links to testkube docs and YT vid (#​2954)
  • 5103746 docs(trylivedemos): improve wording (#​3361)
  • 9ad095c docs+examples: Add Signoz (#​3078)
  • bcf11e7 enable manual trigger of "Deploy Main"
  • b832ef0 examples(Grafana tempo pokeshop): initial setup for blog post sample (#​2792)
  • fd0ff9a examples(grafana): Update code for Grafana Office Hours #​5 (#​2953)
  • 0b4e213 examples(grafana): update pokeshop grafana sample (#​3287)
  • b81e7ae examples(honeycomb): update config (#​2527)
  • 3cebb5b examples(honeycomb): update sample app (#​3061)
  • 8e39db1 examples+docs(github-actions): Add example app and CI/CD docs (#​2450)
  • 43fff43 examples+recipes(tekton): update tekton (#​3054)
  • 4c5741d examples-recipes(dynatrace): Fix issues with example app and update docs (#​3060)
  • b7615c1 feat(agent): add support for port 443 (#​3276)
  • df2f7c1 feat(agent): agent development (#​3081)
  • e289cae feat(agent): configure retry strategy (#​3317)
  • 9474d33 feat(agent): docker image (#​3189)
  • 4349562 feat(agent): in-memory datastore to support otlp datastores (#​3176)
  • 6844e5c feat(agent): k8s deployment script (#​3190)
  • 34529cd feat(agent): keep track of spans that were generated by tests (#​3175)
  • 7e15169 feat(agent): start collector at startup (#​3173)
  • 3eca8da feat(cli): Add run verb (#​2885)
  • ab6d0a4 feat(cli): Allow user to reference protobuf file path on Test yaml from CLI ([#​2620](https://togithub.com/kubeshop/tr

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 11, 2023 03:55
@renovate renovate bot added the dependencies Pull requests that update a dependency file label Nov 11, 2023
@renovate renovate bot changed the title chore(deps): update kubeshop/tracetest docker tag to v0.14.6 chore(deps): update config-no-service Nov 14, 2023
Copy link
Contributor Author

renovate bot commented Nov 28, 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 e57b00c into main Nov 28, 2023
46 checks passed
@austinlparker austinlparker deleted the renovate/config-no-service branch November 28, 2023 02:44
jmichalak9 pushed a commit to jmichalak9/opentelemetry-demo that referenced this pull request Mar 22, 2024
…lemetry#1247)

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