From 5e4a1853fdc6ac857fb56b7c69940af19c2c115f Mon Sep 17 00:00:00 2001 From: Sameer Naik Date: Mon, 30 Oct 2017 12:17:08 +0530 Subject: [PATCH 1/3] upgrade to sameersbn/ubuntu:14.04.20171024 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 652e1d8..9d34d9a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM sameersbn/ubuntu:14.04.20170724 +FROM sameersbn/ubuntu:14.04.20171024 MAINTAINER sameer@damagehead.com ENV PHP_VERSION=7.1 \ From c5e733a94f82ba71f9259e36348cfc9205b76427 Mon Sep 17 00:00:00 2001 From: Sameer Naik Date: Mon, 30 Oct 2017 12:17:40 +0530 Subject: [PATCH 2/3] invoiceplane: upgrade to 1.5.5 --- Changelog.md | 3 +++ Dockerfile | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index f43bc3d..4eaa81a 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,6 @@ +**latest** +- invoiceplane: upgrade to 1.5.5 + **1.5.4-2** - fix ownership of configs directory diff --git a/Dockerfile b/Dockerfile index 9d34d9a..4f9b757 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM sameersbn/ubuntu:14.04.20171024 MAINTAINER sameer@damagehead.com ENV PHP_VERSION=7.1 \ - INVOICEPLANE_VERSION=1.5.4 \ + INVOICEPLANE_VERSION=1.5.5 \ INVOICEPLANE_USER=www-data \ INVOICEPLANE_INSTALL_DIR=/var/www/invoiceplane \ INVOICEPLANE_DATA_DIR=/var/lib/invoiceplane \ From bbb13ddced8db37970289e89d4cbd55aed708279 Mon Sep 17 00:00:00 2001 From: Sameer Naik Date: Mon, 30 Oct 2017 12:18:00 +0530 Subject: [PATCH 3/3] release 1.5.5 --- Changelog.md | 2 +- README.md | 18 +++++++++--------- VERSION | 2 +- docker-compose.yml | 4 ++-- 4 files changed, 13 insertions(+), 13 deletions(-) diff --git a/Changelog.md b/Changelog.md index 4eaa81a..0ca1cfc 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,4 +1,4 @@ -**latest** +**1.5.5** - invoiceplane: upgrade to 1.5.5 **1.5.4-2** diff --git a/README.md b/README.md index a3f4a6a..7bd62a3 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ [![Docker Repository on Quay.io](https://quay.io/repository/sameersbn/invoiceplane/status "Docker Repository on Quay.io")](https://quay.io/repository/sameersbn/invoiceplane) -# sameersbn/invoiceplane:1.5.4-2 +# sameersbn/invoiceplane:1.5.5 - [Introduction](#introduction) - [Contributing](#contributing) @@ -50,7 +50,7 @@ Automated builds of the image are available on [Dockerhub](https://hub.docker.co > **Note**: Builds are also available on [Quay.io](https://quay.io/repository/sameersbn/invoiceplane) ```bash -docker pull sameersbn/invoiceplane:1.5.4-2 +docker pull sameersbn/invoiceplane:1.5.5 ``` Alternatively you can build the image yourself. @@ -93,7 +93,7 @@ docker run --name invoiceplane -itd --restart=always \ --env 'INVOICEPLANE_FQDN=invoice.example.com' \ --env 'INVOICEPLANE_TIMEZONE=Asia/Kolkata' \ --volume /srv/docker/invoiceplane/invoiceplane:/var/lib/invoiceplane \ - sameersbn/invoiceplane:1.5.4-2 app:invoiceplane + sameersbn/invoiceplane:1.5.5 app:invoiceplane ``` Step 3. Launch a NGINX frontend container @@ -103,7 +103,7 @@ docker run --name invoiceplane-nginx -itd --restart=always \ --link invoiceplane:php-fpm \ --volumes-from invoiceplane \ --publish 10080:80 \ - sameersbn/invoiceplane:1.5.4-2 app:nginx + sameersbn/invoiceplane:1.5.5 app:nginx ``` Point your browser to [http://invoice.example.com:10080/setup](http://invoice.example.com:10080/setup) to complete the setup. @@ -137,7 +137,7 @@ Relaunch the container with the `app:backup:create` argument. ```bash docker run --name invoiceplane -it --rm [OPTIONS] \ - sameersbn/invoiceplane:1.5.4-2 app:backup:create + sameersbn/invoiceplane:1.5.5 app:backup:create ``` The backup will be created in the `backups/` folder of the [Persistent](#persistence) volume. You can change the location using the `INVOICEPLANE_BACKUPS_DIR` configuration parameter. @@ -166,7 +166,7 @@ Relaunch the container with the `app:backup:restore` argument. Ensure you launch ```bash docker run --name invoiceplane -it --rm [OPTIONS] \ - sameersbn/invoiceplane:1.5.4-2 app:backup:restore + sameersbn/invoiceplane:1.5.5 app:backup:restore ``` A list of existing backups will be displayed. Select a backup you wish to restore. @@ -175,7 +175,7 @@ To avoid this interaction you can specify the backup filename using the `BACKUP` ```bash docker run --name invoiceplane -it --rm [OPTIONS] \ - sameersbn/invoiceplane:1.5.4-2 app:backup:restore BACKUP=1417624827_invoiceplane_backup.tar + sameersbn/invoiceplane:1.5.5 app:backup:restore BACKUP=1417624827_invoiceplane_backup.tar ``` ## Upgrading @@ -185,7 +185,7 @@ To upgrade to newer releases: 1. Download the updated Docker image: ```bash - docker pull sameersbn/invoiceplane:1.5.4-2 + docker pull sameersbn/invoiceplane:1.5.5 ``` 2. Stop the currently running image: @@ -205,7 +205,7 @@ To upgrade to newer releases: ```bash docker run -name invoiceplane -itd \ [OPTIONS] \ - sameersbn/invoiceplane:1.5.4-2 + sameersbn/invoiceplane:1.5.5 ``` Point your browser to [http://invoice.example.com:10080/setup](http://invoice.example.com:10080/setup) to complete the upgrade. diff --git a/VERSION b/VERSION index 30638d1..9075be4 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.5.4-2 +1.5.5 diff --git a/docker-compose.yml b/docker-compose.yml index c455f08..79a6ec8 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -13,7 +13,7 @@ services: invoiceplane: restart: always - image: sameersbn/invoiceplane:1.5.4-2 + image: sameersbn/invoiceplane:1.5.5 command: app:invoiceplane environment: - DEBUG=false @@ -35,7 +35,7 @@ services: nginx: restart: always - image: sameersbn/invoiceplane:1.5.4-2 + image: sameersbn/invoiceplane:1.5.5 command: app:nginx environment: - INVOICEPLANE_PHP_FPM_HOST=invoiceplane