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.0
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.1
Choose a head ref
  • 11 commits
  • 12 files changed
  • 6 contributors

Commits on Sep 10, 2024

  1. Use nanosecond timestamp for evented pleg pod status

    Fixes #8580
    
    Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
    saschagrunert authored and openshift-cherrypick-robot committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    abb6a43 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2024

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

    …8582-to-release-1.31
    
    [release-1.31] Use nanosecond timestamp for evented pleg pod status
    openshift-merge-bot[bot] authored Sep 11, 2024
    Configuration menu
    Copy the full SHA
    dbff860 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 <kwilczynski@redhat.com>
    kwilczynski authored and openshift-cherrypick-robot committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    4b55a11 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

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

    …8572-to-release-1.31
    
    [release-1.31] Pin govulncheck to specific version to match Go version requirements
    openshift-merge-bot[bot] authored Sep 18, 2024
    Configuration menu
    Copy the full SHA
    f1e70e5 View commit details
    Browse the repository at this point in the history
  2. image: serialize RegistryImageReferences when checking signatures

    So we can check a signature of an image that has both a tag and a digest
    
    Signed-off-by: Peter Hunt <pehunt@redhat.com>
    haircommander authored and openshift-cherrypick-robot committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    2d27da0 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #8618 from openshift-cherrypick-robot/cherry-pick-…

    …8605-to-release-1.31
    
    [release-1.31] image: serialize RegistryImageReferences when checking signatures
    openshift-merge-bot[bot] authored Sep 18, 2024
    Configuration menu
    Copy the full SHA
    12d6e5e View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2024

  1. tests: improve wait_for_log to allow multiple calls for the same message

    wait_for_log looks at crio logs and waits for the given message to appear.
    If the message is already in the logs, it gets out immediately.
    
    To allow waiting for another occurence of the same message, we're making
    it output the timestamp of the first occurence that it finds.
    The caller can keep that information and provide it as a second parameter
    to wait_for_log, in which case wait_for_log will start waiting for
    the message after the given timestamp.
    
    Signed-off-by: Julien Ropé <jrope@redhat.com>
    littlejawa authored and openshift-cherrypick-robot committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    7d4f035 View commit details
    Browse the repository at this point in the history
  2. test: fix empty pinned_images test

    As the test is doing multiple reloads, it was hard to use wait_for_log to synchronize
    on the end of the reload process.
    With the modification on wait_for_log to allow waiting for multiple occurences of a
    log message, we can simplify this test, and make sure it's actually in sync.
    
    Keeping only one "wait_for_log" calls should be enough then - no need for multiple
    synchronization points, and the config validation is done by the calls to "crictl images".
    
    Fixes: #8324
    
    Signed-off-by: Julien Ropé <jrope@redhat.com>
    littlejawa authored and openshift-cherrypick-robot committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    a673a7c View commit details
    Browse the repository at this point in the history
  3. Merge pull request #8632 from openshift-cherrypick-robot/cherry-pick-…

    …8399-to-release-1.31
    
    [release-1.31] ci: fix reload config for empty pinned image test
    openshift-merge-bot[bot] authored Sep 30, 2024
    Configuration menu
    Copy the full SHA
    92a56de View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

  1. version: bump to 1.31.1

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

    Bump version to 1.31.1
    openshift-merge-bot[bot] authored Oct 1, 2024
    Configuration menu
    Copy the full SHA
    1328c76 View commit details
    Browse the repository at this point in the history
Loading