Skip to content

Commit

Permalink
prepare for v5.4.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
joufellasfl committed Jun 9, 2023
1 parent 4fd3452 commit 01260e7
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 5 deletions.
18 changes: 14 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,19 @@
# ChangeLog for cqfd

## Version 5.4.0-dev (Coming soon)

* Add the `-c` option to cqfd run/release, to pass extra arguments.
* When in a project sub-directory, try to locate the cqfd context in parent
## Version 5.4.0 (2023-06-09)

* Changes to the `Dockerfile` since the last `init` 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 pass
`ssh` 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 the `CQFD_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.

## Version 5.3.0 (2022-01-05)
Expand Down
2 changes: 1 addition & 1 deletion cqfd
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
set -e

PROGNAME=$(basename "$0")
VERSION=5.4.0-dev
VERSION=5.4.0
cqfddir=".cqfd"
cqfdrc=".cqfdrc"
cqfd_user='builder'
Expand Down

0 comments on commit 01260e7

Please sign in to comment.