Skip to content

Releases: Digicreon/Dispak

1.6.0

11 Jun 11:43

Choose a tag to compare

Deployment (dpk install)

  • Improve systemd deployment.
  • Generate files before Supervisor/systemd installation.
  • Manage generation of systemd configuration files.
  • Fix quoted glob patterns that prevented the installation of systemd .target files.
  • CONF_INSTALL_SYMLINK: links cleanup is now pattern-based (version numbers and main branch name, non-committed links only), the main-named link is created when the main branch is deployed, and links are never created over committed files.
  • New CONF_INSTALL_VERSION_ALIAS configuration.

Packaging (dpk pkg)

  • New CONF_PKG_CONCAT configuration (associative array) to concatenate files during the packaging process.
  • Check the minification program availability before any file generation.

Branch management (dpk branch)

  • Fix the --rename option.
  • Accept the --tag parameter (used with --create).

Misc

  • bash completion: add the origin command, the branch options (--graph, --rebase, --rename, --prune) and the install options (--no-supervisor, --no-systemd).
  • README: document missing features.

1.4.0

29 Nov 15:23

Choose a tag to compare

Deployment (dpk install)

  • Add support for systemd and Supervisor configuraiton files.

Branches management (dpk branch)

  • Add the date of last commit in the list of branches (dpk branch --list).

1.2.0

05 Jun 10:48

Choose a tag to compare

Deployment (dpk install)

  • Avoid DB migration if the 'etc/database/migrations' directory doesn't exist.
  • Add CONF_INSTALL_CHGRP parameter.

Packaging (dpk pkg)

  • Improvement of the compression and copy of static files to Amazon S3.

1.0.0

16 Sep 09:00

Choose a tag to compare

Deployment (dpk install)
Add xinetd configuration management.

Improvement of tag deployment: the etc/dispak.conf file is now fetched from the deployed tag and read before the installation process begins.

Packaging (dpk pkg)
Improved gzip compression of files uploaded to Amazon S3.