Skip to content

Commit cb3ced1

Browse files
[auto] Update generated offsets (open-telemetry#1948)
* Update generated offsets * Add changes to changelog --------- Co-authored-by: MrAlias <5543599+MrAlias@users.noreply.github.com> Co-authored-by: Tyler Yahn <codingalias@gmail.com>
1 parent f03adc7 commit cb3ced1

File tree

2 files changed

+20
-9
lines changed

2 files changed

+20
-9
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ OpenTelemetry Go Automatic Instrumentation adheres to [Semantic Versioning](http
1919
- Cache offsets for `google.golang.org/grpc` `1.71.0`. ([#1940](https://github.com/open-telemetry/opentelemetry-go-instrumentation/pull/1940))
2020
- Cache offsets for Go `1.23.7`. ([#1940](https://github.com/open-telemetry/opentelemetry-go-instrumentation/pull/1940))
2121
- Cache offsets for Go `1.24.1`. ([#1940](https://github.com/open-telemetry/opentelemetry-go-instrumentation/pull/1940))
22+
- Cache offsets for `go.opentelemetry.io/otel@v1.35.0`. ([#1948](https://github.com/open-telemetry/opentelemetry-go-instrumentation/pull/1948))
23+
- Cache offsets for `golang.org/x/net` `0.37.0`. ([#1948](https://github.com/open-telemetry/opentelemetry-go-instrumentation/pull/1948))
2224

2325
### Removed
2426

internal/pkg/inject/offset_results.json

Lines changed: 18 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -943,7 +943,8 @@
943943
"1.31.0",
944944
"1.32.0",
945945
"1.33.0",
946-
"1.34.0"
946+
"1.34.0",
947+
"1.35.0"
947948
]
948949
}
949950
]
@@ -1043,7 +1044,8 @@
10431044
"1.31.0",
10441045
"1.32.0",
10451046
"1.33.0",
1046-
"1.34.0"
1047+
"1.34.0",
1048+
"1.35.0"
10471049
]
10481050
}
10491051
]
@@ -1143,7 +1145,8 @@
11431145
"1.31.0",
11441146
"1.32.0",
11451147
"1.33.0",
1146-
"1.34.0"
1148+
"1.34.0",
1149+
"1.35.0"
11471150
]
11481151
}
11491152
]
@@ -1248,7 +1251,8 @@
12481251
"1.31.0",
12491252
"1.32.0",
12501253
"1.33.0",
1251-
"1.34.0"
1254+
"1.34.0",
1255+
"1.35.0"
12521256
]
12531257
}
12541258
]
@@ -1353,7 +1357,8 @@
13531357
"1.31.0",
13541358
"1.32.0",
13551359
"1.33.0",
1356-
"1.34.0"
1360+
"1.34.0",
1361+
"1.35.0"
13571362
]
13581363
}
13591364
]
@@ -1448,7 +1453,8 @@
14481453
"1.31.0",
14491454
"1.32.0",
14501455
"1.33.0",
1451-
"1.34.0"
1456+
"1.34.0",
1457+
"1.35.0"
14521458
]
14531459
}
14541460
]
@@ -1543,7 +1549,8 @@
15431549
"1.31.0",
15441550
"1.32.0",
15451551
"1.33.0",
1546-
"1.34.0"
1552+
"1.34.0",
1553+
"1.35.0"
15471554
]
15481555
}
15491556
]
@@ -1604,7 +1611,8 @@
16041611
"0.33.0",
16051612
"0.34.0",
16061613
"0.35.0",
1607-
"0.36.0"
1614+
"0.36.0",
1615+
"0.37.0"
16081616
]
16091617
}
16101618
]
@@ -1655,7 +1663,8 @@
16551663
"0.33.0",
16561664
"0.34.0",
16571665
"0.35.0",
1658-
"0.36.0"
1666+
"0.36.0",
1667+
"0.37.0"
16591668
]
16601669
}
16611670
]

0 commit comments

Comments
 (0)