8000 Tags · mellarch/wire-server · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: mellarch/wire-server

Tags

image/4.22.21

Toggle image/4.22.21's commit message

Verified

8000 This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
charts/galley: Set secrets to empty object (wireapp#2643)

This avoids some templating errors when deploying the chart without any secrets
as the templating code can assume that `.Values.secrets` is a map and not
`null`.

image/4.22.20

Toggle image/4.22.20's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
charts/coturn: update container image. (wireapp#2644)

image/4.22.19

Toggle image/4.22.19's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
port checklist documentation over to docs, and adjust PR template (wi…

…reapp#2617)

Old documentation was at
https://github.com/zinfra/backend-wiki/wiki/Checklists and was partially
outdated due to hegemony not being a thing anymore. Updated docs.

chart/4.22.21

Toggle chart/4.22.21's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
charts/galley: Set secrets to empty object (wireapp#2643)

This avoids some templating errors when deploying the chart without any secrets
as the templating code can assume that `.Values.secrets` is a map and not
`null`.

chart/4.22.20

Toggle chart/4.22.20's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
charts/coturn: update container image. (wireapp#2644)

chart/4.22.19

Toggle chart/4.22.19's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
port checklist documentation over to docs, and adjust PR template (wi…

…reapp#2617)

Old documentation was at
https://github.com/zinfra/backend-wiki/wiki/Checklists and was partially
outdated due to hegemony not being a thing anymore. Updated docs.

image/4.22.18

Toggle image/4.22.18's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
We only need one rule for `make clean`. (wireapp#2639)

* Rename `delete-cache-on-linker-errors` makefile rule to `full-clean`.

* rm trailing whitespace.

image/4.22.17

Toggle image/4.22.17's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Make mlsPrivateKeys value optional (wireapp#2642)

image/4.22.16

Toggle image/4.22.16's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
SQSERVICES-1645-backend-servantify-brig-auth-api (wireapp#2633)

* migrated `LoginId` to schema-profunctor

image/4.22.15

Toggle image/4.22.15's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add option for MLS private keys (wireapp#2602)

* Add mls secrets to galley chart and settings

* Store MLS private keys in a map

* Document mlsPrivateKeyPaths setting

* Add functions to load private keys in x509 format

* Use x509 private keys

* Do not use a map to store key pairs

* Expose MLS public keys in an endpoint

* Add CHANGELOG entries

* Add testing private key to CI config

* Add mls secret to galley integration

* Add purpose to MLS private keys

* Cannot use paths as secret keys in helm charts

* Add purpose to mlsPrivateKeyPaths in galley chart

* Fix yaml formatting of test private key

* Add purpose to docs

Co-authored-by: Stefan Matting <stefan@wire.com>
0