Skip to content

Releases: mozilla/task-boot

0.2.1

19 Dec 10:30

Choose a tag to compare

  • Fix named artifact download in heroku push. (#104)

Released with mozilla/task-boot

0.2.0

18 Dec 15:15

Choose a tag to compare

  • 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

04 Sep 09:59
@La0 La0

Choose a tag to compare

  • Use pre-commit + black (#52)
  • Add support for Pypi publication (#60)
  • Bug 1578593 - use taskcluster-urls to generate UI link (#58)

Dependencies updates

  • Bump taskcluster from 7.0.1 to 16.2.0 (#57)
  • Bump dockerfile-parse from 0.0.13 to 0.0.15 (#54)
  • Bump pyyaml from 5.1 to 5.1.2 (#53)

0.1.1

03 May 08:29
@La0 La0

Choose a tag to compare

Availble on Dockerhub :

docker run mozilla/taskboot:0.1.1

New features:

  • add --build-arg parameters to build-compose subcommand
  • add --exclude-filter parameter to push-artifact subcommand

0.1.0

29 Apr 14:15
@La0 La0
90bf54a

Choose a tag to compare

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