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: moby/moby
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: d21856f
Choose a base ref
...
head repository: moby/moby
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 73f8d82
Choose a head ref
  • 4 commits
  • 12 files changed
  • 2 contributors

Commits on Sep 24, 2025

  1. gha: Add conditional skip for jobs with 'ci/validate-only' label

    This change adds conditional logic to skip build and test jobs when a
    pull request is labeled with 'ci/validate-only'.
    
    The `govulncheck` job in the CI workflow is intentionally excluded from
    this conditional logic, ensuring security vulnerability checks always
    run regardless of the label.
    
    Signed-off-by: Paweł Gronowski <[email protected]>
    (cherry picked from commit f0c069f)
    Signed-off-by: Sebastiaan van Stijn <[email protected]>
    vvoland authored and thaJeztah committed Sep 24, 2025
    Configuration menu
    Copy the full SHA
    9fa8529 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2025

  1. Merge pull request #51039 from thaJeztah/28.x_backport_gha-validate-only

    [28.x backport] gha: Add conditional skip for jobs with 'ci/validate-only' label
    vvoland authored Sep 25, 2025
    Configuration menu
    Copy the full SHA
    dc504e1 View commit details
    Browse the repository at this point in the history
  2. api: docs: remove deprecated BridgeNfIptables, BridgeNfIp6tables

    The `BridgeNfIptables` and `BridgeNfIp6tables` were removed in API v1.50
    in commit 6505d38, and only returned in
    lower API versions.
    
    Signed-off-by: Sebastiaan van Stijn <[email protected]>
    (cherry picked from commit 0fb46d0)
    Signed-off-by: Sebastiaan van Stijn <[email protected]>
    thaJeztah committed Sep 25, 2025
    Configuration menu
    Copy the full SHA
    1096e39 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #51038 from thaJeztah/28.x_backport_api_rm_BridgeN…

    …fIptables
    
    [28.x backport] api: docs: remove deprecated BridgeNfIptables, BridgeNfIp6tables
    vvoland authored Sep 25, 2025
    Configuration menu
    Copy the full SHA
    73f8d82 View commit details
    Browse the repository at this point in the history
Loading