collector version at v0.35.0, incompatible to be built with components that are at a newer collector version
What is the new behavior?
collector version at v0.60.0
Pull request checklist
Please check if your PR fulfills the following requirements:
[x] Tests(make test) for the changes have been added (for bug fixes / features) and pass
[x] Docs have been reviewed and added / updated if needed (for bug fixes / features)
[x] Lint (make lint) has passed locally and any fixes were made for failures
Pull request type
Please check the type of change your PR introduces:
[ ] Bugfix
[ ] Feature
[ ] Code style update (formatting, renaming)
[ ] Refactoring (no functional changes, no api changes)
[x] Build related changes
[ ] Documentation content changes
[ ] Other (please describe):
Does this introduce a breaking change?
[x] Yes
[ ] No
breaking change in "go.opentelemetry.io/collector/config/confighttp" package's HTTPServerSettings struct: previously included CORS settings inline, now it has a separate CORSSettings struct.
What is the current behavior?
collector version at v0.35.0, incompatible to be built with components that are at a newer collector version
What is the new behavior?
collector version at v0.60.0
Pull request checklist
Please check if your PR fulfills the following requirements:
make test
) for the changes have been added (for bug fixes / features) and passmake lint
) has passed locally and any fixes were made for failuresPull request type
Please check the type of change your PR introduces:
Does this introduce a breaking change?
breaking change in
"go.opentelemetry.io/collector/config/confighttp"
package'sHTTPServerSettings
struct: previously included CORS settings inline, now it has a separate CORSSettings struct.Other information