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: openstack/zun
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: openstack/zun
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: stable/2026.2
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 3 commits
  • 4 files changed
  • 2 contributors

Commits on Sep 9, 2026

  1. Update .gitreview for stable/2026.2

    Change-Id: Iff0470c1eb1a6213f0747f8e4092bd91946af742
    Signed-off-by: OpenStack Release Bot <infra-root@openstack.org>
    Generated-By: openstack/project-config:roles/copy-release-tools-scripts/files/release-tools/functions
    openstackadmin committed Sep 9, 2026
    Configuration menu
    Copy the full SHA
    52b4ab3 View commit details
    Browse the repository at this point in the history
  2. Update TOX_CONSTRAINTS_FILE for stable/2026.2

    Update the URL to the upper-constraints file to point to the redirect
    rule on releases.openstack.org so that anyone working on this branch
    will switch to the correct upper-constraints list automatically when
    the requirements repository branches.
    
    Until the requirements repository has as stable/2026.2 branch, tests will
    continue to use the upper-constraints list on master.
    
    Change-Id: I9fc68fe1bf925f7c77d4f38277bad7ceed67a04d
    Signed-off-by: OpenStack Release Bot <infra-root@openstack.org>
    Generated-By: openstack/project-config:roles/copy-release-tools-scripts/files/release-tools/functions
    openstackadmin committed Sep 9, 2026
    Configuration menu
    Copy the full SHA
    9365007 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2026

  1. Set shareable IPC mode for capsule sandbox

    When creating a capsule's sandbox container, set
    ipc_mode='shareable' in the host config so that child
    containers can join its IPC namespace.
    
    Docker API >= 1.30 defaults containers to IpcMode:private,
    which broke capsule creation after commit 072e4d8 bumped
    docker_remote_api_version from 1.26 to 1.40. Child
    containers that specify ipc_mode='container:<sandbox_id>'
    now fail with 'non-shareable IPC'.
    
    Closes-Bug: #2167446
    
    Change-Id: I66cff26555d24276d872679cad7e83e6c3fc9604
    Signed-off-by: Martin André <m.andre@redhat.com>
    mandre authored and anfimovir committed Sep 17, 2026
    Configuration menu
    Copy the full SHA
    5face27 View commit details
    Browse the repository at this point in the history
Loading