From fac9bafd561b7fd5879fa854c63af9da53908598 Mon Sep 17 00:00:00 2001 From: Diego Lendoiro Date: Wed, 9 May 2018 18:30:01 +0200 Subject: [PATCH 1/3] version bump --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 66dba1e..f718a35 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM php:7-fpm LABEL maintainer="diego@passbolt.com" -ARG PASSBOLT_VERSION="2.0.5" +ARG PASSBOLT_VERSION="2.0.7" ARG PASSBOLT_URL="https://github.com/passbolt/passbolt_api/archive/v${PASSBOLT_VERSION}.tar.gz" ARG PHP_EXTENSIONS="gd \ From 968db62edcb76336d6eaa095acfae10eb2a6e215 Mon Sep 17 00:00:00 2001 From: Diego Lendoiro Date: Wed, 9 May 2018 18:32:06 +0200 Subject: [PATCH 2/3] version bump --- docker-compose-pro.yml | 2 +- docker-compose.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose-pro.yml b/docker-compose-pro.yml index 7c8298b..daeeff3 100644 --- a/docker-compose-pro.yml +++ b/docker-compose-pro.yml @@ -10,7 +10,7 @@ services: - 3306 passbolt: - image: passbolt/passbolt:2.0.5-pro-debian + image: passbolt/passbolt:2.0.7-pro-debian tty: true depends_on: - db diff --git a/docker-compose.yml b/docker-compose.yml index ef8c0c2..4c4e69c 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -10,7 +10,7 @@ services: - 3306 passbolt: - image: passbolt/passbolt:2.0.5-debian + image: passbolt/passbolt:2.0.7-debian tty: true depends_on: - db From b2f2f19d58122374e8003fc7591f24b2737a4616 Mon Sep 17 00:00:00 2001 From: Diego Lendoiro Date: Wed, 9 May 2018 18:32:14 +0200 Subject: [PATCH 3/3] updated changelog --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d4b6ade..7fe0d8b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,11 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). -## [Unreleased](https://github.com/passbolt/passbolt_docker/compare/v2.0.5...HEAD) +## [Unreleased](https://github.com/passbolt/passbolt_docker/compare/v2.0.7...HEAD) + +## [2.0.7](https://github.com/passbolt/passbolt_docker/compare/v2.0.5...v2.0.7) - 2018-05-09 + +Sync release. See release notes on [https://github.com/passbolt/passbolt_api](passbolt api repo) ## [2.0.5](https://github.com/passbolt/passbolt_docker/compare/v2.0.4...v2.0.5) - 2018-05-08