mirror of
https://github.com/sourcegraph/sourcegraph.git
synced 2026-02-06 17:11:49 +00:00
upgrade cadvisor to v0.42.0 (#26126)
This commit is contained in:
parent
afdd5f5453
commit
8a8c050f1d
@ -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
|
||||
|
||||
|
||||
@ -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"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user