Skip to content

Commit

Permalink
Update post-release-steps.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rramkumar1 committed Apr 12, 2018
1 parent ddfd5b5 commit 39b76bb
Showing 1 changed file with 7 additions and 0 deletions.
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.

0 comments on commit 39b76bb

Please sign in to comment.