Skip to content

Releases: dnephin/dobi

v0.15.0

27 Feb 19:07
Compare
Choose a tag to compare
Update version to 0.15.0

v0.14.0

08 Aug 17:30
Compare
Choose a tag to compare
Update to version 0.14.0

v0.13.0

30 Jan 03:06
Compare
Choose a tag to compare
Update version to 0.13.0

v0.12.0

25 Aug 17:51
Compare
Choose a tag to compare

https://github.com/dnephin/dobi/milestone/7?closed=1

  • add arm binaries
  • fix some bugs with dependency checking, especially with env resources

Release v0.11.1

24 Jun 19:41
Compare
Choose a tag to compare

Fix a panic with Gotty

Release v0.11

19 Apr 03:27
Compare
Choose a tag to compare

This release includes:

  • adds image.target, image.cache-from, and image.network-mode`
  • add variable support for mount.bind

Release v0.10

27 Oct 21:34
Compare
Choose a tag to compare

This release includes:

  • added DOBI_NO_BIND_MOUNT for "no bind" mode of running jobs
  • added inline Dockerfiles as image.steps
  • added mount support for named docker volumes
  • added annotations.tags to the config for tagging resources
  • moves resource descriptions to annotations.description
  • job:rm force removes containers that may still be running
  • only mount the docker socket when job.provide-docker is enabled
  • fixed a bug with building using a base image from a private repo

Thanks @cescoferraro for your contributions to this release!

Release v0.9

02 Feb 21:21
Compare
Choose a tag to compare

This release includes the following changes:

  • Add support for variables in the image.image field
  • Add support for full image tags (include registry and repo) in the image.tags field
  • Add job.labels field
  • Add support for glob patterns in meta.include
  • Fix a bug with parsing the registry name for private repos

Thanks @cescoferraro for many of the feature additions in this release!

Release v0.8

30 Oct 23:49
Compare
Choose a tag to compare

This release includes the following changes:

  • add an env resource type for setting environment variables
  • add a job:capture(VARIABLE) action to job tasks for capturing the stdout of a job in a variable
  • add port, user, and devices fields to the job resource
  • add dobi autoclean built-in task for running the remove action on all resources
  • add user. variable support for getting uid, username, etc
  • fixed a bug with image authentication on private registries

See milestone 0.8 for a full list of issues and PRs.

Thanks @cescoferraro for your contributions to this release!

Release v0.7

12 Oct 19:52
Compare
Choose a tag to compare
  • Fix a bug prevent image pulls from private repos
  • add description field to all resources
  • fix a panic when some config fields were null
  • fix image build cache path for windows (escape :)