Skip to content

Commit d00db63

Browse files
committed
0.59.0
1 parent 0890ccf commit d00db63

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
Notable changes.
44

5+
## April 2024
6+
7+
### [0.59.0]
8+
- Propagate --cache-from to buildx build. (https://github.com/devcontainers/cli/pull/638)
9+
- Disable cache on feature build when `--build-no-cache` is passed. (https://github.com/devcontainers/cli/pull/790)
10+
- Qualify local image for Podman. (https://github.com/microsoft/vscode-remote-release/issues/9748)
11+
- Stop races docker-compose.devcontainer.containerFeatures file. (https://github.com/devcontainers/cli/issues/801)
12+
513
## March 2024
614

715
### [0.58.0]

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@devcontainers/cli",
33
"description": "Dev Containers CLI",
4-
"version": "0.58.0",
4+
"version": "0.59.0",
55
"bin": {
66
"devcontainer": "devcontainer.js"
77
},

0 commit comments

Comments
 (0)