From 98d645bd4e2ea9d6db1d59e036d4cbc450330fef Mon Sep 17 00:00:00 2001 From: amvanbaren Date: Fri, 27 Oct 2023 15:50:39 +0300 Subject: [PATCH 1/4] 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 1c625b5b7..704d32a72 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 e26f4ea6e..0968c26a0 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 From 6411989fe54da1ca0aabbb26125cf41951835010 Mon Sep 17 00:00:00 2001 From: amvanbaren Date: Mon, 29 Jan 2024 16:36:03 +0200 Subject: [PATCH 2/4] Test c62c821 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 704d32a72..72a615243 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.2 +FROM ghcr.io/eclipse/openvsx-server:c62c821 COPY --from=builder --chown=openvsx:openvsx /workdir/website/static/ BOOT-INF/classes/static/ COPY --from=builder --chown=openvsx:openvsx /workdir/configuration/ config/ From e6eff0227b13be237ff8bb5f5e2d20018f539ca1 Mon Sep 17 00:00:00 2001 From: amvanbaren Date: Mon, 29 Jan 2024 20:29:51 +0200 Subject: [PATCH 3/4] Add gallery-url --- configuration/application.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/configuration/application.yml b/configuration/application.yml index 0968c26a0..87b7be1ec 100644 --- a/configuration/application.yml +++ b/configuration/application.yml @@ -158,3 +158,4 @@ ovsx: vscode: upstream: update-on-start: true + gallery-url: https://marketplace.visualstudio.com/_apis/public/gallery/ From 402a530cdb5b8c256cbcc1022459ba779a24b241 Mon Sep 17 00:00:00 2001 From: amvanbaren Date: Mon, 29 Jan 2024 21:02:12 +0200 Subject: [PATCH 4/4] Release v0.14.3 --- Dockerfile | 2 +- configuration/application.yml | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 72a615243..c0dc8a420 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:c62c821 +FROM ghcr.io/eclipse/openvsx-server:v0.14.3 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 87b7be1ec..0968c26a0 100644 --- a/configuration/application.yml +++ b/configuration/application.yml @@ -158,4 +158,3 @@ ovsx: vscode: upstream: update-on-start: true - gallery-url: https://marketplace.visualstudio.com/_apis/public/gallery/