gvaweb/docs/changelog.rst

1.5 KiB
Raw Blame History

Changelog

  • 0.3.0 <2020-04-10>
  • - update Vagrant setup to libvirt and Debian Buster
  • 0.2.0 <2020-03-03>
  • - add Docker setup for lightweight local testing
  • - restructure code to have celery in the webtasks module and drop the gvaldap module
  • - update documentation to alabaster theme
  • 0.1.8 <2020-03-02>
  • - salt automation was broken due to changed paths and missing Jinja 2 dependency
  • 0.1.7 <2020-03-02>
  • - fix package paths
  • 0.1.6 <2020-03-02>
  • - remove disfunctional code in create_web_php_fpm_pool_config
  • 0.1.5 <2020-02-29>
  • - fix path to systemctl
  • - reduce template for nginx vhosts to the bare minimum to use letsencrypts certbot
  • 0.1.4 <2019-09-07>
  • - remove handling of php-fpm reloads
  • - use systemctl to reload nginx
  • 0.1.3 <2019-09-07>
  • - fix handling of manually removed configuration files
  • 0.1.2 <2019-06-30>
  • 5 ignore missing site configuration when disabling sites
  • - add listen directive to enable IPv6
  • 0.1.1 <2015-01-27>
  • - force symlink creation for enable_web_vhost task to make it idempotent
  • 0.1.0 <2015-01-27>
  • - add tasks to setup and delete per user PHP5 FPM pool configurations
  • - add tasks to setup, enable, disable and delete nginx virtual host configurations
  • - initial project setup