Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: cri-o/cri-o
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.31.12
Choose a base ref
...
head repository: cri-o/cri-o
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.31.13
Choose a head ref
  • 5 commits
  • 3 files changed
  • 3 contributors

Commits on Sep 4, 2025

  1. runtime_vm: Implement the ReopenContainerLog function

    This commit implements the ReopenContainerLog function.
    This fixes an issue where kata container logs could not be rotated.
    
    This required duplicating part of the createContainerIO function, so I am moving
    this in its own subfunction for reuse.
    
    Signed-off-by: Julien Ropé <jrope@redhat.com>
    littlejawa committed Sep 4, 2025
    Configuration menu
    Copy the full SHA
    27a243e View commit details
    Browse the repository at this point in the history
  2. tests: add a unit test for log rotation

    This commit adds a test that simulates log rotation, making sure
    that the log file can be re-opened and used as expected.
    
    Signed-off-by: Julien Ropé <jrope@redhat.com>
    littlejawa committed Sep 4, 2025
    Configuration menu
    Copy the full SHA
    9a1e718 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #9450 from littlejawa/backport_logrotate_fix_1.31

    [release-1.31] Backport kata logrotate fix
    openshift-merge-bot[bot] authored Sep 4, 2025
    Configuration menu
    Copy the full SHA
    dc59c78 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2025

  1. version: bump to 1.31.13

    Signed-off-by: Kubernetes Release Robot <k8s-release-robot@users.noreply.github.com>
    k8s-release-robot committed Oct 1, 2025
    Configuration menu
    Copy the full SHA
    6887ecc View commit details
    Browse the repository at this point in the history
  2. Merge pull request #9486 from cri-o/release-1.31.13

    Bump version to 1.31.13
    openshift-merge-bot[bot] authored Oct 1, 2025
    Configuration menu
    Copy the full SHA
    15789b8 View commit details
    Browse the repository at this point in the history
Loading