Skip to content

Commit

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

* Add 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 May 10, 2024
1 parent f091e23 commit a8d8a98
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 6 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ The `http.route` attribute is included and the span name updated to use this inf
- Support `golang.org/x/net` v0.25.0. ([#821](https://github.com/open-telemetry/opentelemetry-go-instrumentation/pull/821))
- Support Go `v1.21.10`. ([#824](https://github.com/open-telemetry/opentelemetry-go-instrumentation/pull/824))
- Support Go `v1.22.3`. ([#824](https://github.com/open-telemetry/opentelemetry-go-instrumentation/pull/824))
- Support `google.golang.org/grpc` `1.65.0-dev`. ([#827](https://github.com/open-telemetry/opentelemetry-go-instrumentation/pull/827))

### Fixed

Expand Down
24 changes: 18 additions & 6 deletions internal/pkg/inject/offset_results.json
Original file line number Diff line number Diff line change
Expand Up @@ -1228,7 +1228,8 @@
"1.62.2",
"1.63.0",
"1.63.1",
"1.63.2"
"1.63.2",
"1.65.0-dev"
]
}
]
Expand Down Expand Up @@ -1431,7 +1432,8 @@
"1.62.2",
"1.63.0",
"1.63.1",
"1.63.2"
"1.63.2",
"1.65.0-dev"
]
}
]
Expand Down Expand Up @@ -1619,7 +1621,8 @@
"1.62.2",
"1.63.0",
"1.63.1",
"1.63.2"
"1.63.2",
"1.65.0-dev"
]
}
]
Expand Down Expand Up @@ -1817,7 +1820,8 @@
"1.62.2",
"1.63.0",
"1.63.1",
"1.63.2"
"1.63.2",
"1.65.0-dev"
]
}
]
Expand Down Expand Up @@ -2010,7 +2014,8 @@
"1.62.2",
"1.63.0",
"1.63.1",
"1.63.2"
"1.63.2",
"1.65.0-dev"
]
}
]
Expand Down Expand Up @@ -2198,7 +2203,8 @@
"1.62.2",
"1.63.0",
"1.63.1",
"1.63.2"
"1.63.2",
"1.65.0-dev"
]
}
]
Expand Down Expand Up @@ -2413,6 +2419,12 @@
"1.57.2",
"1.58.0-dev"
]
},
{
"offset": 432,
"versions": [
"1.65.0-dev"
]
}
]
}
Expand Down

0 comments on commit a8d8a98

Please sign in to comment.