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-docs-tool
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 5cb124c
Choose a base ref
...
head repository: docker/cli-docs-tool
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3149c91
Choose a head ref
  • 14 commits
  • 7 files changed
  • 5 contributors

Commits on Sep 5, 2023

  1. Bump actions/checkout from 3 to 4

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

Commits on Sep 12, 2023

  1. Bump docker/bake-action from 3 to 4

    Bumps [docker/bake-action](https://github.com/docker/bake-action) from 3 to 4.
    - [Release notes](https://github.com/docker/bake-action/releases)
    - [Commits](docker/bake-action@v3...v4)
    
    ---
    updated-dependencies:
    - dependency-name: docker/bake-action
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Sep 12, 2023
    Configuration menu
    Copy the full SHA
    71c94ac View commit details
    Browse the repository at this point in the history
  2. Merge pull request #41 from docker/dependabot/github_actions/docker/b…

    …ake-action-4
    
    Bump docker/bake-action from 3 to 4
    crazy-max authored Sep 12, 2023
    Configuration menu
    Copy the full SHA
    8fb1ba2 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #40 from docker/dependabot/github_actions/actions/…

    …checkout-4
    
    Bump actions/checkout from 3 to 4
    crazy-max authored Sep 12, 2023
    Configuration menu
    Copy the full SHA
    3895c94 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2023

  1. Bump actions/setup-go from 4 to 5

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

Commits on Dec 15, 2023

  1. Bump actions/upload-artifact from 3 to 4

    Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4.
    - [Release notes](https://github.com/actions/upload-artifact/releases)
    - [Commits](actions/upload-artifact@v3...v4)
    
    ---
    updated-dependencies:
    - dependency-name: actions/upload-artifact
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Dec 15, 2023
    Configuration menu
    Copy the full SHA
    7830626 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #44 from docker/dependabot/github_actions/actions/…

    …setup-go-5
    
    Bump actions/setup-go from 4 to 5
    crazy-max authored Dec 15, 2023
    Configuration menu
    Copy the full SHA
    8f25173 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #45 from docker/dependabot/github_actions/actions/…

    …upload-artifact-4
    
    Bump actions/upload-artifact from 3 to 4
    crazy-max authored Dec 15, 2023
    Configuration menu
    Copy the full SHA
    e1a3957 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2024

  1. Configuration menu
    Copy the full SHA
    21d7de3 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2024

  1. Merge pull request #46 from docker/dependabot/github_actions/codecov/…

    …codecov-action-4
    
    build(deps): bump codecov/codecov-action from 3 to 4
    crazy-max authored Feb 6, 2024
    Configuration menu
    Copy the full SHA
    f588677 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2024

  1. Improve boolean flag documentation generation

    Update the documentation generation logic to include values in Type and Default columns for boolean flags that have true as a default value.
    This change addresses the need for users to differentiate between boolean flags that require explicit negation.
    
    Signed-off-by: George Margaritis <[email protected]>
    gmargaritis committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    e795250 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #48 from gmargaritis/47-improve-boolean-flag-docum…

    …entation
    
    Improve boolean flag documentation generation
    crazy-max authored Feb 12, 2024
    Configuration menu
    Copy the full SHA
    40b8303 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2024

  1. yaml: add processing for internal links, and tests

    Signed-off-by: David Karlsson <[email protected]>
    dvdksn committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    869802d View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2024

  1. Merge pull request #49 from dvdksn/rewrite-internal-links

    yaml: add processing for internal links, and tests
    crazy-max authored Feb 19, 2024
    Configuration menu
    Copy the full SHA
    3149c91 View commit details
    Browse the repository at this point in the history
Loading