From b64ff1478e04a51c70fa096bad0736c770d75d9d Mon Sep 17 00:00:00 2001 From: jld3103 Date: Sat, 17 Jun 2023 15:36:52 +0200 Subject: [PATCH] Update nextcloud notes to 4.8.0 --- external/nextcloud-notes | 2 +- specs/notes.json | 2 +- specs/templates/notes.json | 2 +- tool/Dockerfile.dev | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/external/nextcloud-notes b/external/nextcloud-notes index d80f0278..50e881eb 160000 --- a/external/nextcloud-notes +++ b/external/nextcloud-notes @@ -1 +1 @@ -Subproject commit d80f02787c55078d36df0489cd144896daba799b +Subproject commit 50e881eb151ec5b94fa2bfe0b94c5cd3bbc2acc7 diff --git a/specs/notes.json b/specs/notes.json index 3a6e21e2..a81a605a 100644 --- a/specs/notes.json +++ b/specs/notes.json @@ -2,7 +2,7 @@ "openapi": "3.1.0", "info": { "title": "Notes", - "version": "4.7.1", + "version": "4.8.0", "description": "Distraction-free notes and writing", "license": { "name": "agpl", diff --git a/specs/templates/notes.json b/specs/templates/notes.json index d5a5b471..ae608b6e 100644 --- a/specs/templates/notes.json +++ b/specs/templates/notes.json @@ -2,7 +2,7 @@ "openapi": "3.1.0", "info": { "title": "Notes", - "version": "4.7.1", + "version": "4.8.0", "description": "Distraction-free notes and writing", "license": { "name": "agpl", diff --git a/tool/Dockerfile.dev b/tool/Dockerfile.dev index 26343337..b80766bf 100644 --- a/tool/Dockerfile.dev +++ b/tool/Dockerfile.dev @@ -12,7 +12,7 @@ RUN OC_PASS="user1" ./occ user:add --password-from-env --display-name "User One" RUN OC_PASS="user2" ./occ user:add --password-from-env --display-name "User Two" user2 RUN ./occ app:install news --force --allow-unstable # 21.2.0 -RUN ./occ app:install notes # 4.7.1 +RUN ./occ app:install notes --force --allow-unstable # 4.8.0 RUN ./occ app:install uppush # 1.3.0 RUN ./occ app:enable password_policy