Releases: mozilla/task-boot
Releases · mozilla/task-boot
0.2.1
0.2.0
- Update pre-commit configuration (#79)
- Switch to Community taskcluster instance (#77, #80, #76)
- Fix docker build (#93)
- Force usage of Python 3.7 (#90)
- Add a few more pre-commit checkers (#98)
- Use text/plain as default content type on s3 upload, fixes #61 (#100)
- Add Github release creation, with asset support. (#101)
- Release taskboot with taskboot (#102)
Dependencies updates
- Bump twine from 1.13.0 to 1.14.0 (#62)
- Bump twine from 1.14.0 to 1.15.0 (#63)
- Bump taskcluster from 16.2.0 to 18.0.1 (#67)
- Bump taskcluster from 18.0.1 to 18.0.3 (#68)
- Bump twine from 1.15.0 to 2.0.0 (#65)
- Bump taskcluster from 18.0.3 to 19.0.0 (#69)
- Bump taskcluster from 19.0.0 to 20.0.0 (#71)
- Bump taskcluster from 20.0.0 to 21.0.0 (#72)
- Bump taskcluster from 21.0.0 to 21.2.0 (#74)
- Bump taskcluster from 21.2.0 to 22.0.0 (#78)
- Bump taskcluster from 22.0.0 to 22.1.1 (#81)
- Bump taskcluster from 22.1.1 to 23.0.0 (#83)
- Bump taskcluster-urls from 11.0.0 to 12.1.0 (#84)
- Bump taskcluster from 23.0.0 to 24.0.2 (#94)
- Bump pyyaml from 5.1.2 to 5.2 (#89)
- Bump taskcluster from 24.0.2 to 24.1.0 (#97)
- Bump taskcluster from 24.1.0 to 24.1.1 (#99)
Released with mozilla/task-boot
0.1.10
0.1.1
0.1.0
Initial release, tested on bugbug
Availble on Dockerhub :
docker run mozilla/taskboot:0.1.0
Features:
- Clone a git repository as target
- Build a Docker image from that repository, by reading any
Dockerfile - Build a set of Docker images from the same repository, by reading
docker-compose.yml. - Push those images in the same task, or in a separate tasks through artifacts downloads
- Support Taskcluster cache, secrets and hook creation.
- Documentation