Conversation
Signed-off-by: chrismark <chrismarkou92@gmail.com>
|
This pull request does not have a backport label. Could you fix it @ChrsMark? 🙏
NOTE: |
|
Pinging @elastic/integrations (Team:Integrations) |
|
This pull request does not have a backport label. Could you fix it @ChrsMark? 🙏
NOTE: |
| github.com/digitalocean/go-libvirt v0.0.0-20180301200012-6075ea3c39a1 | ||
| github.com/dlclark/regexp2 v1.1.7-0.20171009020623-7632a260cbaf // indirect | ||
| github.com/docker/docker v1.4.2-0.20190924003213-a8608b5b67c7 | ||
| github.com/docker/docker v20.10.7+incompatible |
There was a problem hiding this comment.
In case this version is needed for something, take into account that there is a replace for docker that we cannot easily remove without breaking community beats (see #28621 (comment)).
💚 Build Succeeded
Expand to view the summary
Build stats
Test stats 🧪
💚 Flaky test reportTests succeeded. 🤖 GitHub commentsTo re-run your PR in the CI, just comment with:
|
| github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5 | ||
| github.com/aws/aws-lambda-go v1.13.3 | ||
| github.com/aws/aws-sdk-go v1.19.48 | ||
| github.com/aws/aws-sdk-go v1.38.60 |
There was a problem hiding this comment.
@kaiyan-sheng As a follow up, would be good to figure out why we have 2 aws sdk ..
ruflin
left a comment
There was a problem hiding this comment.
I'm good moving forward with this. Somehow CI has a complaint.
Signed-off-by: chrismark <chrismarkou92@gmail.com>
452f63f to
50fff72
Compare
Signed-off-by: chrismark <chrismarkou92@gmail.com>
Signed-off-by: chrismark <chrismarkou92@gmail.com>
|
Update here. No need for the overrides in Also I remove the replace for docker since this PR will hit 8.0. |
Signed-off-by: chrismark <chrismarkou92@gmail.com>
|
This pull request is now in conflicts. Could you fix it? 🙏 |
CHANGELOG.next.asciidoc
Outdated
| - Enable IMDSv2 support for `add_cloud_metadata` processor on AWS. {issue}22101[22101] {pull}28285[28285] | ||
| - Update kubernetes.namespace from keyword to group field and add name, labels, annotations, uuid as its fields {pull}27917[27917] | ||
| - Previously, RE2 and thus Golang had a bug where `(|a)*` matched more characters than `(|a)+`. To stay consistent with PCRE, the bug was fixed. Configurations that rely on the old, buggy behaviour has to be adjusted. See more about Golang bug: https://github.com/golang/go/issues/46123 {pull}27543[27543] | ||
| - Remove replace for docker library. {pull}28716[28716] |
There was a problem hiding this comment.
This is not a user facing change 🙂 In any case we could say something as Update docker client.
Signed-off-by: chrismark <chrismarkou92@gmail.com>
|
@ChrsMark it seems this change is not in 8.0 branch, can you please backport it if needed? |
|
Ok, seen in an email thread that this is not needed in 8.0 branch. |
Copy of #28023
What does this PR do?
This PR updates the
github.com/prometheus/prometheusand makes the proper LICENCE overrides for the dependencies:This is a prerequisite for #27269
Detailed licence checks for libs:1.github.com/ajstarks/svgo-> CC-BY-4.02.github.com/bmizerany/pat-> from README.md3.github.com/cactus/go-statsd-client/statsd-> MIT4.github.com/dnaeon/go-vcr-> BSD-2-Clause5.github.com/golang/freetype-> GPL-2.06.github.com/hudl/fargo-> [MIT] from README.md7.github.com/influxdata/line-protocol-> MIT8.github.com/lightstep/lightstep-tracer-common/golang/gogo-> MIT9.github.com/pascaldekloe/goe-> CC0-1.010.github.com/streadway/handy-> [BSD 2-Clause ] from README.md11.gonum.org/v1/plot-> BSD-3-Clause