-
Notifications
You must be signed in to change notification settings - Fork 243
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
[dev] Updating dev branch to match with main #2972
Closed
Closed
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
* Update cyphar/filepath-securejoin and sirupsen/logrus versions * Create patch file to update Update cyphar/filepath-securejoin and sirupsen/logrus versions * Revert "Update cyphar/filepath-securejoin and sirupsen/logrus versions" This reverts commit d145754. * Revert "Create patch file to update Update cyphar/filepath-securejoin and sirupsen/logrus versions" This reverts commit ef52353. * Include replace statments to Update cyphar/filepath-securejoin and sirupsen/logrus versions * Go mod tidy * bump version to v0.33.2 * Update version number * Update go Version to 1.20.9 * go mod vendor * Increase go linter timeout
Upgrade go version to 1.20.10 and collector version
…us versions (#2393) * Update cyphar/filepath-securejoin and sirupsen/logrus versions * go mod vendor and update go land to 1.20.9 * Update version number
Merge the release/v0.33.x branch into main
…#2388) * Add logs components * Log componeent tests in CI * Seperate job to run logs tests * Modify needs for the GH job * Add docker setup in job * Change path in CI and add needs in release-candidate * Modify tests to table driven * Remove if for action * Modify Desc * Use corretto, add need for e2e release * Remove Qemu --------- Co-authored-by: ZahidMirza95 <[email protected]>
* Add new test * Adjust file filters * start collector first * fix typo * add file prefix * add test for non restart * Add test case for clean start * Do not execute copy if default dir is provided * remove extra whitespace * Fix config equality check * add test --------- Co-authored-by: Vasi Vasireddy <[email protected]>
* Use OTEL collector v0.86.0 * Remove gradle wrapper * Update x/net, disable cache in gradle * Not Needed to remove cache
* Bump collector to v0.88.0 * Bump vers * Update eks targets * testbed tidy
* Use Feature gate StageBeta * Modify/remove the tests as components in stageBeta are added by default * modiy the testenable to testdisable scenario
Co-authored-by: bryan-aguilar <[email protected]>
[release/v0.42.x] Prepare release v0.42.0
[release/v0.42.x] Bump go version `1.22.10`
[release/v0.42.x] Bump golang.org/x/net v0.33.0
[chore] Merge release/v0.42.x to main
update the PR number
[release/v0.41.x]bump x/net and crypto dependencies to prepare for release v0.41.2
[release/v0.41.x] cherry-pick:pin markdown lint due to 3.12.2
[chore] Merge release/v0.41.x to main
add test cases for EKS 1.30 and 1.31
[chore] Modify EKS cluster in test cases
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:
Updating dev branch w.r.t main, so can be used to test feature development.
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.