mirror of
https://github.com/getumbrel/umbrel-apps.git
synced 2024-11-11 16:09:18 +00:00
Update penpot to 2.1.2 (#1367)
This commit is contained in:
parent
5e2d11d85c
commit
f38c7aae54
|
@ -9,7 +9,7 @@ services:
|
|||
PROXY_AUTH_WHITELIST: "/api/*"
|
||||
|
||||
penpot-frontend:
|
||||
image: penpotapp/frontend:2.1.1@sha256:4ebb9a444571c7af892059bbbcfbd1e1ad930b4eb9b45ecb5432b23ac110ebf1
|
||||
image: penpotapp/frontend:2.1.2@sha256:fabd50fb29567fb53ebf2aedd3f717b89f4b44b06a44414f2a29558b3f10ce55
|
||||
volumes:
|
||||
- ${APP_DATA_DIR}/data/assets:/opt/data/assets
|
||||
environment:
|
||||
|
@ -20,7 +20,7 @@ services:
|
|||
restart: on-failure
|
||||
|
||||
penpot-backend:
|
||||
image: penpotapp/backend:2.1.1@sha256:261336e374ae19c984d5dbd4b4b7825b7dc7bfd14267a34a9260590b0b1d7d4c
|
||||
image: penpotapp/backend:2.1.2@sha256:8c244f241d261620f50c02c0bd61e59b41c0e8dc96d3708c134076d6fb9187af
|
||||
# user 1000:1000 to avoid permission issues when importing libraries and templates
|
||||
user: "1000:1000"
|
||||
volumes:
|
||||
|
@ -42,7 +42,7 @@ services:
|
|||
restart: on-failure
|
||||
|
||||
penpot-exporter:
|
||||
image: penpotapp/exporter:2.1.1@sha256:768fdfe472c663f1ab3602193985a56ec0b532ab6166a9c795bca19f1b61a65a
|
||||
image: penpotapp/exporter:2.1.2@sha256:e155660771dc2f966962efdb2b3c2aeedb4bfb50e8de18cacc0f4b2d12c6a90e
|
||||
user: "1000:1000"
|
||||
environment:
|
||||
- PENPOT_PUBLIC_URI=http://penpot-frontend
|
||||
|
|
|
@ -2,7 +2,7 @@ manifestVersion: 1
|
|||
id: penpot
|
||||
category: developer
|
||||
name: Penpot
|
||||
version: "2.1.1"
|
||||
version: "2.1.2"
|
||||
tagline: Design and prototyping platform
|
||||
description: >-
|
||||
Penpot is a pioneering open-source platform for design and prototyping, tailored specifically for product teams.
|
||||
|
@ -11,11 +11,10 @@ description: >-
|
|||
while getting developers excited about the design process in return.
|
||||
releaseNotes: >-
|
||||
This update includes several bug fixes and improvements:
|
||||
- Consolidate templates new order and naming
|
||||
- Fix the “search” label in translations
|
||||
- Fix pencil loader
|
||||
- Fix several issues on the OIDC
|
||||
- Fix regression on the `email-verification` flag
|
||||
- Fixed an issue where switching the language to "zh_hant" would result in a 400 error
|
||||
- Resolved a problem with SMTP configuration ignoring the port when SSL is set
|
||||
- Added the ability for users to authenticate with a private OIDC provider only
|
||||
|
||||
|
||||
Full release notes are found at https://github.com/penpot/penpot/releases.
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user