From 0b6e5ce0aead5959681d493b491fa9e1b9422a06 Mon Sep 17 00:00:00 2001 From: Romain Lespinasse Date: Tue, 18 Jun 2024 09:36:03 +0200 Subject: [PATCH] feat: update to drawio-desktop 24.5.3 (#80) --- Dockerfile | 2 +- README.adoc | 2 +- src/unwanted-security-warnings.txt | 1 + tests/expected/uniq-output-electron-security-warning.log | 1 + 4 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 2fef5cd..e21aff4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,7 @@ apt-get update apt-get install -y xvfb wget libgbm1 libasound2 # Drawio Desktop -DRAWIO_VERSION="24.5.1" +DRAWIO_VERSION="24.5.3" wget -q https://github.com/jgraph/drawio-desktop/releases/download/v${DRAWIO_VERSION}/drawio-${TARGETARCH}-${DRAWIO_VERSION}.deb apt-get install -y /opt/drawio-desktop/drawio-${TARGETARCH}-${DRAWIO_VERSION}.deb rm -rf /opt/drawio-desktop/drawio-${TARGETARCH}-${DRAWIO_VERSION}.deb diff --git a/README.adoc b/README.adoc index f722802..bdaaa2a 100644 --- a/README.adoc +++ b/README.adoc @@ -1,6 +1,6 @@ = Draw.io Desktop Headless docker image -Dockerized headless version of https://github.com/jgraph/drawio-desktop[Draw.io Desktop v24.5.1] +Dockerized headless version of https://github.com/jgraph/drawio-desktop[Draw.io Desktop v24.5.3] == What it does diff --git a/src/unwanted-security-warnings.txt b/src/unwanted-security-warnings.txt index c906f53..a0cac6d 100644 --- a/src/unwanted-security-warnings.txt +++ b/src/unwanted-security-warnings.txt @@ -6,3 +6,4 @@ Init observer found at shutdown InitializeSandbox extension not supported AttributionReportingCrossAppWeb cannot be enabled in this configuration +Exporting [ diff --git a/tests/expected/uniq-output-electron-security-warning.log b/tests/expected/uniq-output-electron-security-warning.log index 4edeae7..2ce304c 100644 --- a/tests/expected/uniq-output-electron-security-warning.log +++ b/tests/expected/uniq-output-electron-security-warning.log @@ -1,4 +1,5 @@ AttributionReportingCrossAppWeb cannot be enabled in this configuration. Use --enable-features=ConversionMeasurement,AttributionReportingCrossAppWeb in addition. +Exporting [ 'file1.drawio', '--disable-gpu' ] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix") Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory Floss manager not present, cannot set Floss enable/disable.