Skip to content

Commit

Permalink
Merge branch 'release/1.0.0-alpha.13'
Browse files Browse the repository at this point in the history
  • Loading branch information
dinesh committed Apr 21, 2018
2 parents 20a7c08 + 03bbce0 commit 503df93
Show file tree
Hide file tree
Showing 94 changed files with 6,169 additions and 819 deletions.
22 changes: 21 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,26 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## [UNRELEASED] - 0000-00-00

## [1.0.0-alpha.13] - 2018-04-21
### Fixes
- [CLI] Remove code and description from GRCP errors
- [API] Skipping ephemeral pods while log streaming
- [CLI] `ps` should list recent pods with tabular format (Added cpu, memory fields)
- [API] Don't stream logs from crashed/failed pods
- Sort environment variables in API response
- AWS nginx ingress controller to respect `Path: /`
- Async support for streaming logs from mutiple processes.
- Making `datacol run` independent of shell
### Added
- [CLI] Added domains:{add, remove} API
- [CLI] Renaming command `ps scale` to `scale`
- [CLI] Renaming command `build list` to `builds`
- [API] version label into k8s deployments
- Paging for `GET /v1/builds` API
- [CLI] Tabular output for listing apps and builds
- [CLI] `STACK` env var for `datacol env`, `datacol infra`
- [CLI] Number of logs lines for process logs (`--lines 10`)

## [1.0.0-alpha.12] - 2018-03-27
### Added
- [CLI] `ps` to support container status
Expand All @@ -14,7 +34,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- AWS elasticsearch support
- Websocket connection for streaming logs and Running one-off commands
- Added `--ref` flag into deploy cmd
- Proxy support through bastion Host
- Proxy support through bastion Host
### Fixed
- CLI improvements
- [CLI] Bump default version of GCP cluster to `1.7.14-gke.1`
Expand Down
14 changes: 13 additions & 1 deletion Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -74,4 +74,4 @@ required = [
version = "~1.13.0"

[[constraint]]
name = "github.com/mholt/archiver"
name = "github.com/mholt/archiver"
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version=1.0.0-alpha.12
version=1.0.0-alpha.13
MODEL_PROTO_DIR=./api/models
SERVICE_PROTO_DIR=./api/controller
VEDNOR_GOOGLE_APIS=./vendor/github.com/grpc-ecosystem/grpc-gateway/third_party/googleapis
Expand Down
Loading

0 comments on commit 503df93

Please sign in to comment.