Skip to content

Commit

Permalink
[auto] Update generated offsets (open-telemetry#1032)
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>
Co-authored-by: Tyler Yahn <MrAlias@users.noreply.github.com>
  • Loading branch information
4 people authored and wilsonxscai committed Sep 9, 2024
1 parent 1a6fd86 commit d072df8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ OpenTelemetry Go Automatic Instrumentation adheres to [Semantic Versioning](http
- Support `google.golang.org/grpc` `1.67.0-dev`. ([#1007](https://github.com/open-telemetry/opentelemetry-go-instrumentation/pull/1007))
- Support Go `1.23.0`. ([#1007](https://github.com/open-telemetry/opentelemetry-go-instrumentation/pull/1007))
- Introduce `config.Provider` as an option to set the initial configuration and update it in runtime. ([#1010](https://github.com/open-telemetry/opentelemetry-go-instrumentation/pull/1010))
- Support `go.opentelemetry.io/otel@v1.29.0`. ([#1032](https://github.com/open-telemetry/opentelemetry-go-instrumentation/pull/1032))

### Fixed

Expand Down
12 changes: 8 additions & 4 deletions internal/pkg/inject/offset_results.json
Original file line number Diff line number Diff line change
Expand Up @@ -937,7 +937,8 @@
"1.25.0",
"1.26.0",
"1.27.0",
"1.28.0"
"1.28.0",
"1.29.0"
]
}
]
Expand Down Expand Up @@ -1031,7 +1032,8 @@
"1.25.0",
"1.26.0",
"1.27.0",
"1.28.0"
"1.28.0",
"1.29.0"
]
}
]
Expand Down Expand Up @@ -1125,7 +1127,8 @@
"1.25.0",
"1.26.0",
"1.27.0",
"1.28.0"
"1.28.0",
"1.29.0"
]
}
]
Expand Down Expand Up @@ -1224,7 +1227,8 @@
"1.25.0",
"1.26.0",
"1.27.0",
"1.28.0"
"1.28.0",
"1.29.0"
]
}
]
Expand Down

0 comments on commit d072df8

Please sign in to comment.