- Stay tuned!
- Add the
cqfd shell
command. - Custom Docker images can now be used using
custom_img_name
. - Bring Bash completions back up to date.
- Misc. fixes.
- Changes to the
Dockerfile
since the lastinit
are now detected, and will raise an error. - Add the
-c
option to cqfd run/release, to pass extra arguments to the pre-defined command. - The host's
/etc/ssh
directory is now mapped into the container, to passssh
clients running in the container the same configuration as on the host. Cqfd historically mapped~/.ssh
into the container for similar reasons. Note this feature can be disabled using theCQFD_NO_SSH_CONFIG
environment variable. - The
flavors=
parameter is not required anymore, as extra flavors in the config file are automatically detected. - When in a project sub-directory, try to locate the
.cqfd
context in parent directories automatically.
- Add the
docker_run_args
.cqfdrc option. - Misc. documentation fixes.
- Fixed an error when launching
cqfd run
from a working directory with spaces in its hierarchy. - Misc. fixes to the integrated test suite.
- Add the
-d
option to specify an alternate cqfd directory. - Add the
-C
option to change the working directory. - Date strings now use POSIX options, eg. for running on macOS.
- Containers are now named
cqfd_%user_%company_%project
instead ofcqfd_%company_%project
. This prevents collisions with Docker when several users are using it on the same machine. - Add
tar_options
cqfd option to add extra options to tar command. - Add CQFD_EXTRA_BUILD_ARGS to pass args and options to the image build process.
- The launcher script in the container now gives extra infos in case of failure.
sudo(8)
is now used to run the commands as the unprivileged user in the container instead ofsu(1)
.- The
project.build_context
key allows changing the docker-build context directory. - Options
-v
and--version
now behave appropriately
- Fix wrong user homedir in container when host user isn't in /home
- Terminate cqfd in case a legacy CQFD_EXTRA_* variable is used.
- Use semantic versioning
- CQFD_EXTRA_RUN_ARGS replaces CQFD_EXTRA_VOLUMES,ENV,HOSTS,PORTS.
- The container's user and work directory are now the same as the invocating user. This is useful to prevent cases where the build process generates symlinks or paths in files that don't match the developer's environment.
- New cqfd [-v|--version] to print the version
- Files in an archive are only moved at its root if tar_transform is set to yes.
- Added support for .tar.gz and .zip archives.
- Default archive filename is now named after the project's configuration.
- Remove the release config section
- Allow templating the release filename
- Preserve container environment into the build user's shell
- Support multiple build flavors
- Support user-specified volume mappings ($CQFD_EXTRA_VOLUMES)
- Fix config parser issue on bash >4.1
- Use action verbs in user interface
- Do not have user depend on SSH_AUTH_SOCK
- Initial release
- Support for Ubuntu (trusty) build containers