File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 22
33## To Be Released
44
5+ ## v2.0.3 - 2025-10-31
6+
7+ * Update module name to add /v2
8+ * Deps: go.opentelemetry.io/auto/sdk to v1.2.1 (indirect)
9+ * Deps: golang.org/x/sync to v0.17.0 (indirect)
10+
511## v2.0.2 - 2025-09-25
612
713* Correctly handle error when CPU monitoring fails because cgroup has been deleted (container stopped)
Original file line number Diff line number Diff line change 1- # Acadock Monitoring - Docker container monitoring v2.0.2
1+ # Acadock Monitoring - Docker container monitoring v2.0.3
22
33This webservice provides live data on Docker containers. It takes
44data from the Linux kernel control groups and from the namespace of
@@ -88,7 +88,7 @@ Bump new version number in:
8888Commit, tag and create a new release:
8989
9090``` sh
91- version=" 2.0.2 "
91+ version=" 2.0.3 "
9292
9393git switch --create release/${version}
9494git add CHANGELOG.md README.md
You can’t perform that action at this time.
0 commit comments