feat(container)!: Update ghcr.io/alam00000/bentopdf-simple ( 1.16.1 ➔ 2.0.0 ) #374

Merged
naoalb merged 1 commit from renovate/ghcr.io-alam00000-bentopdf-simple-2.x into main 2026-02-01 21:07:35 +00:00
Owner

This PR contains the following updates:

Package Update Change OpenSSF
ghcr.io/alam00000/bentopdf-simple major 1.16.12.0.0 OpenSSF Scorecard

Release Notes

alam00000/bentopdf (ghcr.io/alam00000/bentopdf-simple)

v2.0.0

Compare Source

Dad Joke of the Release

Where do cats go to get a new tail? A retail store 🤣

⚠️ Breaking Changes
This release moves away from bundling AGPL-licensed libraries such as PyMuPDF, Ghostscript, and CoherentPDF. If your workflow depends on these tools, you’ll now need to configure them manually via the Advanced Settings.

You can supply your own compatible versions of these libraries, as long as they conform to the expected interfaces and formats. This change was made to improve flexibility and maintain a clear separation of concerns.

The simple tutorial can be found here: Tutorial and the docs have been updated to reflect the same.

What's New

1. PDF Editor Tool
  • Download button added to the PDF Editor tool - you can now save your edited PDFs with all annotations, redactions, and form data baked in.
  • Multi-document tabs - open multiple PDFs at once in the editor and switch between them with tabs.
  • Link Support - you can now add internal and external page links

2. Kubernetes Deployment
  • Helm chart added for Kubernetes deployment - Thanks @​spwoodcock ! ❤️
  • Deploy BentoPDF on your cluster with a single helm install.

3. New Language Support
  • Dutch (Nederlands) - Thanks @​Stephan-P! ❤️
  • Belarusian (Беларуская) - Thanks @​pavel-miniutka! ❤️
  • Fixed missing language regex mappings for nl and be across routing, i18n, and service worker.

4. Organize PDF - Page Reordering
  • You can now reorder pages using page number strings (e.g. 3,1,2,5-4) in the Organize PDF tool - Thanks @​sheing-google! ❤️

5. Fixes & Improvements
  • Fixed crop bounds not restoring when navigating between pages - Thanks @​LoganK! ❤️
  • Restored embedpdf workflow and fixed external xlsx reference - Thanks @​EmeraldPi! ❤️
  • Security: bumped svelte (5.46.1 → 5.48.2) and lodash (4.17.21 → 4.17.23)
  • Fix sign pdf tool bug where the drawing pad wasn't focused on mobile devices
  • Fixed an issue where you had to hard refresh when changing a language
  • Fixed issue of extra url prefixes when navigating to different pages
  • Fixed an issue in PDF multi tool where the page numbers were garbled from lazy loading

New Contributors ❤️

Big thanks to all contributors for making this release happen!

As always, please test and report any issues.

Full Changelog: https://github.com/alam00000/bentopdf/compare/v1.16.1...v2.0.0

v2.0.0

Compare Source

Dad Joke of the Release

Where do cats go to get a new tail? A retail store 🤣

⚠️ Breaking Changes
This release moves away from bundling AGPL-licensed libraries such as PyMuPDF, Ghostscript, and CoherentPDF. If your workflow depends on these tools, you’ll now need to configure them manually via the Advanced Settings.

You can supply your own compatible versions of these libraries, as long as they conform to the expected interfaces and formats. This change was made to improve flexibility and maintain a clear separation of concerns.

The simple tutorial can be found here: Tutorial and the docs have been updated to reflect the same.

What's New

1. PDF Editor Tool
  • Download button added to the PDF Editor tool - you can now save your edited PDFs with all annotations, redactions, and form data baked in.
  • Multi-document tabs - open multiple PDFs at once in the editor and switch between them with tabs.
  • Link Support - you can now add internal and external page links

2. Kubernetes Deployment
  • Helm chart added for Kubernetes deployment - Thanks @​spwoodcock ! ❤️
  • Deploy BentoPDF on your cluster with a single helm install.

3. New Language Support
  • Dutch (Nederlands) - Thanks @​Stephan-P! ❤️
  • Belarusian (Беларуская) - Thanks @​pavel-miniutka! ❤️
  • Fixed missing language regex mappings for nl and be across routing, i18n, and service worker.

4. Organize PDF - Page Reordering
  • You can now reorder pages using page number strings (e.g. 3,1,2,5-4) in the Organize PDF tool - Thanks @​sheing-google! ❤️

5. Fixes & Improvements
  • Fixed crop bounds not restoring when navigating between pages - Thanks @​LoganK! ❤️
  • Restored embedpdf workflow and fixed external xlsx reference - Thanks @​EmeraldPi! ❤️
  • Security: bumped svelte (5.46.1 → 5.48.2) and lodash (4.17.21 → 4.17.23)
  • Fix sign pdf tool bug where the drawing pad wasn't focused on mobile devices
  • Fixed an issue where you had to hard refresh when changing a language
  • Fixed issue of extra url prefixes when navigating to different pages
  • Fixed an issue in PDF multi tool where the page numbers were garbled from lazy loading

New Contributors ❤️

Big thanks to all contributors for making this release happen!

As always, please test and report any issues.

Full Changelog: https://github.com/alam00000/bentopdf/compare/v1.16.1...v2.0.0


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Update | Change | OpenSSF | |---|---|---|---| | [ghcr.io/alam00000/bentopdf-simple](https://github.com/alam00000/bentopdf) | major | `1.16.1` → `2.0.0` | [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/alam00000/bentopdf/badge)](https://securityscorecards.dev/viewer/?uri=github.com/alam00000/bentopdf) | --- ### Release Notes <details> <summary>alam00000/bentopdf (ghcr.io/alam00000/bentopdf-simple)</summary> ### [`v2.0.0`](https://github.com/alam00000/bentopdf/releases/tag/v2.0.0) [Compare Source](https://github.com/alam00000/bentopdf/compare/v2.0.0...v2.0.0) ##### Dad Joke of the Release Where do cats go to get a new tail? A retail store 🤣 ⚠️ Breaking Changes This release moves away from bundling AGPL-licensed libraries such as PyMuPDF, Ghostscript, and CoherentPDF. If your workflow depends on these tools, you’ll now need to configure them manually via the Advanced Settings. You can supply your own compatible versions of these libraries, as long as they conform to the expected interfaces and formats. This change was made to improve flexibility and maintain a clear separation of concerns. The simple tutorial can be found here: [Tutorial](https://drive.google.com/file/d/1JSrrIRlMCYIWIKTl7e_m-ccMbW5v9t6H/view?usp=drive_link) and the docs have been updated to reflect the same. ##### What's New *** ##### 1. PDF Editor Tool - **Download button** added to the PDF Editor tool - you can now save your edited PDFs with all annotations, redactions, and form data baked in. - **Multi-document tabs** - open multiple PDFs at once in the editor and switch between them with tabs. - **Link Support** - you can now add internal and external page links *** ##### 2. Kubernetes Deployment - **Helm chart** added for Kubernetes deployment - Thanks [@&#8203;spwoodcock](https://github.com/spwoodcock) ! ❤️ - Deploy BentoPDF on your cluster with a single `helm install`. *** ##### 3. New Language Support - **Dutch (Nederlands)** - Thanks [@&#8203;Stephan-P](https://github.com/Stephan-P)! ❤️ - **Belarusian (Беларуская)** - Thanks [@&#8203;pavel-miniutka](https://github.com/pavel-miniutka)! ❤️ - Fixed missing language regex mappings for `nl` and `be` across routing, i18n, and service worker. *** ##### 4. Organize PDF - Page Reordering - You can now reorder pages using page number strings (e.g. `3,1,2,5-4`) in the Organize PDF tool - Thanks [@&#8203;sheing-google](https://github.com/sheing-google)! ❤️ *** ##### 5. Fixes & Improvements - Fixed crop bounds not restoring when navigating between pages - Thanks [@&#8203;LoganK](https://github.com/LoganK)! ❤️ - Restored embedpdf workflow and fixed external xlsx reference - Thanks [@&#8203;EmeraldPi](https://github.com/EmeraldPi)! ❤️ - Security: bumped `svelte` (5.46.1 → 5.48.2) and `lodash` (4.17.21 → 4.17.23) - Fix sign pdf tool bug where the drawing pad wasn't focused on mobile devices - Fixed an issue where you had to hard refresh when changing a language - Fixed issue of extra url prefixes when navigating to different pages - Fixed an issue in PDF multi tool where the page numbers were garbled from lazy loading *** ##### New Contributors ❤️ - [@&#8203;spwoodcock](https://github.com/spwoodcock) made their first contribution in [#&#8203;388](https://github.com/alam00000/bentopdf/pull/388) - [@&#8203;sheing-google](https://github.com/sheing-google) made their first contribution in [#&#8203;386](https://github.com/alam00000/bentopdf/pull/386) - [@&#8203;LoganK](https://github.com/LoganK) made their first contribution in [#&#8203;405](https://github.com/alam00000/bentopdf/pull/405) - [@&#8203;pavel-miniutka](https://github.com/pavel-miniutka) made their first contribution in [#&#8203;432](https://github.com/alam00000/bentopdf/pull/432) *** Big thanks to all contributors for making this release happen! **As always, please test and report any issues.** **Full Changelog**: <https://github.com/alam00000/bentopdf/compare/v1.16.1...v2.0.0> ### [`v2.0.0`](https://github.com/alam00000/bentopdf/releases/tag/v2.0.0) [Compare Source](https://github.com/alam00000/bentopdf/compare/v1.16.1...v2.0.0) ##### Dad Joke of the Release Where do cats go to get a new tail? A retail store 🤣 ⚠️ Breaking Changes This release moves away from bundling AGPL-licensed libraries such as PyMuPDF, Ghostscript, and CoherentPDF. If your workflow depends on these tools, you’ll now need to configure them manually via the Advanced Settings. You can supply your own compatible versions of these libraries, as long as they conform to the expected interfaces and formats. This change was made to improve flexibility and maintain a clear separation of concerns. The simple tutorial can be found here: [Tutorial](https://drive.google.com/file/d/1JSrrIRlMCYIWIKTl7e_m-ccMbW5v9t6H/view?usp=drive_link) and the docs have been updated to reflect the same. ##### What's New *** ##### 1. PDF Editor Tool - **Download button** added to the PDF Editor tool - you can now save your edited PDFs with all annotations, redactions, and form data baked in. - **Multi-document tabs** - open multiple PDFs at once in the editor and switch between them with tabs. - **Link Support** - you can now add internal and external page links *** ##### 2. Kubernetes Deployment - **Helm chart** added for Kubernetes deployment - Thanks [@&#8203;spwoodcock](https://github.com/spwoodcock) ! ❤️ - Deploy BentoPDF on your cluster with a single `helm install`. *** ##### 3. New Language Support - **Dutch (Nederlands)** - Thanks [@&#8203;Stephan-P](https://github.com/Stephan-P)! ❤️ - **Belarusian (Беларуская)** - Thanks [@&#8203;pavel-miniutka](https://github.com/pavel-miniutka)! ❤️ - Fixed missing language regex mappings for `nl` and `be` across routing, i18n, and service worker. *** ##### 4. Organize PDF - Page Reordering - You can now reorder pages using page number strings (e.g. `3,1,2,5-4`) in the Organize PDF tool - Thanks [@&#8203;sheing-google](https://github.com/sheing-google)! ❤️ *** ##### 5. Fixes & Improvements - Fixed crop bounds not restoring when navigating between pages - Thanks [@&#8203;LoganK](https://github.com/LoganK)! ❤️ - Restored embedpdf workflow and fixed external xlsx reference - Thanks [@&#8203;EmeraldPi](https://github.com/EmeraldPi)! ❤️ - Security: bumped `svelte` (5.46.1 → 5.48.2) and `lodash` (4.17.21 → 4.17.23) - Fix sign pdf tool bug where the drawing pad wasn't focused on mobile devices - Fixed an issue where you had to hard refresh when changing a language - Fixed issue of extra url prefixes when navigating to different pages - Fixed an issue in PDF multi tool where the page numbers were garbled from lazy loading *** ##### New Contributors ❤️ - [@&#8203;spwoodcock](https://github.com/spwoodcock) made their first contribution in [#&#8203;388](https://github.com/alam00000/bentopdf/pull/388) - [@&#8203;sheing-google](https://github.com/sheing-google) made their first contribution in [#&#8203;386](https://github.com/alam00000/bentopdf/pull/386) - [@&#8203;LoganK](https://github.com/LoganK) made their first contribution in [#&#8203;405](https://github.com/alam00000/bentopdf/pull/405) - [@&#8203;pavel-miniutka](https://github.com/pavel-miniutka) made their first contribution in [#&#8203;432](https://github.com/alam00000/bentopdf/pull/432) *** Big thanks to all contributors for making this release happen! **As always, please test and report any issues.** **Full Changelog**: <https://github.com/alam00000/bentopdf/compare/v1.16.1...v2.0.0> </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4wLjYiLCJ1cGRhdGVkSW5WZXIiOiI0My4wLjYiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImt1YmVybmV0ZXMvaGNsb3VkIiwicmVub3ZhdGUvY29udGFpbmVyIiwidHlwZS9tYWpvciJdfQ==-->
naoalb merged commit ca88df0e8f into main 2026-02-01 21:07:35 +00:00
naoalb deleted branch renovate/ghcr.io-alam00000-bentopdf-simple-2.x 2026-02-01 21:07:35 +00:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
lab/k8s!374
No description provided.