Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
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-docs-tool
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.10.0
Choose a base ref
Loading
...
head repository: docker/cli-docs-tool
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.11.0
Choose a head ref
Loading
  • 18 commits
  • 7 files changed
  • 4 contributors

Commits on Aug 12, 2025

  1. build(deps): bump actions/checkout from 4 to 5

    Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v4...v5)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-version: '5'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Aug 12, 2025
    Configuration menu
    Copy the full SHA
    ad9fc27 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2025

  1. build(deps): bump actions/setup-go from 5 to 6

    Bumps [actions/setup-go](https://github.com/actions/setup-go) from 5 to 6.
    - [Release notes](https://github.com/actions/setup-go/releases)
    - [Commits](actions/setup-go@v5...v6)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-go
      dependency-version: '6'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Sep 4, 2025
    Configuration menu
    Copy the full SHA
    798386e View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2025

  1. Merge pull request #67 from docker/dependabot/github_actions/actions/…

    …checkout-5
    
    build(deps): bump actions/checkout from 4 to 5
    thaJeztah authored Sep 23, 2025
    Configuration menu
    Copy the full SHA
    8404b3e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #68 from docker/dependabot/github_actions/actions/…

    …setup-go-6
    
    build(deps): bump actions/setup-go from 5 to 6
    thaJeztah authored Sep 23, 2025
    Configuration menu
    Copy the full SHA
    3c1cdbb View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2025

  1. build(deps): bump actions/upload-artifact from 4 to 5

    Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5.
    - [Release notes](https://github.com/actions/upload-artifact/releases)
    - [Commits](actions/upload-artifact@v4...v5)
    
    ---
    updated-dependencies:
    - dependency-name: actions/upload-artifact
      dependency-version: '5'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Oct 27, 2025
    Configuration menu
    Copy the full SHA
    7520997 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2025

  1. build(deps): bump actions/checkout from 5 to 6

    Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v5...v6)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-version: '6'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Nov 21, 2025
    Configuration menu
    Copy the full SHA
    614f436 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2025

  1. Merge pull request #70 from docker/dependabot/github_actions/actions/…

    …checkout-6
    
    build(deps): bump actions/checkout from 5 to 6
    thaJeztah authored Dec 9, 2025
    Configuration menu
    Copy the full SHA
    5322be3 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #69 from docker/dependabot/github_actions/actions/…

    …upload-artifact-5
    
    build(deps): bump actions/upload-artifact from 4 to 5
    thaJeztah authored Dec 9, 2025
    Configuration menu
    Copy the full SHA
    c3f5611 View commit details
    Browse the repository at this point in the history
  3. update github.com/spf13/cobra v1.10.2, switch to go.yaml.in/yaml/v3

    Only remaining use is in testifiy, which has a pending PR to switch
    
    Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
    thaJeztah committed Dec 9, 2025
    Configuration menu
    Copy the full SHA
    f73782d View commit details
    Browse the repository at this point in the history
  4. Merge pull request #71 from thaJeztah/bump_cobra_yaml

    update github.com/spf13/cobra v1.10.2, switch to go.yaml.in/yaml/v3
    thaJeztah authored Dec 9, 2025
    Configuration menu
    Copy the full SHA
    a348444 View commit details
    Browse the repository at this point in the history
  5. Dockerfile: update github.com/google/addlicense to v1.2.0

    full diff: google/addlicense@v1.1.1...v1.2.0
    
    Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
    thaJeztah committed Dec 9, 2025
    Configuration menu
    Copy the full SHA
    add3d76 View commit details
    Browse the repository at this point in the history
  6. Dockerfile: update golangci-lint to v2.7.1

    Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
    thaJeztah committed Dec 9, 2025
    Configuration menu
    Copy the full SHA
    441abe9 View commit details
    Browse the repository at this point in the history
  7. go.mod: update github.com/cpuguy83/go-md2man/v2 to v2.0.7

    full diff: cpuguy83/go-md2man@v2.0.6...v2.0.7
    
    Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
    thaJeztah committed Dec 9, 2025
    Configuration menu
    Copy the full SHA
    839c480 View commit details
    Browse the repository at this point in the history
  8. Dockerfile: update tonistiigi/xx to v1.9.0

    Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
    thaJeztah committed Dec 9, 2025
    Configuration menu
    Copy the full SHA
    619a182 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #74 from thaJeztah/bump_md2man

    go.mod: update github.com/cpuguy83/go-md2man/v2 to v2.0.7
    vvoland authored Dec 9, 2025
    Configuration menu
    Copy the full SHA
    b37b96c View commit details
    Browse the repository at this point in the history
  10. Merge pull request #73 from thaJeztah/bump_tools

    Dockerfile: update github.com/google/addlicense to v1.2.0, golangci-lint to v2.7.1, tonistiigi/xx to v1.9.0
    vvoland authored Dec 9, 2025
    Configuration menu
    Copy the full SHA
    6b9343f View commit details
    Browse the repository at this point in the history
  11. example: update dependencies

    Nothing critical, just updating to something more current
    
    Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
    thaJeztah committed Dec 9, 2025
    Configuration menu
    Copy the full SHA
    6770aad View commit details
    Browse the repository at this point in the history
  12. Merge pull request #72 from thaJeztah/bump_example

    example: update dependencies
    vvoland authored Dec 9, 2025
    Configuration menu
    Copy the full SHA
    bf00773 View commit details
    Browse the repository at this point in the history
Loading
Morty Proxy This is a proxified and sanitized view of the page, visit original site.