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.28.10
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.28.11
Choose a head ref
  • 14 commits
  • 12 files changed
  • 6 contributors

Commits on Aug 10, 2024

  1. internal/oci: improve container termination process in killContainer

    This change aims to reduce unnecessary kill attempts and error logs
    when terminating containers that have already stopped or don't exist.
    
    Signed-off-by: Sohan Kunkerkar <[email protected]>
    sohankunkerkar authored and openshift-cherrypick-robot committed Aug 10, 2024
    Configuration menu
    Copy the full SHA
    05e5086 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

  1. Change process metrics collector log levels

    Signed-off-by: Krzysztof Wilczyński <[email protected]>
    Krzysztof Wilczyński authored and openshift-cherrypick-robot committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    999910e View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2024

  1. Remove Podman lookup dependency

    Signed-off-by: Sascha Grunert <[email protected]>
    saschagrunert authored and Krzysztof Wilczyński committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    bdc785b View commit details
    Browse the repository at this point in the history
  2. server/*: Fix bug to add gid in /etc/group

    When securityContext of runAsGroup is added the
    gid has to be added in /etc/group. This PR has
    changes to add gid value under /etc/group
    Test case to verify the addition of the same
    is also being added
    
    Signed-off-by: PannagaRamamanohara <[email protected]>
    PannagaRao authored and Krzysztof Wilczyński committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    c39cd00 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

  1. Fix container stats label filter

    We need to filter the labels for each container to be able to support
    the corresponding cri-tools feature.
    
    Fixes: kubernetes-sigs/cri-tools#950
    
    Signed-off-by: Sascha Grunert <[email protected]>
    saschagrunert authored and openshift-cherrypick-robot committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    8fa8414 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2024

  1. Pin govulncheck to specific version to match Go version requirements

    Signed-off-by: Krzysztof Wilczyński <[email protected]>
    Krzysztof Wilczyński committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    df0263b View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

  1. Pin govulncheck to specific version to match Go version requirements

    Signed-off-by: Krzysztof Wilczyński <[email protected]>
    Krzysztof Wilczyński committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    b31a87c View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

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

    …7836-to-release-1.28
    
    [release-1.28] Change process metrics collector log levels
    openshift-merge-bot[bot] authored Sep 18, 2024
    Configuration menu
    Copy the full SHA
    1f2000c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #8564 from kwilczynski/feature/backport-8251-to-re…

    …lease-1.28
    
    [release-1.28] OCPBUGS-41245: server/*: Fix a bug where the GID is not added to /etc/group when run_as_group is set
    openshift-merge-bot[bot] authored Sep 18, 2024
    Configuration menu
    Copy the full SHA
    54ced80 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #8616 from kwilczynski/feature/backport-8572-to-re…

    …lease-1.28
    
    [release-1.28] Pin govulncheck to specific version to match Go version requirements
    openshift-merge-bot[bot] authored Sep 18, 2024
    Configuration menu
    Copy the full SHA
    4f488bf View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

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

    …8240-to-release-1.28
    
    [release-1.28] Fix container stats label filter
    openshift-merge-bot[bot] authored Sep 19, 2024
    Configuration menu
    Copy the full SHA
    494fb1a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #8474 from openshift-cherrypick-robot/cherry-pick-…

    …8434-to-release-1.28
    
    [release-1.28] internal/oci: improve container termination process in killContainer
    openshift-merge-bot[bot] authored Sep 19, 2024
    Configuration menu
    Copy the full SHA
    7a788e6 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

  1. version: bump to 1.28.11

    Signed-off-by: Kubernetes Release Robot <[email protected]>
    k8s-release-robot committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    6058166 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2024

  1. Merge pull request #8638 from cri-o/release-1.28.11

    Bump version to 1.28.11
    openshift-merge-bot[bot] authored Oct 7, 2024
    Configuration menu
    Copy the full SHA
    676f4c6 View commit details
    Browse the repository at this point in the history
Loading