Skip to content
Snippets Groups Projects
Commit 171c8654 authored by Thorsten Roßner's avatar Thorsten Roßner
Browse files

chore(release): 3.1.0 [skip ci]

# [3.1.0](v3.0.1...v3.1.0) (2025-03-05)

### Bug Fixes

* **files:** generate lang files from templates ([0d48d40b](0d48d40b))

### Features

* **dialin:** Enable the invite button ([2a8dbe38](2a8dbe38))
* **dialin:** Set related env and generated related config files ([e897be8c](e897be8c))
* **images:** Add Jigasi into values.yaml ([a3fda348](a3fda348))
* **images:** Upgrade jitsi-keycloak-adapter for Deno 2.1.6 ([9857aff8](9857aff8))
parent 3cfcd723
Branches main
Tags v3.1.0
No related merge requests found
Pipeline #136234 skipped
# [3.1.0](https://gitlab.opencode.de/bmi/opendesk/components/platform-development/charts/opendesk-jitsi/compare/v3.0.1...v3.1.0) (2025-03-05)
### Bug Fixes
* **files:** generate lang files from templates ([0d48d40](https://gitlab.opencode.de/bmi/opendesk/components/platform-development/charts/opendesk-jitsi/commit/0d48d40ba500edf4d737023182c4d6a9903d6a7e))
### Features
* **dialin:** Enable the invite button ([2a8dbe3](https://gitlab.opencode.de/bmi/opendesk/components/platform-development/charts/opendesk-jitsi/commit/2a8dbe38f2ce08a43f3b85f4ddca2f7790f0edba))
* **dialin:** Set related env and generated related config files ([e897be8](https://gitlab.opencode.de/bmi/opendesk/components/platform-development/charts/opendesk-jitsi/commit/e897be8ccd708a769565a33d82f42f2156cfdb79))
* **images:** Add Jigasi into values.yaml ([a3fda34](https://gitlab.opencode.de/bmi/opendesk/components/platform-development/charts/opendesk-jitsi/commit/a3fda348c0ef6eae192367064a769acc220abd37))
* **images:** Upgrade jitsi-keycloak-adapter for Deno 2.1.6 ([9857aff](https://gitlab.opencode.de/bmi/opendesk/components/platform-development/charts/opendesk-jitsi/commit/9857aff87d4a4297c9a6d4cf367f52f3788df360))
## [3.0.1](https://gitlab.opencode.de/bmi/opendesk/components/platform-development/charts/opendesk-jitsi/compare/v3.0.0...v3.0.1) (2024-12-20)
......
......@@ -21,5 +21,5 @@ keywords:
- "networking"
name: "opendesk-jitsi"
type: "application"
version: "3.0.1"
version: "3.1.0"
...
......@@ -13,13 +13,13 @@ To install the chart with the release name `my-release`, you have two options:
### Install via Repository
```console
helm repo add opendesk-jitsi https://gitlab.opencode.de/api/v4/projects/1377/packages/helm/stable
helm install my-release --version 3.0.1 opendesk-jitsi/opendesk-jitsi
helm install my-release --version 3.1.0 opendesk-jitsi/opendesk-jitsi
```
### Install via OCI Registry
```console
helm repo add opendesk-jitsi oci://registry.opencode.de/bmi/opendesk/components/platform-development/charts/opendesk-jitsi
helm install my-release --version 3.0.1 opendesk-jitsi/opendesk-jitsi
helm install my-release --version 3.1.0 opendesk-jitsi/opendesk-jitsi
```
## Requirements
......@@ -132,21 +132,24 @@ helm install my-release --version 3.0.1 opendesk-jitsi/opendesk-jitsi
| jitsi.web.extraVolumeMounts[0].mountPath | string | `"/config/custom-config.js"` | |
| jitsi.web.extraVolumeMounts[0].name | string | `"jitsi-meet-files"` | |
| jitsi.web.extraVolumeMounts[0].subPath | string | `"custom-config.js"` | |
| jitsi.web.extraVolumeMounts[10].mountPath | string | `"/usr/share/jitsi-meet/static/lang-overwritten-en.json"` | |
| jitsi.web.extraVolumeMounts[10].mountPath | string | `"/usr/share/jitsi-meet/static/lang-overwritten-de.json"` | |
| jitsi.web.extraVolumeMounts[10].name | string | `"jitsi-meet-files"` | |
| jitsi.web.extraVolumeMounts[10].subPath | string | `"lang-overwritten-en.json"` | |
| jitsi.web.extraVolumeMounts[11].mountPath | string | `"/usr/share/jitsi-meet/static/oidc-adapter.html"` | |
| jitsi.web.extraVolumeMounts[10].subPath | string | `"lang-overwritten-de.json"` | |
| jitsi.web.extraVolumeMounts[11].mountPath | string | `"/usr/share/jitsi-meet/static/lang-overwritten-en.json"` | |
| jitsi.web.extraVolumeMounts[11].name | string | `"jitsi-meet-files"` | |
| jitsi.web.extraVolumeMounts[11].subPath | string | `"oidc-adapter.html"` | |
| jitsi.web.extraVolumeMounts[12].mountPath | string | `"/usr/share/jitsi-meet/static/oidc-redirect.html"` | |
| jitsi.web.extraVolumeMounts[11].subPath | string | `"lang-overwritten-en.json"` | |
| jitsi.web.extraVolumeMounts[12].mountPath | string | `"/usr/share/jitsi-meet/static/oidc-adapter.html"` | |
| jitsi.web.extraVolumeMounts[12].name | string | `"jitsi-meet-files"` | |
| jitsi.web.extraVolumeMounts[12].subPath | string | `"oidc-redirect.html"` | |
| jitsi.web.extraVolumeMounts[13].mountPath | string | `"/usr/share/jitsi-meet/static/url-ics"` | |
| jitsi.web.extraVolumeMounts[12].subPath | string | `"oidc-adapter.html"` | |
| jitsi.web.extraVolumeMounts[13].mountPath | string | `"/usr/share/jitsi-meet/static/oidc-redirect.html"` | |
| jitsi.web.extraVolumeMounts[13].name | string | `"jitsi-meet-files"` | |
| jitsi.web.extraVolumeMounts[13].subPath | string | `"url-ics"` | |
| jitsi.web.extraVolumeMounts[14].mountPath | string | `"/usr/share/jitsi-meet/static/url-portal"` | |
| jitsi.web.extraVolumeMounts[13].subPath | string | `"oidc-redirect.html"` | |
| jitsi.web.extraVolumeMounts[14].mountPath | string | `"/usr/share/jitsi-meet/static/url-ics"` | |
| jitsi.web.extraVolumeMounts[14].name | string | `"jitsi-meet-files"` | |
| jitsi.web.extraVolumeMounts[14].subPath | string | `"url-portal"` | |
| jitsi.web.extraVolumeMounts[14].subPath | string | `"url-ics"` | |
| jitsi.web.extraVolumeMounts[15].mountPath | string | `"/usr/share/jitsi-meet/static/url-portal"` | |
| jitsi.web.extraVolumeMounts[15].name | string | `"jitsi-meet-files"` | |
| jitsi.web.extraVolumeMounts[15].subPath | string | `"url-portal"` | |
| jitsi.web.extraVolumeMounts[1].mountPath | string | `"/config/custom-interface_config.js"` | |
| jitsi.web.extraVolumeMounts[1].name | string | `"jitsi-meet-files"` | |
| jitsi.web.extraVolumeMounts[1].subPath | string | `"custom-interface_config.js"` | |
......@@ -171,9 +174,9 @@ helm install my-release --version 3.0.1 opendesk-jitsi/opendesk-jitsi
| jitsi.web.extraVolumeMounts[8].mountPath | string | `"/usr/share/jitsi-meet/static/branding.json"` | |
| jitsi.web.extraVolumeMounts[8].name | string | `"jitsi-meet-files"` | |
| jitsi.web.extraVolumeMounts[8].subPath | string | `"branding.json"` | |
| jitsi.web.extraVolumeMounts[9].mountPath | string | `"/usr/share/jitsi-meet/static/lang-overwritten-de.json"` | |
| jitsi.web.extraVolumeMounts[9].mountPath | string | `"/usr/share/jitsi-meet/static/dialin-phone-numbers.json"` | |
| jitsi.web.extraVolumeMounts[9].name | string | `"jitsi-meet-files"` | |
| jitsi.web.extraVolumeMounts[9].subPath | string | `"lang-overwritten-de.json"` | |
| jitsi.web.extraVolumeMounts[9].subPath | string | `"dialin-phone-numbers.json"` | |
| jitsi.web.extraVolumes[0].configMap.items[0].key | string | `"body.html"` | |
| jitsi.web.extraVolumes[0].configMap.items[0].path | string | `"body.html"` | |
| jitsi.web.extraVolumes[0].configMap.items[10].key | string | `"oidc-redirect.html"` | |
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment

Consent

On this website, we use the web analytics service Matomo to analyze and review the use of our website. Through the collected statistics, we can improve our offerings and make them more appealing for you. Here, you can decide whether to allow us to process your data and set corresponding cookies for these purposes, in addition to technically necessary cookies. Further information on data protection—especially regarding "cookies" and "Matomo"—can be found in our privacy policy. You can withdraw your consent at any time.