All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.
0.5.2 - 2020-10-26
This release contains a workaround that pins PHP composer to v1 on the installation. Composer will be bumped on the next release.
References:
- Pinned composer to version 1. Fixes (#13)[passbolt#13]
0.5.1 - 2020-09-25
- php-fpm incorrect group name for socket communications configuration
0.5.0 - 2020-04-20
This release adds support to configure firewalls on centos platform to open passbolt necessary ports and it also introduces EXPERIMENTAL support for Red Hat Enterprise Linux.
- Open ports 80 and 443 on centos firewalls [#6](Centos: Firewall left unconfigured blocking access to passbolt interface.)
- Experimental support for RHEL installations from version 7.0
- Use of software collections:
- rhel-server-rhscl-7-rpms
- rhel-7-server-extras-rpms
- rhel-7-server-optional-rpms
- Use of Epel-release repository
- Setup firewall to open ports 80 and 443
- Support for certbot for lets encrypt
- Use of software collections:
0.4.0 - 2019-08-07
- Error on mariadb create syntax #9
- Centos cron error output #8
- Centos selinux errors #7
- Dist tar files break permissions on host #5
- Nginx is not configured for ipv6 #4
0.3.2 - 2019-02-12
- build_script.sh now correctly concats ubuntu helper scripts
0.3.1 - 2019-02-12
- Build script minor updates
- Increased server_names_hash_bucket_size to 64 #3
- Help site banner on haveged points now to the correct help.passbolt.com URL
0.3.0 - 2019-02-12
- Typo: bad domain name for LetsEncrypt #2
- Install composer using wget to enable proxy scenarios to work
- Correct www_home permissions to allow composer create caches
0.2.1 - 2018-11-14
- missing ubuntu packages: php-ldap
0.2.0 - 2018-11-14
- apt-get update is executed before installing packages on ubuntu/debian flavours
0.1.0 - 2018-11-13
- Support for debian 9.6 support
- Support for centos 7
- Support for ubuntu 18.10