+
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.32.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.32.1
Choose a head ref
  • 18 commits
  • 32 files changed
  • 6 contributors

Commits on Jan 3, 2025

  1. server: fix panic when default annotations are specified

    Signed-off-by: Peter Hunt <pehunt@redhat.com>
    haircommander authored and openshift-cherrypick-robot committed Jan 3, 2025
    Configuration menu
    Copy the full SHA
    6e44ed6 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #8886 from openshift-cherrypick-robot/cherry-pick-…

    …8867-to-release-1.32
    
    [release-1.32] server: fix panic when default annotations are specified
    openshift-merge-bot[bot] authored Jan 3, 2025
    Configuration menu
    Copy the full SHA
    e6ab043 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2025

  1. Update containernetworking/plugins Go package release to v1.6.2

    The upstream project pulled the release v1.6.1, which was allegedly
    incorectly released. The new version has been released in liu of the one
    that has been pulled.
    
    Signed-off-by: Krzysztof Wilczyński <kwilczynski@redhat.com>
    Krzysztof Wilczyński committed Jan 9, 2025
    Configuration menu
    Copy the full SHA
    b57566b View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2025

  1. Cherry-pick changes from containers/storage project

    Cherry-pick the following changes:
    
      - containers/storage/pull#2162
      - containers/storage/pull#2185
    
    Signed-off-by: Krzysztof Wilczyński <kwilczynski@redhat.com>
    Krzysztof Wilczyński committed Jan 22, 2025
    Configuration menu
    Copy the full SHA
    890c75c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #8903 from kwilczynski/feature/backport-updates-to…

    …-release-1.32
    
    [release-1.32] OCPBUGS-48198: Cherry-pick changes from containers/storage project
    openshift-merge-bot[bot] authored Jan 22, 2025
    Configuration menu
    Copy the full SHA
    22a9592 View commit details
    Browse the repository at this point in the history
  3. Cherry-pick changes from containers/image project

    Cherry-pick the following changes:
    
      - containers/image/pull#2636
      - containers/image/pull#2643
    
    Signed-off-by: Krzysztof Wilczyński <kwilczynski@redhat.com>
    Krzysztof Wilczyński committed Jan 22, 2025
    Configuration menu
    Copy the full SHA
    fffe627 View commit details
    Browse the repository at this point in the history
  4. watchdog: decouple CNI plugin initialization from CRI-O health checks

    Signed-off-by: Sohan Kunkerkar <sohank2602@gmail.com>
    sohankunkerkar authored and openshift-cherrypick-robot committed Jan 22, 2025
    Configuration menu
    Copy the full SHA
    612f43a View commit details
    Browse the repository at this point in the history
  5. Merge pull request #8932 from openshift-cherrypick-robot/cherry-pick-…

    …8911-to-release-1.32
    
    [release-1.32] [OCPBUGS-48334] watchdog: Decouple CNI plugin initialization from CRI-O health checks
    openshift-merge-bot[bot] authored Jan 22, 2025
    Configuration menu
    Copy the full SHA
    2d726c4 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2025

  1. Merge pull request #8902 from kwilczynski/feature/backport-image-upda…

    …tes-to-release-1.32
    
    [release-1.32] Cherry-pick changes from containers/image project
    openshift-merge-bot[bot] authored Jan 23, 2025
    Configuration menu
    Copy the full SHA
    90f9f85 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2025

  1. Avoid using UpdateContainerStatus for ReopenContainerLog and add logs…

    … tests
    
    Signed-off-by: Ayato Tokubi <atokubi@redhat.com>
    bitoku authored and openshift-cherrypick-robot committed Jan 28, 2025
    Configuration menu
    Copy the full SHA
    99ca981 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #8947 from openshift-cherrypick-robot/cherry-pick-…

    …8868-to-release-1.32
    
    [release-1.32] Avoid using UpdateContainerStatus for ReopenContainerLog
    openshift-merge-bot[bot] authored Jan 28, 2025
    Configuration menu
    Copy the full SHA
    8b11aa2 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2025

  1. Bump containers/storage

    Signed-off-by: Ayato Tokubi <atokubi@redhat.com>
    bitoku committed Jan 31, 2025
    Configuration menu
    Copy the full SHA
    5c8f66f View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2025

  1. version: bump to 1.32.1

    Signed-off-by: Kubernetes Release Robot <k8s-release-robot@users.noreply.github.com>
    k8s-release-robot committed Feb 1, 2025
    Configuration menu
    Copy the full SHA
    f168b6b View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2025

  1. Merge pull request #8965 from bitoku/release-1.32-bump-storage

    [release-1.32] Bump containers/storage
    openshift-merge-bot[bot] authored Feb 2, 2025
    Configuration menu
    Copy the full SHA
    ffeb715 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2025

  1. internal/linklogs: sanitize the directory path before using it

    Signed-off-by: Sohan Kunkerkar <sohank2602@gmail.com>
    sohankunkerkar committed Feb 3, 2025
    Configuration menu
    Copy the full SHA
    d4a9f6b View commit details
    Browse the repository at this point in the history
  2. test: add test coverage for LinkLogs malicious paths

    Signed-off-by: Sohan Kunkerkar <sohank2602@gmail.com>
    sohankunkerkar committed Feb 3, 2025
    Configuration menu
    Copy the full SHA
    1b98ce0 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #8976 from sohankunkerkar/release-1.32

    [release-1.32] CVE: Fix path traversal in CRI-O log handling
    openshift-merge-bot[bot] authored Feb 3, 2025
    Configuration menu
    Copy the full SHA
    e14f4d3 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #8969 from cri-o/release-1.32.1

    Bump version to 1.32.1
    openshift-merge-bot[bot] authored Feb 3, 2025
    Configuration menu
    Copy the full SHA
    217bc2f View commit details
    Browse the repository at this point in the history
Loading
点击 这是indexloc提供的php浏览器服务,不要输入任何密码和下载