-
Notifications
You must be signed in to change notification settings - Fork 44
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
M milestone release pipeline. #540
Conversation
offline/ci.sh
Outdated
|
||
# wire_version=$(helm show chart wire/wire-server | yq -r .version) | ||
wire_version="2.124.0" | ||
wire_version="2.125.2" |
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.
I guess this has to be changed with every release: How about moving it (and the line above) to near the top of this file and add a comment? 🤔
a0a0f8b
to
bd029c1
Compare
5a3cb7c
to
627a7d3
Compare
3f47166
to
5b9308f
Compare
198f10f
to
46abeb4
Compare
The version shipped with chart 4.0.53 doesn't have the required federation bits and pieces, so let's throw a tactical ninja-sed in there.
This adjusts the versions of the calling components in the Helm charts using sed from the build script this time, instead of temporarily committing version changes into wire-server.
4.9.37 isn't a published Helm chart version at the time of writing, but 4.9.36 is.
6c23ed2
to
211dbb9
Compare
|
add comment.
comment out develop, and add a breadcrumb.
PR Submission Checklist for internal contributors
The PR Title
SQPIT-764
The PR Description
What's new in this PR?
Issues
Briefly describe the issue you have solved or implemented with this pull request. If the PR contains multiple issues, use a bullet list.
Causes (Optional)
Briefly describe the causes behind the issues. This could be helpful to understand the adopted solutions behind some nasty bugs or complex issues.
Solutions
Briefly describe the solutions you have implemented for the issues explained above.
Dependencies (Optional)
If there are some other pull requests related to this one (e.g. new releases of frameworks), specify them here.
Needs releases with:
Testing
Briefly describe how this change was tested and if applicable the exact steps taken to verify that it works as expected.
Notes (Optional)
Specify here any other facts that you think are important for this issue.
Attachments (Optional)
Attachments like images, videos, etc. (drag and drop in the text box)
PR Post Submission Checklist for internal contributors (Optional)
PR Post Merge Checklist for internal contributors
References
feat(conversation-list): Sort conversations by most emojis in the title #SQPIT-764
.