You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2. Add alias package kubernetes.client.apis with deprecation warning. You need
18
+
to add [this file](https://github.com/kubernetes-client/python/blob/0976d59d6ff206f2f428cabc7a6b7b1144843b2a/kubernetes/client/apis/__init__.py)
19
+
under `kubernetes/client/apis/` to ensure the package is backwards compatible.
20
+
For more details, see [#974](https://github.com/kubernetes-client/python/issues/974)
21
+
22
+
Commit the manual changes like this [PR](https://github.com/kubernetes-client/python/pull/995/commits) does,
23
+
then create your PR for review.
24
+
7
25
## Change logs
8
26
Make sure the change logs are up to date [here](https://github.com/kubernetes-client/python/blob/master/CHANGELOG.md).
9
27
If they are not, follow commits added after the last release and update/commit
@@ -85,6 +103,9 @@ scripts/update-client.sh
85
103
and commit changes (should be only version number changes) to the release branch.
86
104
Name the commit something like "Update version constants for XXX release".
87
105
106
+
***After you finished the steps above, refer to the section "Hot issues" and
0 commit comments