Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 22 additions & 1 deletion keps/sig-release/3031-signing-release-artifacts/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# KEP-3031: Signing release artifacts

<!-- toc -->

- [Release Signoff Checklist](#release-signoff-checklist)
- [Summary](#summary)
- [Motivation](#motivation)
Expand All @@ -13,6 +12,10 @@
- [User Stories (Optional)](#user-stories-optional)
- [Risks and Mitigations](#risks-and-mitigations)
- [Test Plan](#test-plan)
- [Prerequisite testing updates](#prerequisite-testing-updates)
- [Unit tests](#unit-tests)
- [Integration tests](#integration-tests)
- [e2e tests](#e2e-tests)
- [Graduation Criteria](#graduation-criteria)
- [Alpha](#alpha)
- [Beta](#beta)
Expand Down Expand Up @@ -138,6 +141,16 @@ different location once we graduate the feature to GA.

### Test Plan

[x] I/we understand the owners of the involved components may require updates to
existing tests to make this code solid enough prior to committing the changes necessary
to implement this enhancement.

##### Prerequisite testing updates

- None

##### Unit tests

Testing of the lower-level signing implementation will be done by writing unit tests
as well as integration tests within the
[release-sdk](https://github.com/kubernetes-sigs/release-sdk) repository. This
Expand All @@ -148,6 +161,14 @@ integration into krel can be tested manually by the Release Managers as well,
while we use the pre-releases of v1.24 as first instance for full end-to-end
feedback.

##### Integration tests

See the unit test section.

##### e2e tests

See the unit test section.

### Graduation Criteria

#### Alpha
Expand Down