[DON'T MERGE] test Feature arch v2 with cloudbeat#1037
[DON'T MERGE] test Feature arch v2 with cloudbeat#1037eyalkraft wants to merge 3 commits intoelastic:feature-arch-v2from
Conversation
💔 Build Failed
Expand to view the summary
Build stats
Steps errors
Expand to view the steps failures
|
|
This pull request is now in conflicts. Could you fix it? 🙏 |
| } | ||
|
|
||
| targetPath := filepath.Join(archivePath, rp) | ||
| os.MkdirAll(targetPath, 0755) |
| github.com/fsnotify/fsnotify => github.com/adriansr/fsnotify v1.4.8-0.20211018144411-a81f2b630e7c | ||
| github.com/tonistiigi/fifo => github.com/containerd/fifo v0.0.0-20190816180239-bda0ff6ed73c | ||
| //github.com/elastic/beats/v7 => github.com/fearful-symmetry/beats/v7 v1.2.2-0.20220825171527-b0d25807e2ab | ||
| github.com/elastic/beats/v7 => github.com/eyalkraft/beats/v7 v7.0.0-testv2 // forked from ^ |
There was a problem hiding this comment.
I don't think we need this on the agent side.
| package version | ||
|
|
||
| const defaultBeatVersion = "8.4.0" | ||
| const defaultBeatVersion = "8.5.0" |
There was a problem hiding this comment.
Done in the feature-arch-v2 branch via backport from main
|
Closing this, the necessary fixes have already been merged separately. Thanks! |
Changes-