Skip to content

Commit

Permalink
upgrade to NC15.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
nachoparker committed Mar 5, 2019
1 parent 23bcf21 commit a9d4775
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ This code also generates the NextCloudPi docker images for [ARM](https://hub.doc
## Features

* Debian/Raspbian 9 stretch
* Nextcloud 15.0.4
* Nextcloud 15.0.5
* Apache 2.4.25, with HTTP2 enabled
* PHP 7.2
* MariaDB 10
Expand Down
2 changes: 1 addition & 1 deletion bin/ncp/CONFIG/nc-autoupdate-nc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@


# just change this value and re-activate in update.sh to upgrade users
VERSION=15.0.4
VERSION=15.0.5

configure()
{
Expand Down
2 changes: 1 addition & 1 deletion bin/ncp/TOOLS/nc-update-nextcloud.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# More at https://ownyourbits.com/2017/02/13/nextcloud-ready-raspberry-pi-image/
#

LATEST=15.0.4
LATEST=15.0.5

configure()
{
Expand Down
10 changes: 6 additions & 4 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@

[v1.8.3](https://github.com/nextcloud/nextcloudpi/commit/978fb73) (2019-02-23) nc-nextcloud: disable .user.ini
[v1.9.0](https://github.com/nextcloud/nextcloudpi/commit/6660bf1) (2019-03-03) upgrade to NC15.0.5

[v1.8.2](https://github.com/nextcloud/nextcloudpi/commit/1dfa11a) (2019-02-23) nc-limits: autocalculate database memory
[v1.8.3 ](https://github.com/nextcloud/nextcloudpi/commit/b2f38db) (2019-02-23) nc-nextcloud: disable .user.ini

[v1.8.2 ](https://github.com/nextcloud/nextcloudpi/commit/1dfa11a) (2019-02-23) nc-limits: autocalculate database memory

[v1.8.1 ](https://github.com/nextcloud/nextcloudpi/commit/2a0dc38) (2019-02-22) lamp: adjust mariadb parameters

[v1.8.0 ](https://github.com/nextcloud/nextcloudpi/commit/602b3f2) (2019-02-23) add nc-maintenance-mode (#809)
[v1.8.0](https://github.com/nextcloud/nextcloudpi/commit/602b3f2) (2019-02-23) add nc-maintenance-mode (#809)

[v1.7.0](https://github.com/nextcloud/nextcloudpi/commit/5e1ea77) (2019-02-17) add nc-restore-snapshot
[v1.7.0 ](https://github.com/nextcloud/nextcloudpi/commit/5e1ea77) (2019-02-17) add nc-restore-snapshot

[v1.6.7 ](https://github.com/nextcloud/nextcloudpi/commit/41a48c9) (2019-02-17) nc-backup-auto: notify failures

Expand Down
2 changes: 1 addition & 1 deletion etc/ncp-config.d/nc-nextcloud.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
{
"id": "VER",
"name": "Version",
"value": "15.0.4"
"value": "15.0.5"
},
{
"id": "BETA",
Expand Down

0 comments on commit a9d4775

Please sign in to comment.