File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,12 @@ Notable changes.
44
55## August 2024
66
7+ ### [ 0.68.0]
8+ - 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 )
9+ - Publish metadata on Template OCI manifests (https://github.com/devcontainers/cli/pull/865)
10+ - Add `--omit-paths` option to `templates apply` command (https://github.com/devcontainers/cli/pull/868)
11+ - Add `templates metadata` command (https://github.com/devcontainers/cli/pull/866)
12+
713### [ 0.67.0]
814- Fix containerEnv substitution. (https://github.com/microsoft/vscode-remote-release/issues/10033 )
915
Original file line number Diff line number Diff line change 11{
22 "name" : " @devcontainers/cli" ,
33 "description" : " Dev Containers CLI" ,
4- "version" : " 0.67 .0" ,
4+ "version" : " 0.68 .0" ,
55 "bin" : {
66 "devcontainer" : " devcontainer.js"
77 },
You can’t perform that action at this time.
0 commit comments