Skip to content

Commit 86f14ae

Browse files
committed
upgrade to NC15.0.8
Signed-off-by: nachoparker <nacho@ownyourbits.com>
1 parent 5924131 commit 86f14ae

File tree

5 files changed

+9
-7
lines changed

5 files changed

+9
-7
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Find the full documentation at [docs.nextcloudpi.com](http://docs.nextcloudpi.co
1616
## Features
1717

1818
* Debian/Raspbian 9 stretch
19-
* Nextcloud 15.0.6
19+
* Nextcloud 15.0.8
2020
* Apache 2.4.25, with HTTP2 enabled
2121
* PHP 7.2
2222
* MariaDB 10

bin/ncp/UPDATES/nc-autoupdate-nc.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111

1212
# just change this value and re-activate in update.sh to upgrade users
13-
VERSION=15.0.6
13+
VERSION=15.0.8
1414

1515
configure()
1616
{

bin/ncp/UPDATES/nc-update-nextcloud.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# More at https://ownyourbits.com/2017/02/13/nextcloud-ready-raspberry-pi-image/
99
#
1010

11-
LATEST=15.0.6
11+
LATEST=15.0.8
1212

1313
configure()
1414
{

changelog.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11

2-
[v1.12.10](https://github.com/nextcloud/nextcloudpi/commit/d826236) (2019-06-01) fail2ban: fix missing ufw filter
2+
[v1.13.0](https://github.com/nextcloud/nextcloudpi/commit/4572d74) (2019-06-01) upgrade to NC15.0.8
33

4-
[v1.12.9](https://github.com/nextcloud/nextcloudpi/commit/c71b37f) (2019-05-27) ncp-notify-updates: dont spam cron mail
4+
[v1.12.10](https://github.com/nextcloud/nextcloudpi/commit/5924131) (2019-06-01) fail2ban: fix missing ufw filter
5+
6+
[v1.12.9 ](https://github.com/nextcloud/nextcloudpi/commit/c71b37f) (2019-05-27) ncp-notify-updates: dont spam cron mail
57

68
[v1.12.8 ](https://github.com/nextcloud/nextcloudpi/commit/bfdc475) (2019-05-25) docker: mount timezone
79

8-
[v1.12.7](https://github.com/nextcloud/nextcloudpi/commit/76137ed) (2019-05-25) ncp-app: bump to NC16
10+
[v1.12.7 ](https://github.com/nextcloud/nextcloudpi/commit/76137ed) (2019-05-25) ncp-app: bump to NC16
911

1012
[v1.12.6 ](https://github.com/nextcloud/nextcloudpi/commit/da09dc9) (2019-05-25) fail2ban: add a ufw jail and filter (dmaroulidis)
1113

etc/ncp-config.d/nc-nextcloud.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
{
1010
"id": "VER",
1111
"name": "Version",
12-
"value": "15.0.6"
12+
"value": "15.0.8"
1313
},
1414
{
1515
"id": "BETA",

0 commit comments

Comments
 (0)