Closed estolfo closed 10 months ago
@estolfo What's the process for doing these updates? (I may be showing my Golang ignorance here.)
Aside: Not necessarily for this PR, I think we could use dependabot to update these deps. We could have dependabot automatically create the PRs, or clicking through the "Security" tab one can click to have it create an update PR for particular vuln reports.
I think we could use dependabot to update these deps.
I tried that. Result: https://github.com/elastic/apm-k8s-attacher/pull/93 I think that makes for a nice/clear PR with links to change logs, etc. However, now I see that it misses the script to update the notice file (and dependencies.asciidoc).
I'll back into the bushes for now, as this is getting off-topic for this update.
@trentm yeah, I went through this discovery process also. You can't simply update the go.mod
file, you have to run some other things as well...
I updated
go.mod
and then rango mod tidy
make gen-notice