From a60c66c36f7724d01e818c0e011aba3b68aabac3 Mon Sep 17 00:00:00 2001 From: Pablo Baeyens Date: Wed, 19 Mar 2025 13:51:32 +0100 Subject: [PATCH 1/2] Stabilize configauth and extensionauth --- .chloggen/mx-psi_configauth-1.0.yaml | 25 +++++++++++++++++++++++++ .chloggen/mx-psi_extensionauth-1.0.yaml | 25 +++++++++++++++++++++++++ versions.yaml | 4 ++-- 3 files changed, 52 insertions(+), 2 deletions(-) create mode 100644 .chloggen/mx-psi_configauth-1.0.yaml create mode 100644 .chloggen/mx-psi_extensionauth-1.0.yaml diff --git a/.chloggen/mx-psi_configauth-1.0.yaml b/.chloggen/mx-psi_configauth-1.0.yaml new file mode 100644 index 000000000000..d744ff663415 --- /dev/null +++ b/.chloggen/mx-psi_configauth-1.0.yaml @@ -0,0 +1,25 @@ +# Use this changelog template to create an entry for release notes. + +# One of 'breaking', 'deprecation', 'new_component', 'enhancement', 'bug_fix' +change_type: enhancement + +# The name of the component, or a single word describing the area of concern, (e.g. otlpreceiver) +component: configauth + +# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`). +note: Mark module as stable + +# One or more tracking issues or pull requests related to the change +issues: [9476] + +# (Optional) One or more lines of additional information to render under the primary note. +# These lines will be padded with 2 spaces and then inserted directly into the document. +# Use pipe (|) for multiline entries. +subtext: + +# Optional: The change log or logs in which this entry should be included. +# e.g. '[user]' or '[user, api]' +# Include 'user' if the change is relevant to end users. +# Include 'api' if there is a change to a library API. +# Default: '[user]' +change_logs: [api] diff --git a/.chloggen/mx-psi_extensionauth-1.0.yaml b/.chloggen/mx-psi_extensionauth-1.0.yaml new file mode 100644 index 000000000000..dc25186cd42c --- /dev/null +++ b/.chloggen/mx-psi_extensionauth-1.0.yaml @@ -0,0 +1,25 @@ +# Use this changelog template to create an entry for release notes. + +# One of 'breaking', 'deprecation', 'new_component', 'enhancement', 'bug_fix' +change_type: enhancement + +# The name of the component, or a single word describing the area of concern, (e.g. otlpreceiver) +component: extensionauth + +# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`). +note: Mark module as stable + +# One or more tracking issues or pull requests related to the change +issues: [11006] + +# (Optional) One or more lines of additional information to render under the primary note. +# These lines will be padded with 2 spaces and then inserted directly into the document. +# Use pipe (|) for multiline entries. +subtext: + +# Optional: The change log or logs in which this entry should be included. +# e.g. '[user]' or '[user, api]' +# Include 'user' if the change is relevant to end users. +# Include 'api' if there is a change to a library API. +# Default: '[user]' +change_logs: [api] diff --git a/versions.yaml b/versions.yaml index aaf163fefee4..9120db2699ee 100644 --- a/versions.yaml +++ b/versions.yaml @@ -15,6 +15,7 @@ module-sets: - go.opentelemetry.io/collector/confmap/provider/httpprovider - go.opentelemetry.io/collector/confmap/provider/httpsprovider - go.opentelemetry.io/collector/confmap/provider/yamlprovider + - go.opentelemetry.io/collector/config/configauth - go.opentelemetry.io/collector/config/configopaque - go.opentelemetry.io/collector/config/configcompression - go.opentelemetry.io/collector/config/configretry @@ -22,6 +23,7 @@ module-sets: - go.opentelemetry.io/collector/config/confignet - go.opentelemetry.io/collector/consumer - go.opentelemetry.io/collector/extension + - go.opentelemetry.io/collector/extension/extensionauth - go.opentelemetry.io/collector/receiver beta: version: v0.122.1 @@ -36,7 +38,6 @@ module-sets: - go.opentelemetry.io/collector/component/componentstatus - go.opentelemetry.io/collector/component/componenttest - go.opentelemetry.io/collector/confmap/xconfmap - - go.opentelemetry.io/collector/config/configauth - go.opentelemetry.io/collector/config/configgrpc - go.opentelemetry.io/collector/config/confighttp - go.opentelemetry.io/collector/config/confighttp/xconfighttp @@ -57,7 +58,6 @@ module-sets: - go.opentelemetry.io/collector/exporter/otlpexporter - go.opentelemetry.io/collector/exporter/otlphttpexporter - go.opentelemetry.io/collector/exporter/xexporter - - go.opentelemetry.io/collector/extension/extensionauth - go.opentelemetry.io/collector/extension/extensionauth/extensionauthtest - go.opentelemetry.io/collector/extension/extensioncapabilities - go.opentelemetry.io/collector/extension/extensiontest From 78b2aad11bea2480290f190a3983df4bb59a8772 Mon Sep 17 00:00:00 2001 From: Pablo Baeyens Date: Wed, 26 Mar 2025 11:21:37 +0100 Subject: [PATCH 2/2] Only mark extensionauth as 1.0 --- .chloggen/mx-psi_configauth-1.0.yaml | 25 ------------------------- versions.yaml | 2 +- 2 files changed, 1 insertion(+), 26 deletions(-) delete mode 100644 .chloggen/mx-psi_configauth-1.0.yaml diff --git a/.chloggen/mx-psi_configauth-1.0.yaml b/.chloggen/mx-psi_configauth-1.0.yaml deleted file mode 100644 index d744ff663415..000000000000 --- a/.chloggen/mx-psi_configauth-1.0.yaml +++ /dev/null @@ -1,25 +0,0 @@ -# Use this changelog template to create an entry for release notes. - -# One of 'breaking', 'deprecation', 'new_component', 'enhancement', 'bug_fix' -change_type: enhancement - -# The name of the component, or a single word describing the area of concern, (e.g. otlpreceiver) -component: configauth - -# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`). -note: Mark module as stable - -# One or more tracking issues or pull requests related to the change -issues: [9476] - -# (Optional) One or more lines of additional information to render under the primary note. -# These lines will be padded with 2 spaces and then inserted directly into the document. -# Use pipe (|) for multiline entries. -subtext: - -# Optional: The change log or logs in which this entry should be included. -# e.g. '[user]' or '[user, api]' -# Include 'user' if the change is relevant to end users. -# Include 'api' if there is a change to a library API. -# Default: '[user]' -change_logs: [api] diff --git a/versions.yaml b/versions.yaml index 9120db2699ee..d885226b1e3d 100644 --- a/versions.yaml +++ b/versions.yaml @@ -15,7 +15,6 @@ module-sets: - go.opentelemetry.io/collector/confmap/provider/httpprovider - go.opentelemetry.io/collector/confmap/provider/httpsprovider - go.opentelemetry.io/collector/confmap/provider/yamlprovider - - go.opentelemetry.io/collector/config/configauth - go.opentelemetry.io/collector/config/configopaque - go.opentelemetry.io/collector/config/configcompression - go.opentelemetry.io/collector/config/configretry @@ -38,6 +37,7 @@ module-sets: - go.opentelemetry.io/collector/component/componentstatus - go.opentelemetry.io/collector/component/componenttest - go.opentelemetry.io/collector/confmap/xconfmap + - go.opentelemetry.io/collector/config/configauth - go.opentelemetry.io/collector/config/configgrpc - go.opentelemetry.io/collector/config/confighttp - go.opentelemetry.io/collector/config/confighttp/xconfighttp