You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[chore] Explicitly note that service and otelcol are not part of 1.0 (#10643)
<!--Ex. Fixing a bug - Describe the bug and how this fixes the issue.
Ex. Adding a feature - Explain what this achieves.-->
#### Description
<!-- Issue number if applicable -->
Explicitly excludes service and otelcol from 1.0 efforts.
These modules are useful for distribution maintainers but not end-users,
for which the 1.0 effort is targeted.
Copy file name to clipboardexpand all lines: docs/ga-roadmap.md
+1
Original file line number
Diff line number
Diff line change
@@ -38,6 +38,7 @@ Additionally, when considering bug reports we will prioritize:
38
38
Explicitly, the following are not in the scope of v1 for the purposes of this document:
39
39
40
40
* stabilization of additional components/APIs needed by distribution maintainers. Vendors are not the audience
41
+
* This explicitly excludes the `service` and `otelcol` modules, for which we will only guarantee that there are no breaking changes impacting end-users of the binary after 1.0, while Go API only changes will continue to be admissible until these modules are tagged as 1.0.
0 commit comments