From b8b461c34e228fb6b36db94b7fa17451793db202 Mon Sep 17 00:00:00 2001 From: Johannes Faltermeier Date: Fri, 29 Nov 2024 12:43:42 +0100 Subject: [PATCH 1/2] Prepare 1.0.0 Release pin inversify in demo application. https://github.com/eclipse-theia/theia/issues/14431#issuecomment-2468130059 --- demo/dockerfiles/demo-theia-monitor-theia/package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/demo/dockerfiles/demo-theia-monitor-theia/package.json b/demo/dockerfiles/demo-theia-monitor-theia/package.json index c7d0e4e3..85c370dd 100644 --- a/demo/dockerfiles/demo-theia-monitor-theia/package.json +++ b/demo/dockerfiles/demo-theia-monitor-theia/package.json @@ -62,6 +62,9 @@ "devDependencies": { "@theia/cli": "1.43.1" }, + "resolutions": { + "inversify": "6.0.3" + }, "scripts": { "preinstall": "node-gyp install" }, From 509342d72d34292cf540939e941fb141532603e3 Mon Sep 17 00:00:00 2001 From: Johannes Faltermeier Date: Mon, 2 Dec 2024 09:48:15 +0100 Subject: [PATCH 2/2] Update versions to 1.1.0-next/SNAPSHOT Contributed on behalf of STMicroelectronics --- .github/workflows/publish-demos.yml | 2 +- .github/workflows/reusable-docker.yml | 2 +- CHANGELOG.md | 2 +- .../demo-theia-monitor-vscode/Dockerfile | 4 ++-- ...ix => theia-cloud-monitor-1.1.0-next.vsix} | Bin 394394 -> 394405 bytes dockerfiles/conversion-webhook/Dockerfile | 4 ++-- dockerfiles/operator/Dockerfile | 4 ++-- dockerfiles/operator/Dockerfile.withcache | 4 ++-- dockerfiles/service/Dockerfile | 4 ++-- dockerfiles/service/Dockerfile.withcache | 4 ++-- documentation/openapi.json | 2 +- java/common/maven-conf/pom.xml | 2 +- .../org.eclipse.theia.cloud.common/pom.xml | 2 +- .../README.md | 2 +- .../pom.xml | 4 ++-- java/operator/README.md | 2 +- .../pom.xml | 6 +++--- .../org.eclipse.theia.cloud.operator/pom.xml | 4 ++-- .../org.eclipse.theia.cloud.service/README.md | 2 +- .../org.eclipse.theia.cloud.service/pom.xml | 4 ++-- .../service/TheiaCloudApiApplication.java | 2 +- .../resources/META-INF/resources/index.html | 4 ++-- node/common/package.json | 2 +- node/common/src/client/api.ts | 2 +- node/common/src/client/base.ts | 2 +- node/common/src/client/common.ts | 2 +- node/common/src/client/configuration.ts | 2 +- node/common/src/client/index.ts | 2 +- node/landing-page/package.json | 2 +- node/monitor-theia/package.json | 2 +- node/monitor/package-lock.json | 4 ++-- node/monitor/package.json | 2 +- node/package-lock.json | 8 ++++---- node/testing-page/package.json | 2 +- terraform/modules/helm/theia-cloud.yaml | 4 ++-- .../2-02_monitor/theia_cloud.tf | 2 +- terraform/values/valuesDemo.yaml | 4 ++-- terraform/values/valuesMonitor.yaml | 4 ++-- 38 files changed, 56 insertions(+), 56 deletions(-) rename demo/dockerfiles/demo-theia-monitor-vscode/{theia-cloud-monitor-1.0.0.vsix => theia-cloud-monitor-1.1.0-next.vsix} (99%) diff --git a/.github/workflows/publish-demos.yml b/.github/workflows/publish-demos.yml index 5016011b..62bc2c89 100644 --- a/.github/workflows/publish-demos.yml +++ b/.github/workflows/publish-demos.yml @@ -17,7 +17,7 @@ on: required: true env: - VERSION: 1.0.0 + VERSION: 1.1.0-next jobs: check-version: diff --git a/.github/workflows/reusable-docker.yml b/.github/workflows/reusable-docker.yml index 67368e57..7f5dfd03 100644 --- a/.github/workflows/reusable-docker.yml +++ b/.github/workflows/reusable-docker.yml @@ -19,7 +19,7 @@ on: required: true env: - VERSION: 1.0.0 + VERSION: 1.1.0-next jobs: build: diff --git a/CHANGELOG.md b/CHANGELOG.md index 318ce24d..29a362cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog - +## [1.1.0] - estimated 2025-02 ## [1.0.0] - 2024-11-29 diff --git a/demo/dockerfiles/demo-theia-monitor-vscode/Dockerfile b/demo/dockerfiles/demo-theia-monitor-vscode/Dockerfile index b4e168f1..454d8f73 100644 --- a/demo/dockerfiles/demo-theia-monitor-vscode/Dockerfile +++ b/demo/dockerfiles/demo-theia-monitor-vscode/Dockerfile @@ -2,9 +2,9 @@ FROM node:18-bullseye-slim as build-stage # Copy and unzip the vsix file RUN apt-get update && apt-get install -y unzip && rm -rf /var/lib/apt/lists/* -COPY theia-cloud-monitor-1.0.0.vsix /tmp/theia-cloud-monitor.vsix +COPY theia-cloud-monitor-1.1.0-next.vsix /tmp/theia-cloud-monitor.vsix RUN mkdir /tmp/extracted && unzip /tmp/theia-cloud-monitor.vsix -d /tmp/extracted -FROM theiacloud/theia-cloud-demo:1.0.0 as production-stage +FROM theiacloud/theia-cloud-demo:1.1.0-next as production-stage COPY --chown=theia:theia --from=build-stage /tmp/extracted /home/theia/plugins \ No newline at end of file diff --git a/demo/dockerfiles/demo-theia-monitor-vscode/theia-cloud-monitor-1.0.0.vsix b/demo/dockerfiles/demo-theia-monitor-vscode/theia-cloud-monitor-1.1.0-next.vsix similarity index 99% rename from demo/dockerfiles/demo-theia-monitor-vscode/theia-cloud-monitor-1.0.0.vsix rename to demo/dockerfiles/demo-theia-monitor-vscode/theia-cloud-monitor-1.1.0-next.vsix index 88720d20b580737861f298127987d7c031a425af..80f934a77d78d3f762dfb0c5e307b33154efcfc8 100644 GIT binary patch delta 1821 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 PA~7Pc25hqn3GM#?U*<6F diff --git a/dockerfiles/conversion-webhook/Dockerfile b/dockerfiles/conversion-webhook/Dockerfile index 709c2ac6..a5b8cc2b 100644 --- a/dockerfiles/conversion-webhook/Dockerfile +++ b/dockerfiles/conversion-webhook/Dockerfile @@ -12,7 +12,7 @@ RUN cd /conversion/common/maven-conf && \ FROM eclipse-temurin:17-jre-alpine WORKDIR /conversion -COPY --from=builder /conversion/conversion/org.eclipse.theia.cloud.conversion/target/conversion-webhook-1.0.0-runner.jar . +COPY --from=builder /conversion/conversion/org.eclipse.theia.cloud.conversion/target/conversion-webhook-1.1.0-SNAPSHOT-runner.jar . -ENTRYPOINT java -jar ./conversion-webhook-1.0.0-runner.jar +ENTRYPOINT java -jar ./conversion-webhook-1.1.0-SNAPSHOT-runner.jar CMD [ "" ] \ No newline at end of file diff --git a/dockerfiles/operator/Dockerfile b/dockerfiles/operator/Dockerfile index aa4fd991..2437407d 100644 --- a/dockerfiles/operator/Dockerfile +++ b/dockerfiles/operator/Dockerfile @@ -17,7 +17,7 @@ RUN mkdir /templates WORKDIR /log-config COPY java/operator/org.eclipse.theia.cloud.defaultoperator/log4j2.xml . WORKDIR /operator -COPY --from=builder /operator/operator/org.eclipse.theia.cloud.defaultoperator/target/defaultoperator-1.0.0-jar-with-dependencies.jar . +COPY --from=builder /operator/operator/org.eclipse.theia.cloud.defaultoperator/target/defaultoperator-1.1.0-SNAPSHOT-jar-with-dependencies.jar . # to get more debug information from the kubernetes client itself, add -Dorg.slf4j.simpleLogger.defaultLogLevel=DEBUG below -ENTRYPOINT [ "java", "-Dlog4j2.configurationFile=/log-config/log4j2.xml", "-jar", "./defaultoperator-1.0.0-jar-with-dependencies.jar" ] +ENTRYPOINT [ "java", "-Dlog4j2.configurationFile=/log-config/log4j2.xml", "-jar", "./defaultoperator-1.1.0-SNAPSHOT-jar-with-dependencies.jar" ] CMD [ "" ] diff --git a/dockerfiles/operator/Dockerfile.withcache b/dockerfiles/operator/Dockerfile.withcache index c389ea85..ec3d4e5f 100644 --- a/dockerfiles/operator/Dockerfile.withcache +++ b/dockerfiles/operator/Dockerfile.withcache @@ -18,7 +18,7 @@ RUN mkdir /templates WORKDIR /log-config COPY java/operator/org.eclipse.theia.cloud.defaultoperator/log4j2.xml . WORKDIR /operator -COPY --from=builder /operator/operator/org.eclipse.theia.cloud.defaultoperator/target/defaultoperator-1.0.0-jar-with-dependencies.jar . +COPY --from=builder /operator/operator/org.eclipse.theia.cloud.defaultoperator/target/defaultoperator-1.1.0-SNAPSHOT-jar-with-dependencies.jar . # to get more debug information from the kubernetes client itself, add -Dorg.slf4j.simpleLogger.defaultLogLevel=DEBUG below -ENTRYPOINT [ "java", "-Dlog4j2.configurationFile=/log-config/log4j2.xml", "-jar", "./defaultoperator-1.0.0-jar-with-dependencies.jar" ] +ENTRYPOINT [ "java", "-Dlog4j2.configurationFile=/log-config/log4j2.xml", "-jar", "./defaultoperator-1.1.0-SNAPSHOT-jar-with-dependencies.jar" ] CMD [ "" ] diff --git a/dockerfiles/service/Dockerfile b/dockerfiles/service/Dockerfile index b4d05e29..d0dd2d96 100644 --- a/dockerfiles/service/Dockerfile +++ b/dockerfiles/service/Dockerfile @@ -12,7 +12,7 @@ RUN cd /service/common/maven-conf && \ FROM eclipse-temurin:17-jre-alpine WORKDIR /service -COPY --from=builder /service/service/org.eclipse.theia.cloud.service/target/service-1.0.0-runner.jar . +COPY --from=builder /service/service/org.eclipse.theia.cloud.service/target/service-1.1.0-SNAPSHOT-runner.jar . ENV APPID default-app-id ENV SERVICE_PORT 8081 @@ -29,5 +29,5 @@ ENTRYPOINT java -Dtheia.cloud.app.id=${APPID} \ -Dquarkus.oidc.auth-server-url=${KEYCLOAK_SERVERURL} \ -Dquarkus.oidc.client-id=${KEYCLOAK_CLIENTID} \ -Dquarkus.oidc.credentials.secret=${KEYCLOAK_CLIENTSECRET} \ - -jar ./service-1.0.0-runner.jar + -jar ./service-1.1.0-SNAPSHOT-runner.jar CMD [ "" ] \ No newline at end of file diff --git a/dockerfiles/service/Dockerfile.withcache b/dockerfiles/service/Dockerfile.withcache index 330f6623..baf4887a 100644 --- a/dockerfiles/service/Dockerfile.withcache +++ b/dockerfiles/service/Dockerfile.withcache @@ -13,7 +13,7 @@ RUN --mount=type=cache,target=/root/.m2 \ FROM eclipse-temurin:17-jre-alpine WORKDIR /service -COPY --from=builder /service/service/org.eclipse.theia.cloud.service/target/service-1.0.0-runner.jar . +COPY --from=builder /service/service/org.eclipse.theia.cloud.service/target/service-1.1.0-SNAPSHOT-runner.jar . ENV APPID default-app-id ENV SERVICE_PORT 8081 @@ -30,5 +30,5 @@ ENTRYPOINT java -Dtheia.cloud.app.id=${APPID} \ -Dquarkus.oidc.auth-server-url=${KEYCLOAK_SERVERURL} \ -Dquarkus.oidc.client-id=${KEYCLOAK_CLIENTID} \ -Dquarkus.oidc.credentials.secret=${KEYCLOAK_CLIENTSECRET} \ - -jar ./service-1.0.0-runner.jar + -jar ./service-1.1.0-SNAPSHOT-runner.jar CMD [ "" ] \ No newline at end of file diff --git a/documentation/openapi.json b/documentation/openapi.json index 84b5b94e..c310e801 100644 --- a/documentation/openapi.json +++ b/documentation/openapi.json @@ -2,7 +2,7 @@ "openapi": "3.0.3", "info": { "title": "Theia Cloud API", - "version": "1.0.0" + "version": "1.1.0" }, "paths": { "/service": { diff --git a/java/common/maven-conf/pom.xml b/java/common/maven-conf/pom.xml index 8dff5374..1a07f2e1 100644 --- a/java/common/maven-conf/pom.xml +++ b/java/common/maven-conf/pom.xml @@ -5,7 +5,7 @@ 4.0.0 org.eclipse.theia.cloud conf - 1.0.0 + 1.1.0-SNAPSHOT pom Theia Cloud Maven Configuration Common properties and configuration diff --git a/java/common/org.eclipse.theia.cloud.common/pom.xml b/java/common/org.eclipse.theia.cloud.common/pom.xml index 1fb06342..1ce06d4e 100644 --- a/java/common/org.eclipse.theia.cloud.common/pom.xml +++ b/java/common/org.eclipse.theia.cloud.common/pom.xml @@ -11,7 +11,7 @@ org.eclipse.theia.cloud conf - 1.0.0 + 1.1.0-SNAPSHOT ../../common/maven-conf/ diff --git a/java/conversion/org.eclipse.theia.cloud.conversion/README.md b/java/conversion/org.eclipse.theia.cloud.conversion/README.md index 2aec4f5e..749188e9 100644 --- a/java/conversion/org.eclipse.theia.cloud.conversion/README.md +++ b/java/conversion/org.eclipse.theia.cloud.conversion/README.md @@ -49,7 +49,7 @@ Or, if you don't have GraalVM installed, you can run the native executable build ./mvnw package -Pnative -Dquarkus.native.container-build=true ``` -You can then execute your native executable with: `./target/conversion-webhook-1.0.0-runner` +You can then execute your native executable with: `./target/conversion-webhook-1.1.0-SNAPSHOT-runner` If you want to learn more about building native executables, please consult https://quarkus.io/guides/maven-tooling. diff --git a/java/conversion/org.eclipse.theia.cloud.conversion/pom.xml b/java/conversion/org.eclipse.theia.cloud.conversion/pom.xml index c3309395..e6d399c2 100644 --- a/java/conversion/org.eclipse.theia.cloud.conversion/pom.xml +++ b/java/conversion/org.eclipse.theia.cloud.conversion/pom.xml @@ -9,7 +9,7 @@ org.eclipse.theia.cloud conf - 1.0.0 + 1.1.0-SNAPSHOT ../../common/maven-conf/ @@ -45,7 +45,7 @@ org.eclipse.theia.cloud common - 1.0.0 + 1.1.0-SNAPSHOT diff --git a/java/operator/README.md b/java/operator/README.md index 778d094f..f1e7c88c 100644 --- a/java/operator/README.md +++ b/java/operator/README.md @@ -15,7 +15,7 @@ This project implements the default Kubernetes Operator for Theia Cloud. ```sh mvn clean install -java -jar target/defaultoperator-1.0.0-jar-with-dependencies.jar +java -jar target/defaultoperator-1.1.0-SNAPSHOT-jar-with-dependencies.jar ``` #### Debugging the Default Theia Cloud Operator diff --git a/java/operator/org.eclipse.theia.cloud.defaultoperator/pom.xml b/java/operator/org.eclipse.theia.cloud.defaultoperator/pom.xml index f72a494e..8f00dafc 100644 --- a/java/operator/org.eclipse.theia.cloud.defaultoperator/pom.xml +++ b/java/operator/org.eclipse.theia.cloud.defaultoperator/pom.xml @@ -11,7 +11,7 @@ org.eclipse.theia.cloud conf - 1.0.0 + 1.1.0-SNAPSHOT ../../common/maven-conf/ @@ -19,12 +19,12 @@ org.eclipse.theia.cloud operator - 1.0.0 + 1.1.0-SNAPSHOT org.eclipse.theia.cloud common - 1.0.0 + 1.1.0-SNAPSHOT org.json diff --git a/java/operator/org.eclipse.theia.cloud.operator/pom.xml b/java/operator/org.eclipse.theia.cloud.operator/pom.xml index b9104d92..82019da9 100644 --- a/java/operator/org.eclipse.theia.cloud.operator/pom.xml +++ b/java/operator/org.eclipse.theia.cloud.operator/pom.xml @@ -11,7 +11,7 @@ org.eclipse.theia.cloud conf - 1.0.0 + 1.1.0-SNAPSHOT ../../common/maven-conf/ @@ -19,7 +19,7 @@ org.eclipse.theia.cloud common - 1.0.0 + 1.1.0-SNAPSHOT org.json diff --git a/java/service/org.eclipse.theia.cloud.service/README.md b/java/service/org.eclipse.theia.cloud.service/README.md index 292e70db..27227c2c 100644 --- a/java/service/org.eclipse.theia.cloud.service/README.md +++ b/java/service/org.eclipse.theia.cloud.service/README.md @@ -58,7 +58,7 @@ Or, if you don't have GraalVM installed, you can run the native executable build ./mvnw package -Pnative -Dquarkus.native.container-build=true ``` -You can then execute your native executable with: `./target/service-1.0.0-runner` +You can then execute your native executable with: `./target/service-1.1.0-SNAPSHOT-runner` If you want to learn more about building native executables, please consult . diff --git a/java/service/org.eclipse.theia.cloud.service/pom.xml b/java/service/org.eclipse.theia.cloud.service/pom.xml index d39f1b7a..07119746 100644 --- a/java/service/org.eclipse.theia.cloud.service/pom.xml +++ b/java/service/org.eclipse.theia.cloud.service/pom.xml @@ -9,7 +9,7 @@ org.eclipse.theia.cloud conf - 1.0.0 + 1.1.0-SNAPSHOT ../../common/maven-conf/ @@ -72,7 +72,7 @@ org.eclipse.theia.cloud common - 1.0.0 + 1.1.0-SNAPSHOT io.fabric8 diff --git a/java/service/org.eclipse.theia.cloud.service/src/main/java/org/eclipse/theia/cloud/service/TheiaCloudApiApplication.java b/java/service/org.eclipse.theia.cloud.service/src/main/java/org/eclipse/theia/cloud/service/TheiaCloudApiApplication.java index 8de0f6e1..224a65d4 100644 --- a/java/service/org.eclipse.theia.cloud.service/src/main/java/org/eclipse/theia/cloud/service/TheiaCloudApiApplication.java +++ b/java/service/org.eclipse.theia.cloud.service/src/main/java/org/eclipse/theia/cloud/service/TheiaCloudApiApplication.java @@ -20,6 +20,6 @@ import jakarta.ws.rs.core.Application; -@OpenAPIDefinition(info = @Info(title = "Theia Cloud API", version = "1.0.0")) +@OpenAPIDefinition(info = @Info(title = "Theia Cloud API", version = "1.1.0")) public class TheiaCloudApiApplication extends Application { } diff --git a/java/service/org.eclipse.theia.cloud.service/src/main/resources/META-INF/resources/index.html b/java/service/org.eclipse.theia.cloud.service/src/main/resources/META-INF/resources/index.html index 4417388a..ee54eb6e 100644 --- a/java/service/org.eclipse.theia.cloud.service/src/main/resources/META-INF/resources/index.html +++ b/java/service/org.eclipse.theia.cloud.service/src/main/resources/META-INF/resources/index.html @@ -2,7 +2,7 @@ - service - 1.0.0 + service - 1.1.0-SNAPSHOT