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: docker/cli
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v27.3.0
Choose a base ref
...
head repository: docker/cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v27.3.1
Choose a head ref
  • 8 commits
  • 6 files changed
  • 2 contributors

Commits on Sep 20, 2024

  1. telemetry: fix early meterprovider shutdown

    In 4b5a196, we changed the CLI global
    meter provider shutdown in order to handle any error returned by the
    metric export.
    
    Unfortunately, we dropped a `defer` during the fix, which
    causes the meter provider to be immediately shutdown after being created
    and metrics to not be collected/exporter.
    
    Signed-off-by: Laura Brehm <[email protected]>
    (cherry picked from commit 1355d7e)
    Signed-off-by: Laura Brehm <[email protected]>
    laurazard committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    460f1be View commit details
    Browse the repository at this point in the history
  2. Merge pull request #5457 from laurazard/backport-dropped-defer

    [27.x backport] telemetry: fix early meterprovider shutdown
    laurazard authored Sep 20, 2024
    Configuration menu
    Copy the full SHA
    f052003 View commit details
    Browse the repository at this point in the history
  3. vendor: github.com/docker/docker v27.3.0

    no diff, just re-tagged; moby/moby@v27.3.0-rc.2...v27.3.0
    
    Signed-off-by: Sebastiaan van Stijn <[email protected]>
    thaJeztah committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    8546958 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #5458 from thaJeztah/27.x_bump_engine3

    [27.x] vendor: github.com/docker/docker v27.3.0
    laurazard authored Sep 20, 2024
    Configuration menu
    Copy the full SHA
    4aac415 View commit details
    Browse the repository at this point in the history
  5. Dockerfile: update compose to v2.29.7

    Update the compose cli plugin used in the dev-container
    
    full diff: docker/compose@v2.29.4...v2.29.7
    
    Signed-off-by: Sebastiaan van Stijn <[email protected]>
    (cherry picked from commit ce26ebc)
    Signed-off-by: Sebastiaan van Stijn <[email protected]>
    thaJeztah committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    a4149b0 View commit details
    Browse the repository at this point in the history
  6. Update VERSION file to v27.3.1-dev

    Signed-off-by: Laura Brehm <[email protected]>
    (cherry picked from commit 91c90a9)
    Signed-off-by: Laura Brehm <[email protected]>
    laurazard committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    be9b9f3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    263ba95 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #5462 from thaJeztah/27.x_backport_bump_compose

    [27.x] Dockerfile: update compose to v2.29.7
    laurazard authored Sep 20, 2024
    Configuration menu
    Copy the full SHA
    ce12230 View commit details
    Browse the repository at this point in the history
Loading