File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed
keps/sig-release/3031-signing-release-artifacts Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -118,6 +118,14 @@ tarballs, documentation and the SBOM.
118
118
This explicitly exudes the provenance data, which will be signed into a
119
119
different location once we graduate the feature to GA.
120
120
121
+ Part of this graduation is that we integrate the file signing into our existing
122
+ release pipeline. This incorporates an architectural change, because we will now
123
+ sign images as well as files in a dedicated step. We call this step ` krel sign ` ,
124
+ and it will run between ` krel stage ` and ` krel release ` . The purpose of
125
+ ` krel sign ` will be to read the staged files and images, sign them and push the
126
+ signatures into their desired locations for the following promotion as well as
127
+ ` krel release ` steps.
128
+
121
129
### User Stories (Optional)
122
130
123
131
- As an end user, I would like to be able to verify the Kubernetes release
Original file line number Diff line number Diff line change @@ -18,6 +18,6 @@ stage: beta
18
18
latest-milestone : " v1.25"
19
19
milestone :
20
20
alpha : " v1.24"
21
- beta : " v1.25 "
21
+ beta : " v1.26 "
22
22
# stable: "v1.22"
23
23
disable-supported : true
You can’t perform that action at this time.
0 commit comments