Skip to content

Commit

Permalink
Merge branch 'main' into fuzzing-audit-report
Browse files Browse the repository at this point in the history
  • Loading branch information
trask authored Dec 16, 2024
2 parents 22200c3 + c9413fb commit 8abff0c
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .cspell.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,8 @@ words:
- mkorbi
- molkova
- msomasu
- MSYS
- PATHCONV
- mtwo
- mwear
- najaryan
Expand Down
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# All documents to be used in spell check.
ALL_DOCS := $(shell find . -type f -name '*.md' -not -path './.github/*' -not -path './node_modules/*' | sort)

# This is needed to make the /repo paths below work in Windows Git Bash
export MSYS_NO_PATHCONV=1

.PHONY: table-generation
table-generation:
docker run --rm -v ${PWD}:/repo -w /repo python:3-alpine python ./scripts/update-sig-tables.py --install;
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ SIG-specific GitHub discussions.
| eBPF | Tuesday at 09:00 PT | [Google Doc](https://docs.google.com/document/d/13GK915hdDQ9sUYzUIWi4pOfJK68EE935ugutUgL3yOw) | [#otel-ebpf](https://cloud-native.slack.com/archives/C02AB15583A) | [calendar-ebpf](https://groups.google.com/a/opentelemetry.io/g/calendar-ebpf) | [Ted Young](https://github.com/tedsuo) |
| Kubernetes Operator | Thursday at 09:00 PT | [Google Doc](https://docs.google.com/document/d/1Unbs2qp_j5kp8FfL_lRH-ld7i5EOQpsq0I4djkOOSL4) | [#otel-operator](https://cloud-native.slack.com/archives/C033BJ8BASU) | [calendar-k8s-operator](https://groups.google.com/a/opentelemetry.io/g/calendar-k8s-operator) | [Juraci Paixão Kröhling](https://github.com/jpkrohling) |
| Community Demo Application | Wednesday at 08:00 PT | [Google Doc](https://docs.google.com/document/d/16f-JOjKzLgWxULRxY8TmpM_FjlI1sthvKurnqFz9x98) | [#otel-community-demo](https://cloud-native.slack.com/archives/C03B4CWV4DA) | [calendar-demo-app](https://groups.google.com/a/opentelemetry.io/g/calendar-demo-app) | [Austin Parker](https://github.com/austinlparker) |
| Semantic Conventions: Tooling | Wednesday at 07:00 PT | [Google Doc](https://docs.google.com/document/d/1ygwXgOFRF01UfUOgMr_ElyL7fSDPchTKSrqfj-_HeyA) | [#otel-weaver](https://cloud-native.slack.com/archives/C0697EXNTL3) | [calendar-semconv](https://groups.google.com/a/opentelemetry.io/g/calendar-semconv) | |
| Semantic Conventions: Tooling | Wednesday at 07:00 PT | [Google Doc](https://docs.google.com/document/d/1ygwXgOFRF01UfUOgMr_ElyL7fSDPchTKSrqfj-_HeyA) | [#otel-weaver](https://cloud-native.slack.com/archives/C0697EXNTL3) | [calendar-semconv](https://groups.google.com/a/opentelemetry.io/g/calendar-semconv) | [Trask Stalnaker](https://github.com/trask) |

### Cross-Cutting SIGs

Expand Down
3 changes: 3 additions & 0 deletions sigs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -615,6 +615,9 @@
sponsors:
- name: Josh Suereth
github: jsuereth
gcLiaison:
- name: Trask Stalnaker
github: trask
- name: Cross-Cutting SIGs
sigs:
- name: Maintainer Meeting
Expand Down

0 comments on commit 8abff0c

Please sign in to comment.