From 6723a34c229fb683d5adb1c8c900afb0c3f24087 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oliver=20G=C3=BCnther?= Date: Fri, 7 Mar 2025 08:26:13 +0100 Subject: [PATCH] fix(openproject): Update to 15.3.2 --- .gitlab-ci.yml | 17 +++++++++++------ README.md | 2 +- .../environments/default/charts.yaml.gotmpl | 2 +- .../environments/default/images.yaml.gotmpl | 2 +- 4 files changed, 14 insertions(+), 9 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 906c8a42..0b09e35a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -185,15 +185,16 @@ variables: TESTS_BRANCH: description: "Branch of E2E-tests on which the test pipeline is triggered" value: "develop" - TESTS_PROJECT_URL: - description: "Project url for e2e-tests (`/api/v4/projects/`)" - value: "gitlab.opencode.de/api/v4/projects/1506" TESTS_TESTSET: - description: "Selects test set for E2E-tests" + description: "Selects test set for E2E-tests (Regression, Smoke or Nightly), name multiple comma separated to trigger the sets in one launch, use semikolon to trigger the sets in different launches." value: "Smoke" + TESTS_BROWSER: + description: "Select the browser (engine) to use for the test run." + value: "chromium" options: - - "Regression" - - "Smoke" + - "chromium" + - "webkit" + - "firefox" TESTS_GRACE_PERIOD: description: "A new deployment sometimes needs a few minutes to sort itself. If tested too early tests may fail. GRACE_PERIOD is the period in seconds that should be waited before running the tests." @@ -201,6 +202,9 @@ variables: TESTS_NUMBER_OF_THREADS: description: "How many threads are used for executing the tests in parallel?" value: "8" + TESTS_PROJECT_URL: + description: "Project url for e2e-tests (`/api/v4/projects/`)" + value: "gitlab.opencode.de/api/v4/projects/1506" # Declare .environments which is in `opendesk-env` repository. In case it is not available # 'cache' is used because job as a dummy key, as the job is not allowed to be empty. @@ -580,6 +584,7 @@ run-tests: \"namespace\": \"${NAMESPACE}\", \ \"url\": \"https://portal.${DOMAIN}/\", \ \"language\": \"${LANGUAGE}\", \ + \"browser\": \"${TESTS_BROWSER}\", \ \"udm_api_username\": \"Administrator\", \ \"udm_api_password\": \"${DEFAULT_ADMINISTRATOR_PASSWORD}\", \ \"screenshot_test\": \"yes\", \ diff --git a/README.md b/README.md index 52c44d2b..38e71745 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ openDesk currently features the following functional main components: | Groupware | OX App Suite | [8.30](https://documentation.open-xchange.com/appsuite/releases/8.30/) | Online documentation available from within the installed application; [Additional resources](https://documentation.open-xchange.com/) | | Knowledge management | XWiki | [16.4.4](https://www.xwiki.org/xwiki/bin/view/ReleaseNotes/Data/XWiki/16.4.4/) | [For the most recent release](https://www.xwiki.org/xwiki/bin/view/Documentation) | | Portal & IAM | Nubus | [1.5.1](https://docs.software-univention.de/nubus-kubernetes-release-notes/latest/en/changelog.html) | [Univention's documentation website](https://docs.software-univention.de/n/en/nubus.html) | -| Project management | OpenProject | [15.3.1](https://www.openproject.org/docs/release-notes/15-3-1/) | [For the most recent release](https://www.openproject.org/docs/user-guide/) | +| Project management | OpenProject | [15.3.2](https://www.openproject.org/docs/release-notes/15-3-2/) | [For the most recent release](https://www.openproject.org/docs/user-guide/) | | Videoconferencing | Jitsi | [2.0.9823](https://github.com/jitsi/jitsi-meet/releases/tag/stable%2Fjitsi-meet_9823) | [For the most recent release](https://jitsi.github.io/handbook/docs/category/user-guide/) | | Weboffice | Collabora | [24.04.12.4](https://www.collaboraoffice.com/code-24-04-release-notes/) | Online documentation available from within the installed application; [Additional resources](https://sdk.collaboraonline.com/) | diff --git a/helmfile/environments/default/charts.yaml.gotmpl b/helmfile/environments/default/charts.yaml.gotmpl index a63b44fe..a839b4be 100644 --- a/helmfile/environments/default/charts.yaml.gotmpl +++ b/helmfile/environments/default/charts.yaml.gotmpl @@ -355,7 +355,7 @@ charts: registry: "registry.opencode.de" repository: "bmi/opendesk/components/supplier/openproject/charts-mirror" name: "openproject" - version: "9.7.1" + version: "9.7.2" verify: true openprojectBootstrap: # providerCategory: "Platform" diff --git a/helmfile/environments/default/images.yaml.gotmpl b/helmfile/environments/default/images.yaml.gotmpl index b8b4784d..b05ae95a 100644 --- a/helmfile/environments/default/images.yaml.gotmpl +++ b/helmfile/environments/default/images.yaml.gotmpl @@ -728,7 +728,7 @@ images: # upstreamMirrorStartFrom: ["13", "1", "1"] registry: "registry.opencode.de" repository: "bmi/opendesk/components/supplier/openproject/images-mirror/open_desk" - tag: "15.3.1@sha256:4d9738ad49c2756ccdb1b589a27d4963cc8cdcdc9d5394efe14f705825bac5af" + tag: "15.3.2@sha256:5558a9164dfeb839b3d2b9ea97368473a50255931fd623d579b7858360f52c0c" openprojectBootstrap: # providerCategory: "Platform" # providerResponsible: "openDesk"