-
Notifications
You must be signed in to change notification settings - Fork 533
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 #2172
chore: release main #2172
Conversation
bd51ce9
to
0d7c53d
Compare
01163a1
to
8de5e70
Compare
514452d
to
67eeebd
Compare
02741f3
to
14e4db2
Compare
4ba5ad1
to
3984831
Compare
bc27edc
to
fe6726b
Compare
@@ -66,6 +66,13 @@ | |||
* devDependencies | |||
* @opentelemetry/contrib-test-utils bumped from ^0.35.1 to ^0.36.0 | |||
|
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.
What's going on with all the ### Dependencies
sections above here?
I see it in auto-instrumentations-node/CHANGELOG.md below as well.
It's in these files in this repo:
% git ls-files | rg CHANGELOG.md | while read f; do if [[ $(cat $f | head -3 | tail -1) == "### Dependencies" ]]; then echo $f; fi ; done
detectors/node/opentelemetry-resource-detector-alibaba-cloud/CHANGELOG.md
detectors/node/opentelemetry-resource-detector-aws/CHANGELOG.md
detectors/node/opentelemetry-resource-detector-azure/CHANGELOG.md
detectors/node/opentelemetry-resource-detector-container/CHANGELOG.md
detectors/node/opentelemetry-resource-detector-gcp/CHANGELOG.md
detectors/node/opentelemetry-resource-detector-instana/CHANGELOG.md
metapackages/auto-instrumentations-node/CHANGELOG.md
metapackages/auto-instrumentations-web/CHANGELOG.md
packages/opentelemetry-propagation-utils/CHANGELOG.md
plugins/node/instrumentation-amqplib/CHANGELOG.md
plugins/node/instrumentation-lru-memoizer/CHANGELOG.md
plugins/node/instrumentation-mongoose/CHANGELOG.md
plugins/node/instrumentation-socket.io/CHANGELOG.md
plugins/node/instrumentation-tedious/CHANGELOG.md
plugins/node/opentelemetry-instrumentation-cassandra/CHANGELOG.md
plugins/node/opentelemetry-instrumentation-memcached/CHANGELOG.md
plugins/node/opentelemetry-instrumentation-mongodb/CHANGELOG.md
plugins/node/opentelemetry-instrumentation-mysql/CHANGELOG.md
plugins/node/opentelemetry-instrumentation-mysql2/CHANGELOG.md
plugins/node/opentelemetry-instrumentation-pg/CHANGELOG.md
plugins/node/opentelemetry-instrumentation-redis-4/CHANGELOG.md
plugins/node/opentelemetry-instrumentation-redis/CHANGELOG.md
Going back looking at changes to detectors/node/opentelemetry-resource-detector-aws/CHANGELOG.md
to see when a ### Dependencies
section was incorrectly added to the top (not under an h2), the last good PR was:
chore: release main (#1590)
then starting with this release PR it started incorrectly adding that section:
chore: release main (#1683)
and continued for a number of releases:
...
chore: release main (#1890)
until fixed by the time this release PR was made:
chore: release main (#1935)
Anyway... this is independent of this PR. I'll open a separate issue.
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.
#2207 opened for this.
da65848
to
ad25f41
Compare
🤖 I have created a release beep boop
auto-instrumentations-node: 0.46.1
0.46.1 (2024-05-15)
Dependencies
baggage-span-processor: 0.2.0
0.2.0 (2024-05-15)
Features
instrumentation-aws-lambda: 0.41.1
0.41.1 (2024-05-15)
Bug Fixes
instrumentation-connect: 0.36.1
0.36.1 (2024-05-15)
Bug Fixes
instrumentation-express: 0.39.0
0.39.0 (2024-05-15)
Features
resource-detector-aws: 1.5.0
1.5.0 (2024-05-15)
Features
This PR was generated with Release Please. See documentation.