Skip to content
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

Update post-release-steps.md #210

Merged
merged 1 commit into from
Apr 12, 2018
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
7 changes: 7 additions & 0 deletions docs/dev/post-release-steps.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,10 @@ you will find the variable `command` being set. Update the image reference
in the set logic for that variable to the latest release image.

[Example PR](https://github.com/kubernetes/kubernetes/pull/62079)

## Expose Tests for Unreleased Features

In [ingress.go](https://github.com/kubernetes/kubernetes/blob/master/test/e2e/network/ingress.go)
search the file for the string `[Unreleased]`. This is used to describe tests that we did not want
running against the latest release because they were not yet implemented in that release. Now that this new
release will contain the necessary changes, remove the `[Unreleased]` designation where applicable.