-
Notifications
You must be signed in to change notification settings - Fork 82
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
Update Go dependencies #1270
Merged
Merged
Update Go dependencies #1270
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
ph
added
the
Team:Elastic-Agent-Control-Plane
Label for the Agent Control Plane team
label
Mar 29, 2022
This pull request does not have a backport label. Could you fix it @ph? 🙏
NOTE: |
mergify
bot
added
the
backport-skip
Skip notification from the automated backport with mergify
label
Mar 29, 2022
This will require more works, see elastic/beats#28716 for some of the pain. |
jlind23
reviewed
Mar 30, 2022
Some of the `indirect` dependencies required to be updated. - Update beats to latest master and the indirect dependencies - Update containerd 2.8.1 - Update distribution to 1.5.1 - Move from jwt-go golang-jwt/jwt (new maintained version)
This add the required overrides and rules for the CC0, The CC0 is in our green light list. Notes: This is an indirect dependencies coming from beats, this is present in both beats and apm-server. Both of theses project doesn't have rules or overrides in place to allow it. I've lost time to investigate why the license detector didn't raise any issue in their repository. Looking at both projects `go.sum` the dependencies is defined. If you run `go list -m all` you will see it. The output of this command result is used by our `go-licence-detector` to flag incompatible license.
ph
added
backport-v8.3.0
Automated backport with mergify
and removed
backport-skip
Skip notification from the automated backport with mergify
labels
Apr 4, 2022
ph
added a commit
to ph/fleet-server
that referenced
this pull request
Apr 4, 2022
We have seems weirds behavior in Darwin and Windows execution of the linting. Until all the errors are fixes this is a bit counter productive to run it on everything. It will just multiply the errors detected. Ref: elastic#1270
jlind23
approved these changes
Apr 4, 2022
ph
added
backport-v8.2.0
Automated backport with mergify
and removed
backport-v8.2.0
Automated backport with mergify
labels
Apr 4, 2022
mergify bot
added a commit
that referenced
this pull request
Apr 6, 2022
* Update Go dependencies Some of the `indirect` dependencies required to be updated. - Update beats to latest master and the indirect dependencies - Update containerd 2.8.1 - Update distribution to 1.5.1 - Move from jwt-go golang-jwt/jwt (new maintained version) (cherry picked from commit ba22241) * update beats (cherry picked from commit ac5cfe5) * Depends on elastic/elastic-agent modules (cherry picked from commit 1962755) * updating beats (cherry picked from commit 7eac829) * Dependencies tidy (cherry picked from commit d1cfa99) * add overrides for e2e-testing (cherry picked from commit ea589c8) * Correctly fix the `goe` dependency This add the required overrides and rules for the CC0, The CC0 is in our green light list. Notes: This is an indirect dependencies coming from beats, this is present in both beats and apm-server. Both of theses project doesn't have rules or overrides in place to allow it. I've lost time to investigate why the license detector didn't raise any issue in their repository. Looking at both projects `go.sum` the dependencies is defined. If you run `go list -m all` you will see it. The output of this command result is used by our `go-licence-detector` to flag incompatible license. (cherry picked from commit 3aa593e) * Update server.New method signature (cherry picked from commit 9d4f2e9) Co-authored-by: Pier-Hugues Pellerin <[email protected]> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
backport-v8.2.0
Automated backport with mergify
backport-v8.3.0
Automated backport with mergify
Team:Elastic-Agent-Control-Plane
Label for the Agent Control Plane team
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.
What is the problem this PR solves?
Some of the
indirect
dependencies are required to be updated.How to test this PR locally
Checklist
- [ ] I have commented my code, particularly in hard-to-understand areas- [ ] I have made corresponding changes to the documentation- [ ] I have made corresponding change to the default configuration files- [ ] I have added tests that prove my fix is effective or that my feature works-[x] I have added an entry in
CHANGELOG.next.asciidoc
orCHANGELOG-developer.next.asciidoc
.Related issues