-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Release 2022.01 #7873
Release 2022.01 #7873
Conversation
8ebaba3
to
c377913
Compare
/werft run 👍 started the job as gitpod-build-release-2022.01.5 |
c377913
to
d4d8aa8
Compare
Codecov Report
@@ Coverage Diff @@
## main #7873 +/- ##
=========================================
+ Coverage 8.57% 10.20% +1.63%
=========================================
Files 33 18 -15
Lines 2355 1009 -1346
=========================================
- Hits 202 103 -99
+ Misses 2149 905 -1244
+ Partials 4 1 -3
Flags with carried forward coverage won't be shown. Click here to find out more. Continue to review full report at Codecov.
|
d4d8aa8
to
ee4b80b
Compare
b8d42d4
to
d3ff583
Compare
Makefile is used as a convenience for ensuring correct builds for all supported platforms. Introduced option to embed the versions.yaml as the objcopy method doesn't work in cross-platform builds
dbe106c
to
9cb3d3f
Compare
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.
/lgtm
/approve
LGTM label has been added. Git tree hash: ceb3f74558c7e00d389ea3a1d8404f454d87ed45
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: corneliusludmann Associated issue: #7658 The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Description
The first proper release of the Installer 🎉 🎉 🥳
This is mostly documentation and stuff to help the build. The only code change is to add in a build tag for
embedVersion
, to allow for the build step to incorporate the versions at build time. This is in addition to the previous two methods of bringing the versions (use of--debug-version-file
flag and amending binary withobjcopy
) This was added because cannot run theobjcopy
when doing cross-platform builds.Related Issue(s)
Fixes #7658
How to test
All testing within AWS/Azure/GCP has been done as part of this PR, conforming to the tests defined in #7789
Release Notes
Documentation