Skip to content

Commit 48ae3bd

Browse files
authored
Merge pull request #187 from Scalingo/release/2.0.3
Bump v2.0.3
2 parents 23c3970 + 1e59e29 commit 48ae3bd

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
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)

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Acadock Monitoring - Docker container monitoring v2.0.2
1+
# Acadock Monitoring - Docker container monitoring v2.0.3
22

33
This webservice provides live data on Docker containers. It takes
44
data from the Linux kernel control groups and from the namespace of
@@ -88,7 +88,7 @@ Bump new version number in:
8888
Commit, tag and create a new release:
8989

9090
```sh
91-
version="2.0.2"
91+
version="2.0.3"
9292

9393
git switch --create release/${version}
9494
git add CHANGELOG.md README.md

0 commit comments

Comments
 (0)