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

Commits on Jan 26, 2026

  1. Update .gitreview for bugfix/11.4

    Change-Id: I44a5925281abda5ff881988ae176c301ed9451d1
    Signed-off-by: OpenStack Release Bot <[email protected]>
    Generated-By: openstack/project-config:roles/copy-release-tools-scripts/files/release-tools/functions
    openstackadmin committed Jan 26, 2026
    Configuration menu
    Copy the full SHA
    35e98aa View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2026

  1. Fix a several tests so they pass in both tox py3 and cover

    Tests fixed:
     - TestBaseAgent.test__wait_for_interface_expired
     - TestWaitForDhcp.test_timeout
     - TestStandbyExtension.test_execute_bootc_install
     - TestStandbyExtension.test_execute_bootc_install_minimal
    
    There seems to be some discrepancy in how time() calls are handled. Also
    async result timing in general.
    
    Change-Id: Ia289f7c3f758758306d34eab1e26f071b47ad88e
    Signed-off-by: Clif Houck <[email protected]>
    ClifHouck committed Jun 16, 2026
    Configuration menu
    Copy the full SHA
    e182e01 View commit details
    Browse the repository at this point in the history
  2. Add a flag to disable installing bootloaders

    Disables bootloader installations (calls to grub-install)
    for security reasons as part of the mitigation for CVE-2026-43003.
    
    Depends-On: https://review.opendev.org/c/openstack/ironic/+/990724
    Related-Bug: 2148310
    Change-Id: I10c88426d5838820ecf6853dca5b3878dc29bdf4
    Signed-off-by: Clif Houck <[email protected]>
    Signed-off-by: Jay Faulkner <[email protected]>
    ClifHouck committed Jun 16, 2026
    Configuration menu
    Copy the full SHA
    c44aab9 View commit details
    Browse the repository at this point in the history
Loading