Releases: dnephin/dobi
Releases · dnephin/dobi
v0.15.0
v0.14.0
v0.13.0
v0.12.0
https://github.com/dnephin/dobi/milestone/7?closed=1
- add arm binaries
- fix some bugs with dependency checking, especially with
envresources
Release v0.11.1
Fix a panic with Gotty
Release v0.11
This release includes:
- adds
image.target, image.cache-from, andimage.network-mode` - add variable support for
mount.bind
Release v0.10
This release includes:
- added
DOBI_NO_BIND_MOUNTfor "no bind" mode of running jobs - added inline Dockerfiles as
image.steps - added
mountsupport for named docker volumes - added
annotations.tagsto the config for tagging resources - moves resource descriptions to
annotations.description job:rmforce removes containers that may still be running- only mount the docker socket when
job.provide-dockeris 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
This release includes the following changes:
- Add support for variables in the
image.imagefield - Add support for full image tags (include registry and repo) in the
image.tagsfield - Add
job.labelsfield - 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
This release includes the following changes:
- add an
envresource 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, anddevicesfields to the job resource - add
dobi autocleanbuilt-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
- Fix a bug prevent image pulls from private repos
- add
descriptionfield to all resources - fix a panic when some config fields were null
- fix image build cache path for windows (escape
:)