From af92ca87d82026e700c29eea922f23e3a8aff2dc Mon Sep 17 00:00:00 2001 From: Pablo Baeyens Date: Wed, 31 Jul 2024 10:42:04 +0200 Subject: [PATCH] [chore] Explicitly note that service and otelcol are not part of 1.0 (#10643) #### Description 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. --- docs/ga-roadmap.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/ga-roadmap.md b/docs/ga-roadmap.md index 37928f8edc3..1e3502c0139 100644 --- a/docs/ga-roadmap.md +++ b/docs/ga-roadmap.md @@ -38,6 +38,7 @@ Additionally, when considering bug reports we will prioritize: Explicitly, the following are not in the scope of v1 for the purposes of this document: * stabilization of additional components/APIs needed by distribution maintainers. Vendors are not the audience + * 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. * Collector Builder * telemetrygen * mdatagen