mirror of
https://github.com/Retropex/umbrel-apps.git
synced 2025-05-12 19:30:42 +02:00
Update octoprint to version 1.11.0 (#2616)
This commit is contained in:
parent
e2d1b66c50
commit
1e2316f773
@ -8,9 +8,9 @@ services:
|
|||||||
PROXY_AUTH_ADD: "false"
|
PROXY_AUTH_ADD: "false"
|
||||||
|
|
||||||
web:
|
web:
|
||||||
image: octoprint/octoprint:1.10.3@sha256:0ca71aec3b9421e8825072219f0638a14ddf102064127519791545ae5c2396fc
|
image: octoprint/octoprint:1.11.0@sha256:912bef0c4e8bb17f999a9defb41475afa410f2e16be8f8792a6f68ad7915aa9a
|
||||||
privileged: true
|
privileged: true
|
||||||
volumes:
|
volumes:
|
||||||
- ${APP_DATA_DIR}/data:/octoprint
|
- ${APP_DATA_DIR}/data:/octoprint
|
||||||
- /dev:/dev
|
- /dev:/dev
|
||||||
restart: on-failure
|
restart: on-failure
|
||||||
|
@ -2,7 +2,7 @@ manifestVersion: 1
|
|||||||
id: octoprint
|
id: octoprint
|
||||||
category: files
|
category: files
|
||||||
name: OctoPrint
|
name: OctoPrint
|
||||||
version: "1.10.3"
|
version: "1.11.0"
|
||||||
tagline: A snappy web interface for your 3D printer
|
tagline: A snappy web interface for your 3D printer
|
||||||
description: >-
|
description: >-
|
||||||
OctoPrint provides a snappy web interface for controlling consumer 3D printers.
|
OctoPrint provides a snappy web interface for controlling consumer 3D printers.
|
||||||
@ -17,21 +17,14 @@ support: https://community.octoprint.org/
|
|||||||
port: 5003
|
port: 5003
|
||||||
submitter: mateosilguero
|
submitter: mateosilguero
|
||||||
releaseNotes: >-
|
releaseNotes: >-
|
||||||
⚠️ Important security update that fixes vulnerabilities related to XSS and API key management
|
Key highlights in this release:
|
||||||
|
- Added support for multi-factor authentication (MFA)
|
||||||
|
- New Custom Control Manager plugin for configuring custom controls in the UI
|
||||||
|
- New Health Check plugin to alert you of issues with your environment
|
||||||
|
- New Upload Manager plugin for bulk file operations
|
||||||
|
- Improved security and bug fixes
|
||||||
|
|
||||||
|
|
||||||
🔒 Security fixes:
|
|
||||||
- Fixed vulnerabilities in the login dialog and application key confirmation dialog
|
|
||||||
- Fixed vulnerability related to API key management that could allow unauthorized access
|
|
||||||
- Improved security of internal key generation
|
|
||||||
- Removed version number from discovery to prevent information leakage
|
|
||||||
|
|
||||||
|
|
||||||
🐛 Bug fixes:
|
|
||||||
- Fixed issues with reverse proxy configuration
|
|
||||||
- Fixed file list caching behavior
|
|
||||||
- Fixed plugin installation queuing
|
|
||||||
|
|
||||||
Full release notes are found at https://github.com/OctoPrint/OctoPrint/releases
|
Full release notes are found at https://github.com/OctoPrint/OctoPrint/releases
|
||||||
submission: https://github.com/getumbrel/umbrel-apps/pull/449
|
submission: https://github.com/getumbrel/umbrel-apps/pull/449
|
||||||
gallery:
|
gallery:
|
||||||
@ -41,4 +34,4 @@ gallery:
|
|||||||
dependencies: []
|
dependencies: []
|
||||||
path: ""
|
path: ""
|
||||||
defaultUsername: ""
|
defaultUsername: ""
|
||||||
defaultPassword: ""
|
defaultPassword: ""
|
||||||
|
Loading…
Reference in New Issue
Block a user