mirror of
https://github.com/Retropex/umbrel-apps.git
synced 2025-05-12 19:30:42 +02:00
Update octoprint to 1.10.3 (#1747)
This commit is contained in:
parent
faa5c93752
commit
c11e5a7e1d
@ -8,7 +8,7 @@ services:
|
|||||||
PROXY_AUTH_ADD: "false"
|
PROXY_AUTH_ADD: "false"
|
||||||
|
|
||||||
web:
|
web:
|
||||||
image: octoprint/octoprint:1.10.2@sha256:dcc74b1a6074972ba2fce80e1abc80e98e2603adcab771918d89abaed2e4c277
|
image: octoprint/octoprint:1.10.3@sha256:0ca71aec3b9421e8825072219f0638a14ddf102064127519791545ae5c2396fc
|
||||||
privileged: true
|
privileged: true
|
||||||
volumes:
|
volumes:
|
||||||
- ${APP_DATA_DIR}/data:/octoprint
|
- ${APP_DATA_DIR}/data:/octoprint
|
||||||
|
@ -2,7 +2,7 @@ manifestVersion: 1
|
|||||||
id: octoprint
|
id: octoprint
|
||||||
category: files
|
category: files
|
||||||
name: OctoPrint
|
name: OctoPrint
|
||||||
version: "1.10.2"
|
version: "1.10.3"
|
||||||
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,16 +17,20 @@ support: https://community.octoprint.org/
|
|||||||
port: 5003
|
port: 5003
|
||||||
submitter: mateosilguero
|
submitter: mateosilguero
|
||||||
releaseNotes: >-
|
releaseNotes: >-
|
||||||
✋ Heads-up
|
⚠️ Important security update that fixes vulnerabilities related to XSS and API key management
|
||||||
|
|
||||||
As of Octoprint 1.10.0, you are required to re-enter your password on critical operations (e.g. adding/changing/deleting users and groups, installing plugins, revealing the deprecated global API key, etc).
|
|
||||||
|
|
||||||
|
|
||||||
🐛 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
|
||||||
|
|
||||||
- Fixed a translation string in the German translation.
|
|
||||||
- Fixed a third-party dependency change that broke a development command.
|
🐛 Bug fixes:
|
||||||
- Improved the behavior of the "Hide successful prints" filter in the file list.
|
- 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
|
||||||
|
Loading…
Reference in New Issue
Block a user