github.com/jkawamoto/roadie-azure@v0.3.5/CHANGELOG.md (about)

     1  ## 0.3.5 (2017-10-06)
     2  ### Update
     3  * Reduce logging messages in exec command.
     4  
     5  ### Fixed
     6  * Keep configuration files for init command so that new created instances
     7    can use them afterwards.
     8  
     9  
    10  ## 0.3.4 (2017-10-05)
    11  ### Fixed
    12  * Follow the update of roadie API.
    13  
    14  
    15  ## 0.3.3 (2017-06-19)
    16  ### Fixed
    17  * Follow the update of docker client library.
    18  
    19  
    20  ## 0.3.2 (2017-05-08)
    21  ### Fixed
    22  * Follow [Roadie](https://jkawamoto.github.io/roadie/)'s update, Azure's config doesn't have client ID.
    23  
    24  
    25  ## 0.3.1 (2017-05-01)
    26  ### Updated
    27  * to follow updates in roadie package.
    28  
    29  
    30  ## 0.3.0 (2017-05-01)
    31  ### Updated
    32  * Separate docker functions to be used from another project
    33  
    34  ### Fixed
    35  * init command waits until all logging messages are send to a server.
    36  * Compress stdout files if their file sizes exceed a threshold.
    37  * Remove prefix task- from the directory where result files are uploaded.
    38  
    39  
    40  ## 0.2.5 (2017-04-20)
    41  ### Fixed
    42  * Remove unnecessary CR and LF from logging messages.
    43  * exec command prints out more logging information.
    44  * Set some environment variables in `entrypoint.sh` to run python in sandbox containers.
    45  
    46  
    47  ## 0.2.4 (2014-04-20)
    48  ### Fixed
    49  * Fixed trying to upload wrong result files.
    50  * Give environment variables for sandbox containers.
    51  * Use UTC to output log.
    52  * Install apt-utils for sandbox containers.
    53  
    54  
    55  ## 0.2.3 (2017-04-19)
    56  ### Updated
    57  * Refresh the token if uploading results fails
    58  
    59  ### Fixed
    60  * Limiting memory and trim log.
    61  
    62  
    63  ## 0.2.2 (2017-04-18)
    64  ### Updated
    65  * Limit memory size each container can use.
    66  
    67  ### Fixed
    68  * Install git in sandbox containers.
    69  
    70  
    71  ## 0.2.1 (2017-04-17)
    72  ### Updated
    73  * Renew expired authentication tokens
    74  
    75  ### Fixed
    76  * Upload logging information.
    77  
    78  
    79  ## 0.2.0 (2017-04-13)
    80  ### Updated
    81  * Delete release command.
    82  * Upload log to a cloud storage.
    83  
    84  
    85  ## 0.1.0 (2017-04-12)
    86  Initial release