File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 2
2
3
3
Notable changes.
4
4
5
+ ## January 2025
6
+
7
+ ### [ 0.73.0]
8
+ - Fix: TypeError: Cannot read properties of undefined (reading 'fsPath') (https://github.com/devcontainers/cli/issues/895 )
9
+ - Fix: Log output of failing lifecycle scripts (https://github.com/devcontainers/cli/issues/845 )
10
+ - Fix: Escaping of metadata in Docker Compose file (https://github.com/devcontainers/cli/issues/904 )
11
+ - Fix: Re-authenticate against OCI registry after 403 error (https://github.com/devcontainers/cli/pull/945 )
12
+
5
13
## November 2024
6
14
7
15
### [ 0.72.0]
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @devcontainers/cli" ,
3
3
"description" : " Dev Containers CLI" ,
4
- "version" : " 0.72 .0" ,
4
+ "version" : " 0.73 .0" ,
5
5
"bin" : {
6
6
"devcontainer" : " devcontainer.js"
7
7
},
You can’t perform that action at this time.
0 commit comments