@devcontainers/cli
Advanced tools
Comparing version 0.67.0 to 0.68.0
@@ -7,2 +7,8 @@ # Change Log | ||
### [0.68.0] | ||
- Supporting changes for [Template `optionalPaths` specification](https://github.com/devcontainers/spec/blob/main/docs/specs/devcontainer-templates.md#the-optionalpaths-property) (https://github.com/microsoft/vscode-remote-release/issues/10095) | ||
- Publish metadata on Template OCI manifests (https://github.com/devcontainers/cli/pull/865) | ||
- Add `--omit-paths` option to `templates apply` command (https://github.com/devcontainers/cli/pull/868) | ||
- Add `templates metadata` command (https://github.com/devcontainers/cli/pull/866) | ||
### [0.67.0] | ||
@@ -9,0 +15,0 @@ - Fix containerEnv substitution. (https://github.com/microsoft/vscode-remote-release/issues/10033) |
{ | ||
"name": "@devcontainers/cli", | ||
"description": "Dev Containers CLI", | ||
"version": "0.67.0", | ||
"version": "0.68.0", | ||
"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
1933159
7298