@devcontainers/cli
Advanced tools
Comparing version 0.50.2 to 0.51.1
@@ -5,2 +5,11 @@ # Change Log | ||
## August 2023 | ||
### [0.51.1] | ||
- Handle missing entry in /etc/passwd gracefully (https://github.com/microsoft/vscode-remote-release/issues/8875) | ||
### [0.51.0] | ||
- Add `--cache-to` option to `devcontainer build` command (https://github.com/devcontainers/cli/pull/570) | ||
- Fix: Fallback when getent is not available (https://github.com/microsoft/vscode-remote-release/issues/8811) | ||
## July 2023 | ||
@@ -7,0 +16,0 @@ |
{ | ||
"name": "@devcontainers/cli", | ||
"description": "Dev Containers CLI", | ||
"version": "0.50.2", | ||
"version": "0.51.1", | ||
"bin": { | ||
@@ -6,0 +6,0 @@ "devcontainer": "devcontainer.js" |
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
1946651
8336