Skip to content

Commit

Permalink
[auto] Update generated offsets (#1471)
Browse files Browse the repository at this point in the history
* Update generated offsets

* Add a changelog entry

---------

Co-authored-by: MrAlias <5543599+MrAlias@users.noreply.github.com>
Co-authored-by: Tyler Yahn <codingalias@gmail.com>
  • Loading branch information
3 people authored Dec 18, 2024
1 parent 84cbb78 commit 21a386f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ OpenTelemetry Go Automatic Instrumentation adheres to [Semantic Versioning](http
- Support `go.opentelemetry.io/otel@v1.33.0`. ([#1417](https://github.com/open-telemetry/opentelemetry-go-instrumentation/pull/1417))
- Support `google.golang.org/grpc` `1.69.0`. ([#1417](https://github.com/open-telemetry/opentelemetry-go-instrumentation/pull/1417))
- Support `google.golang.org/grpc` `1.69.2`. ([#1467](https://github.com/open-telemetry/opentelemetry-go-instrumentation/pull/1467))
- Support `golang.org/x/net` `0.33.0`. ([#1471](https://github.com/open-telemetry/opentelemetry-go-instrumentation/pull/1471))

## [v0.19.0-alpha] - 2024-12-05

Expand Down
6 changes: 4 additions & 2 deletions internal/pkg/inject/offset_results.json
Original file line number Diff line number Diff line change
Expand Up @@ -1593,7 +1593,8 @@
"0.29.0",
"0.30.0",
"0.31.0",
"0.32.0"
"0.32.0",
"0.33.0"
]
}
]
Expand Down Expand Up @@ -1640,7 +1641,8 @@
"0.29.0",
"0.30.0",
"0.31.0",
"0.32.0"
"0.32.0",
"0.33.0"
]
}
]
Expand Down

0 comments on commit 21a386f

Please sign in to comment.