From 8f31f6c40e6c12b3e4aa188ace2ed12a7795df98 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 1 Oct 2024 17:56:29 +0000 Subject: [PATCH 1/4] chore(release): 1.4.0 [skip ci] # [1.4.0](https://github.com/ash0ne/docker-pdf-server/compare/v1.3.0...v1.4.0) (2024-10-01) ### Features * Adding user management, RBAC and guest access. ([fc63cc6](https://github.com/ash0ne/docker-pdf-server/commit/fc63cc6b8525bf5fc154fe5d49b5d9fbe89f4da6)) * adding volume deets to the sample command ([617aea0](https://github.com/ash0ne/docker-pdf-server/commit/617aea05e84cdd26f863c816d666bd50892deff0)) * User management and Guest Access ([d95515a](https://github.com/ash0ne/docker-pdf-server/commit/d95515a74a7fed0802ae28859dd44bb14bb53a3d)) * users and rbac ([1ebd5e5](https://github.com/ash0ne/docker-pdf-server/commit/1ebd5e5b898e7bca164e2812460b2d67fd0a8642)) --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cef8465..76b8309 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +# [1.4.0](https://github.com/ash0ne/docker-pdf-server/compare/v1.3.0...v1.4.0) (2024-10-01) + + +### Features + +* Adding user management, RBAC and guest access. ([fc63cc6](https://github.com/ash0ne/docker-pdf-server/commit/fc63cc6b8525bf5fc154fe5d49b5d9fbe89f4da6)) +* adding volume deets to the sample command ([617aea0](https://github.com/ash0ne/docker-pdf-server/commit/617aea05e84cdd26f863c816d666bd50892deff0)) +* User management and Guest Access ([d95515a](https://github.com/ash0ne/docker-pdf-server/commit/d95515a74a7fed0802ae28859dd44bb14bb53a3d)) +* users and rbac ([1ebd5e5](https://github.com/ash0ne/docker-pdf-server/commit/1ebd5e5b898e7bca164e2812460b2d67fd0a8642)) + # [1.4.0-beta.3](https://github.com/ash0ne/docker-pdf-server/compare/v1.4.0-beta.2...v1.4.0-beta.3) (2024-09-09) diff --git a/package.json b/package.json index 07b4293..edade42 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ }, "name": "docker-pdf-server", "private": true, - "version": "1.4.0-beta.3", + "version": "1.4.0", "description": "An ultra-minimalist PDF server running on Docker", "author": "ash0ne", "license": "MIT", From 8f8a4668e8ddf80219f716b2e6522acd71f21b3f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 20:00:35 +0000 Subject: [PATCH 2/4] chore(deps): bump sqlalchemy from 2.0.31 to 2.0.35 Bumps [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) from 2.0.31 to 2.0.35. - [Release notes](https://github.com/sqlalchemy/sqlalchemy/releases) - [Changelog](https://github.com/sqlalchemy/sqlalchemy/blob/main/CHANGES.rst) - [Commits](https://github.com/sqlalchemy/sqlalchemy/commits) --- updated-dependencies: - dependency-name: sqlalchemy dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 73a2242..351123b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,7 +10,7 @@ itsdangerous==2.2.0 Jinja2==3.1.4 MarkupSafe==2.1.5 packaging==24.1 -SQLAlchemy==2.0.31 +SQLAlchemy==2.0.35 typing_extensions==4.12.2 Wand==0.6.13 Werkzeug==3.0.4 From 6741bfa2ac1241ed4bf077fcbf7054a70736de38 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Oct 2024 20:05:47 +0000 Subject: [PATCH 3/4] chore(deps): bump sqlalchemy from 2.0.35 to 2.0.36 Bumps [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) from 2.0.35 to 2.0.36. - [Release notes](https://github.com/sqlalchemy/sqlalchemy/releases) - [Changelog](https://github.com/sqlalchemy/sqlalchemy/blob/main/CHANGES.rst) - [Commits](https://github.com/sqlalchemy/sqlalchemy/commits) --- updated-dependencies: - dependency-name: sqlalchemy dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 351123b..2e89112 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,7 +10,7 @@ itsdangerous==2.2.0 Jinja2==3.1.4 MarkupSafe==2.1.5 packaging==24.1 -SQLAlchemy==2.0.35 +SQLAlchemy==2.0.36 typing_extensions==4.12.2 Wand==0.6.13 Werkzeug==3.0.4 From 30a9b46f6180aa9c97249cfb83c321fb894f3c87 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Nov 2024 19:26:35 +0000 Subject: [PATCH 4/4] chore(deps): bump packaging from 24.1 to 24.2 Bumps [packaging](https://github.com/pypa/packaging) from 24.1 to 24.2. - [Release notes](https://github.com/pypa/packaging/releases) - [Changelog](https://github.com/pypa/packaging/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pypa/packaging/compare/24.1...24.2) --- updated-dependencies: - dependency-name: packaging dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 2e89112..b0d434b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,7 +9,7 @@ gunicorn==22.0.0 itsdangerous==2.2.0 Jinja2==3.1.4 MarkupSafe==2.1.5 -packaging==24.1 +packaging==24.2 SQLAlchemy==2.0.36 typing_extensions==4.12.2 Wand==0.6.13