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: release main #1396

Merged
merged 2 commits into from
Mar 5, 2023
Merged

chore: release main #1396

merged 2 commits into from
Mar 5, 2023

Conversation

dyladan
Copy link
Member

@dyladan dyladan commented Feb 15, 2023

🤖 I have created a release beep boop

@opentelemetry/auto-instrumentations-node: 0.36.4

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @opentelemetry/instrumentation-fs bumped from ^0.7.0 to ^0.7.1
      • @opentelemetry/instrumentation-graphql bumped from ^0.33.1 to ^0.33.2
      • @opentelemetry/instrumentation-ioredis bumped from ^0.33.2 to ^0.34.0
      • @opentelemetry/instrumentation-koa bumped from ^0.34.1 to ^0.34.2
      • @opentelemetry/instrumentation-pg bumped from ^0.34.1 to ^0.35.0
      • @opentelemetry/instrumentation-redis bumped from ^0.34.2 to ^0.34.3
      • @opentelemetry/instrumentation-redis-4 bumped from ^0.34.2 to ^0.34.3
@opentelemetry/auto-instrumentations-web: 0.31.2

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @opentelemetry/instrumentation-document-load bumped from ^0.31.1 to ^0.31.2
instrumentation-document-load: 0.31.2

0.31.2 (2023-03-03)

Bug Fixes

  • remove component attribute from instrumentations (#1399) (e93a192)
instrumentation-fs: 0.7.1

0.7.1 (2023-03-03)

Bug Fixes

  • instrumentation-fs: allow realpath.native and realpathSync.native (#1332) (ee0a59a)
  • instrumentation-fs: fix instrumentation of fs/promises (#1375) (3ca874e)
instrumentation-graphql: 0.33.2

0.33.2 (2023-03-03)

Bug Fixes

  • remove component attribute from instrumentations (#1399) (e93a192)
instrumentation-ioredis: 0.34.0

0.34.0 (2023-03-03)

Features

  • ioredis: Update instrumentation-ioredis to version 5.x.x (#1121) (f5f7ac6)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @opentelemetry/redis-common bumped from ^0.34.0 to ^0.35.0
instrumentation-koa: 0.34.2

0.34.2 (2023-03-03)

Bug Fixes

  • remove component attribute from instrumentations (#1399) (e93a192)
instrumentation-long-task: 0.32.2

0.32.2 (2023-03-03)

Bug Fixes

  • remove component attribute from instrumentations (#1399) (e93a192)
instrumentation-pg: 0.35.0

0.35.0 (2023-03-03)

Features

Bug Fixes

  • postgres: pass 'arguments' to the connect callback (#1395) (b02775f)
@opentelemetry/instrumentation-redis: 0.34.3

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @opentelemetry/redis-common bumped from ^0.34.0 to ^0.35.0
@opentelemetry/instrumentation-redis-4: 0.34.3

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @opentelemetry/redis-common bumped from ^0.34.0 to ^0.35.0
redis-common: 0.35.0

0.35.0 (2023-03-03)

Features

  • ioredis: Update instrumentation-ioredis to version 5.x.x (#1121) (f5f7ac6)

This PR was generated with Release Please. See documentation.

@codecov
Copy link

codecov bot commented Feb 15, 2023

Codecov Report

Merging #1396 (53f8b63) into main (17c3bf1) will decrease coverage by 0.60%.
The diff coverage is n/a.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1396      +/-   ##
==========================================
- Coverage   96.06%   95.46%   -0.60%     
==========================================
  Files          14       28      +14     
  Lines         890     1523     +633     
  Branches      192      322     +130     
==========================================
+ Hits          855     1454     +599     
- Misses         35       69      +34     
Impacted Files Coverage Δ
...elemetry-instrumentation-koa/src/internal-types.ts 100.00% <0.00%> (ø)
...ry-instrumentation-koa/src/enums/AttributeNames.ts 100.00% <0.00%> (ø)
...e/opentelemetry-instrumentation-redis/src/utils.ts 93.10% <0.00%> (ø)
...entelemetry-instrumentation-graphql/src/symbols.ts 0.00% <0.00%> (ø)
...metry-instrumentation-redis/src/instrumentation.ts 93.47% <0.00%> (ø)
...ode/opentelemetry-instrumentation-koa/src/types.ts 100.00% <0.00%> (ø)
...node/opentelemetry-instrumentation-pg/src/utils.ts 98.30% <0.00%> (ø)
...lemetry-instrumentation-koa/src/instrumentation.ts 97.67% <0.00%> (ø)
...ode/opentelemetry-instrumentation-koa/src/utils.ts 100.00% <0.00%> (ø)
...elemetry-instrumentation-pg/src/instrumentation.ts 91.15% <0.00%> (ø)
... and 4 more

@dyladan dyladan force-pushed the release-please--branches--main branch 3 times, most recently from 8e005cc to 3f6d013 Compare February 19, 2023 07:46
@dyladan dyladan force-pushed the release-please--branches--main branch 2 times, most recently from 2bd308d to 2bd3024 Compare February 28, 2023 14:36
@dyladan
Copy link
Member Author

dyladan commented Mar 1, 2023

@blumamir re-running the test didn't fix it. are you aware of a problem blocking the browser tests in contrib?

@pichlermarc
Copy link
Member

pichlermarc commented Mar 1, 2023

@dyladan Looks like the issue may be similar to what we had with windows tests in the core repo open-telemetry/opentelemetry-js#3642. I'll look into applying the same fix here. 🤔

Edit: looks like it's not the same problem, it's still failing without nyc for me. 🤔

@dyladan dyladan force-pushed the release-please--branches--main branch from ea7476a to 9a66d54 Compare March 3, 2023 09:40
@pichlermarc
Copy link
Member

I opened a PR to fix the browser tests 🙂 - turned out to be a similar problem as we had in core after all #1419

@blumamir blumamir merged commit 32889bd into main Mar 5, 2023
@blumamir blumamir deleted the release-please--branches--main branch March 5, 2023 13:28
@dyladan
Copy link
Member Author

dyladan commented Mar 5, 2023

@dyladan
Copy link
Member Author

dyladan commented Mar 5, 2023

@dyladan
Copy link
Member Author

dyladan commented Mar 5, 2023

@dyladan
Copy link
Member Author

dyladan commented Mar 5, 2023

@dyladan
Copy link
Member Author

dyladan commented Mar 5, 2023

@dyladan
Copy link
Member Author

dyladan commented Mar 5, 2023

@dyladan
Copy link
Member Author

dyladan commented Mar 5, 2023

@dyladan
Copy link
Member Author

dyladan commented Mar 5, 2023

@dyladan
Copy link
Member Author

dyladan commented Mar 5, 2023

@dyladan
Copy link
Member Author

dyladan commented Mar 5, 2023

@dyladan
Copy link
Member Author

dyladan commented Mar 5, 2023

@dyladan
Copy link
Member Author

dyladan commented Mar 5, 2023

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants