From 8925bfe36972aac2017dbc47a82a8f40342b351f Mon Sep 17 00:00:00 2001 From: Nabarun Pal Date: Sat, 7 Nov 2020 16:07:53 +0530 Subject: [PATCH] Update hot patch section of release documentation Signed-off-by: Nabarun Pal --- devel/release.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/devel/release.md b/devel/release.md index 373f0283a..f43888940 100644 --- a/devel/release.md +++ b/devel/release.md @@ -84,6 +84,8 @@ For more details, see [#974](https://github.com/kubernetes-client/python/issues/ 4. Remove the tests directory (ref: https://github.com/kubernetes-client/python/commit/ec9c944f076999543cd2122aff2d86f969d82548). See the [upstream issue](https://github.com/OpenAPITools/openapi-generator/issues/5377) for more information. +5. Add tests for the default `Configuration` behavior (ref: https://github.com/kubernetes-client/python/pull/1303 and https://github.com/kubernetes-client/python/pull/1285). The commit [1ffa61d0650e4c93e0d7f0becd2c54797eafd407](https://github.com/kubernetes-client/python/pull/1285/commits/1ffa61d0650e4c93e0d7f0becd2c54797eafd407) should be cherry-picked. + Commit the manual changes like this [PR](https://github.com/kubernetes-client/python/pull/995/commits) does, then create your PR for review. Alternatively, you can use the `scripts/apply-hotfixes.sh` script to apply