History¶
0.3.4 (2021-04-06)¶
- 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
0.3.3 (2021-01-09)¶
- fix: safe char should include period(.) define _line_safe var in foreach (#79)
0.3.2 (2021-01-04)¶
- 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
0.3.1 (2020-12-29)¶
- fixes Mac OS tutorial issue (incompatible date command signature) (#72)
0.3.0 (2020-12-28)¶
A major release with improved interface and new features.
- Container orchestration (AWS Elastic Continer Service)
- Extended serverless task execution (AWS Fargate, vs. AWS Lambda’s 15min limit)
- CRON Scheduling (AWS EventBridge)
- Configuration and secret management (AWS Systems Manager Parameter Store)
- Simple switch between production and devlopment stages
- Docker image management (AWS Elastic Container Registry)
- Artifacts management (AWS Simple Cloud Storage)
- Log management (AWS CloudWatch)
- Shared resource management (Virtual Private Cloud, Security Group)
- No need to pay and maintain a dedicated virtual instances!
0.2.0b4 (2020-08-18)¶
- Workaround for failing setuptools installation script source.
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
0.2.0b2 (2020-08-06)¶
- Fix the issue of inconsistent state file among OS (trailing spaces)
0.2.0b1 (2020-08-05)¶
- Mac OS: fix a bug in parsing Docker build JSON log
- Mac OS: fix sed -u issue
- Fix typos in tutorial
0.2.0b0 (2020-08-05)¶
- Beta
- Covers entire workflow from the local test to Fargate deployment
- Clean extensible code-design (services and plugins)
- Unit, integration, and installation tests
- Interactive tutorial
- Near-stable CLI version
0.1.2-alpha (2020-07-17)¶
- Alpha
- fix docker files to remove project dir
- fix the issue of env var not passed to subprocesses
0.1.1-alpha (2020-07-16)¶
Just added a long description to setup.py for the pypi release.
0.1.0-alpha (2020-07-16)¶
Pilot. The first package build.