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
env
resources
Release v0.11.1
Fix a panic with Gotty
Release v0.11
This release includes:
- adds
image.target
, image.cache-from, and
image.network-mode` - add variable support for
mount.bind
Release v0.10
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
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
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
, anddevices
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
- 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
:
)