-
Notifications
You must be signed in to change notification settings - Fork 25
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
[CONTINT-4412] Upgrade k8s
dependencies
#221
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This pull request does not contain a valid label. Please add one of the following labels: bug, enhancement, refactoring, documentation, tooling, dependencies
go.mod
Outdated
|
||
require ( | ||
github.com/DataDog/datadog-operator v1.3.0 | ||
github.com/go-logr/logr v1.3.0 | ||
github.com/DataDog/datadog-operator v0.7.1-0.20241003091406-6e9e14d97438 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
does this tag correspond to main?
can we use v1.8.0
? or v1.9.0-rc.3
maybe
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This tag corresponds to the opened PR DataDog/datadog-operator#1445 because I preferred to have all the dependencies aligned and avoid having a bunch of different versions for a given dependency (like k8s.io
modules) depending on the path that pulls it.
So, this will need to be updated to a main
commit as soon as DataDog/datadog-operator#1445 will be merged.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
few comments
aa93a1d
to
792f6d0
Compare
0c95cb9
to
ad00337
Compare
|
||
require ( | ||
github.com/DataDog/datadog-operator v1.3.0 | ||
github.com/go-logr/logr v1.3.0 | ||
github.com/DataDog/datadog-operator v0.7.1-0.20241010110733-dbbe6d120655 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is the commit of DataDog/datadog-operator#1445.
To be updated as soon as this PR is merged.
c4d31f8
to
ac88e02
Compare
ac88e02
to
66e09e2
Compare
66e09e2
to
e713008
Compare
e713008
to
f389d9e
Compare
f389d9e
to
0346355
Compare
/merge |
🚂 MergeQueue: pull request added to the queue The median merge time in Use |
What does this PR do?
Update kubernetes and related dependencies.
Motivation
We need to update
watermarkpodautoscaler
to be able to update indatadog-agent
.Additional Notes
Anything else we should know when reviewing?
Describe your test plan
Write there any instructions and details you may have to test your PR.