Skip to content

Commit

Permalink
merged in upstream changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mlorenzana authored and Michael Lorenzana committed Dec 4, 2024
2 parents 9539e7c + f393546 commit e12fa02
Show file tree
Hide file tree
Showing 467 changed files with 29,078 additions and 2,825 deletions.
37 changes: 0 additions & 37 deletions .flake8

This file was deleted.

26 changes: 12 additions & 14 deletions .github/component_owners.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,27 +45,13 @@ components:

instrumentation/opentelemetry-instrumentation-urllib:
- shalevr
- ocelotl

instrumentation/opentelemetry-instrumentation-urllib3:
- shalevr
- ocelotl

instrumentation/opentelemetry-instrumentation-sqlalchemy:
- shalevr

instrumentation/opentelemetry-instrumentation-flask:
- ocelotl

instrumentation/opentelemetry-instrumentation-jinja2:
- ocelotl

instrumentation/opentelemetry-instrumentation-logging:
- ocelotl

instrumentation/opentelemetry-instrumentation-requests:
- ocelotl

instrumentation/opentelemetry-instrumentation-cassandra:
- mattcontinisio

Expand All @@ -75,5 +61,17 @@ components:
instrumentation/opentelemetry-instrumentation-psycopg:
- federicobond

instrumentation/opentelemetry-instrumentation-aiokafka:
- dimastbk

processor/opentelemetry-processor-baggage:
- codeboten

instrumentation-genai/:
- karthikscale3
- lmolkova
- lzchen
- gyliu513
- nirga
- alizenhom
- codefromthecrypt
11 changes: 11 additions & 0 deletions .github/scripts/update-version-patch.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
#!/bin/bash -e

sed -i "/\[stable\]/{n;s/version=.*/version=$1/}" eachdist.ini
sed -i "/\[prerelease\]/{n;s/version=.*/version=$2/}" eachdist.ini

./scripts/eachdist.py update_patch_versions \
--stable_version=$1 \
--unstable_version=$2 \
--stable_version_prev=$3 \
--unstable_version_prev=$4

Loading

0 comments on commit e12fa02

Please sign in to comment.