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.30.2
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.30.3
Choose a head ref
  • 11 commits
  • 18 files changed
  • 5 contributors

Commits on Jun 4, 2024

  1. Don't fail CI on GitHub pages push

    Updating the [release notes GitHub pages](https://cri-o.github.io/cri-o)
    can lead into merge conflicts if multiple jobs run on a
    single branch in parallel (for example for merge commits and tags). We
    do not consider this as fatal error any more, because we need the
    release notes output for the next CI steps.
    
    Failure ref: https://github.com/cri-o/cri-o/actions/runs/9350292608/job/25733441349#step:5:271
    
    Signed-off-by: Sascha Grunert <[email protected]>
    saschagrunert authored and openshift-cherrypick-robot committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    17f8080 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #8252 from openshift-cherrypick-robot/cherry-pick-…

    …8247-to-release-1.30
    
    [release-1.30] Don't fail CI on GitHub pages push
    openshift-merge-bot[bot] authored Jun 4, 2024
    Configuration menu
    Copy the full SHA
    5f1a879 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2024

  1. release-notes: Skip first commit

    Skip the first commit to avoid issues like:
    #8249
    
    Signed-off-by: Sascha Grunert <[email protected]>
    saschagrunert authored and openshift-cherrypick-robot committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    f46f03c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #8292 from openshift-cherrypick-robot/cherry-pick-…

    …8273-to-release-1.30
    
    [release-1.30] release-notes: Skip first commit
    openshift-merge-bot[bot] authored Jun 18, 2024
    Configuration menu
    Copy the full SHA
    63c7834 View commit details
    Browse the repository at this point in the history
  3. high perf hooks: short circut when writing cpuset values

    Signed-off-by: Peter Hunt <[email protected]>
    haircommander authored and openshift-cherrypick-robot committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    cea365b View commit details
    Browse the repository at this point in the history
  4. server: remove container after failed start

    The kubelet isn't going to try again to start a container, instead opting to recreate it.
    Thus, this container will get leaked (until the pod cgroup is deleted)
    
    This has impacts in disabling cpu load balancing on v2, as the container cgroup sticking around
    means the target cpus are in use, breaking the kernel's exclusivity rule
    
    Signed-off-by: Peter Hunt <[email protected]>
    haircommander authored and openshift-cherrypick-robot committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    9c40df2 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #8297 from openshift-cherrypick-robot/cherry-pick-…

    …8288-to-release-1.30
    
    [release-1.30] server: clean up container after it failed to start
    openshift-merge-bot[bot] authored Jun 18, 2024
    Configuration menu
    Copy the full SHA
    fbfc68d View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2024

  1. Configuration menu
    Copy the full SHA
    cb924f7 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #8323 from sohankunkerkar/release-1.30.1

    [release-1.30] Reload config should remove pinned images when an empty list is provided
    openshift-merge-bot[bot] authored Jun 28, 2024
    Configuration menu
    Copy the full SHA
    1fc2de0 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2024

  1. version: bump to 1.30.3

    Signed-off-by: Kubernetes Release Robot <[email protected]>
    k8s-release-robot committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    b061d5e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #8327 from cri-o/release-1.30.3

    Bump version to 1.30.3
    openshift-merge-bot[bot] authored Jul 1, 2024
    Configuration menu
    Copy the full SHA
    8750e76 View commit details
    Browse the repository at this point in the history
Loading