Skip to content

Commit

Permalink
Merge pull request #210 from rramkumar1/patch-5
Browse files Browse the repository at this point in the history
Update post-release-steps.md
  • Loading branch information
nicksardo committed Apr 12, 2018
2 parents ddfd5b5 + 39b76bb commit aa4d18a
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 aa4d18a

Please sign in to comment.