Conversation
Wire Server: 5.27.0 Changed charts: - account-pages: 0.9.0-pre.1 → 0.9.0-pre.49 - sftd: 0.130.0 → 0.135.0 - wire-server: 5.23.0 → 5.27.0 - redis-ephemeral: 5.23.0 → 5.27.0 - rabbitmq: 5.23.0 → 5.27.0 - rabbitmq-external: 5.23.0 → 5.27.0 - databases-ephemeral: 5.23.0 → 5.27.0 - fake-aws: 5.23.0 → 5.27.0 - fake-aws-s3: 5.23.0 → 5.27.0 - fake-aws-sqs: 5.23.0 → 5.27.0 - aws-ingress: 5.23.0 → 5.27.0 - fluent-bit: 5.23.0 → 5.27.0 - kibana: 5.23.0 → 5.27.0 - backoffice: 5.23.0 → 5.27.0 - calling-test: 5.23.0 → 5.27.0 - demo-smtp: 5.23.0 → 5.27.0 - elasticsearch-curator: 5.23.0 → 5.27.0 - elasticsearch-external: 5.23.0 → 5.27.0 - elasticsearch-ephemeral: 5.23.0 → 5.27.0 - minio-external: 5.23.0 → 5.27.0 - cassandra-external: 5.23.0 → 5.27.0 - ingress-nginx-controller: 5.23.0 → 5.27.0 - nginx-ingress-services: 5.23.0 → 5.27.0 - reaper: 5.23.0 → 5.27.0 - restund: 5.23.0 → 5.27.0 - coturn: 4.6.2-federation-wireapp.43 → 4.6.2-federation-wireapp.47 - k8ssandra-test-cluster: 5.23.0 → 5.27.0 - webapp: 0.8.0-pre.1876 → 0.8.0-pre.2142 - ldap-scim-bridge: 5.23.0 → 5.27.0 - k8ssandra-operator: 1.16.0 → 1.18.0 - step-certificates: 1.25.0 → 1.28.6 - wire-server-enterprise: 5.23.0 → 5.27.0 Build: https://raw.githubusercontent.com/wireapp/wire-builds/ecd204f07540e79fc1febe2483a42111129a5d0d/build.json
Wire Server: 5.27.0 Changed charts: - account-pages: 0.9.0-pre.1 → 0.9.0-pre.49 - sftd: 0.130.0 → 0.135.0 - wire-server: 5.23.0 → 5.27.0 - redis-ephemeral: 5.23.0 → 5.27.0 - rabbitmq: 5.23.0 → 5.27.0 - rabbitmq-external: 5.23.0 → 5.27.0 - databases-ephemeral: 5.23.0 → 5.27.0 - fake-aws: 5.23.0 → 5.27.0 - fake-aws-s3: 5.23.0 → 5.27.0 - fake-aws-sqs: 5.23.0 → 5.27.0 - aws-ingress: 5.23.0 → 5.27.0 - fluent-bit: 5.23.0 → 5.27.0 - kibana: 5.23.0 → 5.27.0 - backoffice: 5.23.0 → 5.27.0 - calling-test: 5.23.0 → 5.27.0 - demo-smtp: 5.23.0 → 5.27.0 - elasticsearch-curator: 5.23.0 → 5.27.0 - elasticsearch-external: 5.23.0 → 5.27.0 - elasticsearch-ephemeral: 5.23.0 → 5.27.0 - minio-external: 5.23.0 → 5.27.0 - cassandra-external: 5.23.0 → 5.27.0 - ingress-nginx-controller: 5.23.0 → 5.27.0 - nginx-ingress-services: 5.23.0 → 5.27.0 - reaper: 5.23.0 → 5.27.0 - restund: 5.23.0 → 5.27.0 - coturn: 4.6.2-federation-wireapp.43 → 4.6.2-federation-wireapp.47 - k8ssandra-test-cluster: 5.23.0 → 5.27.0 - webapp: 0.8.0-pre.1876 → 0.8.0-pre.2142 - ldap-scim-bridge: 5.23.0 → 5.27.0 - k8ssandra-operator: 1.16.0 → 1.18.0 - step-certificates: 1.25.0 → 1.28.6 - wire-server-enterprise: 5.23.0 → 5.27.0 Build: https://raw.githubusercontent.com/wireapp/wire-builds/ecd204f07540e79fc1febe2483a42111129a5d0d/build.json
…loy into wire-server-5.27
| rabbitmq: | ||
| username: wire-server | ||
| password: verysecurepassword | ||
| mlsPrivateKeys: |
There was a problem hiding this comment.
regarding this key, I needed to comment it out as there was a key parsing error for this empty key. It will parse correctly when there is a value.
| @@ -96,6 +110,7 @@ nginz: | |||
| # RabbitMQ credentials for background-worker. | |||
There was a problem hiding this comment.
| # RabbitMQ credentials for background-worker. | |
| # RabbitMQ and PostgreSQL credentials for background-worker. |
| user: wire-server | ||
| dbname: wire-server | ||
| postgresqlPool: | ||
| size: 10 # adjust pool size as needed based on expected load and available resources |
There was a problem hiding this comment.
This comment is a cop out. Do we have guidance for this? If so, link!
There was a problem hiding this comment.
Guidance pr is still in Review state
| optSettings: | ||
| setEnableMLS: false # Enable for MLS protocol use | ||
| setFederationDomain: example.com # change this | ||
| setFederationDomain: example.com # change this per host deployment |
There was a problem hiding this comment.
I don't get what you mean by this change.
There was a problem hiding this comment.
You will get an error if this remain as example.com from background worker pod
| smtp: | ||
| host: smtp # change this if you want to use your own SMTP server | ||
| # Default: smtp (for CI/demo environments with demo-smtp chart) | ||
| # Production: Change to your actual SMTP server hostname |
There was a problem hiding this comment.
again, we should link to a document on how to do this (secrets go here, values go there,), not just say "do it"
There was a problem hiding this comment.
Guidance pr is still in Review state.
| user: wire-server | ||
| dbname: wire-server | ||
| postgresqlPool: | ||
| size: 5 # Background worker has fewer connections to DB, so smaller pool size is fine |
There was a problem hiding this comment.
oof. inline magic number guidance. bad.
There was a problem hiding this comment.
Guidance pr is still in Review state
| echo "" | ||
| echo " Git Hooks has been configured in your current environment." | ||
| echo " Read more about them here: https://github.com/wireapp/wire-server-deploy?tab=readme-ov-file#optional-git-commit-message-verification" | ||
| echo " If you don't want to use it, then set NO_GIT_HOOKS=FALSE in file .envrc.local and re-laod the envionment by running:" |
There was a problem hiding this comment.
| echo " If you don't want to use it, then set NO_GIT_HOOKS=FALSE in file .envrc.local and re-laod the envionment by running:" | |
| echo " If you don't want to use it, then set NO_GIT_HOOKS=FALSE in file .envrc.local and re-load the envionment by running:" |
| echo " chore!: WPB-1234 drop support for k8s 1.16 - add a 'BREAKING CHANGE:' statement" | ||
| echo "Read more about it here: https://www.conventionalcommits.org/en/v1.0.0/" | ||
| echo " Read more about it here: https://www.conventionalcommits.org/en/v1.0.0/" | ||
| echo " If you don't want to use it, then set NO_GIT_HOOKS=FALSE in file .envrc.local and re-laod the envionment by running:" |
There was a problem hiding this comment.
| echo " If you don't want to use it, then set NO_GIT_HOOKS=FALSE in file .envrc.local and re-laod the envionment by running:" | |
| echo " If you don't want to use it, then set NO_GIT_HOOKS=FALSE in file .envrc.local and re-load the envionment by running:" |
…loy into wire-server-5.27
|



Change type
Basic information
Testing
Offline Build CI (label-based)
Add one or more labels to trigger offline builds:
build-default- Full production build (ansible, terraform, all packages)build-demo- Demo/WIAB buildbuild-wiab-staging- WIAB-staging buildbuild-min- Minimal build (fastest, essential charts only)build-all- Run all three buildsNote: No builds run by default. Add a label to trigger CI.
Tracking
changelog.dKnowledge Transfer
Motivation
Objective
Reason
Use case