mirror of
https://gitlab.opencode.de/bmi/opendesk/deployment/opendesk.git
synced 2025-12-06 07:21:36 +01:00
# [0.7.0](https://gitlab.opencode.de/bmi/opendesk/deployment/opendesk/compare/v0.6.0...v0.7.0) (2024-05-06) ### Bug Fixes * **ci:** Add debug option. Has to be supported by stage specific configuration containing: `debug.enabled: {{ env "DEBUG_ENABLED" | default false }}` ([3dc6484](3dc648421b)) * **element:** Provide the internal cluster domain to synapse web ([b9ac5ec](b9ac5ecf2d)) * **univention-management-stack:** Add the image configuration for NATS ([e9ec2f3](e9ec2f3a6e)) * **univention-management-stack:** Fix [#55](https://gitlab.opencode.de/bmi/opendesk/deployment/opendesk/issues/55), [#35](https://gitlab.opencode.de/bmi/opendesk/deployment/opendesk/issues/35) by updating chart "ums" to 0.11.2 and image "portal-listener" to 0.20.6; To update an existing installation you need to manually delete the `ums-portal-listener` stateful set before the update: `kubectl -n <your_namespace> delete statefulsets ums-portal-listener` ([2ad0270](2ad027082f)) * **univention-management-stack:** Migrate UDM-REST-API image to new Univention registry ([9be3b78](9be3b78761)) * **univention-management-stack:** Objectstore credentials ([d1bd43f](d1bd43fa95)) * **univention-management-stack:** Update Helm chart to 0.12.0 including required changes to openDesk Helmfile deployment. ([fefd2f6](fefd2f6cae)) * **univention-management-stack:** Use the NATS related image configuration ([cd22570](cd225703eb)) ### Features * **element:** Add support for Matrix federation ([36139b4](36139b42f1)) * **helmfile:** Introduce additional variables for mailDomain and synapseDomain ([e6fe2a7](e6fe2a7c18)) * **services:** Add opendesk-home service, which redirects on domain to portal ([c7e2172](c7e217208c))
8 lines
215 B
YAML
8 lines
215 B
YAML
# SPDX-FileCopyrightText: 2024 Zentrum für Digitale Souveränität der Öffentlichen Verwaltung (ZenDiS) GmbH
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
---
|
|
global:
|
|
systemInformation:
|
|
releaseVersion: "v0.7.0"
|
|
...
|