Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 2.66 KB

File metadata and controls

38 lines (25 loc) · 2.66 KB

v2.0.0-beta3 -> v2.0.0

Features

  • 203fd0d config: ignore comments in config:push

Fixes

  • f22a325 cmd: return error on bad limit parse
  • 848b3a6 cmd: split only twice at most
  • cb24ddb cmd: strip printLogs with only one newline
  • aaf5e78 apps:create: Better output when --no-remote used
  • 54e365b (all): fix missing error checks caught by ineffassign
  • 1e64709 (all): correct spelling mistakes and linting problems caught by misspell and golint

Documentation

  • 7283e7c README: add note to move binary elsewhere in PATH
  • 348f2b2 badge: added code-beat badge
  • ee40d59 CHANGELOG.md: update for v2.0.0-beta3

Maintenance

  • 23e1970 version: bump client version to 2.0.0
  • 2ff93ba cmd/config.go: DEIS_RELEASE -> WORKFLOW_RELEASE
  • c48c568 git: Make builder git remote use different hostname

v2.0.0-beta2 -> v2.0.0-beta3

Features

  • 6fb32bf registry: add support for setting private registry information per application

Fixes

  • 80ce942 logger: Split on the double new lines when printing log messages
  • c673253 controller: use django HttpResponse for logs
  • 852b0b0 registry: add a missing case statement for registry in deis.go