-
Notifications
You must be signed in to change notification settings - Fork 241
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add kafka receiver/exporter and confmap providers #1945
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Signed-off-by: Raphael Silva <rapphil@gmail.com>
Use different test framework branch for dev branch
Signed-off-by: Raphael Silva <rapphil@gmail.com>
…ly-ec2-tests Enable only EC2 tests for the dev branch
Update dev branch with the latest from mainline + modifications
Signed-off-by: Raphael Silva <rapphil@gmail.com>
Signed-off-by: Raphael Silva <rapphil@gmail.com>
Signed-off-by: Raphael Silva <rapphil@gmail.com>
…-dev Update dev branch to match mainline.
[dev] fix IAM Roles used in CI workflow
Add ECS tests to the CI workflow of dev branch
Signed-off-by: Raphael Silva <rapphil@gmail.com>
Add support to kafka receiver/exporter
Signed-off-by: Raphael Silva <rapphil@gmail.com>
Signed-off-by: Raphael Silva <rapphil@gmail.com>
Signed-off-by: Raphael Silva <rapphil@gmail.com>
Signed-off-by: Raphael Silva <rapphil@gmail.com>
Signed-off-by: Raphael Silva <rapphil@gmail.com>
Signed-off-by: Raphael Silva <rapphil@gmail.com>
Signed-off-by: Raphael Silva <rapphil@gmail.com>
Signed-off-by: Raphael Silva <rapphil@gmail.com>
Signed-off-by: Raphael Silva <rapphil@gmail.com>
Signed-off-by: Raphael Silva <rapphil@gmail.com>
Signed-off-by: Raphael Silva <rapphil@gmail.com>
Co-authored-by: Anthony Mirabella <a9@aneurysm9.com>
Signed-off-by: Raphael Silva <rapphil@gmail.com>
…s-dev Add new components to dev branch
* [chore]- Merge release/v0.25.0 branch to main v0.68.0 (#1792) * update allowlist to include operator version 0.68.0 (#1783) * update allowlist to include operator version 0.68.0 * Updating allowlist * Add ref for cache-from value (#1778) (#1787) Co-authored-by: bryan-aguilar <46550959+bryan-aguilar@users.noreply.github.com> * Use us-west-2 region in prod (#1794) --------- Co-authored-by: Paurush Garg <62579325+PaurushGarg@users.noreply.github.com> Co-authored-by: bryan-aguilar <46550959+bryan-aguilar@users.noreply.github.com> * Limit Cocurrent jobs to 4 (#1795) * Added retry wait time of 10 sec between failed jobs (#1796) * Login public ECR to increase rate limit (#1798) * Add PR build creds (#1803) * Remove wait duration and max concurrency (#1805) * Support version upgrade for MSI packages (#1808) * update windows package * add unique product ID * Linting * Add unique Product ID string * move major upgrade below package tag * Generate GUID using GUIDgen * Update tools/packaging/windows/aws-otel-collector.wxs Co-authored-by: bryan-aguilar <46550959+bryan-aguilar@users.noreply.github.com> * Update sed search pattern * Update tools/release/bump-version-and-create-release-note.sh * Update tools/release/bump-version-and-create-release-note.sh Co-authored-by: Anthony Mirabella <a9@aneurysm9.com> --------- Co-authored-by: bryan-aguilar <46550959+bryan-aguilar@users.noreply.github.com> Co-authored-by: Anthony Mirabella <a9@aneurysm9.com> * bump version to v0.26.0 (#1809) * Update Readme links for docs (#1812) Co-authored-by: bryan-aguilar <46550959+bryan-aguilar@users.noreply.github.com> --------- Co-authored-by: Vasi Vasireddy <41936996+vasireddy99@users.noreply.github.com> Co-authored-by: Paurush Garg <62579325+PaurushGarg@users.noreply.github.com> Co-authored-by: Kausik <kausika@amazon.com> Co-authored-by: Anthony Mirabella <a9@aneurysm9.com>
…h-test-framework Use dev branch in the test framework
…Linux (#1846) * Add support to remote uris in the control scripts It is now possible to pass remote uris such as http, https and s3 to the control scripts in Windows an Linux. --------- Signed-off-by: Raphael Silva <rapphil@gmail.com>
* Fix: make collector control script posix compliant * Add support to shellcheck. --------- Signed-off-by: Raphael Silva <rapphil@gmail.com>
Signed-off-by: Raphael Silva <rapphil@gmail.com>
bryan-aguilar
approved these changes
Apr 5, 2023
vasireddy99
approved these changes
Apr 5, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description:
Add support to the following new components:
Update initialization scripts to add support to these new components.
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.