-
Notifications
You must be signed in to change notification settings - Fork 16
Comparing changes
Open a pull request
base repository: docker/cli-docs-tool
base: v0.6.0
head repository: docker/cli-docs-tool
compare: v0.7.0
- 14 commits
- 7 files changed
- 5 contributors
Commits on Sep 5, 2023
-
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]>
Configuration menu - View commit details
-
Copy full SHA for 01c697a - Browse repository at this point
Copy the full SHA 01c697aView commit details
Commits on Sep 12, 2023
-
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]>
Configuration menu - View commit details
-
Copy full SHA for 71c94ac - Browse repository at this point
Copy the full SHA 71c94acView commit details -
Merge pull request #41 from docker/dependabot/github_actions/docker/b…
…ake-action-4 Bump docker/bake-action from 3 to 4
Configuration menu - View commit details
-
Copy full SHA for 8fb1ba2 - Browse repository at this point
Copy the full SHA 8fb1ba2View commit details -
Merge pull request #40 from docker/dependabot/github_actions/actions/…
…checkout-4 Bump actions/checkout from 3 to 4
Configuration menu - View commit details
-
Copy full SHA for 3895c94 - Browse repository at this point
Copy the full SHA 3895c94View commit details
Commits on Dec 7, 2023
-
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]>
Configuration menu - View commit details
-
Copy full SHA for 5f724db - Browse repository at this point
Copy the full SHA 5f724dbView commit details
Commits on Dec 15, 2023
-
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]>
Configuration menu - View commit details
-
Copy full SHA for 7830626 - Browse repository at this point
Copy the full SHA 7830626View commit details -
Merge pull request #44 from docker/dependabot/github_actions/actions/…
…setup-go-5 Bump actions/setup-go from 4 to 5
Configuration menu - View commit details
-
Copy full SHA for 8f25173 - Browse repository at this point
Copy the full SHA 8f25173View commit details -
Merge pull request #45 from docker/dependabot/github_actions/actions/…
…upload-artifact-4 Bump actions/upload-artifact from 3 to 4
Configuration menu - View commit details
-
Copy full SHA for e1a3957 - Browse repository at this point
Copy the full SHA e1a3957View commit details
Commits on Feb 1, 2024
-
build(deps): bump codecov/codecov-action from 3 to 4
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3 to 4. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v3...v4) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 21d7de3 - Browse repository at this point
Copy the full SHA 21d7de3View commit details
Commits on Feb 6, 2024
-
Merge pull request #46 from docker/dependabot/github_actions/codecov/…
…codecov-action-4 build(deps): bump codecov/codecov-action from 3 to 4
Configuration menu - View commit details
-
Copy full SHA for f588677 - Browse repository at this point
Copy the full SHA f588677View commit details
Commits on Feb 12, 2024
-
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]>
Configuration menu - View commit details
-
Copy full SHA for e795250 - Browse repository at this point
Copy the full SHA e795250View commit details -
Merge pull request #48 from gmargaritis/47-improve-boolean-flag-docum…
…entation Improve boolean flag documentation generation
Configuration menu - View commit details
-
Copy full SHA for 40b8303 - Browse repository at this point
Copy the full SHA 40b8303View commit details
Commits on Feb 13, 2024
-
yaml: add processing for internal links, and tests
Signed-off-by: David Karlsson <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 869802d - Browse repository at this point
Copy the full SHA 869802dView commit details
Commits on Feb 19, 2024
-
Merge pull request #49 from dvdksn/rewrite-internal-links
yaml: add processing for internal links, and tests
Configuration menu - View commit details
-
Copy full SHA for 3149c91 - Browse repository at this point
Copy the full SHA 3149c91View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.6.0...v0.7.0