Browse Source

Update penpot to 2.1.1 (#1274)

main
Nathan Fretz 5 months ago
committed by GitHub
parent
commit
e279642bfb
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 8
      penpot/docker-compose.yml
  2. 25
      penpot/umbrel-app.yml

8
penpot/docker-compose.yml

@ -9,7 +9,7 @@ services:
PROXY_AUTH_WHITELIST: "/api/*" PROXY_AUTH_WHITELIST: "/api/*"
penpot-frontend: penpot-frontend:
image: penpotapp/frontend:2.0.1@sha256:d5e154a986527e66a69ae1a0e81399e13198c0a764c8249319a8ecf0357ca34e image: penpotapp/frontend:2.1.1@sha256:4ebb9a444571c7af892059bbbcfbd1e1ad930b4eb9b45ecb5432b23ac110ebf1
volumes: volumes:
- ${APP_DATA_DIR}/data/assets:/opt/data/assets - ${APP_DATA_DIR}/data/assets:/opt/data/assets
environment: environment:
@ -20,7 +20,7 @@ services:
restart: on-failure restart: on-failure
penpot-backend: penpot-backend:
image: penpotapp/backend:2.0.1@sha256:73e234c2bba2a18c9dcaa6c525b4eb7fe5c3df27d3654e937dd50eaabf23e511 image: penpotapp/backend:2.1.1@sha256:261336e374ae19c984d5dbd4b4b7825b7dc7bfd14267a34a9260590b0b1d7d4c
# user 1000:1000 to avoid permission issues when importing libraries and templates # user 1000:1000 to avoid permission issues when importing libraries and templates
user: "1000:1000" user: "1000:1000"
volumes: volumes:
@ -42,7 +42,7 @@ services:
restart: on-failure restart: on-failure
penpot-exporter: penpot-exporter:
image: penpotapp/exporter:2.0.1@sha256:ce67d475c0f178db8a3e6a0d866f270edddc4940797bd735d2b161ef3de46930 image: penpotapp/exporter:2.1.1@sha256:768fdfe472c663f1ab3602193985a56ec0b532ab6166a9c795bca19f1b61a65a
user: "1000:1000" user: "1000:1000"
environment: environment:
- PENPOT_PUBLIC_URI=http://penpot-frontend - PENPOT_PUBLIC_URI=http://penpot-frontend
@ -65,4 +65,4 @@ services:
penpot-redis: penpot-redis:
image: redis:7@sha256:45bfd95117a171ff9c1b5304bdae80a7a61eb5bbf0793d6a86c9078526ad88fa image: redis:7@sha256:45bfd95117a171ff9c1b5304bdae80a7a61eb5bbf0793d6a86c9078526ad88fa
user: "1000:1000" user: "1000:1000"
restart: on-failure restart: on-failure

25
penpot/umbrel-app.yml

@ -2,7 +2,7 @@ manifestVersion: 1
id: penpot id: penpot
category: developer category: developer
name: Penpot name: Penpot
version: "2.0.1" version: "2.1.1"
tagline: Design and prototyping platform tagline: Design and prototyping platform
description: >- description: >-
Penpot is a pioneering open-source platform for design and prototyping, tailored specifically for product teams. Penpot is a pioneering open-source platform for design and prototyping, tailored specifically for product teams.
@ -10,22 +10,15 @@ description: >-
of open standards, specifically SVG. Penpot invites designers all over the world to fall in love with open source of open standards, specifically SVG. Penpot invites designers all over the world to fall in love with open source
while getting developers excited about the design process in return. while getting developers excited about the design process in return.
releaseNotes: >- releaseNotes: >-
⚠️ This is a major update of Penpot. The app may take a few minutes to start after updating. Please be patient. 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
Full release notes are found at https://github.com/penpot/penpot/releases.
🚀 Epics and highlights
- Grid CSS layout
- UI redesign
- New components System
- Swap components
- Images as fill
- HTML code generation
- Light and dark themes
💥 Breaking changes & Deprecations
- New strokes default to inside border
Read the full release notes for additional information and detailed changes at https://github.com/penpot/penpot/releases/tag/2.0.0
developer: Penpot developer: Penpot
website: https://penpot.app/ website: https://penpot.app/
dependencies: [] dependencies: []
@ -40,4 +33,4 @@ path: ""
defaultUsername: "" defaultUsername: ""
defaultPassword: "" defaultPassword: ""
submitter: Umbrel submitter: Umbrel
submission: https://github.com/getumbrel/umbrel-apps/pull/605 submission: https://github.com/getumbrel/umbrel-apps/pull/605
Loading…
Cancel
Save