-
Notifications
You must be signed in to change notification settings - Fork 44
Bump wire-server to 5.25.0 #867
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
sghosh23
wants to merge
19
commits into
master
Choose a base branch
from
fix/bump-wire-server-5.25-pg-secrets
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+55
−31
Open
Changes from 16 commits
Commits
Show all changes
19 commits
Select commit
Hold shift + click to select a range
405c344
Update wire-builds to 7b0217a...5a74084
zebot c96fe96
feat: add background-worker postgresql config and pgPassword secret s…
sghosh23 2281783
feat: adjust prod defaults for federation/MLS
sghosh23 f7d83d9
feat: add upgrade tools and fix redis host
sghosh23 048d81d
fix: read cleanup nodes from inventory
sghosh23 45943c6
fix: derive cassandra hosts from inventory
sghosh23 2b97b35
fix: quote node in cleanup ssh
sghosh23 db3a724
fix: avoid shellcheck warnings in cleanup script
sghosh23 b63cfff
chore: suppress sonar cpd in sync tools
sghosh23 d21efcd
fix: centralize bundle root in tools
sghosh23 f29b801
fix: use demo-smtp in prod values
sghosh23 046ee46
fix: centralize bundle root in tools
sghosh23 87a79b9
fix: update cassandra backup default bundle path
sghosh23 04e3b55
fix: update RabbitMQ host default to rabbitmq-external
sghosh23 485bd90
Update wire-builds to 7b0217a...pinned-
zebot 96e2c6b
cleanup and adjust pg secret for BW
sghosh23 ad52762
fix: wpb-00000 update helm-operations.sh for .background-worker secrets
mohitrajain 19cf945
fix: wpb-00000 bin/offline-deploy.sh to remove pg secrets creation to…
mohitrajain 0d4c18d
fix: wpb-000000 the helm-operations.sh to have correct command for sy…
mohitrajain File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
changelog.d/0-release-notes/fix-bump-wire-server-5.25-pg-secrets
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| Added: bump wire-server to 5.25.0, add background-worker postgresql config and pgPassword secret sync, add explicit postgresMigration.conversation=cassandra for galley and background-worker, and update prod values defaults for federation/MLS and external dependencies |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
bin/offline-helm-deprecated.shis depcrecated, we need to make changes to helm-operations.shThere was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why do we need to do it now and why this is a blocker?