-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
29a7700
commit e2248ba
Showing
1 changed file
with
13 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# CHANGELOG | ||
|
||
## v0.3.4 (unreleased) | ||
|
||
**NOTE**: | ||
This changelog is for upcoming release `v0.3.4`. Anyone who builds `ch` from source has these updates but the binary has not been released yet. | ||
|
||
- `ch update` command | ||
- will re-build or re-pull the latest image for the environment | ||
- improved error when install script is run on Linux | ||
- install script relies on `unzip` command on Unix which is installed by default on macOS | ||
- if `unzip` command fails, script prints out how to install on Debian-based and Arch-based distros | ||
- dependency upgrades for `containerd` security vulnerabilities |