From 98d645bd4e2ea9d6db1d59e036d4cbc450330fef Mon Sep 17 00:00:00 2001 From: amvanbaren Date: Fri, 27 Oct 2023 15:50:39 +0300 Subject: [PATCH] Release v0.14.2 Add config changes for release 0.14.2 --- Dockerfile | 2 +- configuration/application.yml | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1c625b5b..704d32a7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -27,7 +27,7 @@ RUN /usr/bin/yarn --cwd website \ && /usr/bin/yarn --cwd website build # Main image derived from openvsx-server -FROM ghcr.io/eclipse/openvsx-server:v0.14.1 +FROM ghcr.io/eclipse/openvsx-server:v0.14.2 COPY --from=builder --chown=openvsx:openvsx /workdir/website/static/ BOOT-INF/classes/static/ COPY --from=builder --chown=openvsx:openvsx /workdir/configuration/ config/ diff --git a/configuration/application.yml b/configuration/application.yml index e26f4ea6..0968c26a 100644 --- a/configuration/application.yml +++ b/configuration/application.yml @@ -3,6 +3,12 @@ # for database access and ovsx.storage.azure for file storage access. # Additional properties are loaded from the file provided with the # DEPLOYMENT_CONFIG environment variable. +logging: + level: + org: + eclipse: + openvsx: + adapter: DEBUG server: address: 0.0.0.0 @@ -149,3 +155,6 @@ ovsx: seconds: 300 integrity: key-pair: create + vscode: + upstream: + update-on-start: true