Skip to content
This repository has been archived by the owner on Apr 9, 2020. It is now read-only.

Commit

Permalink
Updating changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
fearenales committed Sep 28, 2016
1 parent f4a7c9d commit e72adb0
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,27 +6,28 @@ This project adheres to [Semantic Versioning](http://semver.org/).
## v0.19.0 - (2016-09-28)

* Bug
* [Core] Simplification the images downloads process;
* [Core] Simplification of images download process;
* [Core] Fixing regex bug in expand envs (not expand numbers: `$1` or `${2}`);
* [Core] Adding image envs in expand envs variable process;
* [Core] Adding support to escape variables in command options (shell and system);
* [Cli] Fixing error thrown when 'azk scale' command was run, regardless it was successful or not;
* [Cli] Fixing error thrown when `azk scale` command was run, regardless of it being successful or not;
* [Cli] Fixing escape character in `azk vm ssh`;
* [Sync] Fixing bug when the path to be synced contained whitespace (#672);
* [Sync] Fixing bug for when the path to be synced contained whitespace (#672);
* [Sync] Removing `system.name` from the destination sync path, which avoids multiple syncs for extended systems;
* [Systems] Fixing load envs from file with `=` in value;

* Enhancements
* [Suggestions] Refactoring court to support more suggestion for one evidence;
* [Suggestions] Adding support wordpress;
* [Suggestions] Refactoring court to support more suggestions for one evidence;
* [Suggestions] Adding support to WordPress;
* [Core] Adding support to Docker Registry API v2;
* [Core] Support images of other repositories beyond Docker Hub;
* [Sync] Adding support special characters in sync paths;
* [Sync] Updating `chokidar` lib (file watching), for a better performance and bug fixes;
* [Sync] Adding support to special characters in sync paths;
* [Sync] Updating `chokidar` lib (file watching), for better performance and bug fixes;
* [Sync] Refactoring the sync system to sync the file tree from the modified file, not the whole tree;
* [Sync] Improving support to `.gitignore` file, ensuring all the paths listed in it are properly resolved;
* [Sync] Improving fault tolerance for the sync process;
* [Sync] Removing a synced folder shouldn't break the agent nor the sync process;
* [Package] Adding `ubuntu 16.04` support;
* [Package] Adding support to `Ubuntu 16.04`;
* [Balancer] Support for tweaking Load Balancer settings via environment (`AZK_BALANCER_{WORKERS,WORKER_MAX_SOCKETS,TCP_TIMEOUT,DEAD_BACKEND_TTL}`);

## v0.18.0 - (2016-04-07)
Expand Down

0 comments on commit e72adb0

Please sign in to comment.