-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #130 from r2d4/v0.1.0-release
cut v0.1.0 release
- Loading branch information
Showing
1 changed file
with
18 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,18 @@ | ||
# v0.1.0 Release - 3/2/2018 | ||
|
||
* Added `skaffold run` command | ||
* Added `skaffold dev` command | ||
* Added `skaffold version` command | ||
* Added `skaffold docker deps` command to parse dockerfile dependencies | ||
* Added `skaffold docker context` command to generate minimal docker context tar | ||
* Added Builders: Local Docker, Google Cloud Builder | ||
* Added Deployers: Kubectl, Helm | ||
* Filesystem watcher (kqueue) | ||
* Log streaming of deploy resources | ||
* Minikube optimizations | ||
* Dockerfile introspection | ||
* Added initial skaffold docker image with dependencies | ||
* Globbing filepath config fields | ||
* Added skaffold config | ||
* Added initial integration test | ||
|