chore: release v16.0.0 (#925)
* chore: release v16.0.0 * chore: it should be containers.runtime
This commit is contained in:
@@ -1,9 +1,6 @@
|
|||||||
# Git: Pull Repos
|
# Containers step
|
||||||
|
|
||||||
1. The output of "Pulling <repository path>" has been moved behind the
|
* New default behavior: In the previous versions, if you have both Docker and
|
||||||
--verbose flag / [misc] configuration block.
|
Podman installed, Podman will be used by Topgrade. Now the default option
|
||||||
|
has been changed to Docker. This can be overridden by setting the
|
||||||
# Configuration
|
`containers.runtime` option in the configuration TOML to "podman".
|
||||||
|
|
||||||
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.
|
|
||||||
|
|||||||
@@ -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".
|
|
||||||
|
|||||||
2
Cargo.lock
generated
2
Cargo.lock
generated
@@ -2770,7 +2770,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "topgrade"
|
name = "topgrade"
|
||||||
version = "15.0.0"
|
version = "16.0.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"cfg-if",
|
"cfg-if",
|
||||||
"chrono",
|
"chrono",
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ keywords = ["upgrade", "update"]
|
|||||||
license = "GPL-3.0"
|
license = "GPL-3.0"
|
||||||
repository = "https://github.com/topgrade-rs/topgrade"
|
repository = "https://github.com/topgrade-rs/topgrade"
|
||||||
rust-version = "1.76.0"
|
rust-version = "1.76.0"
|
||||||
version = "15.0.0"
|
version = "16.0.0"
|
||||||
authors = ["Roey Darwish Dror <roey.ghost@gmail.com>", "Thomas Schönauer <t.schoenauer@hgs-wt.at>"]
|
authors = ["Roey Darwish Dror <roey.ghost@gmail.com>", "Thomas Schönauer <t.schoenauer@hgs-wt.at>"]
|
||||||
exclude = ["doc/screenshot.gif", "BREAKINGCHANGES_dev.md"]
|
exclude = ["doc/screenshot.gif", "BREAKINGCHANGES_dev.md"]
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|||||||
Reference in New Issue
Block a user