Skip to content

Commit

Permalink
Remove deprecated funcs/types from configauth (open-telemetry#6719)
Browse files Browse the repository at this point in the history
Signed-off-by: Bogdan Drutu <bogdandrutu@gmail.com>

Signed-off-by: Bogdan Drutu <bogdandrutu@gmail.com>
  • Loading branch information
bogdandrutu authored and jaronoff97 committed Dec 14, 2022
1 parent d02f450 commit d8be368
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 83 deletions.
11 changes: 11 additions & 0 deletions .chloggen/rmconfigauth.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# One of 'breaking', 'deprecation', 'new_component', 'enhancement', 'bug_fix'
change_type: breaking

# 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: Remove deprecated funcs/types from `configauth`

# One or more tracking issues or pull requests related to the change
issues: [6719]
3 changes: 3 additions & 0 deletions config/configauth/configauth.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@
// See the License for the specific language governing permissions and
// limitations under the License.

// Package configauth implements the configuration settings to
// ensure authentication on incoming requests, and allows
// exporters to add authentication on outgoing requests.
package configauth // import "go.opentelemetry.io/collector/config/configauth"

import (
Expand Down
65 changes: 0 additions & 65 deletions config/configauth/deprecated.go

This file was deleted.

18 changes: 0 additions & 18 deletions config/configauth/doc.go

This file was deleted.

0 comments on commit d8be368

Please sign in to comment.