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: v28.4.0
Choose a base ref
...
head repository: moby/moby
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v28.5.0-rc.1
Choose a head ref
  • 14 commits
  • 91 files changed
  • 5 contributors

Commits on Sep 9, 2025

  1. Dockerfile.windows: remove deprecated 7Zip4Powershell

    `tar` utility is included in Windows 10 (17063+) and Windows Server
    2019+ so we can use it directly.
    
    Signed-off-by: Paweł Gronowski <[email protected]>
    (cherry picked from commit 8c8324b)
    Signed-off-by: Paweł Gronowski <[email protected]>
    vvoland committed Sep 9, 2025
    Configuration menu
    Copy the full SHA
    81da1cf View commit details
    Browse the repository at this point in the history
  2. Merge pull request #50938 from vvoland/50936-28.x

    [28.x backport] Dockerfile.windows: remove deprecated 7Zip4Powershell
    austinvazquez authored Sep 9, 2025
    Configuration menu
    Copy the full SHA
    46dcd7f View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2025

  1. api/swagger: remove temporary "full" example for image config

    This example was added in 5e0e34f so that
    the deprecated fields could be omitted from the example. Those fields were
    removed from the swagger in 4dc961d, but
    the temporary example was not removed.
    
    This patch removes the example, in favor of the per-field examples, which
    were already in place.
    
    Signed-off-by: Sebastiaan van Stijn <[email protected]>
    (cherry picked from commit 7bfbb6e)
    Signed-off-by: Paweł Gronowski <[email protected]>
    thaJeztah authored and vvoland committed Sep 24, 2025
    Configuration menu
    Copy the full SHA
    608fdeb View commit details
    Browse the repository at this point in the history
  2. api/docs: remove temporary "full" example for image config (v1.50, v1…

    ….51)
    
    This example was added in 5e0e34f so that
    the deprecated fields could be omitted from the example. Those fields were
    removed from the swagger in 4dc961d, but
    the temporary example was not removed.
    
    This patch removes the example, in favor of the per-field examples, which
    were already in place.
    
    Signed-off-by: Sebastiaan van Stijn <[email protected]>
    (cherry picked from commit 0fe1af9)
    Signed-off-by: Paweł Gronowski <[email protected]>
    thaJeztah authored and vvoland committed Sep 24, 2025
    Configuration menu
    Copy the full SHA
    6d311b4 View commit details
    Browse the repository at this point in the history
  3. ipams: Re-enable legacy remote plugins support

    Signed-off-by: Olli Janatuinen <[email protected]>
    (cherry picked from commit aa49231)
    Signed-off-by: Paweł Gronowski <[email protected]>
    olljanat authored and vvoland committed Sep 24, 2025
    Configuration menu
    Copy the full SHA
    1b0ba3b View commit details
    Browse the repository at this point in the history
  4. vendor: github.com/moby/buildkit v0.25.0-rc1

    full diff: moby/buildkit@v0.24.0...v0.25.0-rc1
    
    Signed-off-by: Paweł Gronowski <[email protected]>
    vvoland committed Sep 24, 2025
    Configuration menu
    Copy the full SHA
    22e0cb2 View commit details
    Browse the repository at this point in the history
  5. hack: use custom ref for buildkit tests

    Signed-off-by: Tonis Tiigi <[email protected]>
    Signed-off-by: Paweł Gronowski <[email protected]>
    (cherry picked from commit e8d3609)
    Signed-off-by: Paweł Gronowski <[email protected]>
    tonistiigi authored and vvoland committed Sep 24, 2025
    Configuration menu
    Copy the full SHA
    80ac399 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #51034 from vvoland/50910-28.x

    [28.x backport] api/docs: remove temporary "full" example for image config
    vvoland authored Sep 24, 2025
    Configuration menu
    Copy the full SHA
    3aa032e View commit details
    Browse the repository at this point in the history
  7. Merge pull request #51035 from vvoland/51009-28.x

    [28.x backport] ipams: Re-enable legacy remote plugins support
    austinvazquez authored Sep 24, 2025
    Configuration menu
    Copy the full SHA
    b7496d9 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #51032 from vvoland/51029-28.x

    [28.x] vendor: github.com/moby/buildkit v0.25.0-rc1
    vvoland authored Sep 24, 2025
    Configuration menu
    Copy the full SHA
    d21856f View commit details
    Browse the repository at this point in the history
  9. 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