Thorsten Roßner
3ad81e6b92
fix(jitsi): Update Helm chart and Keycloak Adapter image.
2024-08-12 08:48:24 +00:00
Thorsten Roßner
a395759551
fix(helmfile): Add cluster.networking.proxies. Deployments need to set this if their load balancer or reverse proxy IPs are not part of the cluster.networking.cidr.
2024-08-12 08:47:00 +00:00
Thorsten Roßner
ce03400043
feat(nubus): Update IAM components.
2024-08-08 07:13:43 +02:00
openDesk Bot
61d74966d0
fix(open-xchange): Update OX AppSuite to 8.26 and improve configuration including server-side Element integration.
2024-08-07 16:45:37 +02:00
openDesk Bot
97f7a1cafd
fix(collabora): Update to 24.04.6.1.1.
2024-08-07 15:39:20 +02:00
emrah
49ad36ef4e
fix(jitsi): Update images to 9646-stable.
2024-08-06 10:57:08 +02:00
Thorsten Roßner
7d0d6ea8d1
fix(openproject): Updated bootstrap image does not fail on rerun.
2024-08-02 12:55:58 +00:00
Thorsten Roßner
a46a632616
feat(helmfile): Support feature toggle email.systemGenerated.useComponentInSenderdomain.
...
Allows to chose if system generated mails are sent from `@<domain>` or from `@<component>.<domain>`.
2024-08-02 06:08:20 +00:00
openDesk Bot
4b99357b21
feat(element): Add feature flag functional.dataProtection.matrixPresence.enabled that defaults to false to avoid that openDesk provides presence information on users unintended. We include the hardcoded configuration in openDesk Synapse that users cannot change their displayname.
2024-07-31 08:18:51 +00:00
Sven Andersen
f194f24845
fix(services): Bump Postfix Helm chart to 2.2.0.
2024-07-25 05:22:23 +00:00
Thorsten Roßner
be6806f62f
chore(release): 0.9.0 [skip ci]
...
# [0.9.0](https://gitlab.opencode.de/bmi/opendesk/deployment/opendesk/compare/v0.8.1...v0.9.0 ) (2024-07-24)
### Bug Fixes
* **collabora:** Update to 24.04.5.1.1. ([8a2d951 ](8a2d951c3b ))
* **collabora:** Update to 24.04.5.1.2. ([74d444e ](74d444e2d6 ))
* **docs:** Update workflow.md. ([fd3df7d ](fd3df7df67 ))
* **docu:** Update documentation on integration uses cases ([#95 ](https://gitlab.opencode.de/bmi/opendesk/deployment/opendesk/issues/95 )). ([382af1d ](382af1dfb9 ))
* **helmfile:** Add S3 bucket for migrations. ([972020f ](972020f946 ))
* **helmfile:** Streamline prefixes for customizable defaults. UPGRADES: See `./docs/migrations.md` for more details. ([26a7641 ](26a7641a5a ))
* **jitsi:** Raise memory limit for jicofo and jvb as required by upstream product. ([fe923bb ](fe923bb9cd ))
* **keycloak:** Support for custom OIDC Clients and ClientScopes. ([46412d1 ](46412d1a9e ))
* **nextcloud:** Support templating of default quota and `*_retention_obligation` settings ([#93 ](https://gitlab.opencode.de/bmi/opendesk/deployment/opendesk/issues/93 )). ([23ef1d5 ](23ef1d557b ))
* **nextcloud:** Update to 28.0.7 including latest apps for 28. ([671f57a ](671f57a809 ))
* **nextcloud:** Update to 28.0.7 including the apps, fix admin panel warnings ([#94 ](https://gitlab.opencode.de/bmi/opendesk/deployment/opendesk/issues/94 )). Updated `cluster.networking.cidr` potentially requires manual migration, see `docs/migrations.md` for details. ([63f8394 ](63f8394e04 ))
* **openproject:** Bump to 14.3.0 and update Helm chart to 7.0.0. ([6b609ed ](6b609edc4a ))
* **openproject:** Support for adding token to enable OpenProject Premium. ([dfaf4be ](dfaf4be640 ))
* **xwiki:** Add email address mapping to LDAP sync; Fix hostname `null` value in notification links. ([1067e72 ](1067e725b3 ))
* **xwiki:** Remove .rtf and .odt export options as they are currently non functional. ([b806d51 ](b806d51311 ))
* **xwiki:** Update to 16.4. ([db7f5d6 ](db7f5d60bd ))
* **xwiki:** Update to 16.4.1. ([e54aaab ](e54aaab072 ))
### Features
* **authentication:** Avoid that users can open a app they do not have the appropriate LDAP group set for. Implementation is based on role based client scopes. Introducing also an openDesk migration approach with a pre and post deployment stage. ([b4570a9 ](b4570a9a87 ))
2024-07-24 12:06:38 +00:00
Oliver Günther
6b609edc4a
fix(openproject): Bump to 14.3.0 and update Helm chart to 7.0.0.
2024-07-24 08:27:30 +00:00
Thorsten Roßner
63f8394e04
fix(nextcloud): Update to 28.0.7 including the apps, fix admin panel warnings ( #94 ). Updated cluster.networking.cidr potentially requires manual migration, see docs/migrations.md for details.
2024-07-24 09:01:08 +02:00
openDesk Bot
74d444e2d6
fix(collabora): Update to 24.04.5.1.2.
2024-07-18 07:53:49 +02:00
openDesk Bot
8a2d951c3b
fix(collabora): Update to 24.04.5.1.1.
2024-07-17 10:39:37 +02:00
Thorsten Roßner
46412d1a9e
fix(keycloak): Support for custom OIDC Clients and ClientScopes.
2024-07-17 10:39:37 +02:00
Thorsten Roßner
26a7641a5a
fix(helmfile): Streamline prefixes for customizable defaults. UPGRADES: See ./docs/migrations.md for more details.
2024-07-17 10:39:16 +02:00
Thorsten Roßner
671f57a809
fix(nextcloud): Update to 28.0.7 including latest apps for 28.
2024-07-16 08:25:55 +00:00
Thorsten Roßner
fe923bb9cd
fix(jitsi): Raise memory limit for jicofo and jvb as required by upstream product.
2024-07-16 04:35:43 +00:00
Thorsten Roßner
b4570a9a87
feat(authentication): Avoid that users can open a app they do not have the appropriate LDAP group set for. Implementation is based on role based client scopes. Introducing also an openDesk migration approach with a pre and post deployment stage.
2024-07-15 17:50:35 +02:00
Thorsten Roßner
dfaf4be640
fix(openproject): Support for adding token to enable OpenProject Premium.
2024-07-10 06:27:27 +02:00
openDesk Bot
e54aaab072
fix(xwiki): Update to 16.4.1.
2024-07-08 08:27:13 +02:00
openDesk Bot
db7f5d60bd
fix(xwiki): Update to 16.4.
2024-07-05 09:21:16 +02:00
Thorsten Roßner
972020f946
fix(helmfile): Add S3 bucket for migrations.
2024-07-04 09:17:56 +02:00
Thorsten Roßner
23ef1d557b
fix(nextcloud): Support templating of default quota and *_retention_obligation settings ( #93 ).
2024-07-03 14:48:05 +02:00
Thorsten Roßner
7239df2ec1
chore(release): 0.8.1 [skip ci]
...
## [0.8.1](https://gitlab.opencode.de/bmi/opendesk/deployment/opendesk/compare/v0.8.0...v0.8.1 ) (2024-07-01)
### Bug Fixes
* **collabora:** Bump image to 24.04.4.1.1. ([368fe13 ](368fe13ddb ))
* **collabora:** Bump image to 24.04.4.2.1. ([01767d3 ](01767d3806 ))
* **docs:** Add Ports section to getting started. ([c07b25c ](c07b25c4b9 ))
* **docs:** Correction regarding the currently supported ingress controller. ([8514908 ](85149086ae ))
* **docs:** Update regarding the currently supported ingress controller. ([064a5ad ](064a5ad246 ))
* **element:** Provide the internal cluster domain to `synapse-web`. ([a8692d5 ](a8692d5506 ))
* **helmfile:** Add script to ease local development of platform charts. ([d8f3e05 ](d8f3e05e58 ))
* **helmfile:** Enable SMTP for XWiki and Element/Synapse; Streamline mail sender addresses within platform based on `<localpart>@<component>.<domain>` and allow configuration of `<localpart>`. ([01c5e6b ](01c5e6b359 ))
* **helmfile:** Include all `.yaml.gotmpl` files for the envs in `environments.yaml`. ([e523434 ](e52343440d ))
* **helmfile:** Streamline `functional.yaml`. *Upgrade notice:* If you set a non default value for `.Values.portal.enableDeploymentInformation` please change it to `.Values.admin.portal.deploymentInformation.enabled` with this version. ([e89b16a ](e89b16a747 ))
* **jitsi:** Update PatchJVB bitnami/kubectl image to 1.30.2. ([6ef3641 ](6ef3641d82 ))
* **nubus:** Enable Keycloak's user account console. ([c03e4a5 ](c03e4a5340 ))
* **nubus:** Remove doublette ingress annotations. ([890b36e ](890b36ecbb ))
* **open-xchange:** Fixing YAML indentation of updater resources ([0ce346b ](0ce346b162 ))
* **openproject:** Bump image to 14.2.0. ([1ad35f1 ](1ad35f1e12 ))
* **openproject:** Switch DBInit container image to Alpine based version to reduce footprint. ([c90f7c1 ](c90f7c1742 ))
* **openproject:** Update PostgreSQL image for DB init to 16.3. ([45e5699 ](45e569955d ))
* **services:** Allow Postfix "relayHost" to be empty. ([7268f60 ](7268f607a5 ))
2024-07-01 19:17:48 +00:00
openDesk Bot
86a328bda1
chore(openproject): Update library/postgres sha-digest.
2024-07-01 17:23:28 +02:00
Thorsten Roßner
01c5e6b359
fix(helmfile): Enable SMTP for XWiki and Element/Synapse; Streamline mail sender addresses within platform based on <localpart>@<component>.<domain> and allow configuration of <localpart>.
2024-07-01 12:34:51 +02:00
Oliver Günther
1ad35f1e12
fix(openproject): Bump image to 14.2.0.
2024-06-24 17:30:05 +02:00
openDesk Bot
01767d3806
fix(collabora): Bump image to 24.04.4.2.1.
2024-06-24 14:40:54 +00:00
openDesk Bot
c90f7c1742
fix(openproject): Switch DBInit container image to Alpine based version to reduce footprint.
2024-06-17 06:24:35 +00:00
openDesk Bot
ceb09bee8c
chore(renovate): Update collabora-online Docker tag to v1.1.17
2024-06-15 03:36:23 +00:00
openDesk Bot
6ef3641d82
fix(jitsi): Update PatchJVB bitnami/kubectl image to 1.30.2.
2024-06-14 07:32:54 +00:00
openDesk Bot
45e569955d
fix(openproject): Update PostgreSQL image for DB init to 16.3.
2024-06-14 07:32:10 +00:00
Thorsten Roßner
e89b16a747
fix(helmfile): Streamline functional.yaml. *Upgrade notice:* If you set a non default value for .Values.portal.enableDeploymentInformation please change it to .Values.admin.portal.deploymentInformation.enabled with this version.
2024-06-12 10:42:00 +00:00
openDesk Bot
368fe13ddb
fix(collabora): Bump image to 24.04.4.1.1.
2024-06-11 11:01:09 +02:00
Thorsten Roßner
fcf33825d5
chore(release): 0.8.0 [skip ci]
...
# [0.8.0](https://gitlab.opencode.de/bmi/opendesk/deployment/opendesk/compare/v0.7.1...v0.8.0 ) (2024-06-10)
### Bug Fixes
* **ci:** Allow CI to be triggered by API authorized personal access token. ([b95fd11 ](b95fd1152a ))
* **collabora:** Semi-disable update checker. ([d7a127f ](d7a127fe26 ))
* **collabora:** Update to 24.04.3.1.1. ([5869316 ](58693162e6 ))
* **docs:** Spell check and streamline. ([4d99bf3 ](4d99bf3bf0 ))
* **element:** Bump container images (widgets, community artifacts). ([f856205 ](f856205afc ))
* **element:** Bump to v1.11.67. ([a4ff89b ](a4ff89b213 ))
* **element:** Update Synapse. ([9fa8ace ](9fa8ace80f ))
* **helmfile:** Remove unused ox-provisioning hostname. ([e31a0a2 ](e31a0a258e ))
* **jitsi:** Update jitsi-keycloak-adapter image to Docker tag v20240314. ([6202bc4 ](6202bc4719 ))
* **nubus:** Change to new Univention upstream registry. ([d7fbc57 ](d7fbc572ca ))
* **nubus:** Disable UDM REST API routing by default and always disable UMC local login. ([e1e8a7f ](e1e8a7f121 ))
* **nubus:** Guardian version bump and refactoring. ([2f88752 ](2f88752ae6 ))
* **nubus:** Re-add selfservice-listener image configuration. ([af711b0 ](af711b0edb ))
* **open-xchange:** Set Nubus LDAP attribute to render manager_name in address book. See https://forge.univention.org/bugzilla/show_bug.cgi?id=53741 for reference. ([4f92001 ](4f92001d68 ))
* **openproject:** Bump library/postgres image to v16. ([742c293 ](742c293243 ))
* **openproject:** Bump to 14.1.0, set default timezone on deployment to `Europe/Berlin` and raise default memory limit to 2Gi. ([6e49721 ](6e4972107e ))
* **openproject:** Update Helm chart to v5.1.4. ([75cd077 ](75cd077351 ))
* **openproject:** Update to 14.1.1 and bump PostgreSQL 13 image for InitDB. ([bd2d7cf ](bd2d7cf748 ))
* **services:** Update `opendesk-home` to v1.0.2 to fix issue with Element `.well-known` ingress collision. ([b0eb28b ](b0eb28bc3f ))
* **univention-management-stack:** Add functional switch to disable deployment information. ([a31c5f5 ](a31c5f59a6 ))
### Features
* **element:** Enable Matrix federation via https. ([ecb566f ](ecb566f61e ))
* **helmfile:** Add support for Ingress parameter configuration (proxy-body-size, proxy-read-timeout, proxy-send-timeout). ([dc39b94 ](dc39b94e88 ))
* **helmfile:** Create child helmfile for GitOps approach. ([a899699 ](a899699e21 ))
* **nubus:** Cleanup Keycloak values. ([f3d8cf0 ](f3d8cf08ef ))
2024-06-10 11:19:55 +00:00
Dominik Kaminski
b0eb28bc3f
fix(services): Update opendesk-home to v1.0.2 to fix issue with Element .well-known ingress collision.
2024-06-07 10:39:19 +00:00
Thorsten Roßner
e31a0a258e
fix(helmfile): Remove unused ox-provisioning hostname.
2024-06-06 19:15:18 +02:00
openDesk Bot
742c293243
fix(openproject): Bump library/postgres image to v16.
2024-06-06 14:13:14 +02:00
Thorsten Roßner
f856205afc
fix(element): Bump container images (widgets, community artifacts).
2024-06-06 14:13:01 +02:00
openDesk Bot
9fa8ace80f
fix(element): Update Synapse.
2024-06-06 14:12:43 +02:00
Dominik Kaminski
dc39b94e88
feat(helmfile): Add support for Ingress parameter configuration (proxy-body-size, proxy-read-timeout, proxy-send-timeout).
2024-06-06 14:12:29 +02:00
Gergely Szabo
a31c5f59a6
fix(univention-management-stack): Add functional switch to disable deployment information.
2024-06-06 14:12:20 +02:00
Gergely Szabo
a899699e21
feat(helmfile): Create child helmfile for GitOps approach.
2024-06-06 14:12:14 +02:00
openDesk Bot
bd2d7cf748
fix(openproject): Update to 14.1.1 and bump PostgreSQL 13 image for InitDB.
2024-06-06 14:12:14 +02:00
Dominik Kaminski
ecb566f61e
feat(element): Enable Matrix federation via https.
2024-06-06 14:12:00 +02:00
openDesk Bot
75cd077351
fix(openproject): Update Helm chart to v5.1.4.
2024-06-04 15:08:55 +02:00
openDesk Bot
6202bc4719
fix(jitsi): Update jitsi-keycloak-adapter image to Docker tag v20240314.
2024-06-04 09:52:59 +02:00
Thorsten Roßner
e1e8a7f121
fix(nubus): Disable UDM REST API routing by default and always disable UMC local login.
2024-06-03 17:25:16 +02:00