grim/convey

Update the ChangeLog

2019-08-02, Gary Kramlich
556f474dec15
Parents 4c3bfd0e90ed
Children fe6910f8166f
Update the ChangeLog
  • +4 -1
    ChangeLog
  • --- a/ChangeLog Fri Aug 02 00:12:47 2019 -0500
    +++ b/ChangeLog Fri Aug 02 00:18:58 2019 -0500
    @@ -1,6 +1,7 @@
    0.14.0-dev:
    * Changed tasks names for bitbucket pipeline tasks.
    * Abstracted the bitbucket pipeline script parsing to a library function.
    + * Fixed branch detection for bitbucket pipelines.
    * Fixed an issue where the files for clean tasks were not having their
    variables expanded.
    * Fixed a bug where tasks weren't being validated. Fixed #160
    @@ -20,11 +21,13 @@
    * Fixed an issue where relative import paths wouldn't work right if the
    convey.yml is in another directory. Fixed #176
    * Split the docs up to make them easier to maintain. Fixed #177
    - * Update the golang images to golang-1.10
    * Added a convey/gometalinter image. Fixed #175
    * Added FreeBSD as a build target.
    * Build static binaries and remove the alpine binary as it's no longer
    necessary. PR #40 (Steve Wills)
    + * Deleted all existing images.
    + * Deprecated docker/import and docker/export and replaced them with
    + * convey/import and convey/export.
    0.13.1: 20180114
    * Write warning, error, and fatal log messages to stderr. Fixed #156