From 4b1550814d7f070cb46b777951b737f2cf05cce1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 2 Apr 2025 21:28:37 +0000 Subject: [PATCH 01/10] chore(deps): update solidnerd/bookstack docker tag to v25.2.2 --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index d204c03..bfb3ad2 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -11,7 +11,7 @@ services: - mysql-data:/var/lib/mysql bookstack: - image: solidnerd/bookstack:25.2.1 + image: solidnerd/bookstack:25.2.2 depends_on: - mysql environment: From cadb2914d220d5b19aa44b27514d478f2af170c2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 6 Apr 2025 10:26:47 +0000 Subject: [PATCH 02/10] chore(deps): update metcalfc/changelog-generator action to v4.6.2 --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 498a3b9..c0f69e6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -140,7 +140,7 @@ jobs: - name: Generate changelog id: changelog - uses: metcalfc/changelog-generator@v4.5.0 + uses: metcalfc/changelog-generator@v4.6.2 with: myToken: ${{ secrets.GITHUB_TOKEN }} From 7d8e34d9ec1d7c6114b015c4f8826dc2358bd5e2 Mon Sep 17 00:00:00 2001 From: Rick Henry Date: Tue, 6 May 2025 11:02:19 +0100 Subject: [PATCH 03/10] feat: update Dockerfile to use Bookstack v25.02.3 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3d94021..eae3c47 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ FROM alpine:3 AS bookstack -ENV BOOKSTACK_VERSION=v25.02.2 +ENV BOOKSTACK_VERSION=v25.02.3 RUN apk add --no-cache curl tar RUN set -x; \ curl -SL -o bookstack.tar.gz https://github.com/BookStackApp/BookStack/archive/${BOOKSTACK_VERSION}.tar.gz \ From 5e7adebf53515b6932cd58bc86c4594114c1b74c Mon Sep 17 00:00:00 2001 From: Rick Henry Date: Tue, 6 May 2025 11:05:07 +0100 Subject: [PATCH 04/10] doc: update documentation to reference 25.2.3 --- README.md | 4 ++-- VERSION | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index eedfc41..2424d11 100644 --- a/README.md +++ b/README.md @@ -79,8 +79,8 @@ Note that if you want to use LDAP, `$` has to be escape like `\$`, i.e. `-e "LDA -e APP_URL=http://localhost:8080 \ -e APP_KEY=SomeRandomStringWith32Characters \ -p 8080:8080 \ - --name="bookstack_25.2.1" \ - solidnerd/bookstack:25.2.1 + --name="bookstack_25.2.3" \ + solidnerd/bookstack:25.2.3 ``` The APP_URL parameter should be the base URL for your BookStack instance without diff --git a/VERSION b/VERSION index 5870c66..9dc139e 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -25.2.1 +25.2.3 From aa18cab26b5c4776c0df50dae887098dfaf43d63 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 6 May 2025 15:55:19 +0000 Subject: [PATCH 05/10] chore(deps): update solidnerd/bookstack docker tag to v25.2.3 --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index bfb3ad2..99928ba 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -11,7 +11,7 @@ services: - mysql-data:/var/lib/mysql bookstack: - image: solidnerd/bookstack:25.2.2 + image: solidnerd/bookstack:25.2.3 depends_on: - mysql environment: From 770ba7e33caab60603995e685d1b4c7a139b035b Mon Sep 17 00:00:00 2001 From: Rick Henry Date: Thu, 8 May 2025 16:40:28 +0100 Subject: [PATCH 06/10] feat: update Dockerfile to use Bookstack v25.02.4 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index eae3c47..2bad423 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ FROM alpine:3 AS bookstack -ENV BOOKSTACK_VERSION=v25.02.3 +ENV BOOKSTACK_VERSION=v25.02.4 RUN apk add --no-cache curl tar RUN set -x; \ curl -SL -o bookstack.tar.gz https://github.com/BookStackApp/BookStack/archive/${BOOKSTACK_VERSION}.tar.gz \ From b0bf3ce66b744d0538fa521375439b5fd413b03a Mon Sep 17 00:00:00 2001 From: Rick Henry Date: Thu, 8 May 2025 16:41:53 +0100 Subject: [PATCH 07/10] doc: update documentation to reference 25.2.4 --- README.md | 4 ++-- VERSION | 2 +- docker-compose.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 2424d11..55d7fd2 100644 --- a/README.md +++ b/README.md @@ -79,8 +79,8 @@ Note that if you want to use LDAP, `$` has to be escape like `\$`, i.e. `-e "LDA -e APP_URL=http://localhost:8080 \ -e APP_KEY=SomeRandomStringWith32Characters \ -p 8080:8080 \ - --name="bookstack_25.2.3" \ - solidnerd/bookstack:25.2.3 + --name="bookstack_25.2.4" \ + solidnerd/bookstack:25.2.4 ``` The APP_URL parameter should be the base URL for your BookStack instance without diff --git a/VERSION b/VERSION index 9dc139e..6d0540a 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -25.2.3 +25.2.4 diff --git a/docker-compose.yml b/docker-compose.yml index 99928ba..2133666 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -11,7 +11,7 @@ services: - mysql-data:/var/lib/mysql bookstack: - image: solidnerd/bookstack:25.2.3 + image: solidnerd/bookstack:25.2.4 depends_on: - mysql environment: From 30c18c19bbc2150dc5cbc9e1f6327276743f7e0e Mon Sep 17 00:00:00 2001 From: Rick Henry Date: Sat, 17 May 2025 15:02:21 +0100 Subject: [PATCH 08/10] feat: update Dockerfile to use Bookstack v25.02.5 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2bad423..6b3f48c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ FROM alpine:3 AS bookstack -ENV BOOKSTACK_VERSION=v25.02.4 +ENV BOOKSTACK_VERSION=v25.02.5 RUN apk add --no-cache curl tar RUN set -x; \ curl -SL -o bookstack.tar.gz https://github.com/BookStackApp/BookStack/archive/${BOOKSTACK_VERSION}.tar.gz \ From 42c7952ca3fd41688a9e5d10409e56935cb673f7 Mon Sep 17 00:00:00 2001 From: Rick Henry Date: Mon, 2 Jun 2025 12:55:25 +0100 Subject: [PATCH 09/10] feat: update Dockerfile to use Bookstack v25.05 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6b3f48c..23fbde4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ FROM alpine:3 AS bookstack -ENV BOOKSTACK_VERSION=v25.02.5 +ENV BOOKSTACK_VERSION=v25.05 RUN apk add --no-cache curl tar RUN set -x; \ curl -SL -o bookstack.tar.gz https://github.com/BookStackApp/BookStack/archive/${BOOKSTACK_VERSION}.tar.gz \ From 0821ea6e9f6a0f667fbbff11124db149569a7608 Mon Sep 17 00:00:00 2001 From: Rick Henry Date: Mon, 2 Jun 2025 12:59:37 +0100 Subject: [PATCH 10/10] doc: update documentation to reference 25.5.0 --- README.md | 4 ++-- VERSION | 2 +- docker-compose.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 55d7fd2..ce2473f 100644 --- a/README.md +++ b/README.md @@ -79,8 +79,8 @@ Note that if you want to use LDAP, `$` has to be escape like `\$`, i.e. `-e "LDA -e APP_URL=http://localhost:8080 \ -e APP_KEY=SomeRandomStringWith32Characters \ -p 8080:8080 \ - --name="bookstack_25.2.4" \ - solidnerd/bookstack:25.2.4 + --name="bookstack_25.5.0" \ + solidnerd/bookstack:25.5.0 ``` The APP_URL parameter should be the base URL for your BookStack instance without diff --git a/VERSION b/VERSION index 6d0540a..722c689 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -25.2.4 +25.5.0 diff --git a/docker-compose.yml b/docker-compose.yml index 2133666..ddae863 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -11,7 +11,7 @@ services: - mysql-data:/var/lib/mysql bookstack: - image: solidnerd/bookstack:25.2.4 + image: solidnerd/bookstack:25.5.0 depends_on: - mysql environment: