-
Notifications
You must be signed in to change notification settings - Fork 139
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* chore: release v16.0.0 * chore: it should be containers.runtime
- Loading branch information
Showing
4 changed files
with
7 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,6 @@ | ||
# Git: Pull Repos | ||
# Containers step | ||
|
||
1. The output of "Pulling <repository path>" has been moved behind the | ||
--verbose flag / [misc] configuration block. | ||
|
||
# Configuration | ||
|
||
1. The `enable_winget` configuration entry in the `windows` section has been | ||
removed because it will not cause any issues and will be enabled by default. | ||
* New default behavior: In the previous versions, if you have both Docker and | ||
Podman installed, Podman will be used by Topgrade. Now the default option | ||
has been changed to Docker. This can be overridden by setting the | ||
`containers.runtime` option in the configuration TOML to "podman". |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +0,0 @@ | ||
# Containers step | ||
|
||
+ New default behavior: Docker is the runtime selected by default. This can be overridden by setting the `container.runtime` option in the configuration TOML to "podman". | ||
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters