gvaweb/docs/changelog.rst

49 lines
1.5 KiB
ReStructuredText
Raw Normal View History

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