Skip to content
This repository has been archived by the owner on Dec 10, 2022. It is now read-only.

Latest commit

 

History

History
117 lines (73 loc) · 4.47 KB

CHANGELOG.md

File metadata and controls

117 lines (73 loc) · 4.47 KB

Change Log

All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.

0.6.1 - 2021-02-25

This release contains a fix to solve gpg policies on selinux.

Changed

  • Selinux permissions to httpd to create socket files.

0.6.0 - 2021-02-25

This release of the install scripts deprecates the ubuntu and debian installation scripts in favour of the passbolt debian and ubuntu packages. From now on this repository aims to support only Centos and RedHat installations.

Added

  • Support for centos8 #16 Thanks to @TheDeadGuy

Changed

  • Composer installs v2
  • Check firewalld is running before doing changes
  • Nginx SSL config update #15 Thanks to @garretboone
  • Nginx does not include intermediate Letsencrypt certs #17

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:

Fixed

  • Pinned composer to version 1. Fixes (#13)[#13]

0.5.1 - 2020-09-25

Fixed

  • 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.

Added

  • 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:
      1. rhel-server-rhscl-7-rpms
      2. rhel-7-server-extras-rpms
      3. rhel-7-server-optional-rpms
    • Use of Epel-release repository
    • Setup firewall to open ports 80 and 443
    • Support for certbot for lets encrypt

0.4.0 - 2019-08-07

Fixed

  • 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

Fixed

  • build_script.sh now correctly concats ubuntu helper scripts

0.3.1 - 2019-02-12

Added

  • Build script minor updates

Fixed

  • 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

Fixed

  • 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

Added

  • missing ubuntu packages: php-ldap

0.2.0 - 2018-11-14

Added

  • apt-get update is executed before installing packages on ubuntu/debian flavours

0.1.0 - 2018-11-13

Added

  • Support for debian 9.6 support
  • Support for centos 7
  • Support for ubuntu 18.10