Skip to content

Releases: anelendata/handoff

v0.4.0

05 Sep 19:30
Compare
Choose a tag to compare
  • fix: fix the docker version to 5.0.0

v0.3.4

07 Apr 06:34
Compare
Choose a tag to compare
  • feature: log pattern filter and json output
  • feature: Include STOPPED task in the status list. Full description of schedule (#80)
  • fix: travis script
  • fix: update get-pip.py URL (#83)
  • fix: Switch tap-exchangeratesapi to tap-exchangeratehost in 04_install test project (#84)

v0.3.3

10 Jan 07:07
Compare
Choose a tag to compare
  • fix: safe char should include period(.) define linesafe var in foreach (#79)

v0.3.2

05 Jan 22:23
bc76f60
Compare
Choose a tag to compare
  • feature: stop task (#75)
  • feature: include taskArn in task status response
  • fix: exit cleanly on fail and still push aritfacts (#77)
  • fix: Remove unsupported Python2 from Dockerfile

v0.3.1

29 Dec 09:41
Compare
Choose a tag to compare
  • fixes Mac OS tutorial issue (incompatible date command signature) (#72)

v0.3.0

29 Dec 08:08
Compare
Choose a tag to compare

A major release with improved interface and new features.

  1. Container orchestration (AWS Elastic Continer Service)
  2. Extended serverless task execution (AWS Fargate, vs. AWS Lambda's 15min limit)
  3. CRON Scheduling (AWS EventBridge)
  4. Configuration and secret management (AWS Systems Manager Parameter Store)
  5. Simple switch between production and devlopment stages
  6. Docker image management (AWS Elastic Container Registry)
  7. Artifacts management (AWS Simple Cloud Storage)
  8. Log management (AWS CloudWatch)
  9. Shared resource management (Virtual Private Cloud, Security Group)
  10. No need to pay and maintain a dedicated virtual instances!

v0.2.0-b4

18 Aug 23:00
Compare
Choose a tag to compare
v0.2.0-b4 Pre-release
Pre-release

0.2.0b4 (2020-08-18)

  • Workaround for failing setuptools installation script source.

v0.2.0-b3

11 Aug 06:39
212d9a0
Compare
Choose a tag to compare
v0.2.0-b3 Pre-release
Pre-release

0.2.0b3 (2020-08-10)

  • Fix the issue of not downloading artifacts from remote storage.
    • Fix artifacts archive/get/push/delete commands
    • Fix files get/push/delete commands
  • Add USGS Earthquake events data example

v0.2.0-b2

11 Aug 06:02
bfa151b
Compare
Choose a tag to compare
v0.2.0-b2 Pre-release
Pre-release

v0.2.0b2:

  • remove tailing newline and white space characters (ubuntu vs. Mac OS) (#31)

  • fix Mac OS bugs

  • fix tutorial paths

  • fix sed issue on mac

  • bump version to 0.2.0b1

  • remove trailing newline char and white spaces

v0.2.0-b1

06 Aug 10:50
2eed133
Compare
Choose a tag to compare
v0.2.0-b1 Pre-release
Pre-release
  • Mac OS: fix a bug in parsing Docker build JSON log
  • Mac OS: fix sed -u issue
  • Fix typos in tutorial