release: add notes of FIPS build and release - #17002
Conversation
|
Tue May 5 14:56:46 UTC 2026 Spread tests skipped |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #17002 +/- ##
========================================
Coverage 79.06% 79.06%
========================================
Files 1374 1376 +2
Lines 191076 191679 +603
Branches 2465 2465
========================================
+ Hits 151065 151557 +492
- Misses 30918 30994 +76
- Partials 9093 9128 +35
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
30cfa34 to
6333d4c
Compare
There was a problem hiding this comment.
Pull request overview
This PR updates the snapd release process documentation to cover how to build and release FIPS-enabled snap artifacts via Launchpad and publish them to the fips-updates track.
Changes:
- Add a new subsection describing how to create FIPS builds on Launchpad and verify the resulting snap uses the FIPS provider at runtime.
- Add a new subsection describing how to release the FIPS revisions to
fips-updates/beta.
6333d4c to
09cfdfc
Compare
Document FIPS builds and release. Related: SNAPDENG-35568 Signed-off-by: Maciej Borzecki <maciej.borzecki@canonical.com>
09cfdfc to
833d706
Compare
|
Wed May 20 09:19:34 UTC 2026 Spread tests skipped |
ernestl
left a comment
There was a problem hiding this comment.
Thanks, few minor comments for you consideration
| ``` | ||
|
|
||
| #### 5. Release to latest/beta | ||
|
|
There was a problem hiding this comment.
Again perhaps explicit 5.1 for non-fips and 5.2 for fips?
ernestl
left a comment
There was a problem hiding this comment.
Looks good, one nitpick comment
|
|
||
| ##### 5.1 Release to `latest/beta` | ||
|
|
||
| Prerequisites: |
There was a problem hiding this comment.
Prerequisites seems to be common, so should probable move to 5. ?
Document FIPS builds and release.
Related: SNAPDENG-35568
Based on: #16935