upgrade cadvisor to v0.42.0 (#26126)

This commit is contained in:
Geoffrey Gilmore 2021-10-14 16:02:09 -07:00 committed by GitHub
parent afdd5f5453
commit 8a8c050f1d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View File

@ -26,6 +26,7 @@ All notable changes to Sourcegraph are documented in this file.
- When running a commit or diff query, the accepted values of `before` and `after` have changed from "whatever git accepts" to a [slightly more strict subset](https://docs.sourcegraph.com/code_search/reference/language#before) of that. [#25414](https://github.com/sourcegraph/sourcegraph/pull/25414)
- Search contexts are now enabled by default in the Sourcegraph enterprise version. [#25674](https://github.com/sourcegraph/sourcegraph/pull/25674)
- Code Insights background queries will now retry a maximum of 10 times (down from 100). [#26057](https://github.com/sourcegraph/sourcegraph/pull/26057)
- Our `sourcegraph/cadvisor` Docker image has been upgraded to cadvisor version `v0.42.0`. [#26126](https://github.com/sourcegraph/sourcegraph/pull/26126)
### Fixed

View File

@ -1,5 +1,5 @@
FROM gcr.io/cadvisor/cadvisor:v0.39.2@sha256:77d1df2341c420adde2282ec06b281d704d3f73e4fe9d56c5120c05353758d03
LABEL com.sourcegraph.cadvisor.version=v0.39.2
FROM gcr.io/cadvisor/cadvisor:v0.42.0@sha256:f240a164f49ec49c5e633c1871c24e641e5dfdd8d2ea54aeb2f2b06d7e7cc980
LABEL com.sourcegraph.cadvisor.version=v0.42.0
ARG COMMIT_SHA="unknown"
ARG DATE="unknown"