-
Notifications
You must be signed in to change notification settings - Fork 143
Comparing changes
Open a pull request
base repository: containers/conmon
base: v2.2.0
head repository: containers/conmon
compare: v2.2.1
- 16 commits
- 9 files changed
- 4 contributors
Commits on Jan 12, 2026
-
Update VERSION to 2.2.0 and rpm/conmon.spec version. Signed-off-by: Jindrich Novy <[email protected]>
1Configuration menu - View commit details
-
Copy full SHA for 27ef050 - Browse repository at this point
Copy the full SHA 27ef050View commit details
Commits on Jan 17, 2026
-
tests: Ensure necessary dependencies are available
While most of the runtime dependencies of the test harness were being checked, `socat(1)` had been overlooked. Incorporate a dependency check into the `run-tests` script for it so that the tests don't just mysteriously fail without first indicating that `socat` is required (in the same way as is done with `runc(8)` and others) Signed-off-by: Scott S. McCoy <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for de539b3 - Browse repository at this point
Copy the full SHA de539b3View commit details
Commits on Jan 19, 2026
-
Merge pull request #627 from ssmccoy/ssmccoy/socat-dependency-check
tests: Ensure necessary dependencies are available
1Configuration menu - View commit details
-
Copy full SHA for 6de0768 - Browse repository at this point
Copy the full SHA 6de0768View commit details
Commits on Feb 3, 2026
-
Fix k8s-file log format for terminating F-sequence
The k8s-file format requires the space separator between tag and content to be present even when content is empty. The terminating F-sequence generated for partial log lines was missing this mandatory space, causing podman logs to fail with "is not a valid container log line". Changed terminating F-sequence from "F\n" to "F \n" and updated byte counts accordingly. Fixed test assertions to validate the correct format. Fixes containers/podman#28014 Signed-off-by: Jindrich Novy <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 93d4e63 - Browse repository at this point
Copy the full SHA 93d4e63View commit details -
Skip test if RUNTIME_BINARY is not runc
Also rename the test to reflect the fact that it uses runc Signed-off-by: Ricardo Branco <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3bb1a4e - Browse repository at this point
Copy the full SHA 3bb1a4eView commit details -
Merge pull request #628 from ricardobranco777/crun
Skip test if RUNTIME_BINARY is not runc
1Configuration menu - View commit details
-
Copy full SHA for 79c334c - Browse repository at this point
Copy the full SHA 79c334cView commit details
Commits on Feb 4, 2026
-
Merge pull request #629 from jnovy/ffix
Fix k8s-file log format for terminating F-sequence
1Configuration menu - View commit details
-
Copy full SHA for 67718f2 - Browse repository at this point
Copy the full SHA 67718f2View commit details
Commits on Feb 10, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 894e164 - Browse repository at this point
Copy the full SHA 894e164View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8563b0a - Browse repository at this point
Copy the full SHA 8563b0aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5863a7f - Browse repository at this point
Copy the full SHA 5863a7fView commit details -
Configuration menu - View commit details
-
Copy full SHA for f8cc9d6 - Browse repository at this point
Copy the full SHA f8cc9d6View commit details -
Merge pull request #630 from jnovy/fsequence_revert
Revert F-sequence behavior
2Configuration menu - View commit details
-
Copy full SHA for 1a598b9 - Browse repository at this point
Copy the full SHA 1a598b9View commit details -
Fix EAGAIN busy-loop in drain_stdio()
Return false on EAGAIN to stop draining instead of looping. Fixes #632 Signed-off-by: Jindrich Novy <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2cf4dcd - Browse repository at this point
Copy the full SHA 2cf4dcdView commit details -
Merge pull request #633 from jnovy/cpu_load
Fix EAGAIN busy-loop in drain_stdio()
1Configuration menu - View commit details
-
Copy full SHA for 139a2c1 - Browse repository at this point
Copy the full SHA 139a2c1View commit details
Commits on Feb 11, 2026
-
1
Configuration menu - View commit details
-
Copy full SHA for c4599eb - Browse repository at this point
Copy the full SHA c4599ebView commit details
Commits on Feb 12, 2026
-
Update VERSION to 2.2.1 and rpm/conmon.spec version. Signed-off-by: Jindrich Novy <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c8cc2c4 - Browse repository at this point
Copy the full SHA c8cc2c4View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v2.2.0...v2.2.1