@devcontainers/cli
Advanced tools
Comparing version 0.58.0 to 0.59.0
@@ -5,2 +5,10 @@ # Change Log | ||
## April 2024 | ||
### [0.59.0] | ||
- Propagate --cache-from to buildx build. (https://github.com/devcontainers/cli/pull/638) | ||
- Disable cache on feature build when `--build-no-cache` is passed. (https://github.com/devcontainers/cli/pull/790) | ||
- Qualify local image for Podman. (https://github.com/microsoft/vscode-remote-release/issues/9748) | ||
- Stop races docker-compose.devcontainer.containerFeatures file. (https://github.com/devcontainers/cli/issues/801) | ||
## March 2024 | ||
@@ -7,0 +15,0 @@ |
{ | ||
"name": "@devcontainers/cli", | ||
"description": "Dev Containers CLI", | ||
"version": "0.58.0", | ||
"version": "0.59.0", | ||
"bin": { | ||
@@ -6,0 +6,0 @@ "devcontainer": "devcontainer.js" |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1926602