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.33.3
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.33.4
Choose a head ref
  • 14 commits
  • 15 files changed
  • 7 contributors

Commits on Aug 5, 2025

  1. server: ensure CNI teardown prevents IP leaks with missing netns

    Signed-off-by: Sohan Kunkerkar <sohank2602@gmail.com>
    sohankunkerkar authored and openshift-cherrypick-robot committed Aug 5, 2025
    Configuration menu
    Copy the full SHA
    a3336a1 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2025

  1. Merge pull request #9382 from openshift-cherrypick-robot/cherry-pick-…

    …9372-to-release-1.33
    
    [release-1.33] server: ensure CNI teardown prevents IP leaks with missing netns
    openshift-merge-bot[bot] authored Aug 6, 2025
    Configuration menu
    Copy the full SHA
    22d4f06 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2025

  1. OCI artifact: pull image before artifact

    We turn the logic for pulling artifacts vs images around to try pulling
    the image first. Reason is that there are a bunch of error cases
    (unauthorized registry access, disconnected environments or
    ImageTagMirrorSet configurations) which are not covered by OCI
    artifacts. To avoid regressing that behavior we now focus on pulling
    images first before giving artifacts a try.
    
    Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
    saschagrunert authored and openshift-cherrypick-robot committed Aug 12, 2025
    Configuration menu
    Copy the full SHA
    f7566eb View commit details
    Browse the repository at this point in the history
  2. Merge pull request #9399 from openshift-cherrypick-robot/cherry-pick-…

    …9367-to-release-1.33
    
    [release-1.33] : OCI artifact: pull image before artifact
    openshift-merge-bot[bot] authored Aug 12, 2025
    Configuration menu
    Copy the full SHA
    fde1f77 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2025

  1. server: validate memory usage before applying limit decreases

    This change validates memory limits against current usage
    from cgroup files instead of stale cAdvisor cache.
    
    Signed-off-by: Sohan Kunkerkar <sohank2602@gmail.com>
    sohankunkerkar authored and openshift-cherrypick-robot committed Aug 13, 2025
    Configuration menu
    Copy the full SHA
    8e0dc35 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2025

  1. Configuration menu
    Copy the full SHA
    eaa7ec8 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2025

  1. Fix potential panic when it fails to parse ref name.

    Signed-off-by: Ayato Tokubi <atokubi@redhat.com>
    bitoku authored and openshift-cherrypick-robot committed Aug 18, 2025
    Configuration menu
    Copy the full SHA
    0f9ff66 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2025

  1. inspect: add hostnetwork information

    which could allow cadvisor to choose not to report network metrics
    
    Signed-off-by: Peter Hunt <pehunt@redhat.com>
    haircommander authored and openshift-cherrypick-robot committed Aug 20, 2025
    Configuration menu
    Copy the full SHA
    a27c359 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #9413 from openshift-cherrypick-robot/cherry-pick-…

    …9411-to-release-1.33
    
    [release-1.33] inspect: add hostnetwork information
    openshift-merge-bot[bot] authored Aug 20, 2025
    Configuration menu
    Copy the full SHA
    307ea29 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2025

  1. Merge pull request #9408 from openshift-cherrypick-robot/cherry-pick-…

    …9407-to-release-1.33
    
    [release-1.33] Fix potential panic when crio fails to parse artifact's ref name.
    openshift-merge-bot[bot] authored Aug 25, 2025
    Configuration menu
    Copy the full SHA
    bb04ce8 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2025

  1. Update nixpkgs

    Signed-off-by: Sunnatillo <sunnat.samadov@est.tech>
    Sunnatillo committed Sep 1, 2025
    Configuration menu
    Copy the full SHA
    f0532cc View commit details
    Browse the repository at this point in the history
  2. version: bump to 1.33.4

    Signed-off-by: Kubernetes Release Robot <k8s-release-robot@users.noreply.github.com>
    Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
    k8s-release-robot authored and saschagrunert committed Sep 1, 2025
    Configuration menu
    Copy the full SHA
    6d41f6c View commit details
    Browse the repository at this point in the history
  3. Merge pull request #9444 from Nordix/uplift-nixpkgs

    [release-1.33] Update nixpkgs
    openshift-merge-bot[bot] authored Sep 1, 2025
    Configuration menu
    Copy the full SHA
    fc134a1 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2025

  1. Merge pull request #9441 from cri-o/release-1.33.4

    Bump version to 1.33.4
    openshift-merge-bot[bot] authored Sep 2, 2025
    Configuration menu
    Copy the full SHA
    60c6d8d View commit details
    Browse the repository at this point in the history
Loading