chore(deps): update penpotapp/exporter docker tag to v2.14.1#47
Open
renovate[bot] wants to merge 1 commit intodevelopfrom
Open
chore(deps): update penpotapp/exporter docker tag to v2.14.1#47renovate[bot] wants to merge 1 commit intodevelopfrom
renovate[bot] wants to merge 1 commit intodevelopfrom
Conversation
2b45dd3 to
6f9bb33
Compare
6f9bb33 to
77c4f24
Compare
77c4f24 to
48c7033
Compare
48c7033 to
a1b42d5
Compare
a1b42d5 to
50675a7
Compare
50675a7 to
3dba80b
Compare
3dba80b to
3ed9a7f
Compare
3ed9a7f to
b69491a
Compare
b69491a to
6bccddf
Compare
6bccddf to
007a709
Compare
9dfe3d5 to
8ecc7c9
Compare
cce5aff to
6eddc21
Compare
6eddc21 to
3f62036
Compare
3f62036 to
e4e99a8
Compare
e4e99a8 to
f40be73
Compare
f40be73 to
07b72d9
Compare
07b72d9 to
0c8557c
Compare
0c8557c to
1ef6e52
Compare
1ef6e52 to
0b87c04
Compare
0b87c04 to
9b22267
Compare
9b22267 to
52e0217
Compare
52e0217 to
6146f22
Compare
6146f22 to
1937851
Compare
1937851 to
6647d95
Compare
6647d95 to
24e2d42
Compare
24e2d42 to
6345ccb
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
2.0.1→2.14.1Release Notes
penpot/penpot (penpotapp/exporter)
v2.14.1Compare Source
✨ New features & Enhancements
🐛 Bugs fixed
v2.14.0Compare Source
💥 Breaking changes & Deprecations
PENPOT_HTTP_SERVER_MAX_MULTIPART_BODY_SIZEin favour ofPENPOT_HTTP_SERVER_MAX_BODY_SIZE.✨ New features & Enhancements
🐛 Bugs fixed
penpot.openPage()plugin API not navigating in the same tab; change default to same-tab navigation and allow passing a UUID string instead of a Page object Github #8520v2.13.3Compare Source
🐛 Bugs fixed
v2.13.2Compare Source
🐛 Bugs fixed
v2.13.0Compare Source
❤️ Community contributions (Thank you!)
Add 'page' special shapeId to MCP export_shape tool for full-page snapshots Github #8689
Fix mask issues with component swap (by @dfelinto) Github #7675
✨ New features & Enhancements
🐛 Bugs fixed
v2.12.1Compare Source
🐛 Bugs fixed
v2.12.0Compare Source
💥 Breaking changes & Deprecations
Backend RPC API changes
The backend RPC API URLS are changed from
/api/rpc/command/<name>to/api/main/methods/<name>. The previous PATH is preserved for backwardcompatibility; however, if you are a user of this API, it is strongly
recommended that you adapt your code to use the new PATH.
Updated SSO Callback URL
The OAuth / Single Sign-On (SSO) callback endpoint has changed to
align with the new OpenID Connect (OIDC) implementation.
Old callback URL:
New callback URL:
Action required:
If you have SSO/Social-Auth configured on your on-premise instance,
the following actions are required before update:
Update your OAuth or SSO provider configuration (e.g., Okta, Google,
Azure AD, etc.) to use the new callback URL. Failure to update may
result in authentication failures after upgrading.
Reason for change:
This update standardizes all authentication flows under the single URL
and makis it more modular, enabling the ability to configure SSO auth
provider dinamically.
Changes on default docker compose
We have updated the
docker/images/docker-compose.yamlwith a smallchange related to the
PENPOT_SECRET_KEY. Since this version, thisenvironment variable is also required on exporter. So if you are using
penpot on-premise you will need to apply the same changes on your own
docker-compose.yamlfile.We have removed the Minio server from the
docker/images/docker-compose.ymlexample. It's still usable as before, we just removed the example.
🚀 Epics and highlights
❤️ Community contributions (Thank you!)
✨ New features & Enhancements
🐛 Bugs fixed
v2.11.1Compare Source
v2.11.0Compare Source
💥 Breaking changes & Deprecations
Deprecated configuration variables with the prefix
PENPOT_ASSETS_*, and will beremoved in future versions:
PENPOT_ASSETS_STORAGE_BACKENDbecomesPENPOT_OBJECTS_STORAGE_BACKENDand itsvalues passes from (
assets-fsorassets-s3) to (fsors3)PENPOT_STORAGE_ASSETS_FS_DIRECTORYbecomesPENPOT_OBJECTS_STORAGE_FS_DIRECTORYPENPOT_STORAGE_ASSETS_S3_BUCKETbecomesPENPOT_OBJECTS_STORAGE_S3_BUCKETPENPOT_STORAGE_ASSETS_S3_REGIONbecomesPENPOT_OBJECTS_STORAGE_S3_REGIONPENPOT_STORAGE_ASSETS_S3_ENDPOINTbecomesPENPOT_OBJECTS_STORAGE_S3_ENDPOINTPENPOT_STORAGE_ASSETS_S3_IO_THREADSreplaced (see below)Add
PENPOT_NETTY_IO_THREADSandPENPOT_EXECUTOR_THREADSvariables to provide thecontrol over concurrency of the shared resources used by netty. Penpot uses the netty IO
threads for AWS S3 SDK and Redis/Valkey communication, and the EXEC threads to perform
out of HTTP serving threads tasks such that cache invalidation, S3 response completion,
configuration reloading and many other auxiliar tasks. By default they use a half number
if available cpus with a minumum of 2 for both executors. You should not touch that
variables unless you are know what you are doing.
Replace the
PENPOT_STORAGE_ASSETS_S3_IO_THREADSwith a more general configurationPENPOT_NETTY_IO_THREADSused to configure a shared netty resources across differentservices which use netty internally (redis connection, S3 SDK client). This
configuration is not very commonly used so don't expected real impact on any user.
✨ New features & Enhancements
🐛 Bugs fixed
v2.10.1Compare Source
✨ New features & Enhancements
🐛 Bugs fixed
v2.10.0Compare Source
🚀 Epics and highlights
💥 Breaking changes & Deprecations
❤️ Community contributions (Thank you!)
✨ New features & Enhancements
🐛 Bugs fixed
penpot_exporterDocker image GitHub #7205v2.9.0Compare Source
🚀 Epics and highlights
💥 Breaking changes & Deprecations
❤️ Community contributions (Thank you!)
✨ New features & Enhancements
mix-blend-modeproperty in code editor when present on shape Taiga #11282🐛 Bugs fixed
v2.8.1Compare Source
🐛 Bugs fixed
v2.8.0Compare Source
🚀 Epics and highlights
💥 Breaking changes & Deprecations
Penpot Library
The initial prototype is completly reworked to provide a more consistent API
and to have proper validation and params decoding. All the details can be found
on its own changelog
Penpot migrate from Redis to Valkey
As Valkey is an opne-souce fork of Redis
version 7.2.4, this version of Penpot will be compatible with Redis but may diverge
in future versions. Therefore, migration from Redis to ValKey is recommended for all
on-premises instances that want to keep up to date.
❤️ Community contributions (Thank you!)
✨ New features & Enhancements
input*wrapper component, andlabel*,input-field*andhint-message*components Taiga #10713🐛 Bugs fixed
v2.7.2Compare Source
🐛 Bugs fixed
generated by penpot library Github #6614
v2.7.1Compare Source
🐛 Bugs fixed
v2.7.0Compare Source
🚀 Epics and highlights
💥 Breaking changes & Deprecations
❤️ Community contributions (Thank you!)
✨ New features
🐛 Bugs fixed
stroke-linecapproperty when importing SVGs Taiga #9489v2.6.2Compare Source
🐛 Bugs fixed
v2.6.1Compare Source
🐛 Bugs fixed
v2.6.0Compare Source
🚀 Epics and highlights
💥 Breaking changes & Deprecations
❤️ Community contributions (Thank you!)
✨ New features
🐛 Bugs fixed
v2.5.4Configuration
📅 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 is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.