Skip to content

Commit 72ba57a

Browse files
authored
Remove deprecated connectortest router helpers (#9278)
Signed-off-by: Bogdan Drutu <[email protected]>
1 parent 83d463c commit 72ba57a

File tree

3 files changed

+20
-195
lines changed

3 files changed

+20
-195
lines changed

.chloggen/router.yaml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Use this changelog template to create an entry for release notes.
2+
3+
# One of 'breaking', 'deprecation', 'new_component', 'enhancement', 'bug_fix'
4+
change_type: "breaking"
5+
6+
# The name of the component, or a single word describing the area of concern, (e.g. otlpreceiver)
7+
component: "connectortest"
8+
9+
# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
10+
note: "Remove deprecated connectortest router helpers."
11+
12+
# One or more tracking issues or pull requests related to the change
13+
issues: [9278]
14+
15+
# Optional: The change log or logs in which this entry should be included.
16+
# e.g. '[user]' or '[user, api]'
17+
# Include 'user' if the change is relevant to end users.
18+
# Include 'api' if there is a change to a library API.
19+
# Default: '[user]'
20+
change_logs: [api]

connector/connectortest/router.go

Lines changed: 0 additions & 86 deletions
This file was deleted.

connector/connectortest/router_test.go

Lines changed: 0 additions & 109 deletions
This file was deleted.

0 commit comments

Comments
 (0)