Skip to content

Releases: passbolt/passbolt_docker

[2.8.1] 2019-04-01

01 Apr 18:34
Compare
Choose a tag to compare

Added

  • Documentation for new env variable APP_BASE to use passbolt in a subfolder
  • Added wait-for.sh to the docker image as part of #123

Fixed

  • Now passbolt checks for the mysql status outside of the docker image #97

[2.7.1] 2019-02-13

13 Feb 11:00
Compare
Choose a tag to compare

Added

  • Use php.ini-production for saner defaults in php

[2.7.0] 2019-02-12

12 Feb 17:36
Compare
Choose a tag to compare

Fixed

  • Added small warning message when entropy is low at container startup #121

[2.4.0] - 2018-10-15

15 Oct 08:28
Compare
Choose a tag to compare

Added

  • Merged: Adding SSL configuration for mysql/mariadb #111

Fixed

  • Minor fix: Remove duplicate arg PHP_EXTENSIONS from Dockerfile

[2.3.0] - 2018-09-03

05 Sep 15:50
Compare
Choose a tag to compare

See Changes for passbolt_api release.

[2.2.0] - 2018-08-13

13 Aug 16:55
Compare
Choose a tag to compare

Added

  • Added wait-for-it instead of wait for to eliminate netcat dependency

Changed

  • Merged: hide nginx and php version #107
  • Merged: restrict MySQL port access #109
  • Supervisor config files split into conf.d/{php.conf,nginx.conf,cron.conf}
  • Default stdout logging is more verbose now allowing users to see more details on the requests

[2.1.0] - 2018-06-18

18 Jun 10:03
Compare
Choose a tag to compare

Fixed

  • cron EmailQueue.sender job fails if db password contains certain characters #105

[2.0.7] - 2018-05-09

09 May 17:19
Compare
Choose a tag to compare

This is a maintenance release for both Passbolt Pro and Community edition. It fixes issues introduced by the v2.0.5 both in the webextension and in the API. See release notes on release notes

[2.0.5] - 2018-05-08

09 May 17:04
Compare
Choose a tag to compare

This release includes security fixes regarding the shipped Nginx configuration files that affect to passbolt docker container users. For more detailed information see the incident report

Fixed

  • Nginx configuration file root directive for passbolt

[2.0.4] - 2018-04-26

26 Apr 13:24
Compare
Choose a tag to compare

Fixed

  • Authentication plugin 'caching_sha2_password' cannot be loaded #103

Changed

  • MariaDB as default SQL backend option in docker-compose files related with #103
  • Replace php copy with curl for use with proxy #102
  • Documentation requirements moved up in the README