summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.cirrus.yml6
-rw-r--r--docs/source/markdown/podman-stats.1.md6
2 files changed, 7 insertions, 5 deletions
diff --git a/.cirrus.yml b/.cirrus.yml
index 41e3d8078..1ec825d00 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -811,9 +811,9 @@ release_task:
release_test_task:
name: "Optional Release Test"
alias: release_test
- # Release-PRs are never ever marked with [CI:DOCS] or [CI:BUILD]
- only_if: *not_build
- # Allow running manually as part of release PR preperation
+ # Release-PRs always include "release" or "Bump" in the title
+ only_if: $CIRRUS_CHANGE_TITLE =~ '.*((release)|(bump)).*'
+ # Allow running manually only as part of release-related builds
# see RELEASE_PROCESS.md
trigger_type: manual
depends_on:
diff --git a/docs/source/markdown/podman-stats.1.md b/docs/source/markdown/podman-stats.1.md
index 765bdabee..a1a156b10 100644
--- a/docs/source/markdown/podman-stats.1.md
+++ b/docs/source/markdown/podman-stats.1.md
@@ -98,8 +98,10 @@ ID NAME MEM USAGE / LIMIT
6eae9e25a564 clever_bassi 3.031MB / 16.7GB
```
-Note: When using a slirp4netns network, the traffic send via the port forwarding will be accounted
-to the `lo` device. Traffic accounted to `lo` is not accounted in the stats output.
+Note: When using a slirp4netns network with the rootlesskit port
+handler, the traffic send via the port forwarding will be accounted to
+the `lo` device. Traffic accounted to `lo` is not accounted in the
+stats output.
## SEE ALSO